-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1000 Bytes
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1000 Bytes
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
{
"name": "dexie-mysql-sync",
"version": "6.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dexie-mysql-sync",
"version": "6.0.1",
"license": "MIT",
"dependencies": {
"js-crud-api": "^0.4.0",
"uuid": "^9.0.1"
}
},
"node_modules/js-crud-api": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/js-crud-api/-/js-crud-api-0.4.0.tgz",
"integrity": "sha512-H8kLnxKWI5RPrSw+M95HYTV+WygmFG2bP59o661w1TE22IEoHzxbNcHbEGmxTCGSPL0xfFtUsSdG7NAGYKU5QA=="
},
"node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
}
}
}
}