package.json 2.1 KB

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