package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@7.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-extra@7.0.1",
  10. "_id": "fs-extra@7.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TxicRKoSO4lfcigE9V6iPq3DSOk=",
  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. ],
  28. "_resolved": "https://registry.npm.taobao.org/fs-extra/download/fs-extra-7.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffs-extra%2Fdownload%2Ffs-extra-7.0.1.tgz",
  29. "_spec": "7.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^3.0.0",
  46. "istanbul": "^0.4.5",
  47. "klaw": "^2.1.1",
  48. "klaw-sync": "^3.0.2",
  49. "minimist": "^1.1.1",
  50. "mocha": "^5.0.5",
  51. "proxyquire": "^2.0.1",
  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": "^11.0.1",
  57. "standard-markdown": "^4.0.1"
  58. },
  59. "engines": {
  60. "node": ">=6 <7 || >=8"
  61. },
  62. "homepage": "https://github.com/jprichardson/node-fs-extra",
  63. "keywords": [
  64. "fs",
  65. "file",
  66. "file system",
  67. "copy",
  68. "directory",
  69. "extra",
  70. "mkdirp",
  71. "mkdir",
  72. "mkdirs",
  73. "recursive",
  74. "json",
  75. "read",
  76. "write",
  77. "extra",
  78. "delete",
  79. "remove",
  80. "touch",
  81. "create",
  82. "text",
  83. "output",
  84. "move"
  85. ],
  86. "license": "MIT",
  87. "main": "./lib/index.js",
  88. "name": "fs-extra",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  92. },
  93. "scripts": {
  94. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  95. "coveralls": "coveralls < coverage/lcov.info",
  96. "full-ci": "npm run lint && npm run coverage",
  97. "lint": "standard",
  98. "test": "npm run lint && npm run unit",
  99. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  100. "unit": "node test.js"
  101. },
  102. "version": "7.0.1"
  103. }