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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_from": "ansi-colors@3.2.3",
  3. "_id": "ansi-colors@3.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==",
  6. "_location": "/ansi-colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ansi-colors@3.2.3",
  12. "name": "ansi-colors",
  13. "escapedName": "ansi-colors",
  14. "rawSpec": "3.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.3"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz",
  22. "_shasum": "57d35b8686e851e2cc04c403f1c00203976a1813",
  23. "_spec": "ansi-colors@3.2.3",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "Brian Woodward",
  27. "url": "https://github.com/doowb"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/doowb/ansi-colors/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jason Schilling",
  40. "url": "https://sourecode.de"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Jordan",
  48. "url": "https://github.com/Silic0nS0ldier"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
  53. "devDependencies": {
  54. "decache": "^4.4.0",
  55. "gulp-format-md": "^1.0.0",
  56. "justified": "^1.0.1",
  57. "mocha": "^5.2.0",
  58. "text-table": "^0.2.0"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js",
  65. "symbols.js",
  66. "types/index.d.ts"
  67. ],
  68. "homepage": "https://github.com/doowb/ansi-colors",
  69. "keywords": [
  70. "ansi",
  71. "bgblack",
  72. "bgBlack",
  73. "bgblue",
  74. "bgBlue",
  75. "bgcyan",
  76. "bgCyan",
  77. "bggreen",
  78. "bgGreen",
  79. "bgmagenta",
  80. "bgMagenta",
  81. "bgred",
  82. "bgRed",
  83. "bgwhite",
  84. "bgWhite",
  85. "bgyellow",
  86. "bgYellow",
  87. "black",
  88. "blue",
  89. "bold",
  90. "clorox",
  91. "colors",
  92. "cyan",
  93. "dim",
  94. "gray",
  95. "green",
  96. "grey",
  97. "hidden",
  98. "inverse",
  99. "italic",
  100. "kleur",
  101. "magenta",
  102. "red",
  103. "reset",
  104. "strikethrough",
  105. "underline",
  106. "white",
  107. "yellow"
  108. ],
  109. "license": "MIT",
  110. "main": "index.js",
  111. "name": "ansi-colors",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/doowb/ansi-colors.git"
  115. },
  116. "scripts": {
  117. "test": "mocha"
  118. },
  119. "types": "./types/index.d.ts",
  120. "verb": {
  121. "toc": false,
  122. "layout": "default",
  123. "tasks": [
  124. "readme"
  125. ],
  126. "data": {
  127. "author": {
  128. "linkedin": "woodwardbrian",
  129. "twitter": "doowb"
  130. }
  131. },
  132. "plugins": [
  133. "gulp-format-md"
  134. ],
  135. "lint": {
  136. "reflinks": true
  137. },
  138. "related": {
  139. "list": [
  140. "ansi-wrap",
  141. "strip-color"
  142. ]
  143. },
  144. "reflinks": [
  145. "chalk",
  146. "colorette",
  147. "colors",
  148. "kleur"
  149. ]
  150. },
  151. "version": "3.2.3"
  152. }