package.json 2.6 KB

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