package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "cliui@^6.0.0",
  3. "_id": "cliui@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  6. "_location": "/cliui",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cliui@^6.0.0",
  12. "name": "cliui",
  13. "escapedName": "cliui",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
  22. "_shasum": "511d702c0c4e41ca156d7d0e96021f23e13225b1",
  23. "_spec": "cliui@^6.0.0",
  24. "_where": "/Users/jane/myproject/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": "^4.2.0",
  47. "strip-ansi": "^6.0.0",
  48. "wrap-ansi": "^6.2.0"
  49. },
  50. "deprecated": false,
  51. "description": "easily create complex multi-column command-line-interfaces",
  52. "devDependencies": {
  53. "chai": "^4.2.0",
  54. "chalk": "^3.0.0",
  55. "coveralls": "^3.0.3",
  56. "mocha": "^6.2.2",
  57. "nyc": "^14.1.1",
  58. "standard": "^12.0.1"
  59. },
  60. "engine": {
  61. "node": ">=8"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/yargs/cliui#readme",
  67. "keywords": [
  68. "cli",
  69. "command-line",
  70. "layout",
  71. "design",
  72. "console",
  73. "wrap",
  74. "table"
  75. ],
  76. "license": "ISC",
  77. "main": "index.js",
  78. "name": "cliui",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/yargs/cliui.git"
  82. },
  83. "scripts": {
  84. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  85. "pretest": "standard",
  86. "test": "nyc mocha"
  87. },
  88. "standard": {
  89. "ignore": [
  90. "**/example/**"
  91. ],
  92. "globals": [
  93. "it"
  94. ]
  95. },
  96. "version": "6.0.0"
  97. }