{
  "_args": [
    [
      "jsonwebtoken@^8.1.0",
      "/home/techugo/Desktop/data/qouchPotato/node_modules/apn"
    ]
  ],
  "_from": "jsonwebtoken@>=8.1.0 <9.0.0",
  "_hasShrinkwrap": false,
  "_id": "jsonwebtoken@8.4.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/jsonwebtoken",
  "_nodeVersion": "8.11.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/jsonwebtoken_8.4.0_1542192409679_0.9085624813045623"
  },
  "_npmUser": {
    "email": "eduardo.diaz@auth0.com",
    "name": "ziluvatar"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "jsonwebtoken",
    "raw": "jsonwebtoken@^8.1.0",
    "rawSpec": "^8.1.0",
    "scope": null,
    "spec": ">=8.1.0 <9.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/apn"
  ],
  "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz",
  "_shasum": "8757f7b4cb7440d86d5e2f3becefa70536c8e46a",
  "_shrinkwrap": null,
  "_spec": "jsonwebtoken@^8.1.0",
  "_where": "/home/techugo/Desktop/data/qouchPotato/node_modules/apn",
  "author": {
    "name": "auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  },
  "dependencies": {
    "jws": "^3.1.5",
    "lodash.includes": "^4.3.0",
    "lodash.isboolean": "^3.0.3",
    "lodash.isinteger": "^4.0.4",
    "lodash.isnumber": "^3.0.3",
    "lodash.isplainobject": "^4.0.6",
    "lodash.isstring": "^4.0.1",
    "lodash.once": "^4.0.0",
    "ms": "^2.1.1"
  },
  "description": "JSON Web Token implementation (symmetric and asymmetric)",
  "devDependencies": {
    "atob": "^2.1.2",
    "chai": "^4.1.2",
    "conventional-changelog": "~1.1.0",
    "cost-of-modules": "^1.0.1",
    "eslint": "^4.19.1",
    "mocha": "^5.2.0",
    "nsp": "^2.6.2",
    "nyc": "^11.9.0",
    "sinon": "^6.0.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 12,
    "integrity": "sha512-coyXjRTCy0pw5WYBpMvWOMN+Kjaik2MwTUIq9cna/W7NpO9E+iYbumZONAz3hcr+tXFJECoQVrtmIoC3Oz0gvg==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6/0aCRA9TVsSAnZWagAAMQUP/jyb1C/Ih7Sr2IMxgBJD\n9pW2RKSPbC+YkCt3i1hp5GGqjxjLk60Yc0gp+p6pgB3VJFHiffkR8WgZ7ieo\ndN3A9GNy6JGQXScdvETVpjx1Jckk/39eJpUv7/4lIa94ZJqlvYgXd+Qlh6CH\npnn+qeeWnmCO64zGXGo7Rt2UmDSLvvDoAouEbVjw36I9etIiQYJTudQ7WVi6\n/KNj9l6O88iDtIUipTratf8UnFVBh8mOQx4qrIAb225CKRCGt3ed4iJHVfcE\nBDESp4Iuan70vYam0r+ZYAN4Fu1vKqlTP1vMmD0UAaZ3+IxAb1KQznjhDv28\nlcrAHSorkK6z+SLIE1ae8nes61PC8SiAK2zVuFbomlq6ULnzoiGXonvqqSAp\nVkOsrcxpliMCZPaCt0I6GZXINzW+HAfRjjysTPvs9FqU9HBJCoJl1y47uGxn\nFFpst5259T839lpPnXsxl6Q7LkCt4tZSfLBe4H1BkQL86GjkMkpmcKKLttMo\ngLrSxPOVLPxxdTHQvytoR92xOuejg8EbC0yqltL/08IcEF+FmB9yv3oijxnx\n4sXDC3bkyB62yduBZ4r/NXLMQUp+rB7cx6bmRUvai04tcM30JK+0WT8j99Op\nkSbc5e4k9nzrxdNbH5la+e71jfS775u9XGvI+4kn7oJL+f4FSnd/QOnYbvMK\nEt/5\r\n=aweI\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "8757f7b4cb7440d86d5e2f3becefa70536c8e46a",
    "tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz",
    "unpackedSize": 70349
  },
  "engines": {
    "node": ">=4",
    "npm": ">=1.4.28"
  },
  "gitHead": "86334aa4d8c8034e7d8b52760b9a84f25769513c",
  "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  "keywords": [
    "jwt"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dschenkelman",
      "email": "damian.schenkelman@gmail.com"
    },
    {
      "name": "iaco",
      "email": "sebastian.iacomuzzi@gmail.com"
    },
    {
      "name": "jaredhanson",
      "email": "jaredhanson@gmail.com"
    },
    {
      "name": "jfromaniello",
      "email": "jfromaniello@gmail.com"
    },
    {
      "name": "jstrutz",
      "email": "j@jasonstrutz.com"
    },
    {
      "name": "lbalmaceda",
      "email": "balmacedaluciano@gmail.com"
    },
    {
      "name": "woloski",
      "email": "matiasw@gmail.com"
    },
    {
      "name": "ziluvatar",
      "email": "eduardo.diaz@auth0.com"
    }
  ],
  "name": "jsonwebtoken",
  "nyc": {
    "branches": 95,
    "check-coverage": true,
    "exclude": [
      "./test/**"
    ],
    "functions": 100,
    "lines": 95,
    "reporter": [
      "json",
      "lcov",
      "text-summary"
    ],
    "statements": 95
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
  },
  "scripts": {
    "coverage": "nyc mocha",
    "lint": "eslint .",
    "test": "npm run lint && npm run coverage && nsp check && cost-of-modules"
  },
  "version": "8.4.0"
}
