package.json 2.2 KB

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