package.json 2.4 KB

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