This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

78
node_modules/mquery/package.json generated vendored
View File

@@ -1,37 +1,20 @@
{
"_from": "mquery@3.2.2",
"_id": "mquery@3.2.2",
"_inBundle": false,
"_integrity": "sha512-XB52992COp0KP230I3qloVUbkLUxJIu328HBP2t2EsxSFtf4W1HPSOBWOXf1bqxK4Xbb66lfMJ+Bpfd9/yZE1Q==",
"_location": "/mquery",
"_phantomChildren": {
"ms": "2.0.0"
"name": "mquery",
"version": "3.2.2",
"description": "Expressive query building for MongoDB",
"main": "lib/mquery.js",
"scripts": {
"test": "mocha test/index.js test/*.test.js",
"fix-lint": "eslint . --fix",
"lint": "eslint ."
},
"_requested": {
"type": "version",
"registry": true,
"raw": "mquery@3.2.2",
"name": "mquery",
"escapedName": "mquery",
"rawSpec": "3.2.2",
"saveSpec": null,
"fetchSpec": "3.2.2"
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz",
"_shasum": "e1383a3951852ce23e37f619a9b350f1fb3664e7",
"_spec": "mquery@3.2.2",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
"engines": {
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "3.5.1",
"debug": "3.1.0",
@@ -39,16 +22,22 @@
"safe-buffer": "5.1.2",
"sliced": "1.0.1"
},
"deprecated": false,
"description": "Expressive query building for MongoDB",
"devDependencies": {
"eslint": "5.x",
"mocha": "4.1.0",
"mongodb": "3.1.1"
},
"engines": {
"node": ">=4.0.0"
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
"keywords": [
"mongodb",
"query",
"builder"
],
"homepage": "https://github.com/aheckmann/mquery/",
"eslintConfig": {
"env": {
"node": true,
@@ -91,24 +80,5 @@
"space-infix-ops": "error",
"space-unary-ops": "error"
}
},
"homepage": "https://github.com/aheckmann/mquery/",
"keywords": [
"mongodb",
"query",
"builder"
],
"license": "MIT",
"main": "lib/mquery.js",
"name": "mquery",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"scripts": {
"fix-lint": "eslint . --fix",
"lint": "eslint .",
"test": "mocha test/index.js test/*.test.js"
},
"version": "3.2.2"
}
}