You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "yargs@^7.1.0",
  3. "_id": "yargs@7.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-huO4Fr1f9PmiJJdll5kwoS2e4GqzGSsMT3PPMpOwoVkOK8ckqAewMTZyA6LXVQWflleb/Z8oPBEvNsMft0XE+g==",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs@^7.1.0",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "^7.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.1.tgz",
  22. "_shasum": "67f0ef52e228d4ee0d6311acede8850f53464df6",
  23. "_spec": "yargs@^7.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "bugs": {
  26. "url": "https://github.com/yargs/yargs/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "camelcase": "^3.0.0",
  31. "cliui": "^3.2.0",
  32. "decamelize": "^1.1.1",
  33. "get-caller-file": "^1.0.1",
  34. "os-locale": "^1.4.0",
  35. "read-pkg-up": "^1.0.1",
  36. "require-directory": "^2.1.1",
  37. "require-main-filename": "^1.0.1",
  38. "set-blocking": "^2.0.0",
  39. "string-width": "^1.0.2",
  40. "which-module": "^1.0.0",
  41. "y18n": "^3.2.1",
  42. "yargs-parser": "5.0.0-security.0"
  43. },
  44. "deprecated": false,
  45. "description": "yargs the modern, pirate-themed, successor to optimist.",
  46. "devDependencies": {
  47. "chai": "^3.4.1",
  48. "chalk": "^1.1.3",
  49. "coveralls": "^2.11.11",
  50. "cpr": "^2.0.0",
  51. "cross-spawn": "^5.0.1",
  52. "es6-promise": "^4.0.2",
  53. "hashish": "0.0.4",
  54. "mocha": "^3.0.1",
  55. "nyc": "^10.0.0",
  56. "rimraf": "^2.5.0",
  57. "standard": "^8.6.0",
  58. "standard-version": "^3.0.0",
  59. "which": "^1.2.9"
  60. },
  61. "engine": {
  62. "node": ">=0.10"
  63. },
  64. "files": [
  65. "index.js",
  66. "yargs.js",
  67. "lib",
  68. "locales",
  69. "completion.sh.hbs",
  70. "LICENSE"
  71. ],
  72. "greenkeeper": {
  73. "ignore": [
  74. "string-width",
  75. "read-pkg-up",
  76. "camelcase"
  77. ]
  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. "pretest": "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": "7.1.1"
  108. }