package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "yargs@^3.10.0",
  3. "_id": "yargs@3.32.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ONJZiimStfZzhKamYvR/xvmgW3uEkAUFSP91y2caTEPhzF6uP2JfPiVZcq66b/YR0C3uitxSV7+T1x8p5bkmMg==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs@^3.10.0",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "^3.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.10.0"
  17. },
  18. "_requiredBy": [
  19. "/protobufjs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/yargs/-/yargs-3.32.0.tgz",
  22. "_shasum": "03088e9ebf9e756b69751611d2a5ef591482c995",
  23. "_spec": "yargs@^3.10.0",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\protobufjs",
  25. "author": {
  26. "name": "Alex Ford",
  27. "email": "Alex.Ford@CodeTunnel.com",
  28. "url": "http://CodeTunnel.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bcoe/yargs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Benjamin Coe",
  37. "email": "ben@npmjs.com",
  38. "url": "https://github.com/bcoe"
  39. },
  40. {
  41. "name": "Andrew Goode",
  42. "url": "https://github.com/nexdrew"
  43. },
  44. {
  45. "name": "Chris Needham",
  46. "email": "chris@chrisneedham.com",
  47. "url": "http://chrisneedham.com"
  48. },
  49. {
  50. "name": "James Nylen",
  51. "email": "jnylen@gmail.com",
  52. "url": "https://github.com/nylen"
  53. },
  54. {
  55. "name": "Benjamin Horsleben",
  56. "url": "https://github.com/fizker"
  57. },
  58. {
  59. "name": "Lin Clark",
  60. "url": "https://github.com/linclark"
  61. },
  62. {
  63. "name": "Tim Schaub",
  64. "url": "https://github.com/tschaub"
  65. }
  66. ],
  67. "dependencies": {
  68. "camelcase": "^2.0.1",
  69. "cliui": "^3.0.3",
  70. "decamelize": "^1.1.1",
  71. "os-locale": "^1.4.0",
  72. "string-width": "^1.0.1",
  73. "window-size": "^0.1.4",
  74. "y18n": "^3.2.0"
  75. },
  76. "deprecated": false,
  77. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  78. "devDependencies": {
  79. "chai": "^3.4.1",
  80. "chalk": "^1.1.1",
  81. "coveralls": "^2.11.4",
  82. "es6-promise": "^3.0.2",
  83. "hashish": "0.0.4",
  84. "mocha": "^2.3.4",
  85. "nyc": "^5.2.0",
  86. "standard": "^5.4.1",
  87. "which": "^1.1.2",
  88. "win-spawn": "^2.0.0"
  89. },
  90. "engine": {
  91. "node": ">=0.10"
  92. },
  93. "files": [
  94. "index.js",
  95. "lib",
  96. "locales",
  97. "completion.sh.hbs",
  98. "LICENSE"
  99. ],
  100. "homepage": "https://github.com/bcoe/yargs#readme",
  101. "keywords": [
  102. "argument",
  103. "args",
  104. "option",
  105. "parser",
  106. "parsing",
  107. "cli",
  108. "command"
  109. ],
  110. "license": "MIT",
  111. "main": "./index.js",
  112. "name": "yargs",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+ssh://git@github.com/bcoe/yargs.git"
  116. },
  117. "scripts": {
  118. "coverage": "nyc report --reporter=text-lcov | coveralls",
  119. "pretest": "standard",
  120. "test": "nyc --cache mocha --timeout=4000 --check-leaks"
  121. },
  122. "standard": {
  123. "ignore": [
  124. "**/example/**"
  125. ],
  126. "globals": [
  127. "it"
  128. ]
  129. },
  130. "version": "3.32.0"
  131. }