package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "cliui@6.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@6.0.0",
  10. "_id": "cliui@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",
  13. "_location": "/cliui",
  14. "_phantomChildren": {
  15. "string-width": "4.2.2",
  16. "strip-ansi": "6.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "cliui@6.0.0",
  22. "name": "cliui",
  23. "escapedName": "cliui",
  24. "rawSpec": "6.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "6.0.0"
  27. },
  28. "_requiredBy": [
  29. "/@vue/cli-service"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/cliui/download/cliui-6.0.0.tgz?cache=0&sync_timestamp=1604880017635&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-6.0.0.tgz",
  32. "_spec": "6.0.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  34. "author": {
  35. "name": "Ben Coe",
  36. "email": "ben@npmjs.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/yargs/cliui/issues"
  40. },
  41. "config": {
  42. "blanket": {
  43. "pattern": [
  44. "index.js"
  45. ],
  46. "data-cover-never": [
  47. "node_modules",
  48. "test"
  49. ],
  50. "output-reporter": "spec"
  51. }
  52. },
  53. "dependencies": {
  54. "string-width": "^4.2.0",
  55. "strip-ansi": "^6.0.0",
  56. "wrap-ansi": "^6.2.0"
  57. },
  58. "description": "easily create complex multi-column command-line-interfaces",
  59. "devDependencies": {
  60. "chai": "^4.2.0",
  61. "chalk": "^3.0.0",
  62. "coveralls": "^3.0.3",
  63. "mocha": "^6.2.2",
  64. "nyc": "^14.1.1",
  65. "standard": "^12.0.1"
  66. },
  67. "engine": {
  68. "node": ">=8"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/yargs/cliui#readme",
  74. "keywords": [
  75. "cli",
  76. "command-line",
  77. "layout",
  78. "design",
  79. "console",
  80. "wrap",
  81. "table"
  82. ],
  83. "license": "ISC",
  84. "main": "index.js",
  85. "name": "cliui",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/yargs/cliui.git"
  89. },
  90. "scripts": {
  91. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  92. "pretest": "standard",
  93. "test": "nyc mocha"
  94. },
  95. "standard": {
  96. "ignore": [
  97. "**/example/**"
  98. ],
  99. "globals": [
  100. "it"
  101. ]
  102. },
  103. "version": "6.0.0"
  104. }