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

23 lines
534 B
JSON
Raw Normal View History

2020-11-05 18:58:23 +02:00
{
"name": "@joplin/fork-sax",
2020-11-05 18:58:23 +02:00
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
2023-06-27 11:24:24 +02:00
"version": "1.2.48",
2020-11-05 18:58:23 +02:00
"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": "17.0.0",
"tap": "16.3.4"
},
2021-09-29 17:22:20 +02:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2020-11-05 18:58:23 +02:00
}