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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "chalk@^2.4.2",
  3. "_id": "chalk@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {
  8. "has-flag": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "chalk@^2.4.2",
  14. "name": "chalk",
  15. "escapedName": "chalk",
  16. "rawSpec": "^2.4.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.4.2"
  19. },
  20. "_requiredBy": [
  21. "/log-symbols"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  24. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  25. "_spec": "chalk@^2.4.2",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\log-symbols",
  27. "bugs": {
  28. "url": "https://github.com/chalk/chalk/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "ansi-styles": "^3.2.1",
  33. "escape-string-regexp": "^1.0.5",
  34. "supports-color": "^5.3.0"
  35. },
  36. "deprecated": false,
  37. "description": "Terminal string styling done right",
  38. "devDependencies": {
  39. "ava": "*",
  40. "coveralls": "^3.0.0",
  41. "execa": "^0.9.0",
  42. "flow-bin": "^0.68.0",
  43. "import-fresh": "^2.0.0",
  44. "matcha": "^0.7.0",
  45. "nyc": "^11.0.2",
  46. "resolve-from": "^4.0.0",
  47. "typescript": "^2.5.3",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js",
  55. "templates.js",
  56. "types/index.d.ts",
  57. "index.js.flow"
  58. ],
  59. "homepage": "https://github.com/chalk/chalk#readme",
  60. "keywords": [
  61. "color",
  62. "colour",
  63. "colors",
  64. "terminal",
  65. "console",
  66. "cli",
  67. "string",
  68. "str",
  69. "ansi",
  70. "style",
  71. "styles",
  72. "tty",
  73. "formatting",
  74. "rgb",
  75. "256",
  76. "shell",
  77. "xterm",
  78. "log",
  79. "logging",
  80. "command-line",
  81. "text"
  82. ],
  83. "license": "MIT",
  84. "name": "chalk",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/chalk.git"
  88. },
  89. "scripts": {
  90. "bench": "matcha benchmark.js",
  91. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  92. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  93. },
  94. "types": "types/index.d.ts",
  95. "version": "2.4.2",
  96. "xo": {
  97. "envs": [
  98. "node",
  99. "mocha"
  100. ],
  101. "ignores": [
  102. "test/_flow.js"
  103. ]
  104. }
  105. }