package.json 1.8 KB

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