package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yargs@~3.10.0",
  6. "scope": null,
  7. "escapedName": "yargs",
  8. "name": "yargs",
  9. "rawSpec": "~3.10.0",
  10. "spec": ">=3.10.0 <3.11.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/uglify-js"
  14. ]
  15. ],
  16. "_from": "yargs@>=3.10.0 <3.11.0",
  17. "_id": "yargs@3.10.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/yargs",
  21. "_nodeVersion": "2.0.2",
  22. "_npmUser": {
  23. "name": "bcoe",
  24. "email": "ben@npmjs.com"
  25. },
  26. "_npmVersion": "2.9.0",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "yargs@~3.10.0",
  30. "scope": null,
  31. "escapedName": "yargs",
  32. "name": "yargs",
  33. "rawSpec": "~3.10.0",
  34. "spec": ">=3.10.0 <3.11.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-uglify/uglify-js",
  39. "/uglify-js"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
  42. "_shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
  43. "_shrinkwrap": null,
  44. "_spec": "yargs@~3.10.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/uglify-js",
  46. "author": {
  47. "name": "Alex Ford",
  48. "email": "Alex.Ford@CodeTunnel.com",
  49. "url": "http://CodeTunnel.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/bcoe/yargs/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Benjamin Coe",
  57. "email": "ben@npmjs.com",
  58. "url": "https://github.com/bcoe"
  59. },
  60. {
  61. "name": "Chris Needham",
  62. "email": "chris@chrisneedham.com",
  63. "url": "http://chrisneedham.com"
  64. },
  65. {
  66. "name": "James Nylen",
  67. "email": "jnylen@gmail.com",
  68. "url": "https://github.com/nylen"
  69. },
  70. {
  71. "name": "Benjamin Horsleben",
  72. "url": "https://github.com/fizker"
  73. },
  74. {
  75. "name": "Lin Clark",
  76. "url": "https://github.com/linclark"
  77. }
  78. ],
  79. "dependencies": {
  80. "camelcase": "^1.0.2",
  81. "cliui": "^2.1.0",
  82. "decamelize": "^1.0.0",
  83. "window-size": "0.1.0"
  84. },
  85. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  86. "devDependencies": {
  87. "chai": "^2.2.0",
  88. "coveralls": "^2.11.2",
  89. "hashish": "0.0.4",
  90. "mocha": "^2.2.1",
  91. "nyc": "^2.2.1",
  92. "standard": "^3.11.1"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
  97. "tarball": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
  98. },
  99. "engine": {
  100. "node": ">=0.4"
  101. },
  102. "files": [
  103. "index.js",
  104. "lib",
  105. "completion.sh.hbs",
  106. "LICENSE"
  107. ],
  108. "gitHead": "491e6b10e46485a31504e6a1ef21450dff425030",
  109. "homepage": "https://github.com/bcoe/yargs#readme",
  110. "keywords": [
  111. "argument",
  112. "args",
  113. "option",
  114. "parser",
  115. "parsing",
  116. "cli",
  117. "command"
  118. ],
  119. "license": "MIT",
  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. "readme": "ERROR: No README data found!",
  138. "repository": {
  139. "type": "git",
  140. "url": "git+ssh://git@github.com/bcoe/yargs.git"
  141. },
  142. "scripts": {
  143. "coverage": "nyc report --reporter=text-lcov | coveralls",
  144. "test": "standard && nyc mocha --check-leaks && nyc report"
  145. },
  146. "standard": {
  147. "ignore": [
  148. "**/example/**"
  149. ],
  150. "globals": [
  151. "it"
  152. ]
  153. },
  154. "version": "3.10.0"
  155. }