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,27 +1,32 @@
{
"_from": "form-data@~2.3.2",
"_args": [
[
"form-data@2.3.3",
"/app"
]
],
"_from": "form-data@2.3.3",
"_id": "form-data@2.3.3",
"_inBundle": false,
"_integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
"_location": "/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "form-data@~2.3.2",
"raw": "form-data@2.3.3",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "~2.3.2",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "~2.3.2"
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
"_shasum": "dcce52c05f644f298c6a7ab936bd724ceffbf3a6",
"_spec": "form-data@~2.3.2",
"_where": "/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/request",
"_spec": "2.3.3",
"_where": "/app",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -31,13 +36,11 @@
"bugs": {
"url": "https://github.com/form-data/form-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
},
"deprecated": false,
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
"devDependencies": {
"browserify": "^13.1.1",