{
  "_args": [
    [
      "passport-jwt@4.0.0",
      "/var/www/kotelnikovo/server"
    ]
  ],
  "_from": "passport-jwt@4.0.0",
  "_id": "passport-jwt@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-BwC0n2GP/1hMVjR4QpnvqA61TxenUMlmfNjYNgK0ZAs0HK4SOQkHcSv4L328blNTLtHq7DbmvyNJiH+bn6C5Mg==",
  "_location": "/passport-jwt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "passport-jwt@4.0.0",
    "name": "passport-jwt",
    "escapedName": "passport-jwt",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/var/www/kotelnikovo/server",
  "author": {
    "name": "Mike Nicholson"
  },
  "bugs": {
    "url": "https://github.com/themikenicholson/passport-jwt/issues"
  },
  "dependencies": {
    "jsonwebtoken": "^8.2.0",
    "passport-strategy": "^1.0.0"
  },
  "description": "Passport authentication strategy using JSON Web Tokens",
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-passport-strategy": "^1.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.0",
    "sinon": "^1.0.0"
  },
  "homepage": "https://github.com/themikenicholson/passport-jwt",
  "keywords": [
    "Passport",
    "Strategy",
    "JSON",
    "Web",
    "Token",
    "JWT"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "passport-jwt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themikenicholson/passport-jwt.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --require test/bootstrap test/*test.js",
    "testcov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --require test/bootstrap test/*test.js"
  },
  "version": "4.0.0"
}
