UNPKG

@feathersjs/authentication-local

Version:

Local authentication strategy for @feathers/authentication

75 lines (74 loc) 1.78 kB
{ "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", "version": "4.5.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 10" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**", "*.d.ts", "*.js" ], "scripts": { "prepublish": "npm run compile", "compile": "shx rm -rf lib/ && tsc", "test": "npm run compile && npm run mocha", "mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/authentication": "^4.5.11", "@feathersjs/errors": "^4.5.11", "@feathersjs/feathers": "^4.5.11", "bcryptjs": "^2.4.3", "debug": "^4.3.1", "lodash": "^4.17.20" }, "devDependencies": { "@types/bcryptjs": "^2.4.2", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.165", "@types/mocha": "^8.0.4", "@types/node": "^14.14.10", "mocha": "^8.2.1", "shx": "^0.3.3", "ts-node": "^9.1.0", "typescript": "^4.1.2" }, "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81" }