File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
- { "name" : " sax"
2
- , "description" : " An evented streaming XML parser in JavaScript"
3
- ,
"author" :
" Isaac Z. Schlueter <[email protected] > (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"
1
+ {
2
+ "name" : " sax" ,
3
+ "description" : " An evented streaming XML parser in JavaScript" ,
4
+ "author" :
" Isaac Z. Schlueter <[email protected] > (http://blog.izs.me/)" ,
5
+ "version" : " 0.4.2" ,
6
+ "main" : " lib/sax.js" ,
7
+ "license" : {
8
+ "type" : " MIT" ,
9
+ "url" : " https://raw.github.com/isaacs/sax-js/master/LICENSE"
10
+ },
11
+ "scripts" : {
12
+ "test" : " node test/index.js"
13
+ },
14
+ "repository" : " git://github.com/isaacs/sax-js.git"
10
15
}
You can’t perform that action at this time.
0 commit comments