UNPKG

ilastlog

Version:

alternative lastlog because of Ubuntu 24.04.1. The distros have had the libpam excluding lastlog.so. therefore, I personally needed.

50 lines (49 loc) 1.42 kB
{ "name": "ilastlog", "version": "0.3.3-beta.0", "description": "alternative lastlog because of Ubuntu 24.04.1. The distros have had the libpam excluding lastlog.so. therefore, I personally needed.", "contributors": [], "repository": { "type": "git", "url": "git+https://github.com/ChangRaeJoe/ilastlog.git" }, "bugs": {}, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "sample": "node test/sample.js", "start": "NODE_ENV=production node dist/bin/ilastlogCLI.js", "build": "tsc && tsc-alias", "test": "tsc-alias --debug" }, "bin": { "ilastlog": "dist/bin/ilastlogCLI.js", "ilastlogSh": "bin/ilastlogCLI.sh" }, "author": "joe", "license": "MIT", "dependencies": { "commander": "^13.1.0", "env-paths": "^3.0.0", "load-json-file": "^7.0.1", "lodash": "^4.17.21", "module-alias": "^2.2.3", "printf": "^0.6.1", "write-json-file": "^6.0.0" }, "keywords": [ "lastlog", "Ubuntu", "auth" ], "devDependencies": { "@eslint/js": "^9.21.0", "@types/lodash": "^4.17.16", "@types/node": "^22.13.9", "eslint": "^9.21.0", "globals": "^16.0.0", "tsc-alias": "^1.8.11", "typescript": "^5.7.3", "typescript-eslint": "^8.25.0" } }