This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rand.json
113 lines (113 loc) · 2.51 KB
/
rand.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"filename": "locations.db",
"collections": [
{
"name": "locations",
"data": [
{
"query": "Malt%C3%A9zsk%C3%A9%20n%C3%A1m%C4%9Bst%C3%AD%2011%2C%20Praha%201",
"x": 14.4053775801,
"y": 50.0864450463,
"addresses": [
"Maltézské náměstí 291/11, Praha"
],
"meta": {
"revision": 0,
"created": 1500407635509,
"version": 0
},
"$loki": 1
},
{
"query": "%C5%A0tef%C3%A1nikova%20305%2C%20Hradec%20Kr%C3%A1lov%C3%A9",
"x": 15.8403833729,
"y": 50.1892494858,
"addresses": [
"Štefánikova 305/3, Hradec Králové"
],
"meta": {
"revision": 0,
"created": 1500407806796,
"version": 0
},
"$loki": 2
}
],
"idIndex": [
1,
2
],
"binaryIndices": {},
"constraints": null,
"uniqueNames": [],
"transforms": {},
"objType": "locations",
"dirty": true,
"cachedIndex": null,
"cachedBinaryIndex": null,
"cachedData": null,
"adaptiveBinaryIndices": true,
"transactional": false,
"cloneObjects": false,
"cloneMethod": "parse-stringify",
"asyncListeners": false,
"disableChangesApi": true,
"autoupdate": false,
"serializableIndices": true,
"ttl": null,
"maxId": 2,
"DynamicViews": [],
"events": {
"insert": [
null
],
"update": [
null
],
"pre-insert": [],
"pre-update": [],
"close": [],
"flushbuffer": [],
"error": [],
"delete": [
null
],
"warning": [
null
]
},
"changes": []
}
],
"databaseVersion": 1.5,
"engineVersion": 1.5,
"autosave": true,
"autosaveInterval": 4000,
"autosaveHandle": null,
"throttledSaves": true,
"options": {
"autoload": true,
"autosave": true,
"autosaveInterval": 4000,
"serializationMethod": "normal",
"destructureDelimiter": "$<\n",
"recursiveWait": true,
"recursiveWaitLimit": false,
"recursiveWaitLimitDuration": 2000,
"started": 1500407759999
},
"persistenceMethod": "fs",
"persistenceAdapter": null,
"verbose": false,
"events": {
"init": [
null
],
"loaded": [],
"flushChanges": [],
"close": [],
"changes": [],
"warning": []
},
"ENV": "NODEJS"
}