package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "emoji-regex": "7.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "cliui@^5.0.0",
  14. "name": "cliui",
  15. "escapedName": "cliui",
  16. "rawSpec": "^5.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^5.0.0"
  19. },
  20. "_requiredBy": [
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  24. "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
  25. "_spec": "cliui@^5.0.0",
  26. "_where": "D:\\公司项目\\wms\\node_modules\\yargs",
  27. "author": {
  28. "name": "Ben Coe",
  29. "email": "ben@npmjs.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yargs/cliui/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "blanket": {
  37. "pattern": [
  38. "index.js"
  39. ],
  40. "data-cover-never": [
  41. "node_modules",
  42. "test"
  43. ],
  44. "output-reporter": "spec"
  45. }
  46. },
  47. "dependencies": {
  48. "string-width": "^3.1.0",
  49. "strip-ansi": "^5.2.0",
  50. "wrap-ansi": "^5.1.0"
  51. },
  52. "deprecated": false,
  53. "description": "easily create complex multi-column command-line-interfaces",
  54. "devDependencies": {
  55. "chai": "^4.2.0",
  56. "chalk": "^2.4.2",
  57. "coveralls": "^3.0.3",
  58. "mocha": "^6.0.2",
  59. "nyc": "^13.3.0",
  60. "standard": "^12.0.1",
  61. "standard-version": "^5.0.2"
  62. },
  63. "engine": {
  64. "node": ">=6"
  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. "release": "standard-version",
  90. "test": "nyc mocha"
  91. },
  92. "standard": {
  93. "ignore": [
  94. "**/example/**"
  95. ],
  96. "globals": [
  97. "it"
  98. ]
  99. },
  100. "version": "5.0.0"
  101. }