package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "cliui@^5.0.0",
  3. "_id": "cliui@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
  6. "_location": "/cliui",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "is-fullwidth-code-point": "2.0.0",
  10. "strip-ansi": "5.2.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "cliui@^5.0.0",
  16. "name": "cliui",
  17. "escapedName": "cliui",
  18. "rawSpec": "^5.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^5.0.0"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service",
  24. "/sass-graph/yargs",
  25. "/webpack-dev-server/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  28. "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
  29. "_spec": "cliui@^5.0.0",
  30. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/cliui/issues"
  37. },
  38. "bundleDependencies": false,
  39. "config": {
  40. "blanket": {
  41. "pattern": [
  42. "index.js"
  43. ],
  44. "data-cover-never": [
  45. "node_modules",
  46. "test"
  47. ],
  48. "output-reporter": "spec"
  49. }
  50. },
  51. "dependencies": {
  52. "string-width": "^3.1.0",
  53. "strip-ansi": "^5.2.0",
  54. "wrap-ansi": "^5.1.0"
  55. },
  56. "deprecated": false,
  57. "description": "easily create complex multi-column command-line-interfaces",
  58. "devDependencies": {
  59. "chai": "^4.2.0",
  60. "chalk": "^2.4.2",
  61. "coveralls": "^3.0.3",
  62. "mocha": "^6.0.2",
  63. "nyc": "^13.3.0",
  64. "standard": "^12.0.1",
  65. "standard-version": "^5.0.2"
  66. },
  67. "engine": {
  68. "node": ">=6"
  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. "release": "standard-version",
  94. "test": "nyc mocha"
  95. },
  96. "standard": {
  97. "ignore": [
  98. "**/example/**"
  99. ],
  100. "globals": [
  101. "it"
  102. ]
  103. },
  104. "version": "5.0.0"
  105. }