{ "name": "saxen", "description": "A tiny, super fast, namespace aware sax-style XML parser written in plain JavaScript", "scripts": { "all": "run-s lint bundle test-coverage test-perf", "lint": "eslint .", "bundle": "rollup -c", "test": "mocha -r esm test/index.js", "test-coverage": "NO_PERF=1 nyc --reporter=lcov --reporter=html npm test", "test-perf": "node test/perf", "prepublishOnly": "run-s bundle test-perf" }, "keywords": [ "xml", "sax", "parser", "pure" ], "version": "8.1.2", "main": "./dist/index.js", "module": "./dist/index.esm.js", "bugs": { "url": "https://github.com/nikku/saxen/issues" }, "author": { "name": "Vopilovskiy Konstantin", "email": "flash.vkv@gmail.com", "url": "http://vflash.ru" }, "contributors": [ { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nikku/saxen" }, "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-bpmn-io": "^0.11.0", "esm": "^3.0.84", "mocha": "^7.1.1", "npm-run-all": "^4.1.1", "nyc": "^15.0.0", "rollup": "^0.57.1", "rollup-plugin-uglify": "^3.0.0", "table": "^5.4.6" } }