66 lines
1.5 KiB

{
"_args": [
[
"mquery@2.3.3",
"/app"
]
],
"_from": "mquery@2.3.3",
"_id": "mquery@2.3.3",
"_inBundle": false,
"_integrity": "sha512-NC8L14kn+qxJbbJ1gbcEMDxF0sC3sv+1cbRReXXwVvowcwY1y9KoVZFq0ebwARibsadu8lx8nWGvm3V0Pf0ZWQ==",
"_location": "/mquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mquery@2.3.3",
"name": "mquery",
"escapedName": "mquery",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/app",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"dependencies": {
"bluebird": "3.5.0",
"debug": "2.6.9",
"regexp-clone": "0.0.1",
"sliced": "0.0.5"
},
"description": "Expressive query building for MongoDB",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "3.2.0",
"mongodb": "~2.2"
},
"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": "mocha test/index.js test/*.test.js"
},
"version": "2.3.3"
}