UNPKG

unspoken

Version:

Pack network messages more efficiently. Compress keyed objects into keyless arrays. Decompress arrays back into usable objects.

62 lines (61 loc) 1.42 kB
{ "dependencies": { "reflect-metadata": "^0.1.13" }, "devDependencies": { "@msgpack/msgpack": "^2.7.1", "@types/jest": "^27.0.3", "@types/node-gzip": "^1.1.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "eslint": "^8.4.1", "import": "^0.0.6", "jest": "^27.4.5", "node-gzip": "^1.1.2", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "scripts": { "build": "tsc", "test": "jest", "test:coverage": "jest --coverage" }, "name": "unspoken", "description": "Pack network messages more efficiently. Compress keyed objects into keyless arrays. Decompress arrays back into usable objects.", "version": "0.1.6", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/j1mmie/unspoken.git" }, "keywords": [ "serialize", "object", "array", "object-to-array", "arrayify", "schema", "contract", "messagepack", "msgpack", "deserialize", "compress", "decompress", "uncompress", "network", "game", "socket", "server" ], "author": "Jimmie Tyrrell", "license": "MIT", "bugs": { "url": "https://github.com/j1mmie/unspoken/issues" }, "homepage": "https://github.com/j1mmie/unspoken#readme" }