{
  "_args": [
    [
      "grant@5.4.24",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "grant@5.4.24",
  "_id": "grant@5.4.24",
  "_inBundle": false,
  "_integrity": "sha512-PD5AvSI7wgCBDi2mEd6M/TIe+70c/fVc3Ik4B0s4mloWTy9J800eUEcxivOiyqSP9wvBy2QjWq1JR8gOfDMnEg==",
  "_location": "/grant",
  "_phantomChildren": {
    "buffer-equal-constant-time": "1.0.1",
    "ecdsa-sig-formatter": "1.0.11",
    "safe-buffer": "5.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grant@5.4.24",
    "name": "grant",
    "escapedName": "grant",
    "rawSpec": "5.4.24",
    "saveSpec": null,
    "fetchSpec": "5.4.24"
  },
  "_requiredBy": [
    "/grant-koa"
  ],
  "_resolved": "https://registry.npmjs.org/grant/-/grant-5.4.24.tgz",
  "_spec": "5.4.24",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/grant/issues"
  },
  "dependencies": {
    "cookie": "^0.7.2",
    "cookie-signature": "^1.2.2",
    "jwk-to-pem": "^2.0.7",
    "jws": "^4.0.0",
    "qs": "^6.14.0",
    "request-compose": "^2.1.7",
    "request-oauth": "^1.0.1"
  },
  "description": "OAuth Proxy",
  "devDependencies": {
    "@curveball/bodyparser": "0.4.6",
    "@curveball/core": "0.14.2",
    "@curveball/router": "0.2.4",
    "@curveball/session": "0.5.0",
    "@fastify/cookie": "^9.4.0",
    "@fastify/formbody": "^7.4.0",
    "@fastify/session": "^10.9.0",
    "@hapi/hapi": "^21.3.10",
    "@hapi/yar": "^11.0.2",
    "body-parser": "^1.20.3",
    "cookie-session": "^2.1.0",
    "express": "^4.21.0",
    "express-session": "^1.18.0",
    "fastify": "^4.28.1",
    "grant-profile": "^1.0.2",
    "koa": "^2.15.3",
    "koa-bodyparser": "^4.4.1",
    "koa-mount": "^4.0.0",
    "koa-qs": "^3.0.0",
    "koa-session": "^6.4.0",
    "mocha": "^10.7.3",
    "nyc": "^17.0.0",
    "request-cookie": "^1.0.1",
    "request-logs": "^2.1.5"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "config/",
    "lib/",
    "grant.js",
    "grant.d.ts",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "homepage": "https://github.com/simov/grant",
  "keywords": [
    "oauth",
    "oauth2",
    "openid",
    "openid-connect",
    "authentication",
    "authorization",
    "proxy",
    "middleware",
    "lambda",
    "express",
    "koa",
    "hapi",
    "fastify",
    "aws",
    "azure",
    "google-cloud",
    "vercel"
  ],
  "license": "MIT",
  "main": "./grant.js",
  "name": "grant",
  "optionalDependencies": {
    "cookie": "^0.7.2",
    "cookie-signature": "^1.2.2",
    "jwk-to-pem": "^2.0.7",
    "jws": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/grant.git"
  },
  "scripts": {
    "test": "npm run test:ci",
    "test:ci": "npx mocha --recursive",
    "test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
  },
  "types": "grant.d.ts",
  "version": "5.4.24"
}
