-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
103 lines (103 loc) · 3.22 KB
/
package-lock.json
File metadata and controls
103 lines (103 loc) · 3.22 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
{
"name": "@image-charts/pcf-all",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@image-charts/pcf-all",
"version": "1.0.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@image-charts/pcf-barchart": "github:image-charts/pcf-barchart",
"@image-charts/pcf-doughnut": "github:image-charts/pcf-doughnut",
"@image-charts/pcf-generic": "github:image-charts/pcf-generic",
"@image-charts/pcf-linechart": "github:image-charts/pcf-linechart",
"@image-charts/pcf-piechart": "github:image-charts/pcf-piechart",
"@image-charts/pcf-qrcode": "github:image-charts/pcf-qrcode"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-barchart": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-barchart.git#0731ea7814a8d70190d111e6b236871ce3b22453",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-doughnut": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-doughnut.git#c8154a2e8a78b22daadac6815ed245d34c831588",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-generic": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-generic.git#2d432aeca4a3075fdc3c1491a877ab99e0e61a76",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-linechart": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-linechart.git#ee9472831ef21f0b0198dedaf7b141446f350213",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-piechart": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-piechart.git#637ab8153c133d733b1d766e63cd460e26ac175e",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@image-charts/pcf-qrcode": {
"version": "1.0.1",
"resolved": "git+ssh://git@github.com/image-charts/pcf-qrcode.git#8494ebe02100b67f562b3ff1bd3f795e736822ea",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
"license": "MIT"
}
}
}