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:
112
node_modules/body-parser/package.json
generated
vendored
Normal file
112
node_modules/body-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"body-parser",
|
||||
"L:\\Git\\repos\\html5-restaurant"
|
||||
]
|
||||
],
|
||||
"_from": "body-parser@latest",
|
||||
"_id": "body-parser@1.15.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/body-parser",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-9-west.internal.npmjs.com",
|
||||
"tmp": "tmp/body-parser-1.15.0.tgz_1455156407766_0.14806043729186058"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "doug@somethingdoug.com",
|
||||
"name": "dougwilson"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {
|
||||
"inherits": "2.0.1",
|
||||
"media-typer": "0.3.0",
|
||||
"statuses": "1.2.1"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "body-parser",
|
||||
"raw": "body-parser",
|
||||
"rawSpec": "",
|
||||
"scope": null,
|
||||
"spec": "latest",
|
||||
"type": "tag"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.0.tgz",
|
||||
"_shasum": "8168abaeaf9e77e300f7b3aef4df4b46e9b21b35",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "body-parser",
|
||||
"_where": "L:\\Git\\repos\\html5-restaurant",
|
||||
"bugs": {
|
||||
"url": "https://github.com/expressjs/body-parser/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Ong",
|
||||
"email": "me@jongleberry.com",
|
||||
"url": "http://jongleberry.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"bytes": "2.2.0",
|
||||
"content-type": "~1.0.1",
|
||||
"debug": "~2.2.0",
|
||||
"depd": "~1.1.0",
|
||||
"http-errors": "~1.4.0",
|
||||
"iconv-lite": "0.4.13",
|
||||
"on-finished": "~2.3.0",
|
||||
"qs": "6.1.0",
|
||||
"raw-body": "~2.1.5",
|
||||
"type-is": "~1.6.11"
|
||||
},
|
||||
"description": "Node.js body parsing middleware",
|
||||
"devDependencies": {
|
||||
"istanbul": "0.4.2",
|
||||
"methods": "1.1.2",
|
||||
"mocha": "2.4.5",
|
||||
"supertest": "1.1.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "8168abaeaf9e77e300f7b3aef4df4b46e9b21b35",
|
||||
"tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.15.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
},
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"index.js",
|
||||
"lib/"
|
||||
],
|
||||
"gitHead": "5b4fabe344e5b3df9e9157c7e9b9e6f5706b1cec",
|
||||
"homepage": "https://github.com/expressjs/body-parser",
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
}
|
||||
],
|
||||
"name": "body-parser",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/expressjs/body-parser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
|
||||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
|
||||
},
|
||||
"version": "1.15.0"
|
||||
}
|
||||
Reference in New Issue
Block a user