package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cliui@^2.1.0",
  6. "scope": null,
  7. "escapedName": "cliui",
  8. "name": "cliui",
  9. "rawSpec": "^2.1.0",
  10. "spec": ">=2.1.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "cliui@>=2.1.0 <3.0.0",
  17. "_id": "cliui@2.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/cliui",
  21. "_nodeVersion": "0.10.36",
  22. "_npmUser": {
  23. "name": "bcoe",
  24. "email": "ben@npmjs.com"
  25. },
  26. "_npmVersion": "2.7.5",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "cliui@^2.1.0",
  30. "scope": null,
  31. "escapedName": "cliui",
  32. "name": "cliui",
  33. "rawSpec": "^2.1.0",
  34. "spec": ">=2.1.0 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/yargs"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
  41. "_shasum": "4b475760ff80264c762c3a1719032e91c7fea0d1",
  42. "_shrinkwrap": null,
  43. "_spec": "cliui@^2.1.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/yargs",
  45. "author": {
  46. "name": "Ben Coe",
  47. "email": "ben@npmjs.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/bcoe/cliui/issues"
  51. },
  52. "config": {
  53. "blanket": {
  54. "pattern": [
  55. "index.js"
  56. ],
  57. "data-cover-never": [
  58. "node_modules",
  59. "test"
  60. ],
  61. "output-reporter": "spec"
  62. }
  63. },
  64. "dependencies": {
  65. "center-align": "^0.1.1",
  66. "right-align": "^0.1.1",
  67. "wordwrap": "0.0.2"
  68. },
  69. "description": "easily create complex multi-column command-line-interfaces",
  70. "devDependencies": {
  71. "blanket": "^1.1.6",
  72. "chai": "^2.2.0",
  73. "coveralls": "^2.11.2",
  74. "mocha": "^2.2.4",
  75. "mocha-lcov-reporter": "0.0.2",
  76. "mocoverage": "^1.0.0",
  77. "patched-blanket": "^1.0.1",
  78. "standard": "^3.6.1"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "4b475760ff80264c762c3a1719032e91c7fea0d1",
  83. "tarball": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz"
  84. },
  85. "gitHead": "5d6ce466b144db62abefc4b2252c8aa70a741695",
  86. "homepage": "https://github.com/bcoe/cliui",
  87. "keywords": [
  88. "cli",
  89. "command-line",
  90. "layout",
  91. "design",
  92. "console",
  93. "wrap",
  94. "table"
  95. ],
  96. "license": "ISC",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "bcoe",
  101. "email": "ben@npmjs.com"
  102. }
  103. ],
  104. "name": "cliui",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+ssh://git@github.com/bcoe/cliui.git"
  110. },
  111. "scripts": {
  112. "test": "standard && mocha --check-leaks --ui exports --require patched-blanket -R mocoverage"
  113. },
  114. "standard": {
  115. "ignore": [
  116. "**/example/**"
  117. ],
  118. "globals": [
  119. "it"
  120. ]
  121. },
  122. "version": "2.1.0"
  123. }