package.json 1.9 KB

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