-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
41 lines (41 loc) · 1.4 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
{
"name": "totp.util",
"version": "1.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"base.util": {
"version": "git+https://github.com/anzerr/base.util.git#a86aa1a27643c9dcbe3a319df0159dd68e54953f",
"from": "git+https://github.com/anzerr/base.util.git",
"requires": {
"type.util": "git+https://[email protected]/anzerr/type.util.git"
}
},
"clone.util": {
"version": "git+https://[email protected]/anzerr/clone.util.git#6b3f65e279fea1da1055fcd0d4f2fc1e80238b92",
"from": "git+https://[email protected]/anzerr/clone.util.git",
"dev": true,
"requires": {
"type.util": "git+https://[email protected]/anzerr/type.util.git"
}
},
"console.color": {
"version": "git+https://github.com/anzerr/console.color.git#e6edff6e630d8c900038f3be265404b16a4ca12c",
"from": "git+https://github.com/anzerr/console.color.git",
"dev": true
},
"qr.util": {
"version": "git+https://github.com/anzerr/qr.util.git#4d0afba528cb7d011d68cbe0c7d4b09f3d433533",
"from": "git+https://github.com/anzerr/qr.util.git",
"dev": true,
"requires": {
"clone.util": "git+https://[email protected]/anzerr/clone.util.git",
"console.color": "git+https://github.com/anzerr/console.color.git"
}
},
"type.util": {
"version": "git+https://[email protected]/anzerr/type.util.git#3a38e81dd05b028469f2c570dfc67090b951ef2c",
"from": "git+https://[email protected]/anzerr/type.util.git"
}
}
}