-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 905 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 905 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
{
"name": "oneclick-update",
"version": "1.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"mvt": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mvt/-/mvt-3.0.0.tgz",
"integrity": "sha512-pbFyYB98CmzUbfBVRo6B45T9mEPnRwVeHJ3Su7BamwvdpMZLOBn7gwVYByylp0T+eJ18v5PZu8N2S5vvWoqwXA==",
"dev": true
},
"semver": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.1.3.tgz",
"integrity": "sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==",
"dev": true
},
"tiny-params": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/tiny-params/-/tiny-params-4.0.0.tgz",
"integrity": "sha512-U3RmvniKortP70vMXvkY/7tKTucICOVP9FvCARAlyzNnpf+PgBly4YWugsudkVkpSD18y4PUyYn74k1085J5Tg==",
"dev": true
}
}
}