UNPKG

@ocap/statedb-memory

Version:

OCAP statedb adapter that uses memory as backend statedb, just for test purpose

49 lines 1.31 kB
{ "name": "@ocap/statedb-memory", "description": "OCAP statedb adapter that uses memory as backend statedb, just for test purpose", "version": "1.22.3", "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)", "bugs": { "url": "https://github.com/ArcBlock/blockchain/issues", "email": "shijun@arcblock.io" }, "publishConfig": { "access": "public" }, "contributors": [ "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)" ], "devDependencies": { "jest": "^29.7.0" }, "homepage": "https://github.com/ArcBlock/blockchain/tree/master/statedb/memory", "keywords": [ "ocap", "statedb", "memory" ], "license": "Apache-2.0", "main": "./lib/index.js", "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/ArcBlock/blockchain/tree/master/statedb/memory" }, "gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e", "dependencies": { "debug": "^4.3.6", "lodash": "^4.17.21", "lokijs": "^1.5.12", "@ocap/state": "1.22.3", "@ocap/statedb": "1.22.3", "@ocap/util": "1.22.3" }, "scripts": { "lint": "eslint tests lib", "lint:fix": "eslint --fix tests lib", "test": "jest --forceExit --detectOpenHandles", "coverage": "npm run test -- --coverage" } }