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 @@
"/helmet"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
"_spec": "depd@2.0.0",
"_where": "/app/node_modules/helmet",
"_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",
+12 -10
View File
@@ -1,27 +1,31 @@
{
"_from": "helmet@^3.8.2",
"_args": [
[
"helmet@3.21.2",
"/app"
]
],
"_from": "helmet@3.21.2",
"_id": "helmet@3.21.2",
"_inBundle": false,
"_integrity": "sha512-okUo+MeWgg00cKB8Csblu8EXgcIoDyb5ZS/3u0W4spCimeVuCUvVZ6Vj3O2VJ1Sxpyb8jCDvzu0L1KKT11pkIg==",
"_location": "/helmet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "helmet@^3.8.2",
"raw": "helmet@3.21.2",
"name": "helmet",
"escapedName": "helmet",
"rawSpec": "^3.8.2",
"rawSpec": "3.21.2",
"saveSpec": null,
"fetchSpec": "^3.8.2"
"fetchSpec": "3.21.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.21.2.tgz",
"_shasum": "7e2a19d5f6d898a77b5d2858e8e4bb2cda59f19f",
"_spec": "helmet@^3.8.2",
"_spec": "3.21.2",
"_where": "/app",
"author": {
"name": "Adam Baldwin",
@@ -32,7 +36,6 @@
"url": "https://github.com/helmetjs/helmet/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
@@ -57,7 +60,6 @@
"referrer-policy": "1.2.0",
"x-xss-protection": "1.3.0"
},
"deprecated": false,
"description": "help secure Express/Connect apps with various HTTP headers",
"devDependencies": {
"connect": "^3.7.0",