-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (53 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@neighbourhoodie/pouchdb-asyncstorage-adapter",
"version": "0.0.1",
"description": "asyncstorage adapter for PouchDB",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/neighbourhoodie/pouchdb-asyncstorage-adapter"
},
"keywords": [
"pouchdb",
"react-native",
"asyncstorage",
"offlinefirst",
"localfirst"
],
"scripts": {
"updtr": "updtr --save-exact"
},
"author": {
"name": "The Neighbourhoodie Software GmbH & contributors",
"url": "https://neighbourhood.ie/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/neighbourhoodie/pouchdb-asyncstorage-adapter/issues"
},
"homepage": "https://github.com/neighbourhoodie/pouchdb-asyncstorage-adapter#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"atob": "2.1.1",
"blob-polyfill": "3.0.20180112",
"btoa": "1.2.1",
"buffer": "^6.0.3",
"events": "^3.3.0",
"i": "^0.3.7",
"left-pad": "1.3.0",
"pouchdb-adapter-utils": "^9.0.0",
"pouchdb-binary-utils": "9.0.0",
"pouchdb-errors": "9.0.0",
"pouchdb-json": "9.0.0",
"pouchdb-merge": "^9.0.0",
"pouchdb-utils": "^9.0.0",
"react-native": "^0.76.1",
"spark-md5": "^3.0.2"
},
"standard": {
"ignore": [
"node_modules/**"
]
},
"devDependencies": {}
}