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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "colors@latest",
  3. "_id": "colors@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
  6. "_location": "/colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "colors@latest",
  12. "name": "colors",
  13. "escapedName": "colors",
  14. "rawSpec": "latest",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
  22. "_shasum": "c50491479d4c1bdaed2c9ced32cf7c7dc2360f78",
  23. "_spec": "colors@latest",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "Marak Squires"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Marak/colors.js/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "DABH",
  35. "url": "https://github.com/DABH"
  36. }
  37. ],
  38. "deprecated": false,
  39. "description": "get colors in your node.js console",
  40. "devDependencies": {
  41. "eslint": "^5.2.0",
  42. "eslint-config-google": "^0.11.0"
  43. },
  44. "engines": {
  45. "node": ">=0.1.90"
  46. },
  47. "files": [
  48. "examples",
  49. "lib",
  50. "LICENSE",
  51. "safe.js",
  52. "themes",
  53. "index.d.ts",
  54. "safe.d.ts"
  55. ],
  56. "homepage": "https://github.com/Marak/colors.js",
  57. "keywords": [
  58. "ansi",
  59. "terminal",
  60. "colors"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "colors",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint . --fix",
  71. "test": "node tests/basic-test.js && node tests/safe-test.js"
  72. },
  73. "version": "1.4.0"
  74. }