You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

92 lines
2.2 KiB

{
"name": "jsonwebtoken",
"version": "7.1.6",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
"main": "index.js",
"scripts": {
"test": "mocha --require test/util/fakeDate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/node-jsonwebtoken.git"
},
"keywords": [
"jwt"
],
"author": {
"name": "auth0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
},
"dependencies": {
"cb": "^0.1.0",
"joi": "^6.10.1",
"jws": "^3.1.3",
"ms": "^0.7.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"atob": "^1.1.2",
"chai": "^1.10.0",
"conventional-changelog": "~1.1.0",
"mocha": "^2.1.0",
"sinon": "^1.15.4"
},
"engines": {
"npm": ">=1.4.28",
"node": ">=0.12"
},
"gitHead": "ae360b56792a875e16cefa8ff4103b87b4a2e386",
"homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
"_id": "jsonwebtoken@7.1.6",
"_shasum": "2ea9557af144311148f53093cfeec69e1e048abc",
"_from": "jsonwebtoken@latest",
"_npmVersion": "2.15.1",
"_nodeVersion": "4.4.3",
"_npmUser": {
"name": "jfromaniello",
"email": "jfromaniello@gmail.com"
},
"dist": {
"shasum": "2ea9557af144311148f53093cfeec69e1e048abc",
"tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.6.tgz"
},
"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": "rlopezdato@gmail.com"
},
{
"name": "woloski",
"email": "matiasw@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/jsonwebtoken-7.1.6.tgz_1468585972042_0.5801840056665242"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.6.tgz"
}