Initial commit
This commit is contained in:
26
node_modules/content-type/package.json
generated
vendored
26
node_modules/content-type/package.json
generated
vendored
@@ -1,28 +1,34 @@
|
||||
{
|
||||
"_from": "content-type@~1.0.4",
|
||||
"_args": [
|
||||
[
|
||||
"content-type@1.0.4",
|
||||
"/var/www/backend/minis-data"
|
||||
]
|
||||
],
|
||||
"_from": "content-type@1.0.4",
|
||||
"_id": "content-type@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
|
||||
"_location": "/content-type",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "content-type@~1.0.4",
|
||||
"raw": "content-type@1.0.4",
|
||||
"name": "content-type",
|
||||
"escapedName": "content-type",
|
||||
"rawSpec": "~1.0.4",
|
||||
"rawSpec": "1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.0.4"
|
||||
"fetchSpec": "1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/body-parser",
|
||||
"/express"
|
||||
"/express",
|
||||
"/express/body-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
||||
"_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
|
||||
"_spec": "content-type@~1.0.4",
|
||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "/var/www/backend/minis-data",
|
||||
"author": {
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
@@ -30,8 +36,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/content-type/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Create and parse HTTP Content-Type header",
|
||||
"devDependencies": {
|
||||
"eslint": "3.19.0",
|
||||
|
||||
Reference in New Issue
Block a user