50 packages
babel-plugin-async-to-promises
Transpile ES7 async/await to vanilla ES6 Promise chains
babel-plugin-transform-pipeline-operator
Transform pipeline operator into call expressions
couchdb-eval
Compiles a piece of code to a function object, providing a CouchDB-like JavaScript context.
couchdb-harness
A generalized port of the CouchDB JavaScript test harness.
couchdb-objects
Aids in the construction of JSON objects as used by CouchDB.
couchdb-render
Given the code of a CouchDB show/list function (and some other stuff), this module runs it and returns the result.
couchdb-resp-completer
Builds a complete CouchDB-like response object from a very marginal one. (Can be just a string at first.)
evaljs
A JavaScript interpreter written in JavaScript
express-pouchdb
Express submodule with a CouchDB-style REST interface to PouchDB.
filter-pouch
Transform Pouch (formerly Filter Pouch)
header-case-normalizer
Converts HTTP headers to their most common casing. (e.g. usEr-Agent -> User-Agent)
http-pouchdb
Access remote CouchDB databases like you would access your local PouchDB ones.
is-optimizable
A tool that checks for V8 optimization killers
killable
Keeps track of a server's open sockets so they can be destroyed at a moment's notice.
kneden
Transpile ES7 async/await to vanilla ES6 Promise chains
pouchdb-ajax
PouchDB's ajax() method.
pouchdb-all-dbs
PouchDB allDbs plugin
pouchdb-auth
A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
pouchdb-binary-util
Binary utils used in PouchDB
pouchdb-bulkdocs-wrapper
Helper function that makes wrapping bulkDocs using pouchdb-wrappers easier.
pouchdb-changes-filter
Adds "filter", "selector", etc. to PouchDB's changes/replicate/sync APIs
pouchdb-changeslike-wrapper
Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.
pouchdb-collections
Map and Set shims for PouchDB
pouchdb-erase
A replicating db.destroy() alternative for PouchDB
pouchdb-errors
Errors exposed by PouchDB.