-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 2.6 KB
/
Copy pathpackage-lock.json
File metadata and controls
68 lines (68 loc) · 2.6 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
{
"name": "@jdp1g09/node-red-iss-data-streamer",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jdp1g09/node-red-iss-data-streamer",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"lightstreamer-client-node": "^9.2.1"
}
},
"node_modules/cookiejar": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz",
"integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw=="
},
"node_modules/jsonpatch": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/jsonpatch/-/jsonpatch-3.1.0.tgz",
"integrity": "sha512-rJa0FepwDzebgYAuT389AtziWfn3EZA4N5e/B8d50IC1glqlZ7njo7iAI/ph5MYw2GGH7lCE6DGqBGQ7TVa06w==",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/lightstreamer-client-node": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/lightstreamer-client-node/-/lightstreamer-client-node-9.2.1.tgz",
"integrity": "sha512-Abb+IefrvFWCDdIY3uIK067sYTRxLQTVv7/USODIbZvlAlM3DZpCK9UYFDOlpDTZuwbtkduoqvKrcTWr1E/yNA==",
"dependencies": {
"cookiejar": "^2.1.4",
"jsonpatch": "^3.1.0",
"ws": "^8.14.2",
"xmlhttprequest": "git+https://github.com/driverdan/node-XMLHttpRequest.git"
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xmlhttprequest": {
"version": "1.8.0",
"resolved": "git+ssh://git@github.com/driverdan/node-XMLHttpRequest.git#97966e4ca1c9f2cc5574d8775cbdacebfec75455",
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
}
}
}