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

35
node_modules/uglify-js/package.json generated vendored
View File

@@ -2,20 +2,24 @@
"_args": [
[
"uglify-js@^2.4.19",
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\jade"
"L:\\Git\\repos\\html5-restaurant\\node_modules\\jade"
]
],
"_from": "uglify-js@>=2.4.19 <3.0.0",
"_id": "uglify-js@2.6.1",
"_id": "uglify-js@2.6.2",
"_inCache": true,
"_installable": true,
"_location": "/uglify-js",
"_nodeVersion": "4.1.1",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/uglify-js-2.6.2.tgz_1456170007109_0.7073737715836614"
},
"_npmUser": {
"email": "mihai.bazon@gmail.com",
"name": "mishoo"
},
"_npmVersion": "2.14.4",
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "uglify-js",
@@ -28,11 +32,11 @@
"_requiredBy": [
"/jade"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz",
"_shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.2.tgz",
"_shasum": "f50be88a42cd396a6251dc52ab372f71cc12fef0",
"_shrinkwrap": null,
"_spec": "uglify-js@^2.4.19",
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\jade",
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\jade",
"author": {
"email": "mihai.bazon@gmail.com",
"name": "Mihai Bazon",
@@ -60,12 +64,13 @@
"acorn": "~0.6.0",
"escodegen": "~1.3.3",
"esfuzz": "~0.3.1",
"estraverse": "~1.5.1"
"estraverse": "~1.5.1",
"mocha": "~2.3.4"
},
"directories": {},
"dist": {
"shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz"
"shasum": "f50be88a42cd396a6251dc52ab372f71cc12fef0",
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.2.tgz"
},
"engines": {
"node": ">=0.8.0"
@@ -76,8 +81,14 @@
"lib",
"tools"
],
"gitHead": "15b5f70338695c435cab05b7ac2de29cad230360",
"gitHead": "294861ba96aaf61591e2158c9e9ffad50f58625d",
"homepage": "http://lisperator.net/uglifyjs",
"keywords": [
"minifier",
"minify",
"uglify",
"uglify-js"
],
"license": "BSD-2-Clause",
"main": "tools/node.js",
"maintainers": [
@@ -105,5 +116,5 @@
"shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
"test": "node test/run-tests.js"
},
"version": "2.6.1"
"version": "2.6.2"
}