package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "cliui@2.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@2.1.0",
  10. "_id": "cliui@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
  13. "_location": "/cliui",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cliui@2.1.0",
  19. "name": "cliui",
  20. "escapedName": "cliui",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack/uglify-js/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bcoe/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. "center-align": "^0.1.1",
  52. "right-align": "^0.1.1",
  53. "wordwrap": "0.0.2"
  54. },
  55. "description": "easily create complex multi-column command-line-interfaces",
  56. "devDependencies": {
  57. "blanket": "^1.1.6",
  58. "chai": "^2.2.0",
  59. "coveralls": "^2.11.2",
  60. "mocha": "^2.2.4",
  61. "mocha-lcov-reporter": "0.0.2",
  62. "mocoverage": "^1.0.0",
  63. "patched-blanket": "^1.0.1",
  64. "standard": "^3.6.1"
  65. },
  66. "homepage": "https://github.com/bcoe/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/bcoe/cliui.git"
  82. },
  83. "scripts": {
  84. "test": "standard && mocha --check-leaks --ui exports --require patched-blanket -R mocoverage"
  85. },
  86. "standard": {
  87. "ignore": [
  88. "**/example/**"
  89. ],
  90. "globals": [
  91. "it"
  92. ]
  93. },
  94. "version": "2.1.0"
  95. }