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:
16
node_modules/type-is/HISTORY.md
generated
vendored
16
node_modules/type-is/HISTORY.md
generated
vendored
@@ -1,9 +1,23 @@
|
||||
1.6.10 / 2015-12-01
|
||||
1.6.12 / 2016-02-28
|
||||
===================
|
||||
|
||||
* deps: mime-types@~2.1.10
|
||||
- Add new mime types
|
||||
- Fix extension of `application/dash+xml`
|
||||
- Update primary extension for `audio/mp4`
|
||||
|
||||
1.6.11 / 2016-01-29
|
||||
===================
|
||||
|
||||
* deps: mime-types@~2.1.9
|
||||
- Add new mime types
|
||||
|
||||
1.6.10 / 2015-12-01
|
||||
===================
|
||||
|
||||
* deps: mime-types@~2.1.8
|
||||
- Add new mime types
|
||||
|
||||
1.6.9 / 2015-09-27
|
||||
==================
|
||||
|
||||
|
||||
4
node_modules/type-is/README.md
generated
vendored
4
node_modules/type-is/README.md
generated
vendored
@@ -47,7 +47,7 @@ Returns a Boolean if the given `request` has a body, regardless of the
|
||||
`Content-Type` header.
|
||||
|
||||
Having a body has no relation to how large the body is (it may be 0 bytes).
|
||||
This is similar to how file existance works. If a body does exist, then this
|
||||
This is similar to how file existence works. If a body does exist, then this
|
||||
indicates that there is data to read from the Node.js request stream.
|
||||
|
||||
```js
|
||||
@@ -127,7 +127,7 @@ function bodyParser(req, res, next) {
|
||||
[npm-image]: https://img.shields.io/npm/v/type-is.svg
|
||||
[npm-url]: https://npmjs.org/package/type-is
|
||||
[node-version-image]: https://img.shields.io/node/v/type-is.svg
|
||||
[node-version-url]: http://nodejs.org/download/
|
||||
[node-version-url]: https://nodejs.org/en/download/
|
||||
[travis-image]: https://img.shields.io/travis/jshttp/type-is/master.svg
|
||||
[travis-url]: https://travis-ci.org/jshttp/type-is
|
||||
[coveralls-image]: https://img.shields.io/coveralls/jshttp/type-is/master.svg
|
||||
|
||||
48
node_modules/type-is/package.json
generated
vendored
48
node_modules/type-is/package.json
generated
vendored
@@ -2,14 +2,18 @@
|
||||
"_args": [
|
||||
[
|
||||
"type-is@~1.6.6",
|
||||
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\express"
|
||||
"L:\\Git\\repos\\html5-restaurant\\node_modules\\express"
|
||||
]
|
||||
],
|
||||
"_from": "type-is@>=1.6.6 <1.7.0",
|
||||
"_id": "type-is@1.6.10",
|
||||
"_id": "type-is@1.6.12",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/type-is",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-9-west.internal.npmjs.com",
|
||||
"tmp": "tmp/type-is-1.6.12.tgz_1456726142464_0.8247741810046136"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "doug@somethingdoug.com",
|
||||
"name": "dougwilson"
|
||||
@@ -27,11 +31,11 @@
|
||||
"_requiredBy": [
|
||||
"/express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz",
|
||||
"_shasum": "d27e995b20d8c2a543f3420573f690a3929fd75a",
|
||||
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.12.tgz",
|
||||
"_shasum": "0352a9dfbfff040fe668cc153cc95829c354173e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "type-is@~1.6.6",
|
||||
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\express",
|
||||
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\express",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/type-is/issues"
|
||||
},
|
||||
@@ -48,17 +52,17 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"media-typer": "0.3.0",
|
||||
"mime-types": "~2.1.8"
|
||||
"mime-types": "~2.1.10"
|
||||
},
|
||||
"description": "Infer the content-type of a request.",
|
||||
"devDependencies": {
|
||||
"istanbul": "0.4.1",
|
||||
"mocha": "~1.21.5"
|
||||
"istanbul": "0.4.2",
|
||||
"mocha": "1.21.5"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "d27e995b20d8c2a543f3420573f690a3929fd75a",
|
||||
"tarball": "http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz"
|
||||
"shasum": "0352a9dfbfff040fe668cc153cc95829c354173e",
|
||||
"tarball": "http://registry.npmjs.org/type-is/-/type-is-1.6.12.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
@@ -68,7 +72,7 @@
|
||||
"LICENSE",
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "072de04e5c6bd4a3dd089dbd70ec2b1d505625a9",
|
||||
"gitHead": "7ba49c0ccc8e34f4321768c0b13c2ebcccaae28c",
|
||||
"homepage": "https://github.com/jshttp/type-is",
|
||||
"keywords": [
|
||||
"checking",
|
||||
@@ -77,29 +81,13 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jongleberry",
|
||||
"email": "jonathanrichardong@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "tjholowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
{
|
||||
"name": "mscdex",
|
||||
"email": "mscdex@mscdex.net"
|
||||
},
|
||||
{
|
||||
"name": "fishrock123",
|
||||
"email": "fishrock123@rocketmail.com"
|
||||
},
|
||||
{
|
||||
"name": "defunctzombie",
|
||||
"email": "shtylman@gmail.com"
|
||||
"name": "jongleberry",
|
||||
"email": "jonathanrichardong@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "type-is",
|
||||
@@ -114,5 +102,5 @@
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
||||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
||||
},
|
||||
"version": "1.6.10"
|
||||
"version": "1.6.12"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user