avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+8 -2
View File
@@ -2,7 +2,7 @@
"name": "sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.4.3",
"version": "1.6.0",
"main": "lib/sax.js",
"license": "BlueOak-1.0.0",
"scripts": {
@@ -12,7 +12,10 @@
"postpublish": "git push origin --all; git push origin --tags",
"format": "prettier --write . --log-level warn"
},
"repository": "git://github.com/isaacs/sax-js.git",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/sax-js.git"
},
"files": [
"lib/sax.js",
"LICENSE",
@@ -24,5 +27,8 @@
},
"tap": {
"allow-incomplete-coverage": true
},
"engines": {
"node": ">=11.0.0"
}
}