7fife-backend/node_modules/mquery/package.json

39 lines
856 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "mquery",
"version": "5.0.0",
"description": "Expressive query building for MongoDB",
"main": "lib/mquery.js",
"scripts": {
"test": "mocha --exit test/index.js test/*.test.js",
"fix-lint": "eslint . --fix",
"lint": "eslint ."
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"engines": {
"node": ">=14.0.0"
2024-03-07 13:01:44 +00:00
},
"dependencies": {
"debug": "4.x"
},
"devDependencies": {
"eslint": "8.x",
"eslint-plugin-mocha-no-only": "1.1.1",
"mocha": "9.x",
"mongodb": "5.x"
},
2024-03-11 12:29:54 +00:00
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
2024-03-07 13:01:44 +00:00
"keywords": [
"mongodb",
"query",
"builder"
],
2024-03-11 12:29:54 +00:00
"homepage": "https://github.com/aheckmann/mquery/"
2024-03-07 13:01:44 +00:00
}