1 Star 0 Fork 0

Tars.js/stream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 917 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@tars/stream",
"version": "2.0.3",
"main": "tars.js",
"types": "tars-stream.d.ts",
"typesVersions": {
">=3.2": {
"taf-stream.d.ts": [
"taf-stream-bigint.d.ts"
]
}
},
"description": "A library for TARS Encode/Decode(TARS TUP)",
"homepage": "",
"author": {
"name": "czzou",
"email": "czzou@tencent.com"
},
"keywords": [
"tars",
"tup"
],
"contributors": [
{
"name": "czzou",
"email": "czzou@tencent.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tars-node/stream.git"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"devDependencies": {
"mocha": "latest",
"istanbul": "latest",
"should": "latest"
},
"dependencies": {
"big.js": "^3.1.3"
},
"readmeFilename": "README.md",
"license": "BSD-3-Clause"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tars-node/stream.git
git@gitee.com:tars-node/stream.git
tars-node
stream
stream
master

搜索帮助