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:
110
node_modules/raw-body/package.json
generated
vendored
Normal file
110
node_modules/raw-body/package.json
generated
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"raw-body@~2.1.5",
|
||||
"L:\\Git\\repos\\html5-restaurant\\node_modules\\body-parser"
|
||||
]
|
||||
],
|
||||
"_from": "raw-body@>=2.1.5 <2.2.0",
|
||||
"_id": "raw-body@2.1.6",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/raw-body",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-13-west.internal.npmjs.com",
|
||||
"tmp": "tmp/raw-body-2.1.6.tgz_1457406406626_0.1825208596419543"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "doug@somethingdoug.com",
|
||||
"name": "dougwilson"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "raw-body",
|
||||
"raw": "raw-body@~2.1.5",
|
||||
"rawSpec": "~2.1.5",
|
||||
"scope": null,
|
||||
"spec": ">=2.1.5 <2.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/body-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.6.tgz",
|
||||
"_shasum": "9c050737fe07ced6d94a4fd09c61b6ad874d310f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "raw-body@~2.1.5",
|
||||
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\body-parser",
|
||||
"author": {
|
||||
"email": "me@jongleberry.com",
|
||||
"name": "Jonathan Ong",
|
||||
"url": "http://jongleberry.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stream-utils/raw-body/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "Raynos",
|
||||
"email": "raynos2@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"bytes": "2.3.0",
|
||||
"iconv-lite": "0.4.13",
|
||||
"unpipe": "1.0.0"
|
||||
},
|
||||
"description": "Get and validate the raw body of a readable stream.",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.3.4",
|
||||
"istanbul": "0.4.2",
|
||||
"mocha": "2.4.5",
|
||||
"readable-stream": "2.0.5",
|
||||
"through2": "2.0.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "9c050737fe07ced6d94a4fd09c61b6ad874d310f",
|
||||
"tarball": "http://registry.npmjs.org/raw-body/-/raw-body-2.1.6.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
},
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "f4ec2a5f6e9573c1ed126111b831c246b6ca580e",
|
||||
"homepage": "https://github.com/stream-utils/raw-body",
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "jongleberry",
|
||||
"email": "jonathanrichardong@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "raw-body",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stream-utils/raw-body.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
|
||||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
|
||||
},
|
||||
"version": "2.1.6"
|
||||
}
|
||||
Reference in New Issue
Block a user