package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "yargs@^13.3.2",
  3. "_id": "yargs@13.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {
  8. "emoji-regex": "7.0.3",
  9. "locate-path": "3.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "yargs@^13.3.2",
  15. "name": "yargs",
  16. "escapedName": "yargs",
  17. "rawSpec": "^13.3.2",
  18. "saveSpec": null,
  19. "fetchSpec": "^13.3.2"
  20. },
  21. "_requiredBy": [
  22. "/sass-graph"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
  25. "_shasum": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd",
  26. "_spec": "yargs@^13.3.2",
  27. "_where": "D:\\公司项目\\wms\\node_modules\\sass-graph",
  28. "bugs": {
  29. "url": "https://github.com/yargs/yargs/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Yargs Contributors",
  35. "url": "https://github.com/yargs/yargs/graphs/contributors"
  36. }
  37. ],
  38. "dependencies": {
  39. "cliui": "^5.0.0",
  40. "find-up": "^3.0.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": "^3.0.0",
  46. "which-module": "^2.0.0",
  47. "y18n": "^4.0.0",
  48. "yargs-parser": "^13.1.2"
  49. },
  50. "deprecated": false,
  51. "description": "yargs the modern, pirate-themed, successor to optimist.",
  52. "devDependencies": {
  53. "chai": "^4.2.0",
  54. "chalk": "^2.4.2",
  55. "coveralls": "^3.0.3",
  56. "cpr": "^3.0.1",
  57. "cross-spawn": "^6.0.4",
  58. "es6-promise": "^4.2.5",
  59. "hashish": "0.0.4",
  60. "mocha": "^5.2.0",
  61. "nyc": "^14.1.0",
  62. "rimraf": "^2.6.3",
  63. "standard": "^12.0.1",
  64. "standard-version": "^6.0.1",
  65. "which": "^1.3.1",
  66. "yargs-test-extends": "^1.0.1"
  67. },
  68. "engine": {
  69. "node": ">=6"
  70. },
  71. "files": [
  72. "index.js",
  73. "yargs.js",
  74. "lib",
  75. "locales",
  76. "completion.sh.hbs",
  77. "completion.zsh.hbs",
  78. "LICENSE"
  79. ],
  80. "homepage": "https://yargs.js.org/",
  81. "keywords": [
  82. "argument",
  83. "args",
  84. "option",
  85. "parser",
  86. "parsing",
  87. "cli",
  88. "command"
  89. ],
  90. "license": "MIT",
  91. "main": "./index.js",
  92. "name": "yargs",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/yargs/yargs.git"
  96. },
  97. "scripts": {
  98. "coverage": "nyc report --reporter=text-lcov | coveralls",
  99. "pretest": "standard",
  100. "release": "standard-version",
  101. "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
  102. },
  103. "standard": {
  104. "ignore": [
  105. "**/example/**"
  106. ]
  107. },
  108. "version": "13.3.2"
  109. }