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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mime-types@~2.1.17",
  3. "_id": "mime-types@2.1.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@~2.1.17",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "~2.1.17",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.17"
  17. },
  18. "_requiredBy": [
  19. "/accepts",
  20. "/serve-index"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
  23. "_shasum": "47949f98e279ea53119f5722e0f34e529bec009f",
  24. "_spec": "mime-types@~2.1.17",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\serve-index",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/mime-types/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jeremiah Senkpiel",
  37. "email": "fishrock123@rocketmail.com",
  38. "url": "https://searchbeam.jit.su"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "mime-db": "1.44.0"
  48. },
  49. "deprecated": false,
  50. "description": "The ultimate javascript content-type utility.",
  51. "devDependencies": {
  52. "eslint": "6.8.0",
  53. "eslint-config-standard": "14.1.1",
  54. "eslint-plugin-import": "2.20.2",
  55. "eslint-plugin-markdown": "1.0.2",
  56. "eslint-plugin-node": "11.1.0",
  57. "eslint-plugin-promise": "4.2.1",
  58. "eslint-plugin-standard": "4.0.1",
  59. "mocha": "7.1.1",
  60. "nyc": "15.0.1"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/mime-types#readme",
  71. "keywords": [
  72. "mime",
  73. "types"
  74. ],
  75. "license": "MIT",
  76. "name": "mime-types",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/mime-types.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --plugin markdown --ext js,md .",
  83. "test": "mocha --reporter spec test/test.js",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test",
  85. "test-travis": "nyc --reporter=text npm test"
  86. },
  87. "version": "2.1.27"
  88. }