UNPKG

nerdbank-streams

Version:
68 lines (67 loc) 1.83 kB
{ "name": "nerdbank-streams", "version": "2.13.16", "description": "Multiplexing of streams", "readme": "README.md", "keywords": [ "streams", "multiplexing", "duplex" ], "main": "js/index.js", "typings": "js/index.d.ts", "homepage": "https://github.com/AArnott/Nerdbank.Streams", "repository": { "type": "git", "url": "git+https://github.com/AArnott/Nerdbank.Streams.git" }, "bugs": { "url": "https://github.com/AArnott/Nerdbank.Streams/issues" }, "author": { "name": "Andrew Arnott", "email": "andrewarnott@gmail.com", "url": "http://blog.nerdbank.net/" }, "license": "MIT", "private": false, "scripts": { "build": "tsc -p gulpfile.tsconfig.json && gulp", "lint": "eslint src --ext ts", "test": "jest", "watch": "node ./node_modules/typescript/bin/tsc -p tsconfig.json -w" }, "devDependencies": { "@types/jest": "29.5.14", "@types/mkdirp": "1.0.2", "@types/msgpack-lite": "0.1.11", "@types/node": "16.18.125", "@types/promise": "7.1.30", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.2.3", "gulp": "5.0.0", "gulp-typescript": "6.0.0-alpha.1", "jest": "29.7.0", "jshint": "2.13.6", "mkdirp": "1.0.4", "nerdbank-gitversioning": "3.7.115", "path": "0.12.7", "prettier": "3.0.3", "promise": "8.3.0", "ts-jest": "29.2.6", "ts-node": "10.9.2", "typescript": "5.8.2", "vscode-jsonrpc": "8.2.1" }, "dependencies": { "await-semaphore": "^0.1.3", "cancellationtoken": "^2.2.0", "caught": "^0.1.3", "msgpack-lite": "^0.1.26" } }