UNPKG

1.17 kBJSONView Raw
1{
2 "name": "ldapauth-fork",
3 "version": "5.0.5",
4 "main": "./lib/ldapauth.js",
5 "types": "./lib/ldapauth.d.ts",
6 "description": "Authenticate against an LDAP server",
7 "author": "Vesa Poikajärvi <vesa.poikajarvi@iki.fi>",
8 "license": "MIT",
9 "keywords": [
10 "authenticate",
11 "ldap",
12 "authentication",
13 "auth"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/vesse/node-ldapauth-fork.git"
18 },
19 "engines": {
20 "node": ">=0.8.0"
21 },
22 "scripts": {
23 "prepublishOnly": "npm run lint",
24 "lint": "eslint ./lib",
25 "lint:watch": "watch 'npm run lint' ./lib --wait 0.5",
26 "prettier:fix": "prettier --write '**/*.{js,json,md,ts}'",
27 "prettier": "prettier --list-different '**/*.{js,json,md,ts}'",
28 "pretest": "cd test && tsc",
29 "test": "cd test && node test.js"
30 },
31 "dependencies": {
32 "@types/ldapjs": "^2.2.2",
33 "bcryptjs": "^2.4.0",
34 "ldapjs": "^2.2.1",
35 "lru-cache": "^7.10.1"
36 },
37 "devDependencies": {
38 "@types/bunyan": "^1.8.6",
39 "@types/node": "^14.14.7",
40 "bunyan": "^1.8.14",
41 "eslint": "^8.5.0",
42 "prettier": "^2.7.1",
43 "typescript": "^4.0.5",
44 "watch": "^1.0.2"
45 }
46}