asyncstorage-down
Version:
A leveldown API implementation that maps to AsyncStorage in React Native, originally a fork of no9/localstorage-down
43 lines (42 loc) • 996 B
JSON
{
"name": "asyncstorage-down",
"description": "A leveldown API implementation that maps to AsyncStorage in React Native, originally a fork of no9/localstorage-down",
"keywords": [
"leveldb",
"leveldown",
"levelup",
"AsyncStorage",
"react",
"react-component",
"react-native",
"ios"
],
"version": "4.2.0",
"main": "index.js",
"dependencies": {
"abstract-leveldown": "2.6.1",
"argsarray": "0.0.1",
"d64": "^1.0.0",
"ltgt": "^2.1.3",
"tiny-queue": "0.2.0"
},
"devDependencies": {
"asyncstorage-mock-another": "^1.0.1",
"eslint": "^5.9.0",
"husky": "^1.1.3",
"levelup": "^1.3.0",
"react-native": "file:./mock-react-native",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tradle/asyncstorage-down.git"
},
"scripts": {
"test": "node test/test.js",
"lint": "eslint --quiet .",
"precommit": "npm run lint"
},
"license": "MIT",
"gypfile": false
}