mongodb-security
Version:
Portable business logic of MongoDB security model
46 lines (45 loc) • 1.17 kB
JSON
{
"name": "mongodb-security",
"version": "1.6.0",
"description": "Portable business logic of MongoDB security model",
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
"license": "SSPL",
"homepage": "https://github.com/mongodb-js/compass",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"keywords": [
"mongodb",
"mongodb.js"
],
"main": "index.js",
"exports": {
"webpack": "./index.js",
"require": "./index.js"
},
"scripts": {
"check": "npm run lint && npm run depcheck",
"test": "mocha",
"lint": "eslint ./*.js ./test/*.js",
"depcheck": "depcheck",
"test-ci": "npm run test"
},
"dependencies": {
"debug": "4.3.0",
"lodash.every": "^4.6.0",
"lodash.foreach": "^4.5.0"
},
"devDependencies": {
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"eslint-config-mongodb-js": "^5.0.3",
"lodash.pluck": "^3.1.2",
"mocha": "^7.0.0"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "compass@mongodb.com"
},
"gitHead": "2bb63cdb1d4e825f280c0d2af14b7298c5769490"
}