package.json 1.8 KB

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