{ "name": "@panva/asn1.js", "version": "1.0.0", "description": "ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)", "keywords": [ "asn.1", "bigint", "der", "pem" ], "homepage": "https://github.com/panva/asn1.js", "repository": "panva/asn1.js", "license": "MIT", "author": "Fedor Indutny", "files": [ "lib" ], "main": "lib/asn1.js", "scripts": { "lint": "standard", "lint-fix": "standard --fix", "test": "mocha test/**/*-test.js" }, "devDependencies": { "mocha": "^7.0.1", "standard": "^14.3.1" }, "engines": { "node": ">=10.13.0" }, "contributors": [ "Filip Skokan " ] }