UNPKG

@ocap/indexdb-memory

Version:

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

51 lines 1.38 kB
{ "name": "@ocap/indexdb-memory", "description": "OCAP indexdb adapter that uses memory as backend, just for test purpose", "version": "1.27.16", "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", "@ocap/indexdb-test": "1.27.16" }, "homepage": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/memory", "keywords": [ "ocap", "indexdb", "memory" ], "license": "Apache-2.0", "main": "./lib/main.js", "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/memory" }, "gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e", "dependencies": { "debug": "^4.3.6", "empty-value": "^1.0.1", "lodash": "^4.17.21", "lokijs": "^1.5.12", "@ocap/indexdb": "1.27.16", "@ocap/util": "1.27.16", "@arcblock/did": "1.27.16" }, "scripts": { "lint": "eslint tests lib", "lint:fix": "eslint --fix tests lib", "test": "jest --forceExit --detectOpenHandles", "coverage": "npm run test -- --coverage" } }