-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
78 lines (78 loc) · 2.74 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
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
{
"name": "convert-media-to-heic",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "convert-media-to-heic",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"exiftool-vendored": "^21.1.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@photostructure/tz-lookup": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@photostructure/tz-lookup/-/tz-lookup-7.0.0.tgz",
"integrity": "sha512-pTRsZz7Sn4yAtItC7I4+0segDHosMyOtJgAXg+xvDOolT0Xz4IFWqBV33OMCWoaNd3oQb60wbWhLeCQgJCyZAA=="
},
"node_modules/@types/luxon": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.2.0.tgz",
"integrity": "sha512-lGmaGFoaXHuOLXFvuju2bfvZRqxAqkHPx9Y9IQdQABrinJJshJwfNCKV+u7rR3kJbiqfTF/NhOkcxxAFrObyaA=="
},
"node_modules/batch-cluster": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/batch-cluster/-/batch-cluster-12.0.0.tgz",
"integrity": "sha512-IYLp2rqdgB6f8rWklBnZpYxJVEN475SuBlykhwiDoHM9zOOXTqhKaJF2733dXUZcedApmn1oWfn1EUqQQf6hyg==",
"engines": {
"node": ">=14"
}
},
"node_modules/exiftool-vendored": {
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-21.1.0.tgz",
"integrity": "sha512-cOUcC9D5Hgr2oyIGsFWE7k7fCO7rqK7ek5gur9EKoHB9zjDaxVBAa7n3uFGwdiQufmQBekkZA2FZDOVa88u1mw==",
"dependencies": {
"@photostructure/tz-lookup": "^7.0.0",
"@types/luxon": "^3.2.0",
"batch-cluster": "^12.0.0",
"he": "^1.2.0",
"luxon": "^3.2.1"
},
"optionalDependencies": {
"exiftool-vendored.exe": "12.56.0",
"exiftool-vendored.pl": "12.56.0"
}
},
"node_modules/exiftool-vendored.pl": {
"version": "12.56.0",
"resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-12.56.0.tgz",
"integrity": "sha512-WLY8L//z6PGBXP/sZl/9SA8hJ1OoTBWw8eO2kDZPXInEt4fJKl2dTZD7M+PcehNIUhy0Ud/HZF5DK1MZc5au2w==",
"optional": true,
"os": [
"!win32"
]
},
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"bin": {
"he": "bin/he"
}
},
"node_modules/luxon": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz",
"integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==",
"engines": {
"node": ">=12"
}
}
}
}