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,28 +1,33 @@
{
"_from": "range-parser@~1.2.1",
"_args": [
[
"range-parser@1.2.1",
"/app"
]
],
"_from": "range-parser@1.2.1",
"_id": "range-parser@1.2.1",
"_inBundle": false,
"_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
"_location": "/range-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "range-parser@~1.2.1",
"raw": "range-parser@1.2.1",
"name": "range-parser",
"escapedName": "range-parser",
"rawSpec": "~1.2.1",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "~1.2.1"
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
"_shasum": "3cf37023d199e1c24d1a55b84800c2f3e6468031",
"_spec": "range-parser@~1.2.1",
"_where": "/app/node_modules/express",
"_spec": "1.2.1",
"_where": "/app",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/jshttp/range-parser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@@ -47,7 +51,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "Range header field string parser",
"devDependencies": {
"deep-equal": "1.0.1",