UNPKG

shared-memory

Version:

A k-v database using /shm/ to shared memory

35 lines (34 loc) 918 B
{ "name": "shared-memory", "version": "0.1.3", "description": "A k-v database using /shm/ to shared memory", "keywords": "shared, memory, kv, db, shm", "homepage": "https://github.com/ericdum/node-shared-memory", "bugs": "https://github.com/ericdum/node-shared-memory/issues", "author": "木酱 <lichen.dlc@alibaba-inc.com> (http://mujiang.info/)", "repository": { "type": "git", "url": "https://github.com/ericdum/node-shared-memory" }, "dependencies": { "benchmark": "*", "coveralls": "^2.11.2", "event-pipe": "*", "fs-extra": "^0.13.0", "lockfile": "*", "mocha-lcov-reporter": "0.0.1", "options-stream": "*" }, "devDependencies": { "istanbul": "*", "mocha": "*", "jscover": "*", "coffee-script": "*", "expect.js": "*", "ab": "*" }, "scripts": { "test": "COV_TEST=true make test-lcov", "republish": "make release" } }