mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
23 lines
535 B
JSON
23 lines
535 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.30",
|
|
"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"
|
|
},
|
|
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
|
}
|