mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"_from": "ecdsa-sig-formatter@1.0.10",
|
|
"_id": "ecdsa-sig-formatter@1.0.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HFlQAPBKiJffuFAAiSoPTDOvhsM=",
|
|
"_location": "/ecdsa-sig-formatter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ecdsa-sig-formatter@1.0.10",
|
|
"name": "ecdsa-sig-formatter",
|
|
"escapedName": "ecdsa-sig-formatter",
|
|
"rawSpec": "1.0.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/jwa"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz",
|
|
"_shasum": "1c595000f04a8897dfb85000892a0f4c33af86c3",
|
|
"_spec": "ecdsa-sig-formatter@1.0.10",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\node_modules\\jwa",
|
|
"author": {
|
|
"name": "D2L Corporation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Brightspace/node-ecdsa-sig-formatter/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation",
|
|
"devDependencies": {
|
|
"bench": "^0.3.6",
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^2.12.0",
|
|
"eslint-config-brightspace": "^0.2.1",
|
|
"istanbul": "^0.4.3",
|
|
"jwk-to-pem": "^1.2.5",
|
|
"mocha": "^2.5.3",
|
|
"native-crypto": "^1.7.0"
|
|
},
|
|
"homepage": "https://github.com/Brightspace/node-ecdsa-sig-formatter#readme",
|
|
"keywords": [
|
|
"ecdsa",
|
|
"der",
|
|
"asn.1",
|
|
"jwt",
|
|
"jwa",
|
|
"jsonwebtoken",
|
|
"jose"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/ecdsa-sig-formatter.js",
|
|
"name": "ecdsa-sig-formatter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Brightspace/node-ecdsa-sig-formatter.git"
|
|
},
|
|
"scripts": {
|
|
"check-style": "eslint .",
|
|
"pretest": "npm run check-style",
|
|
"report-cov": "cat ./coverage/lcov.info | coveralls",
|
|
"test": "istanbul cover --root src _mocha -- spec"
|
|
},
|
|
"version": "1.0.10"
|
|
}
|