UNPKG

@wildboar/pkcs

Version:
50 lines 1.23 kB
{ "name": "@wildboar/pkcs", "version": "1.0.7", "description": "Public Key Cryptography Standard PDUs in TypeScript", "keywords": [ "pkcs", "public", "key", "cryptography", "standard", "crypto", "rsa", "csr", "pfx" ], "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/ansi-x9-62": "^1.0.5", "@wildboar/cms": "^1.0.5", "@wildboar/ansi-x9-42": "1.0.3", "@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": {} }