UNPKG

407 BJSONView Raw
1{ "name" : "sax"
2, "description": "An evented streaming XML parser in JavaScript"
3, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
4, "version" : "0.4.1"
5, "main" : "lib/sax.js"
6, "license" : { "type": "MIT"
7 , "url": "https://raw.github.com/isaacs/sax-js/master/LICENSE" }
8, "scripts" : { "test" : "node test/index.js" }
9, "repository": "git://github.com/isaacs/sax-js.git"
10}