package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "fs-extra@^7.0.1",
  3. "_id": "fs-extra@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
  6. "_location": "/fs-extra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-extra@^7.0.1",
  12. "name": "fs-extra",
  13. "escapedName": "fs-extra",
  14. "rawSpec": "^7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
  22. "_shasum": "4f189c44aa123b895f722804f55ea23eadc348e9",
  23. "_spec": "fs-extra@^7.0.1",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "JP Richardson",
  27. "email": "jprichardson@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.1.2",
  35. "jsonfile": "^4.0.0",
  36. "universalify": "^0.1.0"
  37. },
  38. "deprecated": false,
  39. "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.",
  40. "devDependencies": {
  41. "coveralls": "^3.0.0",
  42. "istanbul": "^0.4.5",
  43. "klaw": "^2.1.1",
  44. "klaw-sync": "^3.0.2",
  45. "minimist": "^1.1.1",
  46. "mocha": "^5.0.5",
  47. "proxyquire": "^2.0.1",
  48. "read-dir-files": "^0.1.1",
  49. "rimraf": "^2.2.8",
  50. "secure-random": "^1.1.1",
  51. "semver": "^5.3.0",
  52. "standard": "^11.0.1",
  53. "standard-markdown": "^4.0.1"
  54. },
  55. "engines": {
  56. "node": ">=6 <7 || >=8"
  57. },
  58. "homepage": "https://github.com/jprichardson/node-fs-extra",
  59. "keywords": [
  60. "fs",
  61. "file",
  62. "file system",
  63. "copy",
  64. "directory",
  65. "extra",
  66. "mkdirp",
  67. "mkdir",
  68. "mkdirs",
  69. "recursive",
  70. "json",
  71. "read",
  72. "write",
  73. "extra",
  74. "delete",
  75. "remove",
  76. "touch",
  77. "create",
  78. "text",
  79. "output",
  80. "move"
  81. ],
  82. "license": "MIT",
  83. "main": "./lib/index.js",
  84. "name": "fs-extra",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  88. },
  89. "scripts": {
  90. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  91. "coveralls": "coveralls < coverage/lcov.info",
  92. "full-ci": "npm run lint && npm run coverage",
  93. "lint": "standard",
  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": "7.0.1"
  99. }