passive-core-watcher
Version:
Run conditional logic on a corestore's hypercores
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "passive-core-watcher",
"version": "1.0.1",
"description": "Run conditional logic on a corestore's hypercores",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/passive-core-watcher.git"
},
"files": [
"index.js"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"keywords": [
"Corestore",
"hypercore"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/passive-core-watcher/issues"
},
"homepage": "https://github.com/holepunchto/passive-core-watcher#readme",
"devDependencies": {
"brittle": "^3.10.0",
"corestore": "^7.0.0",
"standard": "^17.1.2",
"test-tmp": "^1.4.0"
},
"dependencies": {
"b4a": "^1.6.7",
"bare-events": "^2.5.4",
"hypercore": "^11.0.0",
"hypercore-crypto": "^3.4.2",
"hypercore-id-encoding": "^1.3.0",
"safety-catch": "^1.0.2"
}
}