12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "mquery@1.6.1",
- "D:\\work\\im\\node_modules\\mongoose"
- ]
- ],
- "_from": "mquery@1.6.1",
- "_id": "mquery@1.6.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/mquery",
- "_npmUser": {
- "email": "val@karpov.io",
- "name": "vkarpov15"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "mquery",
- "raw": "mquery@1.6.1",
- "rawSpec": "1.6.1",
- "scope": null,
- "spec": "1.6.1",
- "type": "version"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/mquery/-/mquery-1.6.1.tgz",
- "_shasum": "d7a9ce28e6feecb8a49830f1fc6809d6a422d059",
- "_shrinkwrap": null,
- "_spec": "mquery@1.6.1",
- "_where": "D:\\work\\im\\node_modules\\mongoose",
- "author": {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "Aaron Heckmann"
- },
- "bugs": {
- "url": "https://github.com/aheckmann/mquery/issues/new"
- },
- "dependencies": {
- "bluebird": "2.9.26",
- "debug": "2.2.0",
- "regexp-clone": "0.0.1",
- "sliced": "0.0.5"
- },
- "description": "Expressive query building for MongoDB",
- "devDependencies": {
- "istanbul": "0.3.2",
- "mocha": "1.9.x",
- "mongodb": "1.4.38"
- },
- "directories": {},
- "dist": {
- "shasum": "d7a9ce28e6feecb8a49830f1fc6809d6a422d059",
- "tarball": "https://registry.npmjs.org/mquery/-/mquery-1.6.1.tgz"
- },
- "gitHead": "3ff8043070166b0b990832a150241e3f63ead818",
- "homepage": "https://github.com/aheckmann/mquery/",
- "keywords": [
- "mongodb",
- "query",
- "builder"
- ],
- "license": "MIT",
- "main": "lib/mquery.js",
- "maintainers": [
- {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "aaron"
- },
- {
- "email": "ebensing38@gmail.com",
- "name": "ebensing"
- },
- {
- "email": "valkar207@gmail.com",
- "name": "vkarpov15"
- }
- ],
- "name": "mquery",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/aheckmann/mquery.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "1.6.1"
- }
|