Initial commit
This commit is contained in:
24
node_modules/cookie-parser/package.json
generated
vendored
24
node_modules/cookie-parser/package.json
generated
vendored
@@ -1,28 +1,32 @@
|
||||
{
|
||||
"_from": "cookie-parser",
|
||||
"_args": [
|
||||
[
|
||||
"cookie-parser@1.4.3",
|
||||
"/var/www/backend/minis-data"
|
||||
]
|
||||
],
|
||||
"_from": "cookie-parser@1.4.3",
|
||||
"_id": "cookie-parser@1.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
|
||||
"_location": "/cookie-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cookie-parser",
|
||||
"raw": "cookie-parser@1.4.3",
|
||||
"name": "cookie-parser",
|
||||
"escapedName": "cookie-parser",
|
||||
"rawSpec": "",
|
||||
"rawSpec": "1.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
"fetchSpec": "1.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
|
||||
"_shasum": "0fe31fa19d000b95f4aadf1f53fdc2b8a203baa5",
|
||||
"_spec": "cookie-parser",
|
||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
||||
"_spec": "1.4.3",
|
||||
"_where": "/var/www/backend/minis-data",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca",
|
||||
@@ -31,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/expressjs/cookie-parser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
@@ -42,7 +45,6 @@
|
||||
"cookie": "0.3.1",
|
||||
"cookie-signature": "1.0.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "cookie parsing with signatures",
|
||||
"devDependencies": {
|
||||
"istanbul": "0.4.3",
|
||||
|
||||
Reference in New Issue
Block a user