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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. {
  2. "_from": "mocha",
  3. "_id": "mocha@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==",
  6. "_location": "/mocha",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mocha",
  12. "name": "mocha",
  13. "escapedName": "mocha",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz",
  23. "_shasum": "01cc227b00d875ab1eed03a75106689cfed5a604",
  24. "_spec": "mocha",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bin": {
  31. "mocha": "bin/mocha",
  32. "_mocha": "bin/_mocha"
  33. },
  34. "browser": {
  35. "./index.js": "./browser-entry.js",
  36. "./lib/growl.js": "./lib/browser/growl.js",
  37. "tty": "./lib/browser/tty.js",
  38. "./lib/cli/*.js": false,
  39. "chokidar": false,
  40. "fs": false,
  41. "glob": false,
  42. "path": false,
  43. "supports-color": false
  44. },
  45. "browserify": {
  46. "transform": [
  47. "./scripts/package-json-cullify"
  48. ]
  49. },
  50. "bugs": {
  51. "url": "https://github.com/mochajs/mocha/issues/"
  52. },
  53. "bundleDependencies": false,
  54. "dependencies": {
  55. "ansi-colors": "3.2.3",
  56. "browser-stdout": "1.3.1",
  57. "chokidar": "3.3.0",
  58. "debug": "3.2.6",
  59. "diff": "3.5.0",
  60. "escape-string-regexp": "1.0.5",
  61. "find-up": "3.0.0",
  62. "glob": "7.1.3",
  63. "growl": "1.10.5",
  64. "he": "1.2.0",
  65. "js-yaml": "3.13.1",
  66. "log-symbols": "3.0.0",
  67. "minimatch": "3.0.4",
  68. "mkdirp": "0.5.5",
  69. "ms": "2.1.1",
  70. "node-environment-flags": "1.0.6",
  71. "object.assign": "4.1.0",
  72. "strip-json-comments": "2.0.1",
  73. "supports-color": "6.0.0",
  74. "which": "1.3.1",
  75. "wide-align": "1.1.3",
  76. "yargs": "13.3.2",
  77. "yargs-parser": "13.1.2",
  78. "yargs-unparser": "1.6.0"
  79. },
  80. "deprecated": false,
  81. "description": "simple, flexible, fun test framework",
  82. "devDependencies": {
  83. "@11ty/eleventy": "^0.10.0",
  84. "@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
  85. "@mocha/docdash": "^2.1.3",
  86. "assetgraph-builder": "^8.0.0",
  87. "autoprefixer": "^9.7.4",
  88. "babel-eslint": "^10.1.0",
  89. "browserify": "^16.5.0",
  90. "browserify-package-json": "^1.0.1",
  91. "chai": "^4.2.0",
  92. "coffee-script": "^1.12.7",
  93. "coveralls": "^3.0.3",
  94. "cross-env": "^5.2.0",
  95. "cross-spawn": "^6.0.5",
  96. "eslint": "^6.8.0",
  97. "eslint-config-prettier": "^6.9.0",
  98. "eslint-config-semistandard": "^15.0.0",
  99. "eslint-config-standard": "^14.1.0",
  100. "eslint-plugin-import": "^2.19.1",
  101. "eslint-plugin-node": "^11.0.0",
  102. "eslint-plugin-prettier": "^3.1.2",
  103. "eslint-plugin-promise": "^4.2.1",
  104. "eslint-plugin-standard": "^4.0.1",
  105. "fs-extra": "^8.0.1",
  106. "husky": "^4.2.3",
  107. "hyperlink": "^4.4.3",
  108. "image-size": "^0.8.3",
  109. "jsdoc": "^3.6.3",
  110. "karma": "^4.1.0",
  111. "karma-browserify": "^6.0.0",
  112. "karma-chrome-launcher": "^2.2.0",
  113. "karma-mocha": "^1.3.0",
  114. "karma-mocha-reporter": "^2.2.5",
  115. "karma-sauce-launcher": "^2.0.2",
  116. "lint-staged": "^9.5.0",
  117. "markdown-it": "^10.0.0",
  118. "markdown-it-anchor": "^5.2.5",
  119. "markdown-it-attrs": "^3.0.2",
  120. "markdown-it-emoji": "^1.4.0",
  121. "markdown-it-prism": "^2.0.5",
  122. "markdown-toc": "^1.2.0",
  123. "markdownlint-cli": "^0.22.0",
  124. "needle": "^2.4.1",
  125. "nps": "^5.9.12",
  126. "nyc": "^15.0.0",
  127. "prettier": "^1.19.1",
  128. "remark": "^11.0.2",
  129. "remark-github": "^8.0.0",
  130. "remark-inline-links": "^3.1.3",
  131. "rewiremock": "^3.14.1",
  132. "rimraf": "^3.0.2",
  133. "sinon": "^9.0.1",
  134. "strip-ansi": "^6.0.0",
  135. "svgo": "^1.3.2",
  136. "through2": "^3.0.1",
  137. "to-vfile": "^6.1.0",
  138. "unexpected": "^11.13.0",
  139. "unexpected-eventemitter": "^2.2.0",
  140. "unexpected-sinon": "^10.11.2",
  141. "uslug": "^1.0.4",
  142. "watchify": "^3.11.1"
  143. },
  144. "directories": {
  145. "lib": "./lib",
  146. "test": "./test"
  147. },
  148. "engines": {
  149. "node": ">= 8.10.0"
  150. },
  151. "files": [
  152. "bin/*mocha",
  153. "assets/growl/*.png",
  154. "lib/**/*.{js,html,json}",
  155. "index.js",
  156. "mocha.css",
  157. "mocha.js",
  158. "browser-entry.js"
  159. ],
  160. "funding": {
  161. "type": "opencollective",
  162. "url": "https://opencollective.com/mochajs"
  163. },
  164. "gitter": "https://gitter.im/mochajs/mocha",
  165. "homepage": "https://mochajs.org/",
  166. "husky": {
  167. "hooks": {
  168. "pre-commit": "lint-staged"
  169. }
  170. },
  171. "keywords": [
  172. "mocha",
  173. "test",
  174. "bdd",
  175. "tdd",
  176. "tap",
  177. "testing",
  178. "chai",
  179. "assertion",
  180. "ava",
  181. "jest",
  182. "tape",
  183. "jasmine",
  184. "karma"
  185. ],
  186. "license": "MIT",
  187. "logo": "https://cldup.com/S9uQ-cOLYz.svg",
  188. "name": "mocha",
  189. "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
  190. "prettier": {
  191. "singleQuote": true,
  192. "bracketSpacing": false,
  193. "endOfLine": "auto"
  194. },
  195. "repository": {
  196. "type": "git",
  197. "url": "git+https://github.com/mochajs/mocha.git"
  198. },
  199. "scripts": {
  200. "prepublishOnly": "nps test clean build",
  201. "start": "nps",
  202. "test": "nps test",
  203. "version": "nps version"
  204. },
  205. "version": "7.2.0"
  206. }