{
  "_from": "@feathersjs/authentication@^4.5.2",
  "_id": "@feathersjs/authentication@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-zLPbz+NIV6wYLstjZtLfozO7koJyzJTj+GyZYDsIK3N4GDhQc1mqWskuwWQtgeYZVpDdEsxPEohJ/7f576pFQQ==",
  "_location": "/@feathersjs/authentication",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/authentication@^4.5.2",
    "name": "@feathersjs/authentication",
    "escapedName": "@feathersjs%2fauthentication",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.2",
    "saveSpec": null,
    "fetchSpec": "^4.5.2"
  },
  "_requiredBy": [
    "/",
    "/@feathersjs/authentication-local",
    "/@feathersjs/authentication-oauth"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-4.5.11.tgz",
  "_shasum": "6fa356fedbf877eb1b722d2fa5bc7af349818da2",
  "_spec": "@feathersjs/authentication@^4.5.2",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "@feathersjs/errors": "^4.5.11",
    "@feathersjs/feathers": "^4.5.11",
    "@feathersjs/transport-commons": "^4.5.11",
    "@types/jsonwebtoken": "^8.5.0",
    "debug": "^4.3.1",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.20",
    "long-timeout": "^0.1.1",
    "uuid": "^8.3.1"
  },
  "deprecated": false,
  "description": "Add Authentication to your FeathersJS app.",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/lodash": "^4.14.165",
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.10",
    "@types/uuid": "^8.3.0",
    "feathers-memory": "^4.1.0",
    "mocha": "^8.2.1",
    "shx": "^0.3.3",
    "ts-node": "^9.1.0",
    "typescript": "^4.1.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81",
  "homepage": "https://feathersjs.com",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/authentication",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "scripts": {
    "compile": "shx rm -rf lib/ && tsc",
    "mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts",
    "prepublish": "npm run compile",
    "test": "npm run compile && npm run mocha"
  },
  "types": "lib/",
  "version": "4.5.11"
}
