{ "name": "@lapo/asn1js", "version": "2.1.0", "description": "Generic ASN.1 parser/decoder that can decode any valid ASN.1 DER or BER structures.", "type": "module", "main": "asn1.js", "repository": { "type": "git", "url": "git+https://github.com/lapo-luchini/asn1js.git" }, "keywords": [ "asn1", "ber", "der", "pem" ], "author": "Lapo Luchini ", "license": "ISC", "bugs": { "url": "https://github.com/lapo-luchini/asn1js/issues" }, "homepage": "https://lapo.it/asn1js/", "files": [ "asn1.js", "base64.js", "hex.js", "int10.js", "dom.js", "defs.js", "oids.js", "rfcdef.js", "dumpASN1.js" ], "scripts": { "lint": "npx eslint asn1.js base64.js hex.js int10.js dom.js defs.js oids.js rfcdef.js tags.js context.js index.js parseRFC.js dumpASN1.js test.js testDefs.js vite.config.js theme.js", "lint-action": "npx @action-validator/cli .github/workflows/node.js.yml", "build": "vite build", "serve": "npx -p local-web-server ws", "test": "node test", "testdefs": "node testDefs" }, "bin": { "dumpASN1": "./dumpASN1.js" }, "engines": { "node": ">=14.6.0" }, "packageManager": "pnpm@7.33.7", "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "@rollup/wasm-node": "^4.46.2", "diff": "^8.0.2", "eslint": "^9.32.0", "globals": "^16.3.0", "htmlparser2": "^9.1.0", "vite": "^5.4.19", "vite-plugin-dom": "^1.0.4", "vite-plugin-singlefile": "^2.3.0" }, "overrides": { "rollup": "npm:@rollup/wasm-node" }, "pnpm": { "overrides": { "rollup": "npm:@rollup/wasm-node" } } }