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.
 
 
 

75 lines
1.8 KiB

{
"name": "jwa",
"version": "1.1.3",
"description": "JWA implementation (supports all JWS algorithms)",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"base64url": "~1.0.4",
"buffer-equal-constant-time": "^1.0.1",
"ecdsa-sig-formatter": "^1.0.0"
},
"devDependencies": {
"semver": "^4.3.6",
"tap": "~0.3.3"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/node-jwa.git"
},
"keywords": [
"jwa",
"jws",
"jwt",
"rsa",
"ecdsa",
"hmac"
],
"author": {
"name": "Brian J. Brennan"
},
"license": "MIT",
"gitHead": "5ca1d5182bb64ff15f6f52000fb30a6582a4c8b0",
"bugs": {
"url": "https://github.com/brianloveswords/node-jwa/issues"
},
"homepage": "https://github.com/brianloveswords/node-jwa#readme",
"_id": "jwa@1.1.3",
"_shasum": "fa9f2f005ff0c630e7c41526a31f37f79733cd6d",
"_from": "jwa@>=1.1.2 <2.0.0",
"_npmVersion": "3.3.12",
"_nodeVersion": "5.2.0",
"_npmUser": {
"name": "brianloveswords",
"email": "brianloveswords@gmail.com"
},
"maintainers": [
{
"name": "brianloveswords",
"email": "brianloveswords@gmail.com"
},
{
"name": "stenington",
"email": "mikelarssonftw@gmail.com"
},
{
"name": "omsmith",
"email": "owen@omsmith.ca"
}
],
"dist": {
"shasum": "fa9f2f005ff0c630e7c41526a31f37f79733cd6d",
"tarball": "https://registry.npmjs.org/jwa/-/jwa-1.1.3.tgz"
},
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/jwa-1.1.3.tgz_1455809964709_0.6556255409959704"
},
"_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.1.3.tgz",
"readme": "ERROR: No README data found!"
}