package.json 2.5 KB

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