-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 917 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
}