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.
kernel-protomux/package.json

32 lines
784 B
JSON
Raw Normal View History

2021-11-10 14:15:09 +00:00
{
"name": "protomux",
2023-01-13 13:08:42 +00:00
"version": "3.4.1",
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",
2023-04-05 07:35:15 +00:00
"prettier": "^2.8.7",
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"
}