| { |
| "name": "sax", |
| "description": "An evented streaming XML parser in JavaScript", |
| "author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)", |
| "version": "1.6.0", |
| "main": "lib/sax.js", |
| "license": "BlueOak-1.0.0", |
| "scripts": { |
| "test": "tap", |
| "preversion": "npm test", |
| "postversion": "npm publish", |
| "postpublish": "git push origin --all; git push origin --tags", |
| "format": "prettier --write . --log-level warn" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+ssh://[email protected]/isaacs/sax-js.git" |
| }, |
| "files": [ |
| "lib/sax.js", |
| "LICENSE", |
| "README.md" |
| ], |
| "devDependencies": { |
| "prettier": "^3.6.2", |
| "tap": "^21.1.3" |
| }, |
| "tap": { |
| "allow-incomplete-coverage": true |
| }, |
| "engines": { |
| "node": ">=11.0.0" |
| } |
| } |