109 lines
3.4 KiB
JSON
109 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jwa@^1.4.1",
|
|
"/root/nodejs/node_modules/jws"
|
|
]
|
|
],
|
|
"_from": "jwa@>=1.4.1 <2.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "jwa@1.4.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/jwa",
|
|
"_nodeVersion": "11.10.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/jwa_1.4.1_1552749594910_0.7929240352896372"
|
|
},
|
|
"_npmUser": {
|
|
"email": "owen@omsmith.ca",
|
|
"name": "omsmith"
|
|
},
|
|
"_npmVersion": "6.7.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "jwa",
|
|
"raw": "jwa@^1.4.1",
|
|
"rawSpec": "^1.4.1",
|
|
"scope": null,
|
|
"spec": ">=1.4.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jws"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
|
|
"_shasum": "743c32985cb9e98655530d53641b66c8645b039a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "jwa@^1.4.1",
|
|
"_where": "/root/nodejs/node_modules/jws",
|
|
"author": {
|
|
"email": "brianloveswords@gmail.com",
|
|
"name": "Brian J. Brennan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brianloveswords/node-jwa/issues"
|
|
},
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"description": "JWA implementation (supports all JWS algorithms)",
|
|
"devDependencies": {
|
|
"base64url": "^2.0.0",
|
|
"jwk-to-pem": "^2.0.1",
|
|
"semver": "4.3.6",
|
|
"tap": "6.2.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"fileCount": 4,
|
|
"integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjRQbCRA9TVsSAnZWagAAL/sP/3KmKhS6/4t/y2pu8Zc9\nsPDBy+wb2sV6VM7oDSlNP1aRjSEPbdaLAG90A8Q3g+l7nafzmXcWaZpFqUBP\n7y5Ka87FBwm2BG9E/Uv+M54RmpQeXgZuI1SlY2ZYYs2ktQUjl5QU74PKv/W4\nWYeZzJvgEnTHyPJk6Vz8570vuf4dPsw4PuKZbL11WVg7F1smAqNP7VO5Og3D\nyMY4PaeWN6RnFKKVgQfWVvqKOSQVpPHV0m+TpuD/Sv+8fRgT1V3HTDAkpJuS\ncTH4oG17zLmKh1RICCL4w7zIlFQubzVMt7kQ+EFKHOIjqRAFb+jj7otqOih3\nznQLOBIJysgEeJC6pLi2U3qMAFh5OdCYT0Wmc99cQX8f/jqj2wVeieqOLbiJ\ndWOdRdbUgKm9dRyVMZaJ7daIF/5xGtAfMlekpeqb3PQ3ZN5/LwYRvdXa04LX\nVzN5xLyozWsdG/xt5nFy9Lpsedc4tnE6rceh7cAvk2H4sn1fkNhVOdYSI/z1\nFqFn67hj+Q9D1Hu6fj/onbOh5UDC3j7e9gacqAHGf4L0ER333qKH0C5cmBHj\no2QETGIuUYcI/c2iX7CKJtiIOdlyaF4oO1ZueJ+h4NKMr7kXDd9x+I0ByA/m\nB98Gsje1+2Me4RYnd5XcWyk/ynA1Ewt0qyxI8ZUHkDw5WmjLNh/xvGGUEHp6\nPSK1\r\n=zBLA\r\n-----END PGP SIGNATURE-----\r\n",
|
|
"shasum": "743c32985cb9e98655530d53641b66c8645b039a",
|
|
"tarball": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
|
|
"unpackedSize": 13688
|
|
},
|
|
"gitHead": "5b3bceef80a1eeb21405d5ea4cdf0725277746e1",
|
|
"homepage": "https://github.com/brianloveswords/node-jwa#readme",
|
|
"keywords": [
|
|
"ecdsa",
|
|
"hmac",
|
|
"jwa",
|
|
"jws",
|
|
"jwt",
|
|
"rsa"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "brianloveswords",
|
|
"email": "brianloveswords@gmail.com"
|
|
},
|
|
{
|
|
"name": "omsmith",
|
|
"email": "owen@omsmith.ca"
|
|
},
|
|
{
|
|
"name": "stenington",
|
|
"email": "mikelarssonftw@gmail.com"
|
|
}
|
|
],
|
|
"name": "jwa",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianloveswords/node-jwa.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "1.4.1"
|
|
}
|