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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "graceful-fs@^4.1.11",
  3. "_id": "graceful-fs@4.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.1.11",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.1.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.11"
  17. },
  18. "_requiredBy": [
  19. "/fs-mkdirp-stream",
  20. "/load-json-file",
  21. "/path-type",
  22. "/readdirp",
  23. "/vinyl-fs",
  24. "/vinyl-sourcemap"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
  27. "_shasum": "2256bde14d3632958c465ebc96dc467ca07a29fb",
  28. "_spec": "graceful-fs@^4.1.11",
  29. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\readdirp",
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A drop-in replacement for fs, making various improvements.",
  37. "devDependencies": {
  38. "import-fresh": "^2.0.0",
  39. "mkdirp": "^0.5.0",
  40. "rimraf": "^2.2.8",
  41. "tap": "^12.7.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "fs.js",
  48. "graceful-fs.js",
  49. "legacy-streams.js",
  50. "polyfills.js",
  51. "clone.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  54. "keywords": [
  55. "fs",
  56. "module",
  57. "reading",
  58. "retry",
  59. "retries",
  60. "queue",
  61. "error",
  62. "errors",
  63. "handling",
  64. "EMFILE",
  65. "EAGAIN",
  66. "EINVAL",
  67. "EPERM",
  68. "EACCESS"
  69. ],
  70. "license": "ISC",
  71. "main": "graceful-fs.js",
  72. "name": "graceful-fs",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  76. },
  77. "scripts": {
  78. "postpublish": "git push origin --follow-tags",
  79. "postversion": "npm publish",
  80. "preversion": "npm test",
  81. "test": "node test.js | tap -"
  82. },
  83. "version": "4.2.4"
  84. }