@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
45 lines • 1.14 kB
JSON
{
"name": "@wildboar/pc",
"version": "1.0.6",
"description": "Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript",
"keywords": [
"tcg",
"platform",
"attribute",
"certificate",
"tpm",
"trusted",
"module"
],
"homepage": "https://github.com/Wildboar-Software/asn1-typescript-libraries/blob/master/README.md",
"bugs": {
"email": "jonathan@wilbur.space"
},
"license": "MIT",
"author": {
"name": "Jonathan M. Wilbur",
"email": "jonathan@wilbur.space",
"url": "https://github.com/JonathanWilbur"
},
"contributors": [
{
"email": "jonathan@wilbur.space",
"name": "Jonathan M. Wilbur",
"url": "https://github.com/JonathanWilbur"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Wildboar-Software/asn1-typescript-libraries.git"
},
"dependencies": {
"@wildboar/x500": "^1.1.5",
"@wildboar/ldap": "^1.2.12",
"@wildboar/pki-stub": "^1.1.8",
"asn1-ts": "^8.0.0",
"date-fns": "^2.22.1"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}