package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "cliui@6.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cliui@6.0.0",
  19. "name": "cliui",
  20. "escapedName": "cliui",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/cliui/download/cliui-6.0.0.tgz?cache=0&sync_timestamp=1602861369245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-6.0.0.tgz",
  30. "_spec": "6.0.0",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/cliui/issues"
  38. },
  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": "^4.2.0",
  53. "strip-ansi": "^6.0.0",
  54. "wrap-ansi": "^6.2.0"
  55. },
  56. "description": "easily create complex multi-column command-line-interfaces",
  57. "devDependencies": {
  58. "chai": "^4.2.0",
  59. "chalk": "^3.0.0",
  60. "coveralls": "^3.0.3",
  61. "mocha": "^6.2.2",
  62. "nyc": "^14.1.1",
  63. "standard": "^12.0.1"
  64. },
  65. "engine": {
  66. "node": ">=8"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/yargs/cliui#readme",
  72. "keywords": [
  73. "cli",
  74. "command-line",
  75. "layout",
  76. "design",
  77. "console",
  78. "wrap",
  79. "table"
  80. ],
  81. "license": "ISC",
  82. "main": "index.js",
  83. "name": "cliui",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/yargs/cliui.git"
  87. },
  88. "scripts": {
  89. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  90. "pretest": "standard",
  91. "test": "nyc mocha"
  92. },
  93. "standard": {
  94. "ignore": [
  95. "**/example/**"
  96. ],
  97. "globals": [
  98. "it"
  99. ]
  100. },
  101. "version": "6.0.0"
  102. }