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": "bson@~1.0.4",
"_args": [
[
"bson@1.0.9",
"/app"
]
],
"_from": "bson@1.0.9",
"_id": "bson@1.0.9",
"_inBundle": false,
"_integrity": "sha512-IQX9/h7WdMBIW/q/++tGd+emQr0XMdeZ6icnT/74Xk9fnabWn+gZgpE+9V+gujL3hhJOoNrnDVY7tWdzc7NUTg==",
"_location": "/bson",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "bson@~1.0.4",
"raw": "bson@1.0.9",
"name": "bson",
"escapedName": "bson",
"rawSpec": "~1.0.4",
"rawSpec": "1.0.9",
"saveSpec": null,
"fetchSpec": "~1.0.4"
"fetchSpec": "1.0.9"
},
"_requiredBy": [
"/mongodb-core",
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/bson/-/bson-1.0.9.tgz",
"_shasum": "12319f8323b1254739b7c6bef8d3e89ae05a2f57",
"_spec": "bson@~1.0.4",
"_where": "/app/node_modules/mongoose",
"_spec": "1.0.9",
"_where": "/app",
"author": {
"name": "Christian Amor Kvalheim",
"email": "christkv@gmail.com"
@@ -31,12 +36,10 @@
"bugs": {
"url": "https://github.com/mongodb/js-bson/issues"
},
"bundleDependencies": false,
"config": {
"native": false
},
"contributors": [],
"deprecated": false,
"description": "A bson parser for node.js and the browser",
"devDependencies": {
"babel-core": "^6.14.0",