package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@5.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "fs-extra@5.0.0",
  9. "_id": "fs-extra@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QU0BEM3QZwVzTQVWUsVBEmDDGr0=",
  12. "_location": "/fs-extra",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs-extra@5.0.0",
  18. "name": "fs-extra",
  19. "escapedName": "fs-extra",
  20. "rawSpec": "5.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.0"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/fs-extra/download/fs-extra-5.0.0.tgz",
  28. "_spec": "5.0.0",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  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": "^2.11.2",
  45. "istanbul": "^0.4.5",
  46. "klaw": "^1.0.0",
  47. "klaw-sync": "^1.1.2",
  48. "minimist": "^1.1.1",
  49. "mocha": "^3.1.2",
  50. "proxyquire": "^1.7.10",
  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": "^10.0.2",
  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. "lint": "standard && standard-markdown",
  93. "test": "npm run lint && npm run unit",
  94. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  95. "unit": "node test.js"
  96. },
  97. "version": "5.0.0"
  98. }