Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
811 B

{
"name": "pouch-stream",
"version": "0.4.1",
"description": "Experimental streaming version of PouchDB",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:calvinmetcalf/PouchStream.git"
},
"keywords": [
"pouch",
"stream",
"couch",
"db"
],
"author": "Calvin Metcalf",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/PouchStream/issues"
},
"homepage": "https://github.com/calvinmetcalf/PouchStream",
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^1.0.27-1"
},
"devDependencies": {
"pouchdb": "^3.3.1",
"random-document-stream": "0.0.0",
"tap-spec": "^2.2.2",
"tape": "^2.12.3",
"through2": "^0.4.1"
},
"scripts": {
"test": "node test/test.js | tspec"
}
}