ldapjs-promise
Version:
A simple promise wrapper around ldapjs.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "ldapjs-promise",
"version": "3.0.8",
"description": "A simple promise wrapper around ldapjs.",
"main": "lib/index.js",
"scripts": {
"test": "npm run test:unit && npm run test:tsd",
"test:unit": "mocha",
"test:tsd": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wslyhbb/node-ldapjs-promise.git"
},
"keywords": [
"ldap",
"ldapjs"
],
"author": "Wes Hobbie",
"license": "ISC",
"bugs": {
"url": "https://github.com/wslyhbb/node-ldapjs-promise/issues"
},
"homepage": "https://github.com/wslyhbb/node-ldapjs-promise#readme",
"engines": {
"node": ">=18"
},
"dependencies": {
"@types/ldapjs": "^3.0.6",
"abstract-logging": "^2.0.1",
"ldapjs": "^3.0.7"
},
"devDependencies": {
"chai": "^6.2.1",
"mocha": "^11.1.0",
"nyc": "^17.0.0",
"sinon": "^21.0.0",
"tsd": "^0.33.0"
},
"tsd": {
"compilerOptions": {
"module": "es2020"
}
}
}