-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
47 lines (47 loc) · 1.73 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
{
"name": "weather-monitor",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "weather-monitor",
"dependencies": {
"esp8266-http-client": "github:niklauslee/esp8266-http-client",
"simple-fonts": "github:niklauslee/simple-fonts",
"ssd1306": "github:niklauslee/ssd1306"
}
},
"node_modules/esp8266-http-client": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/niklauslee/esp8266-http-client.git#31a5bbaa9ba555c70dc86db10203803189ad7389"
},
"node_modules/simple-fonts": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/niklauslee/simple-fonts.git#3468836d918214eeadfe783e13c084a339a05fd3"
},
"node_modules/ssd1306": {
"version": "1.0.1",
"resolved": "git+ssh://[email protected]/niklauslee/ssd1306.git#dbb07d66b0bd5110ab88dfc75d045353f6bd2e31",
"dependencies": {
"simple-fonts": "git+https://github.com/niklauslee/simple-fonts.git"
}
}
},
"dependencies": {
"esp8266-http-client": {
"version": "git+ssh://[email protected]/niklauslee/esp8266-http-client.git#31a5bbaa9ba555c70dc86db10203803189ad7389",
"from": "esp8266-http-client@https://github.com/niklauslee/esp8266-http-client"
},
"simple-fonts": {
"version": "git+ssh://[email protected]/niklauslee/simple-fonts.git#3468836d918214eeadfe783e13c084a339a05fd3",
"from": "simple-fonts@github:niklauslee/simple-fonts"
},
"ssd1306": {
"version": "git+ssh://[email protected]/niklauslee/ssd1306.git#dbb07d66b0bd5110ab88dfc75d045353f6bd2e31",
"from": "ssd1306@github:niklauslee/ssd1306",
"requires": {
"simple-fonts": "git+https://github.com/niklauslee/simple-fonts.git"
}
}
}
}