{
  "_from": "express-jwt@5.3.3",
  "_id": "express-jwt@5.3.3",
  "_inBundle": false,
  "_integrity": "sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==",
  "_location": "/express-jwt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-jwt@5.3.3",
    "name": "express-jwt",
    "escapedName": "express-jwt",
    "rawSpec": "5.3.3",
    "saveSpec": null,
    "fetchSpec": "5.3.3"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-5.3.3.tgz",
  "_shasum": "e557b4a63dd34c5ddd6ad81452738386314cc243",
  "_spec": "express-jwt@5.3.3",
  "_where": "D:\\Application\\Audit\\node-eform",
  "author": {
    "name": "Matias Woloski",
    "email": "matias@auth0.com",
    "url": "https://www.auth0.com/"
  },
  "bugs": {
    "url": "http://github.com/auth0/express-jwt/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^1.5.0",
    "express-unless": "^0.3.0",
    "jsonwebtoken": "^8.1.0",
    "lodash.set": "^4.0.0"
  },
  "deprecated": false,
  "description": "JWT authentication middleware.",
  "devDependencies": {
    "conventional-changelog": "~1.1.0",
    "mocha": "^7.1.1"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/auth0/express-jwt#readme",
  "keywords": [
    "auth",
    "authn",
    "authentication",
    "authz",
    "authorization",
    "http",
    "jwt",
    "token",
    "oauth",
    "express"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "express-jwt",
  "repository": {
    "type": "git",
    "url": "git://github.com/auth0/express-jwt.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "5.3.3"
}
