UNPKG

json-text-sequence

Version:

Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence

32 lines (31 loc) 761 B
{ "name": "json-text-sequence", "version": "4.0.2", "description": "Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence", "main": "./lib/index.js", "type": "module", "types": "types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hildjj/json-text-sequence.git" }, "keywords": [ "json", "sequence", "stream", "RS" ], "author": "Joe Hildebrand", "license": "MIT", "bugs": { "url": "https://github.com/hildjj/json-text-sequence/issues" }, "homepage": "https://github.com/hildjj/json-text-sequence", "dependencies": { "@sovpro/delimited-stream": "^1.1.0" }, "packageManager": "pnpm@10.14.0", "engines": { "node": ">=20" } }