mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
23 lines
533 B
JSON
23 lines
533 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.45",
|
|
"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.7.3"
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|