forked from cvat-ai/cvat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.64 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.64 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
{
"name": "cvat",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
"integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw=="
},
"ci": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/ci/-/ci-1.0.0.tgz",
"integrity": "sha1-S8xb8S2CBgDxKxy7sdjNOz8PaMw=",
"requires": {
"events": "*",
"gitwin": "*",
"msbuild": "*"
}
},
"colors": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
},
"events": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
"integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg=="
},
"gitwin": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/gitwin/-/gitwin-0.2.0.tgz",
"integrity": "sha1-i4BgJITNWW9/C5e5h2UdluixxuM=",
"requires": {
"colors": "*",
"events": "*"
}
},
"msbuild": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/msbuild/-/msbuild-1.1.3.tgz",
"integrity": "sha512-oRQkgexmys69ox0gTRc4KdecFtzMBRNMwMyaJhwQggCnYQRjdecI1tyEdiI3KiDOBwtFVFcjpUCbYtiLQGsIHQ==",
"requires": {
"async": "*",
"colors": "*",
"events": "*"
}
}
}
}