package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "graceful-fs@4.1.11",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  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. "/fs-extra",
  26. "/jsonfile"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.1.11.tgz",
  29. "_spec": "4.1.11",
  30. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  33. },
  34. "description": "A drop-in replacement for fs, making various improvements.",
  35. "devDependencies": {
  36. "mkdirp": "^0.5.0",
  37. "rimraf": "^2.2.8",
  38. "tap": "^5.4.2"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "engines": {
  44. "node": ">=0.4.0"
  45. },
  46. "files": [
  47. "fs.js",
  48. "graceful-fs.js",
  49. "legacy-streams.js",
  50. "polyfills.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. "test": "node test.js | tap -"
  78. },
  79. "version": "4.1.11"
  80. }