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
+8 -5
View File
@@ -1,4 +1,10 @@
{
"_args": [
[
"depd@2.0.0",
"/app"
]
],
"_from": "depd@2.0.0",
"_id": "depd@2.0.0",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/hsts"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
"_spec": "depd@2.0.0",
"_where": "/app/node_modules/hsts",
"_spec": "2.0.0",
"_where": "/app",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/dougwilson/nodejs-depd/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Deprecate all the things",
"devDependencies": {
"beautify-benchmark": "0.2.4",
+8 -5
View File
@@ -1,4 +1,10 @@
{
"_args": [
[
"hsts@2.2.0",
"/app"
]
],
"_from": "hsts@2.2.0",
"_id": "hsts@2.2.0",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/helmet"
],
"_resolved": "https://registry.npmjs.org/hsts/-/hsts-2.2.0.tgz",
"_shasum": "09119d42f7a8587035d027dda4522366fe75d964",
"_spec": "hsts@2.2.0",
"_where": "/app/node_modules/helmet",
"_spec": "2.2.0",
"_where": "/app",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
@@ -31,7 +36,6 @@
"url": "https://github.com/helmetjs/hsts/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
@@ -42,7 +46,6 @@
"dependencies": {
"depd": "2.0.0"
},
"deprecated": false,
"description": "HTTP Strict Transport Security middleware.",
"devDependencies": {
"connect": "^3.6.6",