This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-10 14:15:09 +00:00
|
|
|
{
|
|
|
|
"name": "protomux",
|
2022-08-31 10:49:40 +00:00
|
|
|
"version": "3.4.0",
|
2021-11-10 14:15:09 +00:00
|
|
|
"description": "Multiplex multiple message oriented protocols over a stream",
|
|
|
|
"main": "index.js",
|
2021-12-30 20:15:04 +00:00
|
|
|
"dependencies": {
|
|
|
|
"b4a": "^1.3.1",
|
|
|
|
"compact-encoding": "^2.5.1",
|
2022-03-11 01:11:02 +00:00
|
|
|
"queue-tick": "^1.0.0",
|
2021-12-30 20:15:04 +00:00
|
|
|
"safety-catch": "^1.0.1"
|
|
|
|
},
|
2021-11-10 14:15:09 +00:00
|
|
|
"devDependencies": {
|
2022-07-06 12:39:04 +00:00
|
|
|
"@hyperswarm/secret-stream": "^6.0.0",
|
2022-08-15 21:51:56 +00:00
|
|
|
"brittle": "^3.0.0",
|
2021-11-10 14:15:09 +00:00
|
|
|
"standard": "^16.0.4"
|
|
|
|
},
|
2021-12-27 15:09:34 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "standard && brittle test.js"
|
|
|
|
},
|
2021-11-10 14:15:09 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mafintosh/protomux.git"
|
|
|
|
},
|
|
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mafintosh/protomux/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mafintosh/protomux"
|
|
|
|
}
|