package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "yargs@11.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "yargs@11.0.0",
  9. "_id": "yargs@11.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Rjp+lMYQOWtgqojx1dEWorjCofi1YN7AoFvYV7b1gx/7dAAeuI4kN5SZiEvr0ZmsZTOpDRcCqrpI10L31tFkBw==",
  12. "_location": "/yargs",
  13. "_phantomChildren": {
  14. "string-width": "2.1.1",
  15. "strip-ansi": "4.0.0",
  16. "wrap-ansi": "2.1.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "yargs@11.0.0",
  22. "name": "yargs",
  23. "escapedName": "yargs",
  24. "rawSpec": "11.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "11.0.0"
  27. },
  28. "_requiredBy": [
  29. "/static-server2"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-11.0.0.tgz",
  32. "_spec": "11.0.0",
  33. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  34. "bugs": {
  35. "url": "https://github.com/yargs/yargs/issues"
  36. },
  37. "dependencies": {
  38. "cliui": "^4.0.0",
  39. "decamelize": "^1.1.1",
  40. "find-up": "^2.1.0",
  41. "get-caller-file": "^1.0.1",
  42. "os-locale": "^2.0.0",
  43. "require-directory": "^2.1.1",
  44. "require-main-filename": "^1.0.1",
  45. "set-blocking": "^2.0.0",
  46. "string-width": "^2.0.0",
  47. "which-module": "^2.0.0",
  48. "y18n": "^3.2.1",
  49. "yargs-parser": "^9.0.2"
  50. },
  51. "description": "yargs the modern, pirate-themed, successor to optimist.",
  52. "devDependencies": {
  53. "chai": "^4.1.2",
  54. "chalk": "^1.1.3",
  55. "coveralls": "^2.11.11",
  56. "cpr": "^2.0.0",
  57. "cross-spawn": "^5.0.1",
  58. "es6-promise": "^4.0.2",
  59. "hashish": "0.0.4",
  60. "mocha": "^3.0.1",
  61. "nyc": "^11.2.1",
  62. "rimraf": "^2.5.0",
  63. "standard": "^8.6.0",
  64. "standard-version": "^4.2.0",
  65. "which": "^1.2.9",
  66. "yargs-test-extends": "^1.0.1"
  67. },
  68. "engine": {
  69. "node": ">=4"
  70. },
  71. "files": [
  72. "index.js",
  73. "yargs.js",
  74. "lib",
  75. "locales",
  76. "completion.sh.hbs",
  77. "LICENSE"
  78. ],
  79. "homepage": "http://yargs.js.org/",
  80. "keywords": [
  81. "argument",
  82. "args",
  83. "option",
  84. "parser",
  85. "parsing",
  86. "cli",
  87. "command"
  88. ],
  89. "license": "MIT",
  90. "main": "./index.js",
  91. "name": "yargs",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/yargs/yargs.git"
  95. },
  96. "scripts": {
  97. "coverage": "nyc report --reporter=text-lcov | coveralls",
  98. "posttest": "standard",
  99. "release": "standard-version",
  100. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  101. },
  102. "standard": {
  103. "ignore": [
  104. "**/example/**"
  105. ]
  106. },
  107. "version": "11.0.0"
  108. }