No Description

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "graceful-fs@^4.2.0",
  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": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.2.0",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-extra",
  20. "/jsonfile"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
  23. "_shasum": "e412b8d33f5e006593cbd3cee6df9f2cebbe802a",
  24. "_spec": "graceful-fs@^4.2.0",
  25. "_where": "/Users/alexmanuel/MyApp/node_modules/fs-extra",
  26. "bugs": {
  27. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "A drop-in replacement for fs, making various improvements.",
  32. "devDependencies": {
  33. "import-fresh": "^2.0.0",
  34. "mkdirp": "^0.5.0",
  35. "rimraf": "^2.2.8",
  36. "tap": "^12.7.0"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "files": [
  42. "fs.js",
  43. "graceful-fs.js",
  44. "legacy-streams.js",
  45. "polyfills.js",
  46. "clone.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  49. "keywords": [
  50. "fs",
  51. "module",
  52. "reading",
  53. "retry",
  54. "retries",
  55. "queue",
  56. "error",
  57. "errors",
  58. "handling",
  59. "EMFILE",
  60. "EAGAIN",
  61. "EINVAL",
  62. "EPERM",
  63. "EACCESS"
  64. ],
  65. "license": "ISC",
  66. "main": "graceful-fs.js",
  67. "name": "graceful-fs",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  71. },
  72. "scripts": {
  73. "postpublish": "git push origin --follow-tags",
  74. "posttest": "nyc report",
  75. "postversion": "npm publish",
  76. "preversion": "npm test",
  77. "test": "nyc --silent node test.js | tap -c -"
  78. },
  79. "version": "4.2.8"
  80. }