forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
44 lines (44 loc) · 1.32 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "supporttickets-teams-tab",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"idb": "^7.1.1",
"uuid": "^9.0.1"
}
},
"node_modules/idb": {
"version": "7.1.1",
"resolved": "https://domoreexp.pkgs.visualstudio.com/_packaging/npm-mirror/npm/registry/idb/-/idb-7.1.1.tgz",
"integrity": "sha1-2RDe2GbTLHztm+/Fv9829XLO1ys=",
"license": "ISC"
},
"node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://domoreexp.pkgs.visualstudio.com/_packaging/npm-mirror/npm/registry/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha1-4YjUyIU8xyIiA5LEJM1jfzIpPzA=",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
}
},
"dependencies": {
"idb": {
"version": "7.1.1",
"resolved": "https://domoreexp.pkgs.visualstudio.com/_packaging/npm-mirror/npm/registry/idb/-/idb-7.1.1.tgz",
"integrity": "sha1-2RDe2GbTLHztm+/Fv9829XLO1ys="
},
"uuid": {
"version": "9.0.1",
"resolved": "https://domoreexp.pkgs.visualstudio.com/_packaging/npm-mirror/npm/registry/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha1-4YjUyIU8xyIiA5LEJM1jfzIpPzA="
}
}
}