Show dino

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-04-01 23:50:42 +02:00
parent 13822fcaba
commit 09924eb01c
171 changed files with 3126 additions and 1270 deletions
+12 -10
View File
@@ -1,27 +1,31 @@
{
"_from": "cookie-parser@~1.4.1",
"_args": [
[
"cookie-parser@1.4.4",
"/app"
]
],
"_from": "cookie-parser@1.4.4",
"_id": "cookie-parser@1.4.4",
"_inBundle": false,
"_integrity": "sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==",
"_location": "/cookie-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cookie-parser@~1.4.1",
"raw": "cookie-parser@1.4.4",
"name": "cookie-parser",
"escapedName": "cookie-parser",
"rawSpec": "~1.4.1",
"rawSpec": "1.4.4",
"saveSpec": null,
"fetchSpec": "~1.4.1"
"fetchSpec": "1.4.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.4.tgz",
"_shasum": "e6363de4ea98c3def9697b93421c09f30cf5d188",
"_spec": "cookie-parser@~1.4.1",
"_spec": "1.4.4",
"_where": "/app",
"author": {
"name": "TJ Holowaychuk",
@@ -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": "Parse HTTP request cookies",
"devDependencies": {
"deep-equal": "1.0.1",