@neumatter/big-integer
Version:
An extendable class representing JavaScript's bigint data type.
37 lines (36 loc) • 709 B
JSON
{
"name": "@neumatter/big-integer",
"version": "1.0.0",
"description": "An extendable class representing JavaScript's bigint data type.",
"type": "module",
"author": "Cal Young",
"repository": {
"url": "https://github.com/Clyng57/big-integer"
},
"keywords": [
"bigint",
"buffer",
"biginteger",
"bytes",
"byteview",
"uint8array",
"nodejs",
"integer",
"javascript",
"module",
"node",
"es6"
],
"main": "./index.js",
"types": "./types/index.d.ts",
"dependencies": {
"@neumatter/object-cache": "^1.0.0",
"@neumatter/random-bytes": "^1.0.4",
"byteview": "^2.0.0"
},
"standard": {
"ignore": [
"/types"
]
}
}