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,35 +1,38 @@
{
"_from": "basic-auth@~2.0.0",
"_args": [
[
"basic-auth@2.0.1",
"/app"
]
],
"_from": "basic-auth@2.0.1",
"_id": "basic-auth@2.0.1",
"_inBundle": false,
"_integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
"_location": "/basic-auth",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "basic-auth@~2.0.0",
"raw": "basic-auth@2.0.1",
"name": "basic-auth",
"escapedName": "basic-auth",
"rawSpec": "~2.0.0",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "~2.0.0"
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/morgan"
],
"_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
"_shasum": "b998279bf47ce38344b4f3cf916d4679bbf51e3a",
"_spec": "basic-auth@~2.0.0",
"_where": "/app/node_modules/morgan",
"_spec": "2.0.1",
"_where": "/app",
"bugs": {
"url": "https://github.com/jshttp/basic-auth/issues"
},
"bundleDependencies": false,
"dependencies": {
"safe-buffer": "5.1.2"
},
"deprecated": false,
"description": "node.js basic auth parser",
"devDependencies": {
"eslint": "5.6.0",