package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yargs-parser@^2.4.1",
  6. "scope": null,
  7. "escapedName": "yargs-parser",
  8. "name": "yargs-parser",
  9. "rawSpec": "^2.4.1",
  10. "spec": ">=2.4.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "yargs-parser@>=2.4.1 <3.0.0",
  17. "_id": "yargs-parser@2.4.1",
  18. "_inCache": true,
  19. "_location": "/yargs-parser",
  20. "_nodeVersion": "5.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/yargs-parser-2.4.1.tgz_1468709489453_0.7414652374573052"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "3.3.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "yargs-parser@^2.4.1",
  33. "scope": null,
  34. "escapedName": "yargs-parser",
  35. "name": "yargs-parser",
  36. "rawSpec": "^2.4.1",
  37. "spec": ">=2.4.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/yargs"
  42. ],
  43. "_resolved": "https://registry.npmjs.com/yargs-parser/-/yargs-parser-2.4.1.tgz",
  44. "_shasum": "85568de3cf150ff49fa51825f03a8c880ddcc5c4",
  45. "_shrinkwrap": null,
  46. "_spec": "yargs-parser@^2.4.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs",
  48. "author": {
  49. "name": "Ben Coe",
  50. "email": "ben@npmjs.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/yargs/yargs-parser/issues"
  54. },
  55. "dependencies": {
  56. "camelcase": "^3.0.0",
  57. "lodash.assign": "^4.0.6"
  58. },
  59. "description": "the mighty option parser used by yargs",
  60. "devDependencies": {
  61. "chai": "^3.5.0",
  62. "coveralls": "^2.11.8",
  63. "mocha": "^2.4.5",
  64. "nyc": "^7.0.0",
  65. "standard": "^7.1.0",
  66. "standard-version": "^2.1.2"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "85568de3cf150ff49fa51825f03a8c880ddcc5c4",
  71. "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz"
  72. },
  73. "files": [
  74. "lib",
  75. "index.js"
  76. ],
  77. "gitHead": "e7c71d5b8e0088596aef17a4e2b0261a85fca713",
  78. "homepage": "https://github.com/yargs/yargs-parser#readme",
  79. "keywords": [
  80. "argument",
  81. "parser",
  82. "yargs",
  83. "command",
  84. "cli",
  85. "parsing",
  86. "option",
  87. "args",
  88. "argument"
  89. ],
  90. "license": "ISC",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "bcoe",
  95. "email": "ben@npmjs.com"
  96. },
  97. {
  98. "name": "nexdrew",
  99. "email": "andrew@npmjs.com"
  100. }
  101. ],
  102. "name": "yargs-parser",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  107. },
  108. "scripts": {
  109. "coverage": "nyc report --reporter=text-lcov | coveralls",
  110. "pretest": "standard",
  111. "test": "nyc mocha test/*.js",
  112. "version": "standard-version"
  113. },
  114. "version": "2.4.1"
  115. }