package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "graceful-fs@^4.1.2",
  3. "_id": "graceful-fs@4.2.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.1.2",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.2"
  17. },
  18. "_requiredBy": [
  19. "/configstore"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
  22. "_shasum": "041b05df45755e587a24942279b9d113146e1c96",
  23. "_spec": "graceful-fs@^4.1.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\configstore",
  25. "bugs": {
  26. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A drop-in replacement for fs, making various improvements.",
  31. "devDependencies": {
  32. "import-fresh": "^2.0.0",
  33. "mkdirp": "^0.5.0",
  34. "rimraf": "^2.2.8",
  35. "tap": "^12.7.0"
  36. },
  37. "directories": {
  38. "test": "test"
  39. },
  40. "files": [
  41. "fs.js",
  42. "graceful-fs.js",
  43. "legacy-streams.js",
  44. "polyfills.js",
  45. "clone.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  48. "keywords": [
  49. "fs",
  50. "module",
  51. "reading",
  52. "retry",
  53. "retries",
  54. "queue",
  55. "error",
  56. "errors",
  57. "handling",
  58. "EMFILE",
  59. "EAGAIN",
  60. "EINVAL",
  61. "EPERM",
  62. "EACCESS"
  63. ],
  64. "license": "ISC",
  65. "main": "graceful-fs.js",
  66. "name": "graceful-fs",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  70. },
  71. "scripts": {
  72. "postpublish": "git push origin --follow-tags",
  73. "posttest": "nyc report",
  74. "postversion": "npm publish",
  75. "preversion": "npm test",
  76. "test": "nyc --silent node test.js | tap -c -"
  77. },
  78. "version": "4.2.9"
  79. }