You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "cliui@^3.2.0",
  3. "_id": "cliui@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
  6. "_location": "/cliui",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cliui@^3.2.0",
  12. "name": "cliui",
  13. "escapedName": "cliui",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
  22. "_shasum": "120601537a916d29940f934da3b48d585a39213d",
  23. "_spec": "cliui@^3.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "^1.0.1",
  47. "strip-ansi": "^3.0.1",
  48. "wrap-ansi": "^2.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "easily create complex multi-column command-line-interfaces",
  52. "devDependencies": {
  53. "chai": "^3.5.0",
  54. "chalk": "^1.1.2",
  55. "coveralls": "^2.11.8",
  56. "mocha": "^2.4.5",
  57. "nyc": "^6.4.0",
  58. "standard": "^6.0.8",
  59. "standard-version": "^2.1.2"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/yargs/cliui#readme",
  65. "keywords": [
  66. "cli",
  67. "command-line",
  68. "layout",
  69. "design",
  70. "console",
  71. "wrap",
  72. "table"
  73. ],
  74. "license": "ISC",
  75. "main": "index.js",
  76. "name": "cliui",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/yargs/cliui.git"
  80. },
  81. "scripts": {
  82. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  83. "pretest": "standard",
  84. "test": "nyc mocha",
  85. "version": "standard-version"
  86. },
  87. "standard": {
  88. "ignore": [
  89. "**/example/**"
  90. ],
  91. "globals": [
  92. "it"
  93. ]
  94. },
  95. "version": "3.2.0"
  96. }