package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "cliui@^2.1.0",
  3. "_id": "cliui@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
  6. "_location": "/cliui",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cliui@^2.1.0",
  12. "name": "cliui",
  13. "escapedName": "cliui",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
  22. "_shasum": "4b475760ff80264c762c3a1719032e91c7fea0d1",
  23. "_spec": "cliui@^2.1.0",
  24. "_where": "C:\\FatboarProject\\express-server\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/bcoe/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. "center-align": "^0.1.1",
  47. "right-align": "^0.1.1",
  48. "wordwrap": "0.0.2"
  49. },
  50. "deprecated": false,
  51. "description": "easily create complex multi-column command-line-interfaces",
  52. "devDependencies": {
  53. "blanket": "^1.1.6",
  54. "chai": "^2.2.0",
  55. "coveralls": "^2.11.2",
  56. "mocha": "^2.2.4",
  57. "mocha-lcov-reporter": "0.0.2",
  58. "mocoverage": "^1.0.0",
  59. "patched-blanket": "^1.0.1",
  60. "standard": "^3.6.1"
  61. },
  62. "homepage": "https://github.com/bcoe/cliui#readme",
  63. "keywords": [
  64. "cli",
  65. "command-line",
  66. "layout",
  67. "design",
  68. "console",
  69. "wrap",
  70. "table"
  71. ],
  72. "license": "ISC",
  73. "main": "index.js",
  74. "name": "cliui",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/bcoe/cliui.git"
  78. },
  79. "scripts": {
  80. "test": "standard && mocha --check-leaks --ui exports --require patched-blanket -R mocoverage"
  81. },
  82. "standard": {
  83. "ignore": [
  84. "**/example/**"
  85. ],
  86. "globals": [
  87. "it"
  88. ]
  89. },
  90. "version": "2.1.0"
  91. }