UNPKG

@ladjs/passport

Version:
94 lines (93 loc) 2.29 kB
{ "name": "@ladjs/passport", "description": "Passport for Lad", "version": "5.1.4", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/passport/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "Shaun Warman <shaunwarman1@gmail.com> (https://shaunwarman.com/)", "shadowgate15 (https://github.com/shadowgate15)" ], "dependencies": { "@forwardemail/passport-fido2-webauthn": "^0.1.0", "@ladjs/passport-otp-strategy": "^2.0.1", "@nicokaiser/passport-apple": "^1.0.1", "boolean": "^3.2.0", "is-string-and-not-blank": "^0.0.2", "koa-passport": "^4.1.4", "lodash": "^4.17.21", "passport-github2": "^0.1.12", "passport-google-oauth20": "^2.0.0", "passport-ubuntu": "^0.2.0", "validator": "^13.11.0" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "ava": "4", "cross-env": "^7.0.3", "eslint": "8.39.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", "mongodb-memory-server": "^9.1.3", "mongoose": "6", "nyc": "^15.1.0", "passport-local": "^1.0.0", "remark-cli": "11.0.0", "remark-preset-github": "^4.0.4", "xo": "0.53.1" }, "engines": { "node": ">=14" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/passport", "keywords": [ "api", "auth", "authentication", "basic", "boilerplate", "framework", "github", "google", "koa", "lad", "lass", "list", "login", "mongo", "mongodb", "mongoose", "oauth", "oauth2", "passport", "strategies", "strategy", "twitter" ], "license": "MIT", "main": "index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ladjs/passport" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "prepare": "husky install", "pretest": "npm run lint", "test": "npm run test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava" } }