Erste Funktionalität der Menükarte per GET/POST, keine API; Umstrukturierung der Tabelle als Bootstrap-div; HTML/CSS-Cleanup

This commit is contained in:
Sebastian Seedorf
2016-03-25 13:33:42 +01:00
parent 92a5ff8eda
commit f99271ee01
202 changed files with 25173 additions and 853 deletions

8
node_modules/mime-types/HISTORY.md generated vendored
View File

@@ -1,3 +1,11 @@
2.1.10 / 2016-02-15
===================
* deps: mime-db@~1.22.0
- Add new mime types
- Fix extension of `application/dash+xml`
- Update primary extension for `audio/mp4`
2.1.9 / 2016-01-06
==================

2
node_modules/mime-types/README.md generated vendored
View File

@@ -94,7 +94,7 @@ A map of extensions by content-type.
[npm-image]: https://img.shields.io/npm/v/mime-types.svg
[npm-url]: https://npmjs.org/package/mime-types
[node-version-image]: https://img.shields.io/node/v/mime-types.svg
[node-version-url]: http://nodejs.org/download/
[node-version-url]: https://nodejs.org/en/download/
[travis-image]: https://img.shields.io/travis/jshttp/mime-types/master.svg
[travis-url]: https://travis-ci.org/jshttp/mime-types
[coveralls-image]: https://img.shields.io/coveralls/jshttp/mime-types/master.svg

41
node_modules/mime-types/package.json generated vendored
View File

@@ -2,19 +2,24 @@
"_args": [
[
"mime-types@~2.1.6",
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\accepts"
"L:\\Git\\repos\\html5-restaurant\\node_modules\\accepts"
]
],
"_from": "mime-types@>=2.1.6 <2.2.0",
"_id": "mime-types@2.1.9",
"_id": "mime-types@2.1.10",
"_inCache": true,
"_installable": true,
"_location": "/mime-types",
"_nodeVersion": "4.2.3",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/mime-types-2.1.10.tgz_1455575237256_0.9163766100537032"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "mime-types",
@@ -28,11 +33,11 @@
"/accepts",
"/type-is"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.9.tgz",
"_shasum": "dfb396764b5fdf75be34b1f4104bc3687fb635f8",
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz",
"_shasum": "b93c7cb4362e16d41072a7e54538fb4d43070837",
"_shrinkwrap": null,
"_spec": "mime-types@~2.1.6",
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\accepts",
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\accepts",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
@@ -53,17 +58,17 @@
}
],
"dependencies": {
"mime-db": "~1.21.0"
"mime-db": "~1.22.0"
},
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"istanbul": "0.4.1",
"mocha": "~1.21.5"
"istanbul": "0.4.2",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "dfb396764b5fdf75be34b1f4104bc3687fb635f8",
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.9.tgz"
"shasum": "b93c7cb4362e16d41072a7e54538fb4d43070837",
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz"
},
"engines": {
"node": ">= 0.6"
@@ -73,8 +78,8 @@
"LICENSE",
"index.js"
],
"gitHead": "329f1c77e1a77c8fac59b15038e3808e9e314d96",
"homepage": "https://github.com/jshttp/mime-types",
"gitHead": "70785d38e9cc251137b00f73ab3d3257c4aea203",
"homepage": "https://github.com/jshttp/mime-types#readme",
"keywords": [
"mime",
"types"
@@ -82,16 +87,16 @@
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "mime-types",
@@ -106,5 +111,5 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
},
"version": "2.1.9"
"version": "2.1.10"
}