package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "graceful-fs@4.2.8",
  3. "_id": "graceful-fs@4.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "graceful-fs@4.2.8",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "4.2.8",
  15. "saveSpec": null,
  16. "fetchSpec": "4.2.8"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/electron-installer-debian/decompress-zip",
  21. "/electron-installer-debian/fs-extra",
  22. "/electron-installer-debian/jsonfile",
  23. "/electron-installer-debian/klaw",
  24. "/electron-installer-debian/load-json-file",
  25. "/electron-installer-debian/mksnapshot/fs-extra",
  26. "/electron-installer-debian/path-type",
  27. "/electron/fs-extra",
  28. "/electron/jsonfile",
  29. "/fs-extra",
  30. "/fs-extra/jsonfile",
  31. "/grunt-contrib-cssmin/load-json-file",
  32. "/grunt-contrib-cssmin/path-type",
  33. "/grunt-contrib-htmlmin/load-json-file",
  34. "/grunt-contrib-htmlmin/path-type",
  35. "/grunt-contrib-uglify-es/load-json-file",
  36. "/grunt-contrib-uglify-es/path-type",
  37. "/grunt-electron/flora-colossus/fs-extra",
  38. "/grunt-electron/fs-extra",
  39. "/grunt-electron/galactus/fs-extra",
  40. "/grunt-electron/jsonfile",
  41. "/grunt-electron/load-json-file",
  42. "/lowdb",
  43. "/lowdb/steno"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
  46. "_shasum": "e412b8d33f5e006593cbd3cee6df9f2cebbe802a",
  47. "_spec": "graceful-fs@4.2.8",
  48. "_where": "/home/ab/workspace/TypeMark",
  49. "bugs": {
  50. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  51. },
  52. "bundleDependencies": false,
  53. "deprecated": false,
  54. "description": "A drop-in replacement for fs, making various improvements.",
  55. "devDependencies": {
  56. "import-fresh": "^2.0.0",
  57. "mkdirp": "^0.5.0",
  58. "rimraf": "^2.2.8",
  59. "tap": "^12.7.0"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "files": [
  65. "fs.js",
  66. "graceful-fs.js",
  67. "legacy-streams.js",
  68. "polyfills.js",
  69. "clone.js"
  70. ],
  71. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  72. "keywords": [
  73. "fs",
  74. "module",
  75. "reading",
  76. "retry",
  77. "retries",
  78. "queue",
  79. "error",
  80. "errors",
  81. "handling",
  82. "EMFILE",
  83. "EAGAIN",
  84. "EINVAL",
  85. "EPERM",
  86. "EACCESS"
  87. ],
  88. "license": "ISC",
  89. "main": "graceful-fs.js",
  90. "name": "graceful-fs",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  94. },
  95. "scripts": {
  96. "postpublish": "git push origin --follow-tags",
  97. "posttest": "nyc report",
  98. "postversion": "npm publish",
  99. "preversion": "npm test",
  100. "test": "nyc --silent node test.js | tap -c -"
  101. },
  102. "version": "4.2.8"
  103. }