1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/fork-sax/package.json
2020-11-05 16:58:23 +00:00

22 lines
481 B
JSON

{
"name": "@joplinapp/fork-sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.2.12",
"main": "lib/sax.js",
"publishConfig": {
"access": "public"
},
"license": "ISC",
"repository": "git://github.com/isaacs/sax-js.git",
"files": [
"lib/sax.js",
"LICENSE",
"README.md"
],
"devDependencies": {
"standard": "^8.6.0",
"tap": "^10.5.1"
}
}