package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "graceful-fs@4.1.11",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "graceful-fs@4.1.11",
  10. "_id": "graceful-fs@4.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
  13. "_location": "/graceful-fs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "graceful-fs@4.1.11",
  19. "name": "graceful-fs",
  20. "escapedName": "graceful-fs",
  21. "rawSpec": "4.1.11",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.11"
  24. },
  25. "_requiredBy": [
  26. "/decompress-zip",
  27. "/electron-download/fs-extra",
  28. "/electron/fs-extra",
  29. "/flora-colossus/fs-extra",
  30. "/flora-colossus/jsonfile",
  31. "/fs-extra",
  32. "/fs-extra/jsonfile",
  33. "/galactus/fs-extra",
  34. "/galactus/jsonfile",
  35. "/get-package-info/load-json-file",
  36. "/jsonfile",
  37. "/klaw",
  38. "/load-json-file",
  39. "/mksnapshot/fs-extra",
  40. "/path-type"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
  43. "_spec": "4.1.11",
  44. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  45. "bugs": {
  46. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  47. },
  48. "description": "A drop-in replacement for fs, making various improvements.",
  49. "devDependencies": {
  50. "mkdirp": "^0.5.0",
  51. "rimraf": "^2.2.8",
  52. "tap": "^5.4.2"
  53. },
  54. "directories": {
  55. "test": "test"
  56. },
  57. "engines": {
  58. "node": ">=0.4.0"
  59. },
  60. "files": [
  61. "fs.js",
  62. "graceful-fs.js",
  63. "legacy-streams.js",
  64. "polyfills.js"
  65. ],
  66. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  67. "keywords": [
  68. "fs",
  69. "module",
  70. "reading",
  71. "retry",
  72. "retries",
  73. "queue",
  74. "error",
  75. "errors",
  76. "handling",
  77. "EMFILE",
  78. "EAGAIN",
  79. "EINVAL",
  80. "EPERM",
  81. "EACCESS"
  82. ],
  83. "license": "ISC",
  84. "main": "graceful-fs.js",
  85. "name": "graceful-fs",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  89. },
  90. "scripts": {
  91. "test": "node test.js | tap -"
  92. },
  93. "version": "4.1.11"
  94. }