You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "graceful-fs@^4.1.15",
  3. "_id": "graceful-fs@4.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.1.15",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.1.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.15"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/enhanced-resolve",
  21. "/fs-write-stream-atomic",
  22. "/readdirp",
  23. "/watchpack"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
  26. "_shasum": "6f0952605d0140c1cfdb138ed005775b92d67b02",
  27. "_spec": "graceful-fs@^4.1.15",
  28. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  29. "bugs": {
  30. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A drop-in replacement for fs, making various improvements.",
  36. "devDependencies": {
  37. "import-fresh": "^2.0.0",
  38. "mkdirp": "^0.5.0",
  39. "rimraf": "^2.2.8",
  40. "tap": "^12.7.0"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "files": [
  46. "fs.js",
  47. "graceful-fs.js",
  48. "legacy-streams.js",
  49. "polyfills.js",
  50. "clone.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  53. "keywords": [
  54. "fs",
  55. "module",
  56. "reading",
  57. "retry",
  58. "retries",
  59. "queue",
  60. "error",
  61. "errors",
  62. "handling",
  63. "EMFILE",
  64. "EAGAIN",
  65. "EINVAL",
  66. "EPERM",
  67. "EACCESS"
  68. ],
  69. "license": "ISC",
  70. "main": "graceful-fs.js",
  71. "name": "graceful-fs",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  75. },
  76. "scripts": {
  77. "postpublish": "git push origin --follow-tags",
  78. "postversion": "npm publish",
  79. "preversion": "npm test",
  80. "test": "node test.js | tap -"
  81. },
  82. "version": "4.2.2"
  83. }