package.json 2.3 KB

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