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": [
[
"bytes@3.0.0",
"/app"
]
],
"_from": "bytes@3.0.0",
"_id": "bytes@3.0.0",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/compression"
],
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
"_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
"_spec": "bytes@3.0.0",
"_where": "/app/node_modules/compression",
"_spec": "3.0.0",
"_where": "/app",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/visionmedia/bytes.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jed Watson",
@@ -41,7 +45,6 @@
"email": "theo.fidry@gmail.com"
}
],
"deprecated": false,
"description": "Utility to parse a string bytes to bytes and vice-versa",
"devDependencies": {
"mocha": "2.5.3",
+12 -10
View File
@@ -1,32 +1,35 @@
{
"_from": "compression@^1.7.1",
"_args": [
[
"compression@1.7.4",
"/app"
]
],
"_from": "compression@1.7.4",
"_id": "compression@1.7.4",
"_inBundle": false,
"_integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
"_location": "/compression",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "compression@^1.7.1",
"raw": "compression@1.7.4",
"name": "compression",
"escapedName": "compression",
"rawSpec": "^1.7.1",
"rawSpec": "1.7.4",
"saveSpec": null,
"fetchSpec": "^1.7.1"
"fetchSpec": "1.7.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
"_shasum": "95523eff170ca57c29a0ca41e6fe131f41e5bb8f",
"_spec": "compression@^1.7.1",
"_spec": "1.7.4",
"_where": "/app",
"bugs": {
"url": "https://github.com/expressjs/compression/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@@ -47,7 +50,6 @@
"safe-buffer": "5.1.2",
"vary": "~1.1.2"
},
"deprecated": false,
"description": "Node.js compression middleware",
"devDependencies": {
"after": "0.8.2",