package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yargs@^4.7.1",
  6. "scope": null,
  7. "escapedName": "yargs",
  8. "name": "yargs",
  9. "rawSpec": "^4.7.1",
  10. "spec": ">=4.7.1 <5.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/sass-graph"
  14. ]
  15. ],
  16. "_from": "yargs@>=4.7.1 <5.0.0",
  17. "_id": "yargs@4.8.1",
  18. "_inCache": true,
  19. "_location": "/yargs",
  20. "_nodeVersion": "5.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/yargs-4.8.1.tgz_1468774517925_0.6020703467074782"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "3.3.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "yargs@^4.7.1",
  33. "scope": null,
  34. "escapedName": "yargs",
  35. "name": "yargs",
  36. "rawSpec": "^4.7.1",
  37. "spec": ">=4.7.1 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/sass-graph"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
  44. "_shasum": "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0",
  45. "_shrinkwrap": null,
  46. "_spec": "yargs@^4.7.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/sass-graph",
  48. "bugs": {
  49. "url": "https://github.com/yargs/yargs/issues"
  50. },
  51. "dependencies": {
  52. "cliui": "^3.2.0",
  53. "decamelize": "^1.1.1",
  54. "get-caller-file": "^1.0.1",
  55. "lodash.assign": "^4.0.3",
  56. "os-locale": "^1.4.0",
  57. "read-pkg-up": "^1.0.1",
  58. "require-directory": "^2.1.1",
  59. "require-main-filename": "^1.0.1",
  60. "set-blocking": "^2.0.0",
  61. "string-width": "^1.0.1",
  62. "which-module": "^1.0.0",
  63. "window-size": "^0.2.0",
  64. "y18n": "^3.2.1",
  65. "yargs-parser": "^2.4.1"
  66. },
  67. "description": "yargs the modern, pirate-themed, successor to optimist.",
  68. "devDependencies": {
  69. "chai": "^3.4.1",
  70. "chalk": "^1.1.3",
  71. "coveralls": "^2.11.11",
  72. "cpr": "^1.0.0",
  73. "cross-spawn": "^4.0.0",
  74. "es6-promise": "^3.0.2",
  75. "hashish": "0.0.4",
  76. "mocha": "^2.5.2",
  77. "nyc": "^7.0.0",
  78. "rimraf": "^2.5.0",
  79. "standard": "^7.0.0",
  80. "standard-version": "^2.2.1",
  81. "which": "^1.2.9"
  82. },
  83. "directories": {},
  84. "dist": {
  85. "shasum": "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0",
  86. "tarball": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz"
  87. },
  88. "engine": {
  89. "node": ">=0.10"
  90. },
  91. "files": [
  92. "index.js",
  93. "yargs.js",
  94. "lib",
  95. "locales",
  96. "completion.sh.hbs",
  97. "LICENSE"
  98. ],
  99. "gitHead": "6adbe5574885c6ac7f7d42e80010b9f325c1bac3",
  100. "homepage": "http://yargs.js.org/",
  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. "maintainers": [
  113. {
  114. "name": "bcoe",
  115. "email": "ben@npmjs.com"
  116. },
  117. {
  118. "name": "chevex",
  119. "email": "alex.ford@codetunnel.com"
  120. },
  121. {
  122. "name": "nexdrew",
  123. "email": "andrew@npmjs.com"
  124. },
  125. {
  126. "name": "nylen",
  127. "email": "jnylen@gmail.com"
  128. }
  129. ],
  130. "name": "yargs",
  131. "optionalDependencies": {},
  132. "readme": "ERROR: No README data found!",
  133. "repository": {
  134. "type": "git",
  135. "url": "git+ssh://git@github.com/yargs/yargs.git"
  136. },
  137. "scripts": {
  138. "coverage": "nyc report --reporter=text-lcov | coveralls",
  139. "pretest": "standard",
  140. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks",
  141. "version": "standard-version"
  142. },
  143. "standard": {
  144. "ignore": [
  145. "**/example/**"
  146. ]
  147. },
  148. "version": "4.8.1"
  149. }