{
  "_from": "koa-passport@5.0.0",
  "_id": "koa-passport@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-eNGg3TGgZ4ydm9DYCOqaa0ySSA/44BS6X+v4CKjP/nHOoXlADRonHsZvS3QWok6EV0ZL0V7FhfWxRYfD2B5kTQ==",
  "_location": "/koa-passport",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-passport@5.0.0",
    "name": "koa-passport",
    "escapedName": "koa-passport",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/koa-passport/-/koa-passport-5.0.0.tgz",
  "_shasum": "66c8e91b06358969ab6129d90368fa07a06fafc0",
  "_spec": "koa-passport@5.0.0",
  "_where": "/home/ghf/system/node_modules/@strapi/admin",
  "author": {
    "name": "Markus Ast",
    "email": "npm.m@rkusa.st"
  },
  "bugs": {
    "url": "https://github.com/rkusa/koa-passport/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "passport": "^0.6.0"
  },
  "deprecated": false,
  "description": "Passport middleware for Koa",
  "devDependencies": {
    "jest": "^28.1.3",
    "koa": "^2.6.2",
    "koa-bodyparser": "^4.2.1",
    "koa-route": "^3.2",
    "passport-local": "^1.0",
    "supertest": "^6.1.3"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "https://github.com/rkusa/koa-passport",
  "keywords": [
    "koa",
    "passport",
    "auth",
    "authentication",
    "authorization"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "koa-passport",
  "repository": {
    "type": "git",
    "url": "git://github.com/rkusa/koa-passport.git"
  },
  "scripts": {
    "test": "jest --testMatch '**/test/*.js'"
  },
  "version": "5.0.0"
}
