UNPKG

node-linux-pam

Version:

Asynchronous PAM authentication for NodeJS

73 lines (72 loc) 1.65 kB
{ "name": "node-linux-pam", "version": "0.2.1", "gypfile": true, "description": "Asynchronous PAM authentication for NodeJS", "main": "index.js", "scripts": { "test": "jest", "install": "node-pre-gyp install --fallback-to-build", "lint": "npm run lint:cpplint && npm run lint:prettier", "lint:cpplint": "cpplint", "lint:prettier": "prettier --check './**/*.{js,json,md,ts}'" }, "engines": { "node": ">=8.6.0" }, "files": [ "src/", "cli.js", "binding.gyp", "pam-error.js", "index.d.ts" ], "bin": { "nlp": "./cli.js" }, "binary": { "module_name": "node-linux-pam", "module_path": "./build/Release/", "remote_path": "./aironavt/{module_name}/releases/download/{version}", "host": "https://github.com" }, "cc": { "linelength": "120", "files": [ "src/*.cc", "src/*.h" ], "filter": [ "build/include", "build/namespaces", "legal/copyright" ] }, "repository": { "type": "git", "url": "https://github.com/aironavt/node-linux-pam.git" }, "bugs": { "url": "https://github.com/aironavt/node-linux-pam/issues" }, "homepage": "https://github.com/aironavt/node-linux-pam#readme", "keywords": [ "pam", "linux-pam", "authentication" ], "author": "Evgeniy Vladykin <aironavt@gmail.com>", "license": "MIT", "dependencies": { "@mapbox/node-pre-gyp": "1.0.5", "bindings": "1.5.0", "node-addon-api": "3.1.0", "string-template": "1.0.0", "yargs": "15.4.1" }, "devDependencies": { "cc": "3.0.1", "jest": "25.5.4", "prettier": "1.19.1" } }