package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "yargs@^8.0.2",
  3. "_id": "yargs@8.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
  6. "_location": "/yargs",
  7. "_phantomChildren": {
  8. "code-point-at": "1.1.0",
  9. "number-is-nan": "1.0.1",
  10. "strip-ansi": "3.0.1",
  11. "wrap-ansi": "2.1.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "yargs@^8.0.2",
  17. "name": "yargs",
  18. "escapedName": "yargs",
  19. "rawSpec": "^8.0.2",
  20. "saveSpec": null,
  21. "fetchSpec": "^8.0.2"
  22. },
  23. "_requiredBy": [
  24. "/webpack"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
  27. "_shasum": "6299a9055b1cefc969ff7e79c1d918dceb22c360",
  28. "_spec": "yargs@^8.0.2",
  29. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack",
  30. "bugs": {
  31. "url": "https://github.com/yargs/yargs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "camelcase": "^4.1.0",
  36. "cliui": "^3.2.0",
  37. "decamelize": "^1.1.1",
  38. "get-caller-file": "^1.0.1",
  39. "os-locale": "^2.0.0",
  40. "read-pkg-up": "^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": "^7.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "yargs the modern, pirate-themed, successor to optimist.",
  51. "devDependencies": {
  52. "chai": "^3.4.1",
  53. "chalk": "^1.1.3",
  54. "coveralls": "^2.11.11",
  55. "cpr": "^2.0.0",
  56. "cross-spawn": "^5.0.1",
  57. "es6-promise": "^4.0.2",
  58. "hashish": "0.0.4",
  59. "mocha": "^3.0.1",
  60. "nyc": "^10.3.0",
  61. "rimraf": "^2.5.0",
  62. "standard": "^8.6.0",
  63. "standard-version": "^4.2.0",
  64. "which": "^1.2.9",
  65. "yargs-test-extends": "^1.0.1"
  66. },
  67. "engine": {
  68. "node": ">=0.10"
  69. },
  70. "files": [
  71. "index.js",
  72. "yargs.js",
  73. "lib",
  74. "locales",
  75. "completion.sh.hbs",
  76. "LICENSE"
  77. ],
  78. "homepage": "http://yargs.js.org/",
  79. "keywords": [
  80. "argument",
  81. "args",
  82. "option",
  83. "parser",
  84. "parsing",
  85. "cli",
  86. "command"
  87. ],
  88. "license": "MIT",
  89. "main": "./index.js",
  90. "name": "yargs",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+ssh://git@github.com/yargs/yargs.git"
  94. },
  95. "scripts": {
  96. "coverage": "nyc report --reporter=text-lcov | coveralls",
  97. "pretest": "standard",
  98. "release": "standard-version",
  99. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  100. },
  101. "standard": {
  102. "ignore": [
  103. "**/example/**"
  104. ]
  105. },
  106. "version": "8.0.2"
  107. }