package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "yargs@13.2.4",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs@13.2.4",
  10. "_id": "yargs@13.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C1YreUAW65ZRuYvTes82SqXW3IM=",
  13. "_location": "/yargs",
  14. "_phantomChildren": {
  15. "emoji-regex": "7.0.3",
  16. "is-fullwidth-code-point": "2.0.0",
  17. "path-exists": "3.0.0",
  18. "strip-ansi": "5.2.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "yargs@13.2.4",
  24. "name": "yargs",
  25. "escapedName": "yargs",
  26. "rawSpec": "13.2.4",
  27. "saveSpec": null,
  28. "fetchSpec": "13.2.4"
  29. },
  30. "_requiredBy": [
  31. "/cli-highlight"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/yargs/download/yargs-13.2.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.2.4.tgz",
  34. "_spec": "13.2.4",
  35. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  36. "bugs": {
  37. "url": "https://github.com/yargs/yargs/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Yargs Contributors",
  42. "url": "https://github.com/yargs/yargs/graphs/contributors"
  43. }
  44. ],
  45. "dependencies": {
  46. "cliui": "^5.0.0",
  47. "find-up": "^3.0.0",
  48. "get-caller-file": "^2.0.1",
  49. "os-locale": "^3.1.0",
  50. "require-directory": "^2.1.1",
  51. "require-main-filename": "^2.0.0",
  52. "set-blocking": "^2.0.0",
  53. "string-width": "^3.0.0",
  54. "which-module": "^2.0.0",
  55. "y18n": "^4.0.0",
  56. "yargs-parser": "^13.1.0"
  57. },
  58. "description": "yargs the modern, pirate-themed, successor to optimist.",
  59. "devDependencies": {
  60. "chai": "^4.2.0",
  61. "chalk": "^2.4.2",
  62. "coveralls": "^3.0.3",
  63. "cpr": "^3.0.1",
  64. "cross-spawn": "^6.0.4",
  65. "es6-promise": "^4.2.5",
  66. "hashish": "0.0.4",
  67. "mocha": "^5.2.0",
  68. "nyc": "^14.1.0",
  69. "rimraf": "^2.6.3",
  70. "standard": "^12.0.1",
  71. "standard-version": "^6.0.1",
  72. "which": "^1.3.1",
  73. "yargs-test-extends": "^1.0.1"
  74. },
  75. "engine": {
  76. "node": ">=6"
  77. },
  78. "files": [
  79. "index.js",
  80. "yargs.js",
  81. "lib",
  82. "locales",
  83. "completion.sh.hbs",
  84. "completion.zsh.hbs",
  85. "LICENSE"
  86. ],
  87. "homepage": "https://yargs.js.org/",
  88. "keywords": [
  89. "argument",
  90. "args",
  91. "option",
  92. "parser",
  93. "parsing",
  94. "cli",
  95. "command"
  96. ],
  97. "license": "MIT",
  98. "main": "./index.js",
  99. "name": "yargs",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/yargs/yargs.git"
  103. },
  104. "scripts": {
  105. "coverage": "nyc report --reporter=text-lcov | coveralls",
  106. "pretest": "standard",
  107. "release": "standard-version",
  108. "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
  109. },
  110. "standard": {
  111. "ignore": [
  112. "**/example/**"
  113. ]
  114. },
  115. "version": "13.2.4"
  116. }