-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 1.02 KB
/
package-lock.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
{
"name": "sharedb-offline",
"version": "0.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"log-with-style": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/log-with-style/-/log-with-style-0.3.0.tgz",
"integrity": "sha1-mK4RL9SEUc0lUWFd0hCZJYPhnOk="
},
"ot-json0": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ot-json0/-/ot-json0-1.1.0.tgz",
"integrity": "sha512-wf5fci7GGpMYRDnbbdIFQymvhsbFACMHtxjivQo5KgvAHlxekyfJ9aPsRr6YfFQthQkk4bmsl5yESrZwC/oMYQ=="
},
"uuid": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
}
}
}