package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "yargs@12.0.5",
  3. "_id": "yargs@12.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BfWZe2CWR7ZPZrgeO0sQo2jnrRM=",
  6. "_location": "/yargs",
  7. "_phantomChildren": {
  8. "locate-path": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "yargs@12.0.5",
  14. "name": "yargs",
  15. "escapedName": "yargs",
  16. "rawSpec": "12.0.5",
  17. "saveSpec": null,
  18. "fetchSpec": "12.0.5"
  19. },
  20. "_requiredBy": [
  21. "/mocha",
  22. "/yargs-unparser"
  23. ],
  24. "_resolved": "http://registry.npm.taobao.org/yargs/download/yargs-12.0.5.tgz",
  25. "_shasum": "05f5997b609647b64f66b81e3b4b10a368e7ad13",
  26. "_spec": "yargs@12.0.5",
  27. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mocha",
  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": "^4.0.0",
  40. "decamelize": "^1.2.0",
  41. "find-up": "^3.0.0",
  42. "get-caller-file": "^1.0.1",
  43. "os-locale": "^3.0.0",
  44. "require-directory": "^2.1.1",
  45. "require-main-filename": "^1.0.1",
  46. "set-blocking": "^2.0.0",
  47. "string-width": "^2.0.0",
  48. "which-module": "^2.0.0",
  49. "y18n": "^3.2.1 || ^4.0.0",
  50. "yargs-parser": "^11.1.1"
  51. },
  52. "deprecated": false,
  53. "description": "yargs the modern, pirate-themed, successor to optimist.",
  54. "devDependencies": {
  55. "chai": "^4.1.2",
  56. "chalk": "^1.1.3",
  57. "coveralls": "^3.0.2",
  58. "cpr": "^2.0.0",
  59. "cross-spawn": "^6.0.4",
  60. "es6-promise": "^4.0.2",
  61. "hashish": "0.0.4",
  62. "mocha": "^5.1.1",
  63. "nyc": "^11.7.3",
  64. "rimraf": "^2.5.0",
  65. "standard": "^11.0.1",
  66. "standard-version": "^4.2.0",
  67. "which": "^1.2.9",
  68. "yargs-test-extends": "^1.0.1"
  69. },
  70. "engine": {
  71. "node": ">=6"
  72. },
  73. "files": [
  74. "index.js",
  75. "yargs.js",
  76. "lib",
  77. "locales",
  78. "completion.sh.hbs",
  79. "LICENSE"
  80. ],
  81. "homepage": "https://yargs.js.org/",
  82. "keywords": [
  83. "argument",
  84. "args",
  85. "option",
  86. "parser",
  87. "parsing",
  88. "cli",
  89. "command"
  90. ],
  91. "license": "MIT",
  92. "main": "./index.js",
  93. "name": "yargs",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/yargs/yargs.git"
  97. },
  98. "scripts": {
  99. "coverage": "nyc report --reporter=text-lcov | coveralls",
  100. "pretest": "standard",
  101. "release": "standard-version",
  102. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  103. },
  104. "standard": {
  105. "ignore": [
  106. "**/example/**"
  107. ]
  108. },
  109. "version": "12.0.5"
  110. }