mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "jwa@^1.1.5",
|
||
|
"_id": "jwa@1.1.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-tBO/cf++BUsJkYql/kBbJroKOgHWEigTKBAjjBEmrMGYd1QMBC74Hr4Wo2zCZw6ZrVhlJPvoMrkcOnlWR/DJfw==",
|
||
|
"_location": "/jwa",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "jwa@^1.1.5",
|
||
|
"name": "jwa",
|
||
|
"escapedName": "jwa",
|
||
|
"rawSpec": "^1.1.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/jws"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.1.6.tgz",
|
||
|
"_shasum": "87240e76c9808dbde18783cf2264ef4929ee50e6",
|
||
|
"_spec": "jwa@^1.1.5",
|
||
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\node_modules\\jws",
|
||
|
"author": {
|
||
|
"name": "Brian J. Brennan",
|
||
|
"email": "brianloveswords@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/brianloveswords/node-jwa/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"buffer-equal-constant-time": "1.0.1",
|
||
|
"ecdsa-sig-formatter": "1.0.10",
|
||
|
"safe-buffer": "^5.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "JWA implementation (supports all JWS algorithms)",
|
||
|
"devDependencies": {
|
||
|
"base64url": "^2.0.0",
|
||
|
"semver": "4.3.6",
|
||
|
"tap": "6.2.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/brianloveswords/node-jwa#readme",
|
||
|
"keywords": [
|
||
|
"jwa",
|
||
|
"jws",
|
||
|
"jwt",
|
||
|
"rsa",
|
||
|
"ecdsa",
|
||
|
"hmac"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "jwa",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/brianloveswords/node-jwa.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "make test"
|
||
|
},
|
||
|
"version": "1.1.6"
|
||
|
}
|