{
  "_from": "passport-jwt@^4.0.1",
  "_id": "passport-jwt@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==",
  "_location": "/passport-jwt",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "passport-jwt@^4.0.1",
    "name": "passport-jwt",
    "escapedName": "passport-jwt",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.1.tgz",
  "_shasum": "c443795eff322c38d173faa0a3c481479646ec3d",
  "_spec": "passport-jwt@^4.0.1",
  "_where": "/home/kattop/public_html/rafique/api",
  "author": {
    "name": "Mike Nicholson"
  },
  "bugs": {
    "url": "https://github.com/mikenicholson/passport-jwt/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jsonwebtoken": "^9.0.0",
    "passport-strategy": "^1.0.0"
  },
  "deprecated": false,
  "description": "Passport authentication strategy using JSON Web Tokens",
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-passport-strategy": "^1.0.0",
    "mocha": "^9.2.1",
    "nyc": "^15.1.0",
    "sinon": "^1.0.0"
  },
  "homepage": "https://github.com/mikenicholson/passport-jwt",
  "keywords": [
    "Passport",
    "Strategy",
    "JSON",
    "Web",
    "Token",
    "JWT"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "passport-jwt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikenicholson/passport-jwt.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --require test/bootstrap test/*test.js",
    "testcov": "nyc npm run test"
  },
  "version": "4.0.1"
}
