package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cliui@^3.2.0",
  6. "scope": null,
  7. "escapedName": "cliui",
  8. "name": "cliui",
  9. "rawSpec": "^3.2.0",
  10. "spec": ">=3.2.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "cliui@>=3.2.0 <4.0.0",
  17. "_id": "cliui@3.2.0",
  18. "_inCache": true,
  19. "_location": "/cliui",
  20. "_nodeVersion": "5.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/cliui-3.2.0.tgz_1460342854008_0.8861493801232427"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "3.3.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "cliui@^3.2.0",
  33. "scope": null,
  34. "escapedName": "cliui",
  35. "name": "cliui",
  36. "rawSpec": "^3.2.0",
  37. "spec": ">=3.2.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/yargs"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
  44. "_shasum": "120601537a916d29940f934da3b48d585a39213d",
  45. "_shrinkwrap": null,
  46. "_spec": "cliui@^3.2.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs",
  48. "author": {
  49. "name": "Ben Coe",
  50. "email": "ben@npmjs.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/yargs/cliui/issues"
  54. },
  55. "config": {
  56. "blanket": {
  57. "pattern": [
  58. "index.js"
  59. ],
  60. "data-cover-never": [
  61. "node_modules",
  62. "test"
  63. ],
  64. "output-reporter": "spec"
  65. }
  66. },
  67. "dependencies": {
  68. "string-width": "^1.0.1",
  69. "strip-ansi": "^3.0.1",
  70. "wrap-ansi": "^2.0.0"
  71. },
  72. "description": "easily create complex multi-column command-line-interfaces",
  73. "devDependencies": {
  74. "chai": "^3.5.0",
  75. "chalk": "^1.1.2",
  76. "coveralls": "^2.11.8",
  77. "mocha": "^2.4.5",
  78. "nyc": "^6.4.0",
  79. "standard": "^6.0.8",
  80. "standard-version": "^2.1.2"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "120601537a916d29940f934da3b48d585a39213d",
  85. "tarball": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "gitHead": "75d62e9dfa77a0e0a9c3ac3b96b02baa294142ce",
  91. "homepage": "https://github.com/yargs/cliui#readme",
  92. "keywords": [
  93. "cli",
  94. "command-line",
  95. "layout",
  96. "design",
  97. "console",
  98. "wrap",
  99. "table"
  100. ],
  101. "license": "ISC",
  102. "main": "index.js",
  103. "maintainers": [
  104. {
  105. "name": "bcoe",
  106. "email": "ben@npmjs.com"
  107. }
  108. ],
  109. "name": "cliui",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+ssh://git@github.com/yargs/cliui.git"
  115. },
  116. "scripts": {
  117. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  118. "pretest": "standard",
  119. "test": "nyc mocha",
  120. "version": "standard-version"
  121. },
  122. "standard": {
  123. "ignore": [
  124. "**/example/**"
  125. ],
  126. "globals": [
  127. "it"
  128. ]
  129. },
  130. "version": "3.2.0"
  131. }