Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.7 KiB

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