package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "yargs@^13.3.2",
  3. "_id": "yargs@13.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=",
  6. "_location": "/yargs",
  7. "_phantomChildren": {
  8. "camelcase": "5.3.1",
  9. "decamelize": "1.2.0",
  10. "emoji-regex": "7.0.3",
  11. "p-limit": "2.3.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "yargs@^13.3.2",
  17. "name": "yargs",
  18. "escapedName": "yargs",
  19. "rawSpec": "^13.3.2",
  20. "saveSpec": null,
  21. "fetchSpec": "^13.3.2"
  22. },
  23. "_requiredBy": [
  24. "/sass-graph"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/yargs/download/yargs-13.3.2.tgz",
  27. "_shasum": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd",
  28. "_spec": "yargs@^13.3.2",
  29. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/sass-graph",
  30. "bugs": {
  31. "url": "https://github.com/yargs/yargs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Yargs Contributors",
  37. "url": "https://github.com/yargs/yargs/graphs/contributors"
  38. }
  39. ],
  40. "dependencies": {
  41. "cliui": "^5.0.0",
  42. "find-up": "^3.0.0",
  43. "get-caller-file": "^2.0.1",
  44. "require-directory": "^2.1.1",
  45. "require-main-filename": "^2.0.0",
  46. "set-blocking": "^2.0.0",
  47. "string-width": "^3.0.0",
  48. "which-module": "^2.0.0",
  49. "y18n": "^4.0.0",
  50. "yargs-parser": "^13.1.2"
  51. },
  52. "deprecated": false,
  53. "description": "yargs the modern, pirate-themed, successor to optimist.",
  54. "devDependencies": {
  55. "chai": "^4.2.0",
  56. "chalk": "^2.4.2",
  57. "coveralls": "^3.0.3",
  58. "cpr": "^3.0.1",
  59. "cross-spawn": "^6.0.4",
  60. "es6-promise": "^4.2.5",
  61. "hashish": "0.0.4",
  62. "mocha": "^5.2.0",
  63. "nyc": "^14.1.0",
  64. "rimraf": "^2.6.3",
  65. "standard": "^12.0.1",
  66. "standard-version": "^6.0.1",
  67. "which": "^1.3.1",
  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. "completion.zsh.hbs",
  80. "LICENSE"
  81. ],
  82. "homepage": "https://yargs.js.org/",
  83. "keywords": [
  84. "argument",
  85. "args",
  86. "option",
  87. "parser",
  88. "parsing",
  89. "cli",
  90. "command"
  91. ],
  92. "license": "MIT",
  93. "main": "./index.js",
  94. "name": "yargs",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/yargs/yargs.git"
  98. },
  99. "scripts": {
  100. "coverage": "nyc report --reporter=text-lcov | coveralls",
  101. "pretest": "standard",
  102. "release": "standard-version",
  103. "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
  104. },
  105. "standard": {
  106. "ignore": [
  107. "**/example/**"
  108. ]
  109. },
  110. "version": "13.3.2"
  111. }