UNPKG

clarinet

Version:

SAX based evented streaming JSON parser in JavaScript (browser and node)

55 lines (54 loc) 1.45 kB
{ "name": "clarinet", "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)", "author": "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com/)", "contributors": [ "Jann Horn (https://github.com/thejh)", "Justin Makeig <jmpublic+github@makeig.com> (http://www.audiblepop.com)", "Roly Fentanes (http://about.me/roly)", "John Lancaster (http://jlank.com)" ], "version": "0.12.6", "main": "./clarinet.js", "homepage": "https://github.com/dscape/clarinet", "repository": { "type": "git", "url": "http://github.com/dscape/clarinet.git" }, "bugs": { "url": "http://github.com/dscape/clarinet/issues" }, "runkitExampleFilename": "example.js", "keywords": [ "sax", "json", "parser", "stream", "streaming", "event", "events", "emitter", "async", "streamer", "browser" ], "devDependencies": { "mocha": "^6.1.4", "should": "1.0.x", "underscore": "1.2.3" }, "scripts": { "test": "mocha -r should -t 10000 -s 2000 test/parser.spec.js test/clarinet.js test/npm.js test/utf8-chunks.js test/positions.js", "bench": "cd benchmark && npm test", "prebench": "cd benchmark && test -e node_modules || npm i --ignore-scripts" }, "engines": { "node": ">=0.3.6", "firefox": ">=0.8.0", "chrome": ">=16.0.912" }, "directories": { "test": "test" }, "license": "BSD-2-Clause" }