{
  "name": "saxen",
  "description": "A tiny, super fast, namespace aware sax-style XML parser written in plain JavaScript",
  "scripts": {
    "all": "run-s lint test-coverage test-perf",
    "lint": "eslint .",
    "pretest": "run-s bundle",
    "bundle": "rollup -c --bundleConfigAsCjs",
    "test": "mocha test/*.js",
    "test-coverage": "c8 --reporter=lcov --reporter=html npm test",
    "test-perf": "node test/perf/index.cjs",
    "prepare": "run-s bundle"
  },
  "main": "./dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "keywords": [
    "xml",
    "sax",
    "parser",
    "pure"
  ],
  "version": "11.1.1",
  "bugs": {
    "url": "https://github.com/nikku/saxen/issues"
  },
  "engines": {
    "node": ">= 20.12"
  },
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "contributors": [
    {
      "name": "Vopilovskiy Konstantin",
      "email": "flash.vkv@gmail.com",
      "url": "http://vflash.ru"
    }
  ],
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nikku/saxen"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.3.1",
    "mocha": "^11.7.6",
    "npm-run-all2": "^9.0.2",
    "rollup": "^4.62.2",
    "table": "^6.9.0"
  },
  "files": [
    "dist"
  ],
  "allowScripts": {
    "unrs-resolver@1.12.2": true
  }
}
