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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "y18n@^4.0.0",
  3. "_id": "y18n@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
  6. "_location": "/y18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "y18n@^4.0.0",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
  22. "_shasum": "95ef94f85ecc81d007c264e190a120f0a3c8566b",
  23. "_spec": "y18n@^4.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/y18n/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "the bare-bones internationalization library used by yargs",
  35. "devDependencies": {
  36. "chai": "^4.0.1",
  37. "coveralls": "^3.0.0",
  38. "mocha": "^4.0.1",
  39. "nyc": "^11.0.1",
  40. "rimraf": "^2.5.0",
  41. "standard": "^10.0.0-beta.0",
  42. "standard-version": "^4.2.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/yargs/y18n",
  48. "keywords": [
  49. "i18n",
  50. "internationalization",
  51. "yargs"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "y18n",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/yargs/y18n.git"
  59. },
  60. "scripts": {
  61. "coverage": "nyc report --reporter=text-lcov | coveralls",
  62. "pretest": "standard",
  63. "release": "standard-version",
  64. "test": "nyc mocha"
  65. },
  66. "version": "4.0.0"
  67. }