package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "yargs@^15.3.1",
  3. "_id": "yargs@15.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs@^15.3.1",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "^15.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.3.1"
  17. },
  18. "_requiredBy": [
  19. "/qrcode"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
  22. "_shasum": "0d87a16de01aee9d8bec2bfbf74f67851730f4f8",
  23. "_spec": "yargs@^15.3.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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": "^6.0.0",
  37. "decamelize": "^1.2.0",
  38. "find-up": "^4.1.0",
  39. "get-caller-file": "^2.0.1",
  40. "require-directory": "^2.1.1",
  41. "require-main-filename": "^2.0.0",
  42. "set-blocking": "^2.0.0",
  43. "string-width": "^4.2.0",
  44. "which-module": "^2.0.0",
  45. "y18n": "^4.0.0",
  46. "yargs-parser": "^18.1.2"
  47. },
  48. "deprecated": false,
  49. "description": "yargs the modern, pirate-themed, successor to optimist.",
  50. "devDependencies": {
  51. "@types/chai": "^4.2.11",
  52. "@types/decamelize": "^1.2.0",
  53. "@types/mocha": "^7.0.2",
  54. "@types/node": "^10.0.3",
  55. "@typescript-eslint/eslint-plugin": "^3.0.0",
  56. "@typescript-eslint/parser": "^3.0.0",
  57. "c8": "^7.0.0",
  58. "chai": "^4.2.0",
  59. "chalk": "^4.0.0",
  60. "coveralls": "^3.0.9",
  61. "cpr": "^3.0.1",
  62. "cross-spawn": "^7.0.0",
  63. "es6-promise": "^4.2.5",
  64. "eslint": "^6.8.0",
  65. "eslint-plugin-import": "^2.20.1",
  66. "eslint-plugin-node": "^11.0.0",
  67. "gts": "^2.0.0-alpha.4",
  68. "hashish": "0.0.4",
  69. "mocha": "^7.0.0",
  70. "rimraf": "^3.0.2",
  71. "standardx": "^5.0.0",
  72. "typescript": "^3.7.0",
  73. "which": "^2.0.0",
  74. "yargs-test-extends": "^1.0.1"
  75. },
  76. "engines": {
  77. "node": ">=8"
  78. },
  79. "files": [
  80. "index.js",
  81. "yargs.js",
  82. "build",
  83. "locales",
  84. "LICENSE"
  85. ],
  86. "homepage": "https://yargs.js.org/",
  87. "keywords": [
  88. "argument",
  89. "args",
  90. "option",
  91. "parser",
  92. "parsing",
  93. "cli",
  94. "command"
  95. ],
  96. "license": "MIT",
  97. "main": "./index.js",
  98. "name": "yargs",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/yargs/yargs.git"
  102. },
  103. "scripts": {
  104. "check": "standardx && standardx **/*.ts",
  105. "compile": "rimraf build && tsc",
  106. "coverage": "c8 report --check-coverage",
  107. "fix": "standardx --fix && standardx --fix **/*.ts",
  108. "posttest": "npm run check",
  109. "prepare": "npm run compile",
  110. "pretest": "npm run compile -- -p tsconfig.test.json",
  111. "test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks"
  112. },
  113. "standardx": {
  114. "ignore": [
  115. "build",
  116. "**/example/**"
  117. ]
  118. },
  119. "version": "15.4.1"
  120. }