UNPKG

@chickenjdk/byteutils

Version:

Some utilitys for working with binary data

32 lines 749 B
{ "name": "@chickenjdk/byteutils", "version": "3.2.0", "description": "Some utilitys for working with binary data", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "docs": "typedoc --options typedoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/chickenjdk/byteutils.git" }, "keywords": [ "Binary" ], "author": "chickenjdk", "license": "MIT", "bugs": { "url": "https://github.com/chickenjdk/byteutils/issues" }, "homepage": "https://github.com/chickenjdk/byteutils#readme", "devDependencies": { "@types/node": "^22.15.29", "typedoc": "^0.28.5", "typescript": "^5.8.3" }, "dependencies": { "mutf-8": "^1.2.0" } }