您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cliui@^5.0.0",
  12. "name": "cliui",
  13. "escapedName": "cliui",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  22. "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
  23. "_spec": "cliui@^5.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/cliui/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "blanket": {
  35. "pattern": [
  36. "index.js"
  37. ],
  38. "data-cover-never": [
  39. "node_modules",
  40. "test"
  41. ],
  42. "output-reporter": "spec"
  43. }
  44. },
  45. "dependencies": {
  46. "string-width": "^3.1.0",
  47. "strip-ansi": "^5.2.0",
  48. "wrap-ansi": "^5.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "easily create complex multi-column command-line-interfaces",
  52. "devDependencies": {
  53. "chai": "^4.2.0",
  54. "chalk": "^2.4.2",
  55. "coveralls": "^3.0.3",
  56. "mocha": "^6.0.2",
  57. "nyc": "^13.3.0",
  58. "standard": "^12.0.1",
  59. "standard-version": "^5.0.2"
  60. },
  61. "engine": {
  62. "node": ">=6"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/yargs/cliui#readme",
  68. "keywords": [
  69. "cli",
  70. "command-line",
  71. "layout",
  72. "design",
  73. "console",
  74. "wrap",
  75. "table"
  76. ],
  77. "license": "ISC",
  78. "main": "index.js",
  79. "name": "cliui",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+ssh://git@github.com/yargs/cliui.git"
  83. },
  84. "scripts": {
  85. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  86. "pretest": "standard",
  87. "release": "standard-version",
  88. "test": "nyc mocha"
  89. },
  90. "standard": {
  91. "ignore": [
  92. "**/example/**"
  93. ],
  94. "globals": [
  95. "it"
  96. ]
  97. },
  98. "version": "5.0.0"
  99. }