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:
40
node_modules/lazy-cache/package.json
generated
vendored
40
node_modules/lazy-cache/package.json
generated
vendored
@@ -1,38 +1,38 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"lazy-cache@^0.2.4",
|
||||
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\center-align"
|
||||
"lazy-cache@^1.0.3",
|
||||
"L:\\Git\\repos\\html5-restaurant\\node_modules\\center-align"
|
||||
]
|
||||
],
|
||||
"_from": "lazy-cache@>=0.2.4 <0.3.0",
|
||||
"_id": "lazy-cache@0.2.7",
|
||||
"_from": "lazy-cache@>=1.0.3 <2.0.0",
|
||||
"_id": "lazy-cache@1.0.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/lazy-cache",
|
||||
"_nodeVersion": "5.1.1",
|
||||
"_nodeVersion": "5.0.0",
|
||||
"_npmUser": {
|
||||
"email": "brian.woodward@gmail.com",
|
||||
"name": "doowb"
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "3.5.1",
|
||||
"_npmVersion": "3.3.6",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "lazy-cache",
|
||||
"raw": "lazy-cache@^0.2.4",
|
||||
"rawSpec": "^0.2.4",
|
||||
"raw": "lazy-cache@^1.0.3",
|
||||
"rawSpec": "^1.0.3",
|
||||
"scope": null,
|
||||
"spec": ">=0.2.4 <0.3.0",
|
||||
"spec": ">=1.0.3 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/center-align"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz",
|
||||
"_shasum": "7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65",
|
||||
"_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.3.tgz",
|
||||
"_shasum": "e97754618f9c886bb999b2ff69c78b82453d6674",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "lazy-cache@^0.2.4",
|
||||
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\center-align",
|
||||
"_spec": "lazy-cache@^1.0.3",
|
||||
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\center-align",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -44,13 +44,13 @@
|
||||
"description": "Cache requires to be lazy-loaded when needed.",
|
||||
"devDependencies": {
|
||||
"ansi-yellow": "^0.1.1",
|
||||
"glob": "^5.0.14",
|
||||
"glob": "^6.0.1",
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65",
|
||||
"tarball": "http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz"
|
||||
"shasum": "e97754618f9c886bb999b2ff69c78b82453d6674",
|
||||
"tarball": "http://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
@@ -58,7 +58,7 @@
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "1a7a6ce95ec946b19b4a23db706cfdd2de3468dd",
|
||||
"gitHead": "06265aa4a6750aae03e1814fbb740dde6311fb2b",
|
||||
"homepage": "https://github.com/jonschlinkert/lazy-cache",
|
||||
"keywords": [
|
||||
"cache",
|
||||
@@ -101,5 +101,5 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.2.7"
|
||||
"version": "1.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user