Dashboard sipadu mbip
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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "yargs@^12.0.5",
  3. "_id": "yargs@12.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {
  8. "camelcase": "5.3.1",
  9. "code-point-at": "1.1.0",
  10. "decamelize": "1.2.0",
  11. "number-is-nan": "1.0.1",
  12. "string-width": "2.1.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "yargs@^12.0.5",
  18. "name": "yargs",
  19. "escapedName": "yargs",
  20. "rawSpec": "^12.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "^12.0.5"
  23. },
  24. "_requiredBy": [
  25. "/laravel-mix",
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
  29. "_shasum": "05f5997b609647b64f66b81e3b4b10a368e7ad13",
  30. "_spec": "yargs@^12.0.5",
  31. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  32. "bugs": {
  33. "url": "https://github.com/yargs/yargs/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Yargs Contributors",
  39. "url": "https://github.com/yargs/yargs/graphs/contributors"
  40. }
  41. ],
  42. "dependencies": {
  43. "cliui": "^4.0.0",
  44. "decamelize": "^1.2.0",
  45. "find-up": "^3.0.0",
  46. "get-caller-file": "^1.0.1",
  47. "os-locale": "^3.0.0",
  48. "require-directory": "^2.1.1",
  49. "require-main-filename": "^1.0.1",
  50. "set-blocking": "^2.0.0",
  51. "string-width": "^2.0.0",
  52. "which-module": "^2.0.0",
  53. "y18n": "^3.2.1 || ^4.0.0",
  54. "yargs-parser": "^11.1.1"
  55. },
  56. "deprecated": false,
  57. "description": "yargs the modern, pirate-themed, successor to optimist.",
  58. "devDependencies": {
  59. "chai": "^4.1.2",
  60. "chalk": "^1.1.3",
  61. "coveralls": "^3.0.2",
  62. "cpr": "^2.0.0",
  63. "cross-spawn": "^6.0.4",
  64. "es6-promise": "^4.0.2",
  65. "hashish": "0.0.4",
  66. "mocha": "^5.1.1",
  67. "nyc": "^11.7.3",
  68. "rimraf": "^2.5.0",
  69. "standard": "^11.0.1",
  70. "standard-version": "^4.2.0",
  71. "which": "^1.2.9",
  72. "yargs-test-extends": "^1.0.1"
  73. },
  74. "engine": {
  75. "node": ">=6"
  76. },
  77. "files": [
  78. "index.js",
  79. "yargs.js",
  80. "lib",
  81. "locales",
  82. "completion.sh.hbs",
  83. "LICENSE"
  84. ],
  85. "homepage": "https://yargs.js.org/",
  86. "keywords": [
  87. "argument",
  88. "args",
  89. "option",
  90. "parser",
  91. "parsing",
  92. "cli",
  93. "command"
  94. ],
  95. "license": "MIT",
  96. "main": "./index.js",
  97. "name": "yargs",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/yargs/yargs.git"
  101. },
  102. "scripts": {
  103. "coverage": "nyc report --reporter=text-lcov | coveralls",
  104. "pretest": "standard",
  105. "release": "standard-version",
  106. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  107. },
  108. "standard": {
  109. "ignore": [
  110. "**/example/**"
  111. ]
  112. },
  113. "version": "12.0.5"
  114. }