{ "name": "xml-utils", "version": "1.3.0", "description": "Parse XML without Blowing Up Your Bundle Size", "main": "index.js", "types": "index.d.ts", "files": [ "index.d.ts", "index.js", "count-substring.js", "find-tag-by-name.js", "find-tag-by-path.js", "find-tags-by-name.js", "find-tags-by-path.js", "get-attribute.js", "index-of-match.js", "index-of-match-end.js", "remove-comments.js" ], "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=140 --trailing-comma=none --write *.js */*.js */*.ts", "setup": "cd test/data && bash setup.sh", "test": "npm run test:js && npm run test:ts && npm run test:tsc", "test:js": "node ./test/test.js", "test:ts": "npx ts-node ./test/test.ts", "test:tsc": "tsc --noEmit ./test/test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/xml-utils.git" }, "keywords": [ "fast", "mrf", "xml", "tag", "lite", "utils", "parse" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/xml-utils/issues" }, "homepage": "https://github.com/DanielJDufour/xml-utils#readme", "devDependencies": { "flug": "^2.3.1", "typescript": "^4.7.4" } }