chore: support has landed in node.js (13.10.1)
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "radius server for google LDAP and TTLS", | ||
| "version": "1.1.2", | ||
| "engines": { | ||
| "node": ">13.9" | ||
| "node": ">13.10.1" | ||
| }, | ||
| "bin": { | ||
| "radius-server": "./bin/radius-server" | ||
| ... | ... | @@ -30,6 +30,7 @@ |
| "preferGlobal": true, | ||
| "main": "dist/app.js", | ||
| "dependencies": { | ||
| "@hokify/node-ts-cache": "^4.0.1", | ||
| "debug": "^4.1.1", | ||
| "imap-simple": "^4.3.0", | ||
| "ldapauth-fork": "^4.3.2", | ||
| ... | ... | @@ -37,8 +38,8 @@ |
| "native-duplexpair": "^1.0.0", | ||
| "node-cache": "^5.1.0", | ||
| "radius": "~1.1.4", | ||
| "yargs": "~15.1.0", | ||
| "smtp-client": "^0.3.1" | ||
| "smtp-client": "^0.3.1", | ||
| "yargs": "~15.1.0" | ||
| }, | ||
| "license": "GPLv3", | ||
| "devDependencies": { | ||
| ... | ... |
Please register or sign in to comment