package.json 3.2 KB

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