123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "mquery@4.0.2",
- "_id": "mquery@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-oAVF0Nil1mT3rxty6Zln4YiD6x6QsUWYz927jZzjMxOK2aqmhEz5JQ7xmrKK7xRFA2dwV+YaOpKU/S+vfNqKxA==",
- "_location": "/mquery",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mquery@4.0.2",
- "name": "mquery",
- "escapedName": "mquery",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.2.tgz",
- "_shasum": "a13add5ecd7c2e5a67e0f814b3c7acdfb6772804",
- "_spec": "mquery@4.0.2",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\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": {
- "debug": "4.x"
- },
- "deprecated": false,
- "description": "Expressive query building for MongoDB",
- "devDependencies": {
- "eslint": "8.x",
- "eslint-plugin-mocha-no-only": "1.1.1",
- "mocha": "9.x",
- "mongodb": "4.x"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "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": "4.0.2"
- }
|