UNPKG

udx-native

Version:

udx is reliable, multiplexed, and congestion-controlled streams over udp

65 lines (64 loc) 1.53 kB
{ "name": "udx-native", "version": "1.18.3", "description": "udx is reliable, multiplexed, and congestion-controlled streams over udp", "main": "lib/udx.js", "files": [ "lib", "prebuilds", "binding.cc", "binding.js", "CMakeLists.txt" ], "imports": { "events": { "bare": "bare-events", "default": "events" } }, "addon": true, "scripts": { "test": "npm run lint && npm run test:bare && npm run test:node", "test:node": "node test/all.js", "test:bare": "bare test/all.js", "test:all": "brittle test/*.js test/slow/*.js", "test:generate": "brittle -r test/all.js test/*.js", "bench": "brittle test/bench/*.js", "lint": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/udx-native.git" }, "keywords": [ "tcp", "udp", "stream", "reliable" ], "author": "Holepunch Inc.", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/udx-native/issues" }, "homepage": "https://github.com/holepunchto/udx-native#readme", "engines": { "bare": ">=1.17.4" }, "dependencies": { "b4a": "^1.5.0", "bare-events": "^2.2.0", "require-addon": "^1.1.0", "streamx": "^2.22.0" }, "devDependencies": { "bare-compat-napi": "^1.3.0", "brittle": "^3.1.0", "cmake-bare": "^1.1.10", "cmake-fetch": "^1.0.1", "cmake-napi": "^1.0.5", "is-ci": "^3.0.1", "standard": "^17.1.0", "tiny-byte-size": "^1.1.0" } }