{ "name": "@root/x509", "version": "0.7.2", "description": "VanillaJS, Lightweight, Zero-Dependency, X509 schema encoder and decoder.", "main": "index.js", "browser": { "./node/native.js": "./browser/native.js" }, "files": [ "*.js", "node", "browser", "dist" ], "scripts": { "test": "node tests" }, "repository": { "type": "git", "url": "https://git.rootprojects.org/root/x509.js.git" }, "keywords": [ "x509", "PEM", "ASN.1", "PKIX", "SPKI", "SEC1", "PKCS1", "PKCS8", "PKCS10", "asn1" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "devDependencies": { "@root/pem": "^1.0.3" }, "dependencies": { "@root/asn1": "^1.0.0", "@root/encoding": "^1.0.1" } }