package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "cliui@5.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@5.0.0",
  10. "_id": "cliui@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=",
  13. "_location": "/cliui",
  14. "_phantomChildren": {
  15. "emoji-regex": "7.0.3",
  16. "is-fullwidth-code-point": "2.0.0",
  17. "strip-ansi": "5.2.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "cliui@5.0.0",
  23. "name": "cliui",
  24. "escapedName": "cliui",
  25. "rawSpec": "5.0.0",
  26. "saveSpec": null,
  27. "fetchSpec": "5.0.0"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-service",
  31. "/yargs"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/cliui/download/cliui-5.0.0.tgz",
  34. "_spec": "5.0.0",
  35. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  36. "author": {
  37. "name": "Ben Coe",
  38. "email": "ben@npmjs.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/yargs/cliui/issues"
  42. },
  43. "config": {
  44. "blanket": {
  45. "pattern": [
  46. "index.js"
  47. ],
  48. "data-cover-never": [
  49. "node_modules",
  50. "test"
  51. ],
  52. "output-reporter": "spec"
  53. }
  54. },
  55. "dependencies": {
  56. "string-width": "^3.1.0",
  57. "strip-ansi": "^5.2.0",
  58. "wrap-ansi": "^5.1.0"
  59. },
  60. "description": "easily create complex multi-column command-line-interfaces",
  61. "devDependencies": {
  62. "chai": "^4.2.0",
  63. "chalk": "^2.4.2",
  64. "coveralls": "^3.0.3",
  65. "mocha": "^6.0.2",
  66. "nyc": "^13.3.0",
  67. "standard": "^12.0.1",
  68. "standard-version": "^5.0.2"
  69. },
  70. "engine": {
  71. "node": ">=6"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/yargs/cliui#readme",
  77. "keywords": [
  78. "cli",
  79. "command-line",
  80. "layout",
  81. "design",
  82. "console",
  83. "wrap",
  84. "table"
  85. ],
  86. "license": "ISC",
  87. "main": "index.js",
  88. "name": "cliui",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/yargs/cliui.git"
  92. },
  93. "scripts": {
  94. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  95. "pretest": "standard",
  96. "release": "standard-version",
  97. "test": "nyc mocha"
  98. },
  99. "standard": {
  100. "ignore": [
  101. "**/example/**"
  102. ],
  103. "globals": [
  104. "it"
  105. ]
  106. },
  107. "version": "5.0.0"
  108. }