package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@4.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-extra@4.0.3",
  10. "_id": "fs-extra@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=",
  13. "_location": "/fs-extra",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-extra@4.0.3",
  19. "name": "fs-extra",
  20. "escapedName": "fs-extra",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build"
  27. ],
  28. "_resolved": "https://registry.nlark.com/fs-extra/download/fs-extra-4.0.3.tgz?cache=0&sync_timestamp=1620079845472&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffs-extra%2Fdownload%2Ffs-extra-4.0.3.tgz",
  29. "_spec": "4.0.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "JP Richardson",
  33. "email": "jprichardson@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.1.2",
  40. "jsonfile": "^4.0.0",
  41. "universalify": "^0.1.0"
  42. },
  43. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  44. "devDependencies": {
  45. "coveralls": "^2.11.2",
  46. "istanbul": "^0.4.5",
  47. "klaw": "^1.0.0",
  48. "klaw-sync": "^1.1.2",
  49. "minimist": "^1.1.1",
  50. "mocha": "^3.1.2",
  51. "proxyquire": "^1.7.10",
  52. "read-dir-files": "^0.1.1",
  53. "rimraf": "^2.2.8",
  54. "secure-random": "^1.1.1",
  55. "semver": "^5.3.0",
  56. "standard": "^10.0.2",
  57. "standard-markdown": "^4.0.1"
  58. },
  59. "homepage": "https://github.com/jprichardson/node-fs-extra",
  60. "keywords": [
  61. "fs",
  62. "file",
  63. "file system",
  64. "copy",
  65. "directory",
  66. "extra",
  67. "mkdirp",
  68. "mkdir",
  69. "mkdirs",
  70. "recursive",
  71. "json",
  72. "read",
  73. "write",
  74. "extra",
  75. "delete",
  76. "remove",
  77. "touch",
  78. "create",
  79. "text",
  80. "output",
  81. "move"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/index.js",
  85. "name": "fs-extra",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  89. },
  90. "scripts": {
  91. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  92. "coveralls": "coveralls < coverage/lcov.info",
  93. "lint": "standard && standard-markdown",
  94. "test": "npm run lint && npm run unit",
  95. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  96. "unit": "node test.js"
  97. },
  98. "version": "4.0.3"
  99. }