{
  "author": {
    "email": "yury@strozhevsky.com",
    "name": "Yury Strozhevsky"
  },
  "contributors": [
    {
      "email": "rmh@unmitigatedrisk.com",
      "name": "Ryan Hurst"
    }
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "devDependencies": {
    "@peculiar/eslint-config-base": "^0.2.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.6.0",
    "asn1-test-suite": "^1.0.2",
    "eslint": "^10.2.1",
    "jest": "^30.3.0",
    "rollup": "^4.60.2",
    "rollup-plugin-dts": "^6.4.1",
    "rollup-plugin-typescript2": "^0.37.0",
    "ts-jest": "^29.4.9",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.58.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PeculiarVentures/ASN1.js"
  },
  "dependencies": {
    "pvtsutils": "^1.3.6",
    "pvutils": "^1.1.5",
    "tslib": "^2.8.1"
  },
  "description": "asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web",
  "keywords": [
    "asn1",
    "parser",
    "asn.1",
    "ber",
    "der",
    "sequence",
    "set",
    "bitstring",
    "octetstring",
    "utctime",
    "utf8string",
    "bmpstring",
    "universalstring",
    "generalizedtime"
  ],
  "main": "build/index.js",
  "module": "build/index.es.js",
  "types": "build/index.d.ts",
  "name": "asn1js",
  "files": [
    "build",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint --fix . --ext .ts",
    "coverage": "jest --coverage"
  },
  "version": "3.0.10",
  "license": "BSD-3-Clause",
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": ">=24.5.0",
      "onFail": "warn"
    },
    "packageManager": {
      "name": "npm",
      "version": "11.7.0",
      "onFail": "warn"
    }
  }
}
