-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage-lock.json
More file actions
51 lines (51 loc) · 1.92 KB
/
Copy pathpackage-lock.json
File metadata and controls
51 lines (51 loc) · 1.92 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
{
"name": "pywry-frontend-assets",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pywry-frontend-assets",
"dependencies": {
"ag-grid-community": "35.0.0",
"lightweight-charts": "5.1.0",
"plotly.js-dist": "3.3.1"
}
},
"node_modules/ag-charts-types": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-13.0.0.tgz",
"integrity": "sha512-mqOmKS0q4s2tt/C+CBG2Z+HWrSKYvRUCAlQzcKXKfARE3v/KdnBuxfjafa2c8ivElTTywdVdOe0q52Cow2Oggw==",
"license": "MIT"
},
"node_modules/ag-grid-community": {
"version": "35.0.0",
"resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-35.0.0.tgz",
"integrity": "sha512-Cz3MA98zZygPwvCi8OKIhP0nea+YXdx8r5MwIXqVqnQwb/BEL05nGxwovIpelL6spv3jNlHQrTVgt4lw9J+nyg==",
"license": "MIT",
"dependencies": {
"ag-charts-types": "13.0.0"
}
},
"node_modules/fancy-canvas": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fancy-canvas/-/fancy-canvas-2.1.0.tgz",
"integrity": "sha512-nifxXJ95JNLFR2NgRV4/MxVP45G9909wJTEKz5fg/TZS20JJZA6hfgRVh/bC9bwl2zBtBNcYPjiBE4njQHVBwQ==",
"license": "MIT"
},
"node_modules/lightweight-charts": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-5.1.0.tgz",
"integrity": "sha512-jEAYR4ODYeyNZcWUigsoLTl52rbPmgXnvd5FLIv/ZoA/2sSDw63YKnef8n4yhzum7W926yHeFwlm7ididKb7YQ==",
"license": "Apache-2.0",
"dependencies": {
"fancy-canvas": "2.1.0"
}
},
"node_modules/plotly.js-dist": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-3.3.1.tgz",
"integrity": "sha512-FTesxTvlwujX38AG4OqB/aqRRyc3lhrU7Rx5+p26Xinx6LBZn0W10C98IeKlg8lN8eHGiqFNoMe+oAYW69z7dQ==",
"license": "MIT"
}
}
}