mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"name": "@joplin/fork-sax",
|
|
"description": "An evented streaming XML parser in JavaScript",
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"version": "1.2.54",
|
|
"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.1.0",
|
|
"tap": "16.3.9"
|
|
},
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
|
}
|