UNPKG

qb-json-next

Version:

fast (~300 MB/sec) and simple incremental JSON parsing that can start and stop at any byte offset

41 lines (40 loc) 968 B
{ "name": "qb-json-next", "version": "2.1.3", "description": "fast (~300 MB/sec) and simple incremental JSON parsing that can start and stop at any byte offset", "homepage": "https://github.com/quicbit-js/qb-json-next", "url": "https://github.com/quicbit-js/qb-json-next/issues", "email": "support@quicbit.com", "repository": { "type": "git", "url": "git+https://github.com/quicbit-js/qb-json-next.git" }, "types": "./index.d.ts", "devDependencies": { "tape": "^5.6.3", "test-kit": "^2.9.1" }, "scripts": { "test": "tape test.js", "perf": "node export/perf.js", "cov": "tap --coverage-report=html test.js", "preversion": "npm test", "postversion": "git push && npm publish" }, "keywords": [ "fast", "compact", "minimal", "qb", "qb1", "quicbit", "data", "performance" ], "files": [ "index.js", "index.d.ts" ], "author": "Matthew Voss", "license": "ISC" }