UNPKG

@devgrid/smartbuffer

Version:
57 lines 1.26 kB
{ "name": "@devgrid/smartbuffer", "version": "0.2.3", "description": "Smart buffer", "author": "DevGrid", "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.2", "utfx": "^1.0.1" }, "devDependencies": { "@jest/globals": "^30.0.4", "@types/jest": "^30.0.0", "@types/node": "^24.0.10", "jest": "^30.0.4", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "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" }