UNPKG

frame-stream

Version:

Length-prefixed message framing for Node.js streams.

35 lines (34 loc) 762 B
{ "name": "frame-stream", "version": "5.0.1", "description": "Length-prefixed message framing for Node.js streams.", "keywords": [ "socket", "tcp", "framing", "streams" ], "main": "lib/", "typings": "typings/index.d.ts", "scripts": { "lint": "eslint lib/*.js test/*.js", "test": "mocha -ui tdd" }, "repository": { "type": "git", "url": "git://github.com/davedoesdev/frame-stream.git" }, "author": "Markus Ast <npm.m@rkusa.st>", "license": "MIT", "bugs": { "url": "https://github.com/davedoesdev/frame-stream/issues" }, "homepage": "https://github.com/davedoesdev/frame-stream", "devDependencies": { "eslint": "^9.26.0", "mocha": "^11.2.2" }, "engines": { "node": ">=18" } }