@ocap/indexdb-fs
Version:
OCAP indexdb adapter that uses file system as backend
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "@ocap/indexdb-fs",
"description": "OCAP indexdb adapter that uses file system as backend",
"version": "1.19.17",
"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/indexdb/fs",
"keywords": [
"ocap",
"indexdb",
"fs"
],
"license": "Apache-2.0",
"main": "./lib/main.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/fs"
},
"scripts": {
"lint": "eslint tests lib",
"lint:fix": "eslint --fix tests lib",
"test": "jest --forceExit --detectOpenHandles",
"coverage": "npm run test -- --coverage"
},
"gitHead": "d25d8b52053b0e3254a28c3b44ea5e447ce1c08a",
"dependencies": {
"@ocap/indexdb": "1.19.17",
"@ocap/indexdb-memory": "1.19.17",
"@ocap/util": "1.19.17",
"debug": "^4.3.6",
"lodash": "^4.17.21",
"lokijs": "^1.5.12"
}
}