UNPKG

kvif

Version:

key value interface with optional checksum

48 lines (47 loc) 963 B
{ "name": "kvif", "version": "0.0.4", "description": "key value interface with optional checksum", "main": "index.js", "scripts": { "test": "jest", "codecov": "codecov" }, "repository": { "type": "git", "url": "git+https://github.com/takanoriyanagitani/kvif.git" }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true }, "keywords": [ "key", "value", "key-value", "interface", "key-value-interface", "integrity", "checksum", "Map", "ecc", "non-ecc", "ecc-memory", "non-ecc-memory", "in-memory", "in-memory-db", "sha", "sha512", "sha-512" ], "author": "takanori.yanagitani@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/takanoriyanagitani/kvif/issues" }, "homepage": "https://github.com/takanoriyanagitani/kvif#readme", "devDependencies": { "codecov": "^3.6.1", "jest": "^24.9.0" } }