{
  "_from": "grant-profile@^0.0.11",
  "_id": "grant-profile@0.0.11",
  "_inBundle": false,
  "_integrity": "sha512-gfSFCZC2zmwkWYQ3rb2J6JbINbgExQgkjssOMJrKg1nq9izjP0Yzj5F0HzQuRUMi84onAo7dQJN4ZDVYXzavhw==",
  "_location": "/grant-profile",
  "_phantomChildren": {
    "side-channel": "1.0.4"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grant-profile@^0.0.11",
    "name": "grant-profile",
    "escapedName": "grant-profile",
    "rawSpec": "^0.0.11",
    "saveSpec": null,
    "fetchSpec": "^0.0.11"
  },
  "_requiredBy": [
    "/@feathersjs/authentication-oauth"
  ],
  "_resolved": "https://registry.npmjs.org/grant-profile/-/grant-profile-0.0.11.tgz",
  "_shasum": "1a3986f5721a12ad223394dcd400d194a781bac1",
  "_spec": "grant-profile@^0.0.11",
  "_where": "/home/editor/editor.api/node_modules/@feathersjs/authentication-oauth",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/grant-profile/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "qs": "^6.9.1",
    "request-compose": "^1.2.1",
    "request-oauth": "0.0.3"
  },
  "deprecated": false,
  "description": "User profile middleware for Grant",
  "devDependencies": {
    "@hapi/hapi": "^18.4.0",
    "@hapi/yar": "^9.2.1",
    "coveralls": "^3.0.9",
    "express": "^4.17.1",
    "express-session": "^1.17.0",
    "grant": "^4.6.3",
    "istanbul": "1.1.0-alpha.1",
    "koa": "^2.11.0",
    "koa-qs": "^2.0.0",
    "koa-session": "^5.12.3",
    "mocha": "^6.2.2",
    "request-cookie": "0.0.2",
    "request-logs": "^1.0.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "config/",
    "lib/",
    "LICENSE",
    "package.json",
    "profile.js",
    "README.md"
  ],
  "homepage": "https://github.com/simov/grant-profile",
  "keywords": [
    "oauth",
    "oauth2",
    "openid",
    "openid-connect",
    "authentication",
    "authorization",
    "middleware",
    "express",
    "koa",
    "hapi"
  ],
  "license": "MIT",
  "main": "./profile.js",
  "name": "grant-profile",
  "peerDependencies": {
    "grant": ">=4.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/grant-profile.git"
  },
  "scripts": {
    "test": "npm run test:ci",
    "test:ci": "mocha test/ --recursive",
    "test:cov": "istanbul cover _mocha -- --recursive"
  },
  "version": "0.0.11"
}
