-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.67 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "node-red-contrib-ha-mqtt",
"version": "1.2.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-red-contrib-ha-mqtt",
"version": "1.2.17",
"license": "ISC",
"dependencies": {
"gcoord": "^1.0.5",
"node-pinyin": "^0.2.3"
},
"engines": {
"node": ">=12"
}
},
"node_modules/commander": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-1.1.1.tgz",
"integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
"dependencies": {
"keypress": "0.1.x"
},
"engines": {
"node": ">= 0.6.x"
}
},
"node_modules/gcoord": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/gcoord/-/gcoord-1.0.5.tgz",
"integrity": "sha512-IJjyWd7Q57K36SzoEAZ5LEnhFVXVR3996WJp/3NlleXVBzb/GcORfNhCw8JuZPvSGloHgG0yhPFK4Aqf0t/ohg==",
"engines": {
"node": ">=16.11.0"
}
},
"node_modules/keypress": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
"integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
},
"node_modules/node-pinyin": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/node-pinyin/-/node-pinyin-0.2.3.tgz",
"integrity": "sha512-RUwRjOUYuxSJOYyb5wZUNfM3RKWT4wU2pIiKnaQg7AmMJYHHBLe1l9vPDUwL5YqobZMijRRLznVh43tthMhJEQ==",
"dependencies": {
"commander": "~1.1.1"
},
"bin": {
"pinyin": "bin/pinyin"
}
}
}
}