Gerrit Linnemann 0dd4236e11 Initial Commit
2017-12-18 14:24:11 +01:00

144 lines
3.5 KiB
JSON

{
"_args": [
[
{
"raw": "jsonwebtoken@^8.1.0",
"scope": null,
"escapedName": "jsonwebtoken",
"name": "jsonwebtoken",
"rawSpec": "^8.1.0",
"spec": ">=8.1.0 <9.0.0",
"type": "range"
},
"/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002"
]
],
"_from": "jsonwebtoken@>=8.1.0 <9.0.0",
"_id": "jsonwebtoken@8.1.0",
"_inCache": true,
"_location": "/jsonwebtoken",
"_nodeVersion": "4.8.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/jsonwebtoken-8.1.0.tgz_1507571270012_0.8755452362820506"
},
"_npmUser": {
"name": "ziluvatar",
"email": "eduardo.diaz@auth0.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "jsonwebtoken@^8.1.0",
"scope": null,
"escapedName": "jsonwebtoken",
"name": "jsonwebtoken",
"rawSpec": "^8.1.0",
"spec": ">=8.1.0 <9.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz",
"_shasum": "c6397cd2e5fd583d65c007a83dc7bb78e6982b83",
"_shrinkwrap": null,
"_spec": "jsonwebtoken@^8.1.0",
"_where": "/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002",
"author": {
"name": "auth0"
},
"bugs": {
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
},
"dependencies": {
"jws": "^3.1.4",
"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.0.0",
"xtend": "^4.0.1"
},
"description": "JSON Web Token implementation (symmetric and asymmetric)",
"devDependencies": {
"atob": "^1.1.2",
"chai": "^1.10.0",
"conventional-changelog": "~1.1.0",
"cost-of-modules": "^1.0.1",
"mocha": "^2.1.0",
"nsp": "^2.6.2",
"sinon": "^1.15.4"
},
"directories": {},
"dist": {
"shasum": "c6397cd2e5fd583d65c007a83dc7bb78e6982b83",
"tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz"
},
"engines": {
"node": ">=0.12",
"npm": ">=1.4.28"
},
"files": [
"lib",
"decode.js",
"sign.js",
"verify.js"
],
"gitHead": "efa517a84473487b74707805a573e79c181b67ee",
"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": "pose",
"email": "albertopose@gmail.com"
},
{
"name": "rolodato",
"email": "rolodato@rolodato.com"
},
{
"name": "woloski",
"email": "matiasw@gmail.com"
},
{
"name": "ziluvatar",
"email": "eduardo.diaz@auth0.com"
}
],
"name": "jsonwebtoken",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/node-jsonwebtoken.git"
},
"scripts": {
"test": "mocha --require test/util/fakeDate && nsp check && cost-of-modules"
},
"version": "8.1.0"
}