You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "yargs@13.2.4",
  3. "_id": "yargs@13.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs@13.2.4",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "13.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "13.2.4"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.4.tgz",
  22. "_shasum": "0b562b794016eb9651b98bd37acf364aa5d6dc83",
  23. "_spec": "yargs@13.2.4",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack-cli",
  25. "bugs": {
  26. "url": "https://github.com/yargs/yargs/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Yargs Contributors",
  32. "url": "https://github.com/yargs/yargs/graphs/contributors"
  33. }
  34. ],
  35. "dependencies": {
  36. "cliui": "^5.0.0",
  37. "find-up": "^3.0.0",
  38. "get-caller-file": "^2.0.1",
  39. "os-locale": "^3.1.0",
  40. "require-directory": "^2.1.1",
  41. "require-main-filename": "^2.0.0",
  42. "set-blocking": "^2.0.0",
  43. "string-width": "^3.0.0",
  44. "which-module": "^2.0.0",
  45. "y18n": "^4.0.0",
  46. "yargs-parser": "^13.1.0"
  47. },
  48. "deprecated": false,
  49. "description": "yargs the modern, pirate-themed, successor to optimist.",
  50. "devDependencies": {
  51. "chai": "^4.2.0",
  52. "chalk": "^2.4.2",
  53. "coveralls": "^3.0.3",
  54. "cpr": "^3.0.1",
  55. "cross-spawn": "^6.0.4",
  56. "es6-promise": "^4.2.5",
  57. "hashish": "0.0.4",
  58. "mocha": "^5.2.0",
  59. "nyc": "^14.1.0",
  60. "rimraf": "^2.6.3",
  61. "standard": "^12.0.1",
  62. "standard-version": "^6.0.1",
  63. "which": "^1.3.1",
  64. "yargs-test-extends": "^1.0.1"
  65. },
  66. "engine": {
  67. "node": ">=6"
  68. },
  69. "files": [
  70. "index.js",
  71. "yargs.js",
  72. "lib",
  73. "locales",
  74. "completion.sh.hbs",
  75. "completion.zsh.hbs",
  76. "LICENSE"
  77. ],
  78. "homepage": "https://yargs.js.org/",
  79. "keywords": [
  80. "argument",
  81. "args",
  82. "option",
  83. "parser",
  84. "parsing",
  85. "cli",
  86. "command"
  87. ],
  88. "license": "MIT",
  89. "main": "./index.js",
  90. "name": "yargs",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/yargs/yargs.git"
  94. },
  95. "scripts": {
  96. "coverage": "nyc report --reporter=text-lcov | coveralls",
  97. "pretest": "standard",
  98. "release": "standard-version",
  99. "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
  100. },
  101. "standard": {
  102. "ignore": [
  103. "**/example/**"
  104. ]
  105. },
  106. "version": "13.2.4"
  107. }