package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "cliui@3.2.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@3.2.0",
  10. "_id": "cliui@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
  13. "_location": "/cliui",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cliui@3.2.0",
  19. "name": "cliui",
  20. "escapedName": "cliui",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/cliui/issues"
  37. },
  38. "config": {
  39. "blanket": {
  40. "pattern": [
  41. "index.js"
  42. ],
  43. "data-cover-never": [
  44. "node_modules",
  45. "test"
  46. ],
  47. "output-reporter": "spec"
  48. }
  49. },
  50. "dependencies": {
  51. "string-width": "^1.0.1",
  52. "strip-ansi": "^3.0.1",
  53. "wrap-ansi": "^2.0.0"
  54. },
  55. "description": "easily create complex multi-column command-line-interfaces",
  56. "devDependencies": {
  57. "chai": "^3.5.0",
  58. "chalk": "^1.1.2",
  59. "coveralls": "^2.11.8",
  60. "mocha": "^2.4.5",
  61. "nyc": "^6.4.0",
  62. "standard": "^6.0.8",
  63. "standard-version": "^2.1.2"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/yargs/cliui#readme",
  69. "keywords": [
  70. "cli",
  71. "command-line",
  72. "layout",
  73. "design",
  74. "console",
  75. "wrap",
  76. "table"
  77. ],
  78. "license": "ISC",
  79. "main": "index.js",
  80. "name": "cliui",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/yargs/cliui.git"
  84. },
  85. "scripts": {
  86. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  87. "pretest": "standard",
  88. "test": "nyc mocha",
  89. "version": "standard-version"
  90. },
  91. "standard": {
  92. "ignore": [
  93. "**/example/**"
  94. ],
  95. "globals": [
  96. "it"
  97. ]
  98. },
  99. "version": "3.2.0"
  100. }