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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "yargs-parser@13.1.2",
  3. "_id": "yargs-parser@13.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs-parser@13.1.2",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "13.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "13.1.2"
  17. },
  18. "_requiredBy": [
  19. "/mocha",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
  23. "_shasum": "130f09702ebaeef2650d54ce6e3e5706f7a4fb38",
  24. "_spec": "yargs-parser@13.1.2",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  26. "author": {
  27. "name": "Ben Coe",
  28. "email": "ben@npmjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yargs/yargs-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "camelcase": "^5.0.0",
  36. "decamelize": "^1.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "the mighty option parser used by yargs",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "coveralls": "^3.0.2",
  43. "mocha": "^5.2.0",
  44. "nyc": "^14.1.0",
  45. "standard": "^12.0.1",
  46. "standard-version": "^6.0.0"
  47. },
  48. "engine": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "lib",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/yargs/yargs-parser#readme",
  56. "keywords": [
  57. "argument",
  58. "parser",
  59. "yargs",
  60. "command",
  61. "cli",
  62. "parsing",
  63. "option",
  64. "args",
  65. "argument"
  66. ],
  67. "license": "ISC",
  68. "main": "index.js",
  69. "name": "yargs-parser",
  70. "repository": {
  71. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  72. },
  73. "scripts": {
  74. "coverage": "nyc report --reporter=text-lcov | coveralls",
  75. "posttest": "standard",
  76. "release": "standard-version",
  77. "test": "nyc mocha test/*.js"
  78. },
  79. "version": "13.1.2"
  80. }