package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@6.0.1",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "fs-extra@6.0.1",
  9. "_id": "fs-extra@6.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-irwSj3lG4xATXdyTuYvdtBDno0s=",
  12. "_location": "/fs-extra",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs-extra@6.0.1",
  18. "name": "fs-extra",
  19. "escapedName": "fs-extra",
  20. "rawSpec": "6.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.1"
  23. },
  24. "_requiredBy": [
  25. "/fs-extra-p"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/fs-extra/download/fs-extra-6.0.1.tgz",
  28. "_spec": "6.0.1",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "author": {
  31. "name": "JP Richardson",
  32. "email": "jprichardson@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.2",
  39. "jsonfile": "^4.0.0",
  40. "universalify": "^0.1.0"
  41. },
  42. "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.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.0",
  45. "istanbul": "^0.4.5",
  46. "klaw": "^2.1.1",
  47. "klaw-sync": "^3.0.2",
  48. "minimist": "^1.1.1",
  49. "mocha": "^5.0.5",
  50. "proxyquire": "^2.0.1",
  51. "read-dir-files": "^0.1.1",
  52. "rimraf": "^2.2.8",
  53. "secure-random": "^1.1.1",
  54. "semver": "^5.3.0",
  55. "standard": "^11.0.1",
  56. "standard-markdown": "^4.0.1"
  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 && 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": "6.0.1"
  99. }