UNPKG

@devgrid/smartbuffer

Version:
57 lines 1.27 kB
{ "name": "@devgrid/smartbuffer", "version": "0.2.2", "description": "Smart buffer", "author": "LuxQuant", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/esm/index.js", "files": [ "dist" ], "scripts": { "build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.esm.json", "test": "jest" }, "dependencies": { "buffer": "^6.0.3", "long": "^5.3.1", "utfx": "^1.0.1" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.13.13", "jest": "^29.7.0", "ts-jest": "^29.3.0", "typescript": "^5.8.2" }, "keywords": [ "buffer", "binary", "stream", "typescript", "encoding", "decoding", "bytes", "memory", "arraybuffer", "uint8array", "browser", "node", "performance", "binary-data", "data-structures", "cross-platform" ], "repository": { "type": "git", "url": "git+https://github.com/d-e-v-grid/dg-monorepo.git", "directory": "packages/smartbuffer" }, "bugs": { "url": "https://github.com/d-e-v-grid/dg-monorepo/issues" }, "homepage": "https://github.com/d-e-v-grid/dg-monorepo/tree/main/packages/smartbuffer#readme" }