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
+1
View File
@@ -0,0 +1 @@
../../../uuid/bin/uuid
+13 -10
View File
@@ -1,31 +1,35 @@
{
"_from": "qs@~6.5.2",
"_args": [
[
"qs@6.5.2",
"/app"
]
],
"_from": "qs@6.5.2",
"_id": "qs@6.5.2",
"_inBundle": false,
"_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
"_location": "/request/qs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "qs@~6.5.2",
"raw": "qs@6.5.2",
"name": "qs",
"escapedName": "qs",
"rawSpec": "~6.5.2",
"rawSpec": "6.5.2",
"saveSpec": null,
"fetchSpec": "~6.5.2"
"fetchSpec": "6.5.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
"_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
"_spec": "qs@~6.5.2",
"_where": "/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/request",
"_spec": "6.5.2",
"_where": "/app",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -34,7 +38,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
+13 -11
View File
@@ -1,28 +1,32 @@
{
"_from": "request",
"_args": [
[
"request@2.88.2",
"/app"
]
],
"_from": "request@2.88.2",
"_id": "request@2.88.2",
"_inBundle": false,
"_integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
"_location": "/request",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "request",
"raw": "request@2.88.2",
"name": "request",
"escapedName": "request",
"rawSpec": "",
"rawSpec": "2.88.2",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "2.88.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
"_shasum": "d73c918731cb5a87da047e207234146f664d12b3",
"_spec": "request",
"_where": "/home/g/Workspace/hatthieves/familyARK/familyark/app",
"_spec": "2.88.2",
"_where": "/app",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
@@ -30,7 +34,6 @@
"bugs": {
"url": "http://github.com/request/request/issues"
},
"bundleDependencies": false,
"dependencies": {
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
@@ -53,7 +56,6 @@
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
},
"deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
"description": "Simplified HTTP request client.",
"devDependencies": {
"bluebird": "^3.2.1",