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": "encodeurl@~1.0.2",
"_args": [
[
"encodeurl@1.0.2",
"/app"
]
],
"_from": "encodeurl@1.0.2",
"_id": "encodeurl@1.0.2",
"_inBundle": false,
"_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
"_location": "/encodeurl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "encodeurl@~1.0.2",
"raw": "encodeurl@1.0.2",
"name": "encodeurl",
"escapedName": "encodeurl",
"rawSpec": "~1.0.2",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "~1.0.2"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/express",
@@ -22,20 +28,17 @@
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
"_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
"_spec": "encodeurl@~1.0.2",
"_where": "/app/node_modules/express",
"_spec": "1.0.2",
"_where": "/app",
"bugs": {
"url": "https://github.com/pillarjs/encodeurl/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
"devDependencies": {
"eslint": "3.19.0",