{ "_args": [ [ "grant@5.4.18", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "grant@5.4.18", "_id": "grant@5.4.18", "_inBundle": false, "_integrity": "sha512-5rw0RkbpmzgM1Q4n8FSasnlqud2NcyxFaEMjA++JQ77MGbRL8VnUZ3JeBoF0HTyfI+xzJbHn68LhtLdYnBz3rA==", "_location": "/grant", "_phantomChildren": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "5.1.2", "side-channel": "1.0.4" }, "_requested": { "type": "version", "registry": true, "raw": "grant@5.4.18", "name": "grant", "escapedName": "grant", "rawSpec": "5.4.18", "saveSpec": null, "fetchSpec": "5.4.18" }, "_requiredBy": [ "/grant-koa" ], "_resolved": "https://registry.npmjs.org/grant/-/grant-5.4.18.tgz", "_spec": "5.4.18", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Simeon Velichkov", "email": "simeonvelichkov@gmail.com", "url": "https://simov.github.io" }, "bugs": { "url": "https://github.com/simov/grant/issues" }, "dependencies": { "cookie": "^0.4.1", "cookie-signature": "^1.1.0", "jwk-to-pem": "^2.0.5", "jws": "^4.0.0", "qs": "^6.10.1", "request-compose": "^2.1.4", "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/session": "^6.1.1", "@hapi/hapi": "^20.1.5", "@hapi/yar": "^10.1.1", "body-parser": "^1.19.0", "cookie-session": "^1.4.0", "express": "^4.17.1", "express-session": "^1.17.2", "fastify": "^3.20.2", "fastify-cookie": "^5.3.1", "fastify-formbody": "^5.1.0", "grant-profile": "^1.0.2", "koa": "^2.13.1", "koa-bodyparser": "^4.3.0", "koa-mount": "^4.0.0", "koa-qs": "^3.0.0", "koa-session": "^6.2.0", "mocha": "^8.4.0", "nyc": "^15.1.0", "request-cookie": "^1.0.0", "request-logs": "^2.1.4" }, "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.4.1", "cookie-signature": "^1.1.0", "jwk-to-pem": "^2.0.5", "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.18" }