@hazae41/binary
Version:
Zero-copy binary data types
72 lines (71 loc) • 1.52 kB
JSON
{
"type": "module",
"name": "@hazae41/binary",
"version": "1.3.8",
"description": "Zero-copy binary data types",
"homepage": "https://github.com/hazae41/binary",
"repository": "github:hazae41/binary",
"author": "hazae41",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"./dist/esm",
"./dist/cjs",
"./dist/types"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "node ./dist/test/index.test.mjs"
},
"dependencies": {
"@hazae41/cursor": "^2.0.5",
"@hazae41/lengthed": "^1.0.1"
},
"devDependencies": {
"@hazae41/phobos": "^1.0.10",
"@hazae41/rimraf": "^1.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/node": "^24.0.7",
"rollup": "^4.44.1",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-node-externals": "^8.0.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"keywords": [
"binary",
"zero-copy",
"encoding",
"decoding",
"buffer",
"bytes",
"protocol",
"packets",
"reader",
"writer",
"offset",
"asn1",
"der",
"ber",
"octets",
"stream",
"low-level",
"alloc",
"allocation",
"allocator",
"typescript",
"esmodules",
"tested",
"unit-tested"
]
}