tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.4 KiB

4 years ago
  1. {
  2. "_from": "fs-extra",
  3. "_id": "fs-extra@10.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-n/YbZV3eU/s0qC34S7IUzoAuF8E=",
  6. "_location": "/fs-extra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "fs-extra",
  12. "name": "fs-extra",
  13. "escapedName": "fs-extra",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://r.cnpmjs.org/fs-extra/download/fs-extra-10.0.0.tgz",
  23. "_shasum": "9ff61b655dde53fb34a82df84bb214ce802e17c1",
  24. "_spec": "fs-extra",
  25. "_where": "E:\\work\\code\\tis-cli",
  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.2.0",
  36. "jsonfile": "^6.0.1",
  37. "universalify": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  41. "devDependencies": {
  42. "at-least-node": "^1.0.0",
  43. "coveralls": "^3.0.0",
  44. "klaw": "^2.1.1",
  45. "klaw-sync": "^3.0.2",
  46. "minimist": "^1.1.1",
  47. "mocha": "^5.0.5",
  48. "nyc": "^15.0.0",
  49. "proxyquire": "^2.0.1",
  50. "read-dir-files": "^0.1.1",
  51. "standard": "^14.1.0"
  52. },
  53. "engines": {
  54. "node": ">=12"
  55. },
  56. "files": [
  57. "lib/",
  58. "!lib/**/__tests__/"
  59. ],
  60. "homepage": "https://github.com/jprichardson/node-fs-extra",
  61. "keywords": [
  62. "fs",
  63. "file",
  64. "file system",
  65. "copy",
  66. "directory",
  67. "extra",
  68. "mkdirp",
  69. "mkdir",
  70. "mkdirs",
  71. "recursive",
  72. "json",
  73. "read",
  74. "write",
  75. "extra",
  76. "delete",
  77. "remove",
  78. "touch",
  79. "create",
  80. "text",
  81. "output",
  82. "move",
  83. "promise"
  84. ],
  85. "license": "MIT",
  86. "main": "./lib/index.js",
  87. "name": "fs-extra",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  91. },
  92. "scripts": {
  93. "coverage": "nyc -r lcovonly npm run unit",
  94. "coveralls": "coveralls < coverage/lcov.info",
  95. "full-ci": "npm run lint && npm run coverage",
  96. "lint": "standard",
  97. "test": "npm run lint && npm run unit",
  98. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  99. "unit": "node test.js"
  100. },
  101. "version": "10.0.0"
  102. }