package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "yargs@^13.2.4",
  3. "_id": "yargs@13.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  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. "/qrcode"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
  22. "_shasum": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd",
  23. "_spec": "yargs@^13.2.4",
  24. "_where": "E:\\顾家\\gujia\\node_modules\\qrcode",
  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. "require-directory": "^2.1.1",
  40. "require-main-filename": "^2.0.0",
  41. "set-blocking": "^2.0.0",
  42. "string-width": "^3.0.0",
  43. "which-module": "^2.0.0",
  44. "y18n": "^4.0.0",
  45. "yargs-parser": "^13.1.2"
  46. },
  47. "deprecated": false,
  48. "description": "yargs the modern, pirate-themed, successor to optimist.",
  49. "devDependencies": {
  50. "chai": "^4.2.0",
  51. "chalk": "^2.4.2",
  52. "coveralls": "^3.0.3",
  53. "cpr": "^3.0.1",
  54. "cross-spawn": "^6.0.4",
  55. "es6-promise": "^4.2.5",
  56. "hashish": "0.0.4",
  57. "mocha": "^5.2.0",
  58. "nyc": "^14.1.0",
  59. "rimraf": "^2.6.3",
  60. "standard": "^12.0.1",
  61. "standard-version": "^6.0.1",
  62. "which": "^1.3.1",
  63. "yargs-test-extends": "^1.0.1"
  64. },
  65. "engine": {
  66. "node": ">=6"
  67. },
  68. "files": [
  69. "index.js",
  70. "yargs.js",
  71. "lib",
  72. "locales",
  73. "completion.sh.hbs",
  74. "completion.zsh.hbs",
  75. "LICENSE"
  76. ],
  77. "homepage": "https://yargs.js.org/",
  78. "keywords": [
  79. "argument",
  80. "args",
  81. "option",
  82. "parser",
  83. "parsing",
  84. "cli",
  85. "command"
  86. ],
  87. "license": "MIT",
  88. "main": "./index.js",
  89. "name": "yargs",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/yargs/yargs.git"
  93. },
  94. "scripts": {
  95. "coverage": "nyc report --reporter=text-lcov | coveralls",
  96. "pretest": "standard",
  97. "release": "standard-version",
  98. "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
  99. },
  100. "standard": {
  101. "ignore": [
  102. "**/example/**"
  103. ]
  104. },
  105. "version": "13.3.2"
  106. }