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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "ansi-styles@^3.2.1",
  3. "_id": "ansi-styles@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  6. "_location": "/ansi-styles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-styles@^3.2.1",
  12. "name": "ansi-styles",
  13. "escapedName": "ansi-styles",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/chalk",
  20. "/wrap-ansi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  23. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  24. "_spec": "ansi-styles@^3.2.1",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\chalk",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "ava": {
  32. "require": "babel-polyfill"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/chalk/ansi-styles/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "color-convert": "^1.9.0"
  40. },
  41. "deprecated": false,
  42. "description": "ANSI escape codes for styling strings in the terminal",
  43. "devDependencies": {
  44. "ava": "*",
  45. "babel-polyfill": "^6.23.0",
  46. "svg-term-cli": "^2.1.1",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/chalk/ansi-styles#readme",
  56. "keywords": [
  57. "ansi",
  58. "styles",
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "tty",
  67. "escape",
  68. "formatting",
  69. "rgb",
  70. "256",
  71. "shell",
  72. "xterm",
  73. "log",
  74. "logging",
  75. "command-line",
  76. "text"
  77. ],
  78. "license": "MIT",
  79. "name": "ansi-styles",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/chalk/ansi-styles.git"
  83. },
  84. "scripts": {
  85. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  86. "test": "xo && ava"
  87. },
  88. "version": "3.2.1"
  89. }