UNPKG

key-value-compress

Version:

Key-Value interface to deflate, split, concatenate and inflate storage.

56 lines (55 loc) 1.44 kB
{ "name": "key-value-compress", "description": "Key-Value interface to deflate, split, concatenate and inflate storage.", "version": "0.3.2", "author": "Yusuke Kawasaki <u-suke@kawa.net>", "bugs": { "url": "https://github.com/kawanet/key-value-compress/issues" }, "contributors": [ "Yusuke Kawasaki <u-suke@kawa.net>" ], "devDependencies": { "@types/keyv": "^3.1.4", "@types/memjs": "^1.3.0", "@types/mocha": "^10.0.1", "@types/node": "^18.14.0", "buffer-json": "^2.0.0", "json-buffer": "^3.0.1", "keyv": "^4.5.2", "keyv-memcache": "^1.2.7", "memcached-kvs": "^0.1.2", "memjs": "^1.3.0", "mocha": "^10.2.0", "msgpack-lite": "^0.1.26", "timed-kvs": "^0.3.2", "typescript": "^4.9.5" }, "files": [ "LICENSE", "README.md", "lib/*.js", "types/*.d.ts" ], "homepage": "https://github.com/kawanet/key-value-compress#readme", "keywords": [ "KVS", "compress", "deflate", "key-value" ], "license": "MIT", "main": "./lib/key-value-compress.js", "repository": { "type": "git", "url": "git+https://github.com/kawanet/key-value-compress.git" }, "scripts": { "build": "./node_modules/.bin/tsc -p .", "fixpack": "fixpack", "mocha": "./node_modules/.bin/mocha -R spec test/*.js", "prepack": "npm run build && npm test", "test": "npm run mocha" }, "typings": "./types/key-value-compress.d.ts" }