Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/@protobufjs/float/package.json
1126 views
1
{
2
"name": "@protobufjs/float",
3
"description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.",
4
"version": "1.0.2",
5
"author": "Daniel Wirtz <[email protected]>",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/dcodeIO/protobuf.js.git"
9
},
10
"dependencies": {},
11
"license": "BSD-3-Clause",
12
"main": "index.js",
13
"types": "index.d.ts",
14
"devDependencies": {
15
"benchmark": "^2.1.4",
16
"chalk": "^1.1.3",
17
"ieee754": "^1.1.8",
18
"istanbul": "^0.4.5",
19
"tape": "^4.6.3"
20
},
21
"scripts": {
22
"test": "tape tests/*.js",
23
"coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
24
"bench": "node bench"
25
}
26
}
27