package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "graceful-fs@4.1.15",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "graceful-fs@4.1.15",
  9. "_id": "graceful-fs@4.1.15",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
  12. "_location": "/graceful-fs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "graceful-fs@4.1.15",
  18. "name": "graceful-fs",
  19. "escapedName": "graceful-fs",
  20. "rawSpec": "4.1.15",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.15"
  23. },
  24. "_requiredBy": [
  25. "/write-file-atomic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
  28. "_spec": "4.1.15",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  32. },
  33. "description": "A drop-in replacement for fs, making various improvements.",
  34. "devDependencies": {
  35. "import-fresh": "^2.0.0",
  36. "mkdirp": "^0.5.0",
  37. "rimraf": "^2.2.8",
  38. "tap": "^12.0.1"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "files": [
  44. "fs.js",
  45. "graceful-fs.js",
  46. "legacy-streams.js",
  47. "polyfills.js",
  48. "clone.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  51. "keywords": [
  52. "fs",
  53. "module",
  54. "reading",
  55. "retry",
  56. "retries",
  57. "queue",
  58. "error",
  59. "errors",
  60. "handling",
  61. "EMFILE",
  62. "EAGAIN",
  63. "EINVAL",
  64. "EPERM",
  65. "EACCESS"
  66. ],
  67. "license": "ISC",
  68. "main": "graceful-fs.js",
  69. "name": "graceful-fs",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  73. },
  74. "scripts": {
  75. "postpublish": "git push origin --all; git push origin --tags",
  76. "postversion": "npm publish",
  77. "preversion": "npm test",
  78. "test": "node test.js | tap -"
  79. },
  80. "version": "4.1.15"
  81. }