{ "_args": [ [ "jsonwebtoken@*", "/root/nodejs" ] ], "_from": "jsonwebtoken@*", "_hasShrinkwrap": false, "_id": "jsonwebtoken@8.5.1", "_inCache": true, "_installable": true, "_location": "/jsonwebtoken", "_nodeVersion": "8.11.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/jsonwebtoken_8.5.1_1552910857619_0.9094548422901785" }, "_npmUser": { "email": "eduardo.diaz@auth0.com", "name": "ziluvatar" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "name": "jsonwebtoken", "raw": "jsonwebtoken@*", "rawSpec": "*", "scope": null, "spec": "*", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", "_shasum": "00e71e0b8df54c2121a1f26137df2280673bcc0d", "_shrinkwrap": null, "_spec": "jsonwebtoken@*", "_where": "/root/nodejs", "author": { "name": "auth0" }, "bugs": { "url": "https://github.com/auth0/node-jsonwebtoken/issues" }, "dependencies": { "jws": "^3.2.2", "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", "semver": "^5.6.0" }, "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": 13, "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj4oKCRA9TVsSAnZWagAAOJ0P/RVi6acK6Kp7HQaXvgRD\nen5GgkWOBL6wFEhdM2H2SjZ3NNzeMWkmyoEWPki+Cx/mm2IEHjzyOADwY/+c\n2TLqls9X1URnckpHxQJOh2mXB+QrK88wtfu2anFog0juvqy3xf0oO/NSLtod\nG6yRjN/iswJST1MwjFHzcucMTCKB0yXf2SKxqYEPS4O4JX+Utrye6O29hPfe\nw9SKKjaWAEUp8WKmSrZR0IK7xkZ2/WuKlSE3NVah5lHJIE+wTquMlJwg6PWv\ntX9oLS2QIf/PwbIctofjsGRjGL56KNqVdVFU8QX3AthFIrpgyRumA1pkQiNV\nj5koJFHPI6/pAqOkz0rk8+bdzC8Fyp3ts8s9RJGN09bxZoNwPN1fnwUanJaS\nZsRm4QPpSJiQvSCMDewtBbXGPOL/rZk/kjwLLVXPUFB45EM//NmjYUbciWbL\nkQgNtEEgmPiH8USj0UBhr0jLVFNhP830uxKVuKI96C0XydmO85W8T7G0JCNj\ngSsuNPL27qL4GsFb5UqVXokslm/MS9lDmQacTFPdzZIgpdFt01mk/Y78n/79\n0oPOZ9bZp87jeMVnKZCjz9UAEqXbpIKCUUfidNuf5e79XOSAFDxV4v4klEGH\nj57FvyYPI0A/5E56HBKuR4Hrs/b7tOnlcS19YCPGN3BtfNzPVBf7+PzZcsQs\nrZVj\r\n=+h0w\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "00e71e0b8df54c2121a1f26137df2280673bcc0d", "tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", "unpackedSize": 73903 }, "engines": { "node": ">=4", "npm": ">=1.4.28" }, "gitHead": "7f1f8b4b842ca3168018ab1ef53001105a1a2948", "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 --use_strict", "lint": "eslint .", "test": "npm run lint && npm run coverage && cost-of-modules" }, "version": "8.5.1" }