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.
 
 
 
 

108 regels
2.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "graceful-fs@4.2.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "graceful-fs@4.2.4",
  9. "_id": "graceful-fs@4.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
  12. "_location": "/graceful-fs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "graceful-fs@4.2.4",
  18. "name": "graceful-fs",
  19. "escapedName": "graceful-fs",
  20. "rawSpec": "4.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.4"
  23. },
  24. "_requiredBy": [
  25. "/cacache",
  26. "/enhanced-resolve",
  27. "/eslint-plugin-import/load-json-file",
  28. "/flat-cache",
  29. "/fs-extra",
  30. "/fs-write-stream-atomic",
  31. "/fstream",
  32. "/jest-haste-map",
  33. "/jest-runner",
  34. "/jest-runtime",
  35. "/jest-util",
  36. "/jest/jest-cli",
  37. "/jsonfile",
  38. "/load-json-file",
  39. "/node-gyp",
  40. "/path-type",
  41. "/react-scripts/fs-extra",
  42. "/react-scripts/jsonfile",
  43. "/readdirp",
  44. "/uglifyjs-webpack-plugin/cacache",
  45. "/watchpack",
  46. "/webpack-manifest-plugin/fs-extra",
  47. "/webpack-manifest-plugin/jsonfile",
  48. "/workbox-build/fs-extra",
  49. "/workbox-build/jsonfile",
  50. "/write-file-atomic"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
  53. "_spec": "4.2.4",
  54. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  55. "bugs": {
  56. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  57. },
  58. "dependencies": {},
  59. "description": "A drop-in replacement for fs, making various improvements.",
  60. "devDependencies": {
  61. "import-fresh": "^2.0.0",
  62. "mkdirp": "^0.5.0",
  63. "rimraf": "^2.2.8",
  64. "tap": "^12.7.0"
  65. },
  66. "directories": {
  67. "test": "test"
  68. },
  69. "files": [
  70. "fs.js",
  71. "graceful-fs.js",
  72. "legacy-streams.js",
  73. "polyfills.js",
  74. "clone.js"
  75. ],
  76. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  77. "keywords": [
  78. "fs",
  79. "module",
  80. "reading",
  81. "retry",
  82. "retries",
  83. "queue",
  84. "error",
  85. "errors",
  86. "handling",
  87. "EMFILE",
  88. "EAGAIN",
  89. "EINVAL",
  90. "EPERM",
  91. "EACCESS"
  92. ],
  93. "license": "ISC",
  94. "main": "graceful-fs.js",
  95. "name": "graceful-fs",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  99. },
  100. "scripts": {
  101. "postpublish": "git push origin --follow-tags",
  102. "postversion": "npm publish",
  103. "preversion": "npm test",
  104. "test": "node test.js | tap -"
  105. },
  106. "version": "4.2.4"
  107. }