package.json 3.1 KB

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