UNPKG

nerdbank-streams

Version:
68 lines (67 loc) 1.85 kB
{ "name": "nerdbank-streams", "version": "2.12.90", "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.2", "@types/mkdirp": "^1.0.2", "@types/msgpack-lite": "^0.1.8", "@types/node": "^16.11.6", "@types/promise": "^7.1.30", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "eslint": "^8.42.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "^5.0.0-alpha.2", "gulp": "^5.0.0", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^29.5.0", "jshint": "^2.13.6", "mkdirp": "^1.0.4", "nerdbank-gitversioning": "^3.6.133", "path": "^0.12.7", "prettier": "^3.0.0", "promise": "^8.3.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.1.3", "vscode-jsonrpc": "^8.1.0" }, "dependencies": { "await-semaphore": "^0.1.3", "cancellationtoken": "^2.2.0", "caught": "^0.1.3", "msgpack-lite": "^0.1.26" } }