You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.6 KiB

{
"_from": "mquery@3.0.0",
"_id": "mquery@3.0.0",
"_inBundle": false,
"_integrity": "sha512-WL1Lk8v4l8VFSSwN3yCzY9TXw+fKVYKn6f+w86TRzOLSE8k1yTgGaLBPUByJQi8VcLbOdnUneFV/y3Kv874pnQ==",
"_location": "/mquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mquery@3.0.0",
"name": "mquery",
"escapedName": "mquery",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.0.0.tgz",
"_shasum": "e5f387dbabc0b9b69859e550e810faabe0ceabb0",
"_spec": "mquery@3.0.0",
"_where": "C:\\NodejsTut\\publish_article\\node_rest_api_jwt\\node_modules\\mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"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.4.5",
"mocha": "3.2.0",
"mongodb": "~2.2",
"nsp": "^2.8.1"
},
"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": {
"test": "nsp check && mocha test/index.js test/*.test.js"
},
"version": "3.0.0"
}