package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. "yargs@~3.5.4",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js"
  6. ]
  7. ],
  8. "_from": "yargs@>=3.5.4 <3.6.0",
  9. "_id": "yargs@3.5.4",
  10. "_inCache": true,
  11. "_location": "/yargs",
  12. "_nodeVersion": "1.5.0",
  13. "_npmUser": {
  14. "email": "bencoe@gmail.com",
  15. "name": "bcoe"
  16. },
  17. "_npmVersion": "2.7.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "yargs",
  21. "raw": "yargs@~3.5.4",
  22. "rawSpec": "~3.5.4",
  23. "scope": null,
  24. "spec": ">=3.5.4 <3.6.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/uglify-js"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz",
  31. "_shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
  32. "_shrinkwrap": null,
  33. "_spec": "yargs@~3.5.4",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js",
  35. "author": {
  36. "email": "Alex.Ford@CodeTunnel.com",
  37. "name": "Alex Ford",
  38. "url": "http://CodeTunnel.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/bcoe/yargs/issues"
  42. },
  43. "config": {
  44. "blanket": {
  45. "data-cover-never": [
  46. "node_modules",
  47. "test"
  48. ],
  49. "output-reporter": "spec",
  50. "pattern": [
  51. "index.js",
  52. "lib"
  53. ]
  54. }
  55. },
  56. "contributors": [
  57. {
  58. "name": "Benjamin Coe",
  59. "email": "ben@npmjs.com",
  60. "url": "https://github.com/bcoe"
  61. },
  62. {
  63. "name": "Chris Needham",
  64. "email": "chris@chrisneedham.com",
  65. "url": "http://chrisneedham.com"
  66. },
  67. {
  68. "name": "James Nylen",
  69. "email": "jnylen@gmail.com",
  70. "url": "https://github.com/nylen"
  71. },
  72. {
  73. "name": "Benjamin Horsleben",
  74. "url": "https://github.com/fizker"
  75. }
  76. ],
  77. "dependencies": {
  78. "camelcase": "^1.0.2",
  79. "decamelize": "^1.0.0",
  80. "window-size": "0.1.0",
  81. "wordwrap": "0.0.2"
  82. },
  83. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  84. "devDependencies": {
  85. "blanket": "^1.1.6",
  86. "chai": "^1.10.0",
  87. "coveralls": "^2.11.2",
  88. "hashish": "0.0.4",
  89. "mocha": "2.1.0",
  90. "mocha-lcov-reporter": "0.0.1",
  91. "mocoverage": "^1.0.0"
  92. },
  93. "directories": {},
  94. "dist": {
  95. "shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
  96. "tarball": "http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
  97. },
  98. "engine": {
  99. "node": ">=0.4"
  100. },
  101. "files": [
  102. "LICENSE",
  103. "completion.sh.hbs",
  104. "index.js",
  105. "lib"
  106. ],
  107. "gitHead": "c16cc085501155cf7fd853ccdf8584b05ab92b78",
  108. "homepage": "https://github.com/bcoe/yargs",
  109. "installable": true,
  110. "keywords": [
  111. "args",
  112. "argument",
  113. "cli",
  114. "command",
  115. "option",
  116. "parser",
  117. "parsing"
  118. ],
  119. "license": "MIT/X11",
  120. "main": "./index.js",
  121. "maintainers": [
  122. {
  123. "name": "chevex",
  124. "email": "alex.ford@codetunnel.com"
  125. },
  126. {
  127. "name": "bcoe",
  128. "email": "bencoe@gmail.com"
  129. },
  130. {
  131. "name": "nylen",
  132. "email": "jnylen@gmail.com"
  133. }
  134. ],
  135. "name": "yargs",
  136. "optionalDependencies": {},
  137. "repository": {
  138. "type": "git",
  139. "url": "http://github.com/bcoe/yargs.git"
  140. },
  141. "scripts": {
  142. "test": "mocha --check-leaks --ui exports --require blanket -R mocoverage"
  143. },
  144. "version": "3.5.4"
  145. }