-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.17 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.17 KB
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
{
"name": "node-red-contrib-luxtronik2",
"version": "0.5.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-red-contrib-luxtronik2",
"version": "0.5.5",
"license": "MIT",
"dependencies": {
"luxtronik2": "^2.7.2"
}
},
"node_modules/humanize-duration": {
"version": "3.31.0",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.31.0.tgz",
"integrity": "sha512-fRrehgBG26NNZysRlTq1S+HPtDpp3u+Jzdc/d5A4cEzOD86YLAkDaJyJg8krSdCi7CJ+s7ht3fwRj8Dl+Btd0w=="
},
"node_modules/luxtronik2": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/luxtronik2/-/luxtronik2-2.7.2.tgz",
"integrity": "sha512-qBwoG2WdKrpINxQc+XckAE9XoUNRRXejhKsYM8gpjjedx3C9iT4ESrZackGGEMMkIsexgrGQaZb28K/YBZ6WUA==",
"dependencies": {
"humanize-duration": "^3.31.0",
"net": "^1.0.2"
}
},
"node_modules/net": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/net/-/net-1.0.2.tgz",
"integrity": "sha512-kbhcj2SVVR4caaVnGLJKmlk2+f+oLkjqdKeQlmUtz6nGzOpbcobwVIeSURNgraV/v3tlmGIX82OcPCl0K6RbHQ=="
}
}
}