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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "assertion-error@^1.1.0",
  3. "_id": "assertion-error@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
  6. "_location": "/assertion-error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assertion-error@^1.1.0",
  12. "name": "assertion-error",
  13. "escapedName": "assertion-error",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/chai"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
  22. "_shasum": "e60b6b0e8f301bd97e5375215bda406c85118c0b",
  23. "_spec": "assertion-error@^1.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\chai",
  25. "author": {
  26. "name": "Jake Luer",
  27. "email": "jake@qualiancy.com",
  28. "url": "http://qualiancy.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chaijs/assertion-error/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
  37. "devDependencies": {
  38. "component": "*",
  39. "typescript": "^2.6.1"
  40. },
  41. "engines": {
  42. "node": "*"
  43. },
  44. "homepage": "https://github.com/chaijs/assertion-error#readme",
  45. "keywords": [
  46. "test",
  47. "assertion",
  48. "assertion-error"
  49. ],
  50. "license": "MIT",
  51. "main": "./index",
  52. "name": "assertion-error",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/chaijs/assertion-error.git"
  56. },
  57. "scripts": {
  58. "test": "make test"
  59. },
  60. "types": "./index.d.ts",
  61. "version": "1.1.0"
  62. }