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
+13 -10
View File
@@ -1,19 +1,25 @@
{
"_from": "on-finished@~2.3.0",
"_args": [
[
"on-finished@2.3.0",
"/app"
]
],
"_from": "on-finished@2.3.0",
"_id": "on-finished@2.3.0",
"_inBundle": false,
"_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
"_location": "/on-finished",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "on-finished@~2.3.0",
"raw": "on-finished@2.3.0",
"name": "on-finished",
"escapedName": "on-finished",
"rawSpec": "~2.3.0",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "~2.3.0"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/body-parser",
@@ -23,13 +29,11 @@
"/send"
],
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"_shasum": "20f1336481b083cd75337992a16971aa2d906947",
"_spec": "on-finished@~2.3.0",
"_where": "/app/node_modules/body-parser",
"_spec": "2.3.0",
"_where": "/app",
"bugs": {
"url": "https://github.com/jshttp/on-finished/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@@ -44,7 +48,6 @@
"dependencies": {
"ee-first": "1.1.1"
},
"deprecated": false,
"description": "Execute a callback when a request closes, finishes, or errors",
"devDependencies": {
"istanbul": "0.3.9",