package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "yargs@10.1.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs@10.1.2",
  10. "_id": "yargs@10.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==",
  13. "_location": "/yargs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs@10.1.2",
  19. "name": "yargs",
  20. "escapedName": "yargs",
  21. "rawSpec": "10.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "10.1.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-runtime",
  27. "/jest/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz",
  30. "_spec": "10.1.2",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "bugs": {
  33. "url": "https://github.com/yargs/yargs/issues"
  34. },
  35. "dependencies": {
  36. "cliui": "^4.0.0",
  37. "decamelize": "^1.1.1",
  38. "find-up": "^2.1.0",
  39. "get-caller-file": "^1.0.1",
  40. "os-locale": "^2.0.0",
  41. "require-directory": "^2.1.1",
  42. "require-main-filename": "^1.0.1",
  43. "set-blocking": "^2.0.0",
  44. "string-width": "^2.0.0",
  45. "which-module": "^2.0.0",
  46. "y18n": "^3.2.1",
  47. "yargs-parser": "^8.1.0"
  48. },
  49. "description": "yargs the modern, pirate-themed, successor to optimist.",
  50. "devDependencies": {
  51. "chai": "^4.1.2",
  52. "chalk": "^1.1.3",
  53. "coveralls": "^2.11.11",
  54. "cpr": "^2.0.0",
  55. "cross-spawn": "^5.0.1",
  56. "es6-promise": "^4.0.2",
  57. "hashish": "0.0.4",
  58. "mocha": "^3.0.1",
  59. "nyc": "^11.2.1",
  60. "rimraf": "^2.5.0",
  61. "standard": "^8.6.0",
  62. "standard-version": "^4.2.0",
  63. "which": "^1.2.9",
  64. "yargs-test-extends": "^1.0.1"
  65. },
  66. "engine": {
  67. "node": ">=4"
  68. },
  69. "files": [
  70. "index.js",
  71. "yargs.js",
  72. "lib",
  73. "locales",
  74. "completion.sh.hbs",
  75. "LICENSE"
  76. ],
  77. "homepage": "http://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+ssh://git@github.com/yargs/yargs.git"
  93. },
  94. "scripts": {
  95. "coverage": "nyc report --reporter=text-lcov | coveralls",
  96. "posttest": "standard",
  97. "release": "standard-version",
  98. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  99. },
  100. "standard": {
  101. "ignore": [
  102. "**/example/**"
  103. ]
  104. },
  105. "version": "10.1.2"
  106. }