uleb128_33
Version:
Encoding and decoding large numbers (uleb128 and uleb128_33)
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "uleb128_33",
"version": "1.3.6",
"description": "Encoding and decoding large numbers (uleb128 and uleb128_33)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf --glob dist && tsc -p tsconfig.build.json",
"pub": "npm run build && npm publish",
"start": "tsc -w",
"test": "jest test"
},
"repository": {
"type": "git+https://github.com/Sparebola/uleb128_33.git",
"url": ""
},
"keywords": [
"uleb128",
"uleb128_33",
"leb128",
"decode",
"encode"
],
"author": "Sparebola",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sparebola/uleb128_33/issues"
},
"homepage": "https://github.com/Sparebola/uleb128_33#readme",
"dependencies": {
"big-integer": "^1.6.51"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"eslint": "^8.42.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"typescript": "^5.7.2",
"ts-jest": "^29.1.1"
}
}