Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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

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