package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "yargs@^8.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack"
  6. ]
  7. ],
  8. "_from": "yargs@>=8.0.2 <9.0.0",
  9. "_id": "yargs@8.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/yargs",
  13. "_nodeVersion": "6.9.5",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/yargs-8.0.2.tgz_1497310246372_0.5759420988615602"
  17. },
  18. "_npmUser": {
  19. "email": "ben@npmjs.com",
  20. "name": "bcoe"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {
  24. "code-point-at": "1.1.0",
  25. "is-fullwidth-code-point": "1.0.0",
  26. "strip-ansi": "3.0.1",
  27. "wrap-ansi": "2.1.0"
  28. },
  29. "_requested": {
  30. "name": "yargs",
  31. "raw": "yargs@^8.0.2",
  32. "rawSpec": "^8.0.2",
  33. "scope": null,
  34. "spec": ">=8.0.2 <9.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/webpack"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
  41. "_shasum": "6299a9055b1cefc969ff7e79c1d918dceb22c360",
  42. "_shrinkwrap": null,
  43. "_spec": "yargs@^8.0.2",
  44. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
  45. "bugs": {
  46. "url": "https://github.com/yargs/yargs/issues"
  47. },
  48. "dependencies": {
  49. "camelcase": "^4.1.0",
  50. "cliui": "^3.2.0",
  51. "decamelize": "^1.1.1",
  52. "get-caller-file": "^1.0.1",
  53. "os-locale": "^2.0.0",
  54. "read-pkg-up": "^2.0.0",
  55. "require-directory": "^2.1.1",
  56. "require-main-filename": "^1.0.1",
  57. "set-blocking": "^2.0.0",
  58. "string-width": "^2.0.0",
  59. "which-module": "^2.0.0",
  60. "y18n": "^3.2.1",
  61. "yargs-parser": "^7.0.0"
  62. },
  63. "description": "yargs the modern, pirate-themed, successor to optimist.",
  64. "devDependencies": {
  65. "chai": "^3.4.1",
  66. "chalk": "^1.1.3",
  67. "coveralls": "^2.11.11",
  68. "cpr": "^2.0.0",
  69. "cross-spawn": "^5.0.1",
  70. "es6-promise": "^4.0.2",
  71. "hashish": "0.0.4",
  72. "mocha": "^3.0.1",
  73. "nyc": "^10.3.0",
  74. "rimraf": "^2.5.0",
  75. "standard": "^8.6.0",
  76. "standard-version": "^4.2.0",
  77. "which": "^1.2.9",
  78. "yargs-test-extends": "^1.0.1"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "6299a9055b1cefc969ff7e79c1d918dceb22c360",
  83. "tarball": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz"
  84. },
  85. "engine": {
  86. "node": ">=0.10"
  87. },
  88. "files": [
  89. "LICENSE",
  90. "completion.sh.hbs",
  91. "index.js",
  92. "lib",
  93. "locales",
  94. "yargs.js"
  95. ],
  96. "gitHead": "30a18720759163ec1a5f6ca54ecb9e089da8b5a0",
  97. "homepage": "http://yargs.js.org/",
  98. "keywords": [
  99. "args",
  100. "argument",
  101. "cli",
  102. "command",
  103. "option",
  104. "parser",
  105. "parsing"
  106. ],
  107. "license": "MIT",
  108. "main": "./index.js",
  109. "maintainers": [
  110. {
  111. "name": "bcoe",
  112. "email": "ben@npmjs.com"
  113. },
  114. {
  115. "name": "chevex",
  116. "email": "alex.ford@codetunnel.com"
  117. },
  118. {
  119. "name": "nexdrew",
  120. "email": "andrew@npmjs.com"
  121. }
  122. ],
  123. "name": "yargs",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+ssh://git@github.com/yargs/yargs.git"
  129. },
  130. "scripts": {
  131. "coverage": "nyc report --reporter=text-lcov | coveralls",
  132. "pretest": "standard",
  133. "release": "standard-version",
  134. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  135. },
  136. "standard": {
  137. "ignore": [
  138. "**/example/**"
  139. ]
  140. },
  141. "version": "8.0.2"
  142. }