-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
41 lines (41 loc) · 1.48 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": "cooking-timer",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cooking-timer",
"dependencies": {
"active-buzzer": "github:niklauslee/active-buzzer",
"rotary-encoder": "github:niklauslee/rotary-encoder",
"tm1637": "github:niklauslee/tm1637"
}
},
"node_modules/active-buzzer": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/niklauslee/active-buzzer.git#fdad35f05ca33d4192357885015da379f983e669"
},
"node_modules/rotary-encoder": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/niklauslee/rotary-encoder.git#e694157872821c8e34992b3256c2c399f3625c08"
},
"node_modules/tm1637": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/niklauslee/tm1637.git#d248ea25527028672dec75a7cbfff815ca99c9dd"
}
},
"dependencies": {
"active-buzzer": {
"version": "git+ssh://[email protected]/niklauslee/active-buzzer.git#fdad35f05ca33d4192357885015da379f983e669",
"from": "active-buzzer@github:niklauslee/active-buzzer"
},
"rotary-encoder": {
"version": "git+ssh://[email protected]/niklauslee/rotary-encoder.git#e694157872821c8e34992b3256c2c399f3625c08",
"from": "rotary-encoder@https://github.com/niklauslee/rotary-encoder"
},
"tm1637": {
"version": "git+ssh://[email protected]/niklauslee/tm1637.git#d248ea25527028672dec75a7cbfff815ca99c9dd",
"from": "tm1637@github:niklauslee/tm1637"
}
}
}