1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/server/node_modules/sublevel-pouchdb/package.json
2023-10-17 10:59:46 +02:00

33 lines
795 B
JSON

{
"name": "sublevel-pouchdb",
"version": "7.3.1",
"description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses",
"main": "./lib/index.js",
"keywords": [],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb.git",
"directory": "packages/node_modules/sublevel-pouchdb"
},
"jsnext:main": "./lib/index.es.js",
"contributors": [
{
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com"
}
],
"dependencies": {
"inherits": "2.0.4",
"level-codec": "9.0.2",
"ltgt": "2.2.1",
"readable-stream": "1.1.14"
},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
]
}