{ "_from": "jws@^3.1.4", "_id": "jws@3.1.4", "_inBundle": false, "_integrity": "sha1-+ei5M46KhHJ31kRLFGT2GIDgUKI=", "_location": "/jws", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jws@^3.1.4", "name": "jws", "escapedName": "jws", "rawSpec": "^3.1.4", "saveSpec": null, "fetchSpec": "^3.1.4" }, "_requiredBy": [ "/jsonwebtoken" ], "_resolved": "https://registry.npmjs.org/jws/-/jws-3.1.4.tgz", "_shasum": "f9e8b9338e8a847277d6444b1464f61880e050a2", "_spec": "jws@^3.1.4", "_where": "C:\\NodejsTut\\publish_article\\node_rest_api_jwt\\node_modules\\jsonwebtoken", "author": { "name": "Brian J Brennan" }, "bugs": { "url": "https://github.com/brianloveswords/node-jws/issues" }, "bundleDependencies": false, "dependencies": { "base64url": "^2.0.0", "jwa": "^1.1.4", "safe-buffer": "^5.0.1" }, "deprecated": false, "description": "Implementation of JSON Web Signatures", "devDependencies": { "semver": "^5.1.0", "tape": "~2.14.0" }, "directories": { "test": "test" }, "gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03", "homepage": "https://github.com/brianloveswords/node-jws#readme", "keywords": [ "jws", "json", "web", "signatures" ], "license": "MIT", "main": "index.js", "name": "jws", "repository": { "type": "git", "url": "git://github.com/brianloveswords/node-jws.git" }, "scripts": { "test": "make test" }, "version": "3.1.4" }