https://project.mdnd-it.cc/work_packages/94
This commit is contained in:
2025-08-23 04:25:28 +02:00
parent 725516ad6c
commit 19cfa031d0
25823 changed files with 1095587 additions and 2801760 deletions
+12 -6
View File
@@ -2,22 +2,28 @@
"name": "sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.2.1",
"version": "1.4.1",
"main": "lib/sax.js",
"license": "ISC",
"scripts": {
"test": "tap test/*.js --cov",
"posttest": "standard -F test/*.js lib/*.js"
"test": "tap test/*.js --cov -j4",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": "git://github.com/isaacs/sax-js.git",
"files": [
"lib/sax.js",
"LICENSE",
"LICENSE-W3C.html",
"README.md"
],
"devDependencies": {
"standard": "^5.3.1",
"tap": "^5.2.0"
"tap": "^15.1.6"
},
"tap": {
"statements": 79,
"branches": 75,
"functions": 80,
"lines": 79
}
}