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
+8 -5
View File
@@ -1,4 +1,10 @@
{
"_args": [
[
"sliced@0.0.5",
"/app"
]
],
"_from": "sliced@0.0.5",
"_id": "sliced@0.0.5",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/mquery"
],
"_resolved": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz",
"_shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
"_spec": "sliced@0.0.5",
"_where": "/app/node_modules/mquery",
"_spec": "0.0.5",
"_where": "/app",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
@@ -29,8 +34,6 @@
"bugs": {
"url": "https://github.com/aheckmann/sliced/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
"devDependencies": {
"benchmark": "~1.0.0",
+8 -5
View File
@@ -1,4 +1,10 @@
{
"_args": [
[
"mquery@2.3.3",
"/app"
]
],
"_from": "mquery@2.3.3",
"_id": "mquery@2.3.3",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-2.3.3.tgz",
"_shasum": "221412e5d4e7290ca5582dd16ea8f190a506b518",
"_spec": "mquery@2.3.3",
"_where": "/app/node_modules/mongoose",
"_spec": "2.3.3",
"_where": "/app",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
@@ -29,14 +34,12 @@
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "3.5.0",
"debug": "2.6.9",
"regexp-clone": "0.0.1",
"sliced": "0.0.5"
},
"deprecated": false,
"description": "Expressive query building for MongoDB",
"devDependencies": {
"istanbul": "0.3.2",