-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.69 KB
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
55
56
57
58
59
60
61
62
63
{
"_args": [
[
"pouchdb-replication@6.4.3",
"/Users/kdoran/code/fielded/van-offline"
]
],
"_from": "pouchdb-replication@6.4.3",
"_id": "pouchdb-replication@6.4.3",
"_inBundle": false,
"_integrity": "sha512-bH1U0OG1CskQ3Qwt5FSlFwCEGwC2mIrmQsAY9a4RuET71DgE3KxnAUQxsDQKcX7w/sr3ZaEIQRQjRKoHICNhkA==",
"_location": "/pouchdb-replication",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pouchdb-replication@6.4.3",
"name": "pouchdb-replication",
"escapedName": "pouchdb-replication",
"rawSpec": "6.4.3",
"saveSpec": null,
"fetchSpec": "6.4.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pouchdb-replication/-/pouchdb-replication-6.4.3.tgz",
"_spec": "6.4.3",
"_where": "/Users/kdoran/code/fielded/van-offline",
"author": {
"name": "Dale Harvey",
"email": "dale@arandomurl.com"
},
"bugs": {
"url": "https://github.com/pouchdb/pouchdb/issues"
},
"dependencies": {
"inherits": "2.0.3",
"pouchdb-checkpointer": "6.4.3",
"pouchdb-errors": "6.4.3",
"pouchdb-generate-replication-id": "6.4.3",
"pouchdb-promise": "6.4.3",
"pouchdb-utils": "6.4.3"
},
"description": "PouchDB's replication and sync algorithm, as a plugin.",
"files": [
"lib",
"dist",
"tonic-example.js"
],
"homepage": "https://github.com/pouchdb/pouchdb#readme",
"jsnext:main": "./lib/index.es.js",
"keywords": [],
"license": "Apache-2.0",
"main": "./lib/index.js",
"module": "./lib/index.es.js",
"name": "pouchdb-replication",
"repository": {
"type": "git",
"url": "git+https://github.com/pouchdb/pouchdb.git"
},
"version": "6.4.3"
}