ldapjs-client
Version:
LDAP js client
49 lines (48 loc) • 928 B
JSON
{
"author": "Alexander Zonov",
"name": "ldapjs-client",
"description": "LDAP js client",
"keywords": [
"LDAP",
"ldap",
"client",
"simple",
"promised",
"async"
],
"version": "0.1.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/zont/ldapjs-client.git"
},
"main": "src/index.js",
"scripts": {
"lint": "eslint --fix src/**/* __test__/**/*",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"asn1": "0.2.6",
"assert-plus": "1.0.0",
"ldap-filter": "0.3.3"
},
"devDependencies": {
"eslint": "8.56.0",
"jest": "29.7.0"
},
"jest": {
"testEnvironmentOptions": {
"url": "http://localhost/"
},
"verbose": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageReporters": [
"text-summary",
"html"
]
},
"engines": {
"node": ">=8.0"
}
}