package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "yargs@^15.4.1",
  3. "_id": "yargs@15.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs@^15.4.1",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "^15.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.4.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-runtime",
  20. "/jest/jest-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  23. "_shasum": "0d87a16de01aee9d8bec2bfbf74f67851730f4f8",
  24. "_spec": "yargs@^15.4.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-runtime",
  26. "bugs": {
  27. "url": "https://github.com/yargs/yargs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Yargs Contributors",
  33. "url": "https://github.com/yargs/yargs/graphs/contributors"
  34. }
  35. ],
  36. "dependencies": {
  37. "cliui": "^6.0.0",
  38. "decamelize": "^1.2.0",
  39. "find-up": "^4.1.0",
  40. "get-caller-file": "^2.0.1",
  41. "require-directory": "^2.1.1",
  42. "require-main-filename": "^2.0.0",
  43. "set-blocking": "^2.0.0",
  44. "string-width": "^4.2.0",
  45. "which-module": "^2.0.0",
  46. "y18n": "^4.0.0",
  47. "yargs-parser": "^18.1.2"
  48. },
  49. "deprecated": false,
  50. "description": "yargs the modern, pirate-themed, successor to optimist.",
  51. "devDependencies": {
  52. "@types/chai": "^4.2.11",
  53. "@types/decamelize": "^1.2.0",
  54. "@types/mocha": "^7.0.2",
  55. "@types/node": "^10.0.3",
  56. "@typescript-eslint/eslint-plugin": "^3.0.0",
  57. "@typescript-eslint/parser": "^3.0.0",
  58. "c8": "^7.0.0",
  59. "chai": "^4.2.0",
  60. "chalk": "^4.0.0",
  61. "coveralls": "^3.0.9",
  62. "cpr": "^3.0.1",
  63. "cross-spawn": "^7.0.0",
  64. "es6-promise": "^4.2.5",
  65. "eslint": "^6.8.0",
  66. "eslint-plugin-import": "^2.20.1",
  67. "eslint-plugin-node": "^11.0.0",
  68. "gts": "^2.0.0-alpha.4",
  69. "hashish": "0.0.4",
  70. "mocha": "^7.0.0",
  71. "rimraf": "^3.0.2",
  72. "standardx": "^5.0.0",
  73. "typescript": "^3.7.0",
  74. "which": "^2.0.0",
  75. "yargs-test-extends": "^1.0.1"
  76. },
  77. "engines": {
  78. "node": ">=8"
  79. },
  80. "files": [
  81. "index.js",
  82. "yargs.js",
  83. "build",
  84. "locales",
  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. "check": "standardx && standardx **/*.ts",
  106. "compile": "rimraf build && tsc",
  107. "coverage": "c8 report --check-coverage",
  108. "fix": "standardx --fix && standardx --fix **/*.ts",
  109. "posttest": "npm run check",
  110. "prepare": "npm run compile",
  111. "pretest": "npm run compile -- -p tsconfig.test.json",
  112. "test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks"
  113. },
  114. "standardx": {
  115. "ignore": [
  116. "build",
  117. "**/example/**"
  118. ]
  119. },
  120. "version": "15.4.1"
  121. }