-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
120 lines (120 loc) · 5.08 KB
/
package-lock.json
File metadata and controls
120 lines (120 loc) · 5.08 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "node-red-contrib-mpi-s7",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "node-red-contrib-mpi-s7",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@protocols/mpi-s7": "*"
},
"optionalDependencies": {
"@protocols/mpi-s7": "^1.0.0"
}
},
"node_modules/@protocols/mpi-s7": {
"version": "1.0.0",
"resolved": "https://gitlab.st-one.io/api/v4/projects/111/packages/npm/@protocols/mpi-s7/-/@protocols/mpi-s7-1.0.0.tgz",
"integrity": "sha1-sW2VPA9+37qygUI0uyrr+Kiv1PE=",
"optional": true,
"dependencies": {
"easy-crc": "^1.0.0",
"usb": "^2.1.3"
}
},
"node_modules/@types/w3c-web-usb": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.6.tgz",
"integrity": "sha512-cSjhgrr8g4KbPnnijAr/KJDNKa/bBa+ixYkywFRvrhvi9n1WEl7yYbtRyzE6jqNQiSxxJxoAW3STaOQwJHndaw==",
"optional": true
},
"node_modules/easy-crc": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/easy-crc/-/easy-crc-1.1.0.tgz",
"integrity": "sha512-cvtERLTu8mYt1pOVVekJ4E0VdwyuKgL+VAfE3LY+Lw762i9M1bSEikm6fyGD2grxOdBfI0HgOmSi3HQneKr33A==",
"optional": true
},
"node_modules/node-addon-api": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
"integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
"optional": true
},
"node_modules/node-gyp-build": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz",
"integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==",
"optional": true,
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/usb": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/usb/-/usb-2.9.0.tgz",
"integrity": "sha512-G0I/fPgfHUzWH8xo2KkDxTTFruUWfppgSFJ+bQxz/kVY2x15EQ/XDB7dqD1G432G4gBG4jYQuF3U7j/orSs5nw==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
"@types/w3c-web-usb": "^1.0.6",
"node-addon-api": "^6.0.0",
"node-gyp-build": "^4.5.0"
},
"engines": {
"node": ">=10.20.0 <11.x || >=12.17.0 <13.0 || >=14.0.0"
}
}
},
"dependencies": {
"@protocols/mpi-s7": {
"version": "1.0.0",
"resolved": "https://gitlab.st-one.io/api/v4/projects/111/packages/npm/@protocols/mpi-s7/-/@protocols/mpi-s7-1.0.0.tgz",
"integrity": "sha1-sW2VPA9+37qygUI0uyrr+Kiv1PE=",
"optional": true,
"requires": {
"easy-crc": "^1.0.0",
"usb": "^2.1.3"
}
},
"@types/w3c-web-usb": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.6.tgz",
"integrity": "sha512-cSjhgrr8g4KbPnnijAr/KJDNKa/bBa+ixYkywFRvrhvi9n1WEl7yYbtRyzE6jqNQiSxxJxoAW3STaOQwJHndaw==",
"optional": true
},
"easy-crc": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/easy-crc/-/easy-crc-1.1.0.tgz",
"integrity": "sha512-cvtERLTu8mYt1pOVVekJ4E0VdwyuKgL+VAfE3LY+Lw762i9M1bSEikm6fyGD2grxOdBfI0HgOmSi3HQneKr33A==",
"optional": true
},
"node-addon-api": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
"integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
"optional": true
},
"node-gyp-build": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz",
"integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==",
"optional": true
},
"usb": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/usb/-/usb-2.9.0.tgz",
"integrity": "sha512-G0I/fPgfHUzWH8xo2KkDxTTFruUWfppgSFJ+bQxz/kVY2x15EQ/XDB7dqD1G432G4gBG4jYQuF3U7j/orSs5nw==",
"optional": true,
"requires": {
"@types/w3c-web-usb": "^1.0.6",
"node-addon-api": "^6.0.0",
"node-gyp-build": "^4.5.0"
}
}
}
}