[jichoi]
08-12
최정임 240812
@f1cb25af205cdff8818daaea4daf456eef8ca263
--- client/resources/css/reset.css
+++ client/resources/css/reset.css
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 |
box-sizing: border-box; |
71 | 71 |
} |
72 | 72 |
|
73 |
- |
|
73 |
+html, body, #root, #app{height: 100%;} |
|
74 | 74 |
html, |
75 | 75 |
body, |
76 | 76 |
#root { |
--- client/views/pages/teacher/textbook.vue
+++ client/views/pages/teacher/textbook.vue
... | ... | @@ -175,7 +175,7 @@ |
175 | 175 |
} |
176 | 176 |
</script> |
177 | 177 |
|
178 |
-<style> |
|
178 |
+<style scoped> |
|
179 | 179 |
.content-t { |
180 | 180 |
flex-wrap: wrap; |
181 | 181 |
height: 90%; |
... | ... | @@ -184,8 +184,5 @@ |
184 | 184 |
.flex { |
185 | 185 |
display: flex; |
186 | 186 |
flex-wrap: wrap; |
187 |
-} |
|
188 |
-.textbook, .textbook-add { |
|
189 |
- margin-bottom: 30px; |
|
190 | 187 |
} |
191 | 188 |
</style>(파일 끝에 줄바꿈 문자 없음) |
--- package-lock.json
+++ package-lock.json
... | ... | @@ -1,10 +1,11 @@ |
1 | 1 |
{ |
2 |
- "name": "lms_front", |
|
2 |
+ "name": "lms_front-1", |
|
3 | 3 |
"lockfileVersion": 3, |
4 | 4 |
"requires": true, |
5 | 5 |
"packages": { |
6 | 6 |
"": { |
7 | 7 |
"dependencies": { |
8 |
+ "@amcharts/amcharts4": "^4.10.39", |
|
8 | 9 |
"@babel/cli": "7.19.3", |
9 | 10 |
"@babel/core": "7.19.3", |
10 | 11 |
"@jamescoyle/vue-icon": "^0.1.2", |
... | ... | @@ -31,6 +32,28 @@ |
31 | 32 |
"devDependencies": { |
32 | 33 |
"webpack": "^5.93.0", |
33 | 34 |
"webpack-cli": "^5.1.4" |
35 |
+ } |
|
36 |
+ }, |
|
37 |
+ "node_modules/@amcharts/amcharts4": { |
|
38 |
+ "version": "4.10.39", |
|
39 |
+ "resolved": "https://registry.npmjs.org/@amcharts/amcharts4/-/amcharts4-4.10.39.tgz", |
|
40 |
+ "integrity": "sha512-5WbpZgI0m0Mf8Ydwlm1XWB8hIzkk6fJifzYmJqo5HLdA8jCQa+4I+8uOlGlvSMxbBTkvxanEgA2WX27+99X44w==", |
|
41 |
+ "license": "SEE LICENSE IN LICENSE", |
|
42 |
+ "dependencies": { |
|
43 |
+ "@babel/runtime": "^7.6.3", |
|
44 |
+ "core-js": "^3.0.0", |
|
45 |
+ "d3-force": "^3.0.0", |
|
46 |
+ "d3-geo": "^3.0.1", |
|
47 |
+ "d3-geo-projection": "^4.0.0", |
|
48 |
+ "d3-selection": "^3.0.0", |
|
49 |
+ "d3-transition": "^3.0.1", |
|
50 |
+ "pdfmake": "^0.2.2", |
|
51 |
+ "polylabel": "^1.0.2", |
|
52 |
+ "raf": "^3.4.1", |
|
53 |
+ "regression": "^2.0.1", |
|
54 |
+ "rgbcolor": "^1.0.1", |
|
55 |
+ "stackblur-canvas": "^2.0.0", |
|
56 |
+ "tslib": "^2.0.1" |
|
34 | 57 |
} |
35 | 58 |
}, |
36 | 59 |
"node_modules/@ampproject/remapping": { |
... | ... | @@ -269,6 +292,18 @@ |
269 | 292 |
"node": ">=6.0.0" |
270 | 293 |
} |
271 | 294 |
}, |
295 |
+ "node_modules/@babel/runtime": { |
|
296 |
+ "version": "7.25.0", |
|
297 |
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", |
|
298 |
+ "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", |
|
299 |
+ "license": "MIT", |
|
300 |
+ "dependencies": { |
|
301 |
+ "regenerator-runtime": "^0.14.0" |
|
302 |
+ }, |
|
303 |
+ "engines": { |
|
304 |
+ "node": ">=6.9.0" |
|
305 |
+ } |
|
306 |
+ }, |
|
272 | 307 |
"node_modules/@babel/template": { |
273 | 308 |
"version": "7.25.0", |
274 | 309 |
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", |
... | ... | @@ -324,6 +359,50 @@ |
324 | 359 |
"engines": { |
325 | 360 |
"node": ">=10.0.0" |
326 | 361 |
} |
362 |
+ }, |
|
363 |
+ "node_modules/@foliojs-fork/fontkit": { |
|
364 |
+ "version": "1.9.2", |
|
365 |
+ "resolved": "https://registry.npmjs.org/@foliojs-fork/fontkit/-/fontkit-1.9.2.tgz", |
|
366 |
+ "integrity": "sha512-IfB5EiIb+GZk+77TRB86AHroVaqfq8JRFlUbz0WEwsInyCG0epX2tCPOy+UfaWPju30DeVoUAXfzWXmhn753KA==", |
|
367 |
+ "license": "MIT", |
|
368 |
+ "dependencies": { |
|
369 |
+ "@foliojs-fork/restructure": "^2.0.2", |
|
370 |
+ "brotli": "^1.2.0", |
|
371 |
+ "clone": "^1.0.4", |
|
372 |
+ "deep-equal": "^1.0.0", |
|
373 |
+ "dfa": "^1.2.0", |
|
374 |
+ "tiny-inflate": "^1.0.2", |
|
375 |
+ "unicode-properties": "^1.2.2", |
|
376 |
+ "unicode-trie": "^2.0.0" |
|
377 |
+ } |
|
378 |
+ }, |
|
379 |
+ "node_modules/@foliojs-fork/linebreak": { |
|
380 |
+ "version": "1.1.2", |
|
381 |
+ "resolved": "https://registry.npmjs.org/@foliojs-fork/linebreak/-/linebreak-1.1.2.tgz", |
|
382 |
+ "integrity": "sha512-ZPohpxxbuKNE0l/5iBJnOAfUaMACwvUIKCvqtWGKIMv1lPYoNjYXRfhi9FeeV9McBkBLxsMFWTVVhHJA8cyzvg==", |
|
383 |
+ "license": "MIT", |
|
384 |
+ "dependencies": { |
|
385 |
+ "base64-js": "1.3.1", |
|
386 |
+ "unicode-trie": "^2.0.0" |
|
387 |
+ } |
|
388 |
+ }, |
|
389 |
+ "node_modules/@foliojs-fork/pdfkit": { |
|
390 |
+ "version": "0.14.0", |
|
391 |
+ "resolved": "https://registry.npmjs.org/@foliojs-fork/pdfkit/-/pdfkit-0.14.0.tgz", |
|
392 |
+ "integrity": "sha512-nMOiQAv6id89MT3tVTCgc7HxD5ZMANwio2o5yvs5sexQkC0KI3BLaLakpsrHmFfeGFAhqPmZATZGbJGXTUebpg==", |
|
393 |
+ "license": "MIT", |
|
394 |
+ "dependencies": { |
|
395 |
+ "@foliojs-fork/fontkit": "^1.9.1", |
|
396 |
+ "@foliojs-fork/linebreak": "^1.1.1", |
|
397 |
+ "crypto-js": "^4.2.0", |
|
398 |
+ "png-js": "^1.0.0" |
|
399 |
+ } |
|
400 |
+ }, |
|
401 |
+ "node_modules/@foliojs-fork/restructure": { |
|
402 |
+ "version": "2.0.2", |
|
403 |
+ "resolved": "https://registry.npmjs.org/@foliojs-fork/restructure/-/restructure-2.0.2.tgz", |
|
404 |
+ "integrity": "sha512-59SgoZ3EXbkfSX7b63tsou/SDGzwUEK6MuB5sKqgVK1/XE0fxmpsOb9DQI8LXW3KfGnAjImCGhhEb7uPPAUVNA==", |
|
405 |
+ "license": "MIT" |
|
327 | 406 |
}, |
328 | 407 |
"node_modules/@jamescoyle/vue-icon": { |
329 | 408 |
"version": "0.1.2", |
... | ... | @@ -896,6 +975,12 @@ |
896 | 975 |
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
897 | 976 |
"license": "MIT" |
898 | 977 |
}, |
978 |
+ "node_modules/base64-js": { |
|
979 |
+ "version": "1.3.1", |
|
980 |
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", |
|
981 |
+ "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==", |
|
982 |
+ "license": "MIT" |
|
983 |
+ }, |
|
899 | 984 |
"node_modules/big.js": { |
900 | 985 |
"version": "5.2.2", |
901 | 986 |
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", |
... | ... | @@ -978,6 +1063,15 @@ |
978 | 1063 |
}, |
979 | 1064 |
"engines": { |
980 | 1065 |
"node": ">=8" |
1066 |
+ } |
|
1067 |
+ }, |
|
1068 |
+ "node_modules/brotli": { |
|
1069 |
+ "version": "1.3.3", |
|
1070 |
+ "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", |
|
1071 |
+ "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", |
|
1072 |
+ "license": "MIT", |
|
1073 |
+ "dependencies": { |
|
1074 |
+ "base64-js": "^1.1.2" |
|
981 | 1075 |
} |
982 | 1076 |
}, |
983 | 1077 |
"node_modules/browserslist": { |
... | ... | @@ -1123,6 +1217,15 @@ |
1123 | 1217 |
"node": ">=6.0" |
1124 | 1218 |
} |
1125 | 1219 |
}, |
1220 |
+ "node_modules/clone": { |
|
1221 |
+ "version": "1.0.4", |
|
1222 |
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", |
|
1223 |
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", |
|
1224 |
+ "license": "MIT", |
|
1225 |
+ "engines": { |
|
1226 |
+ "node": ">=0.8" |
|
1227 |
+ } |
|
1228 |
+ }, |
|
1126 | 1229 |
"node_modules/clone-deep": { |
1127 | 1230 |
"version": "4.0.1", |
1128 | 1231 |
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", |
... | ... | @@ -1239,6 +1342,17 @@ |
1239 | 1342 |
"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", |
1240 | 1343 |
"license": "MIT" |
1241 | 1344 |
}, |
1345 |
+ "node_modules/core-js": { |
|
1346 |
+ "version": "3.38.0", |
|
1347 |
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", |
|
1348 |
+ "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==", |
|
1349 |
+ "hasInstallScript": true, |
|
1350 |
+ "license": "MIT", |
|
1351 |
+ "funding": { |
|
1352 |
+ "type": "opencollective", |
|
1353 |
+ "url": "https://opencollective.com/core-js" |
|
1354 |
+ } |
|
1355 |
+ }, |
|
1242 | 1356 |
"node_modules/cross-spawn": { |
1243 | 1357 |
"version": "7.0.3", |
1244 | 1358 |
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", |
... | ... | @@ -1253,6 +1367,12 @@ |
1253 | 1367 |
"engines": { |
1254 | 1368 |
"node": ">= 8" |
1255 | 1369 |
} |
1370 |
+ }, |
|
1371 |
+ "node_modules/crypto-js": { |
|
1372 |
+ "version": "4.2.0", |
|
1373 |
+ "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", |
|
1374 |
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", |
|
1375 |
+ "license": "MIT" |
|
1256 | 1376 |
}, |
1257 | 1377 |
"node_modules/css-loader": { |
1258 | 1378 |
"version": "6.7.1", |
... | ... | @@ -1310,6 +1430,159 @@ |
1310 | 1430 |
"integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", |
1311 | 1431 |
"license": "MIT" |
1312 | 1432 |
}, |
1433 |
+ "node_modules/d3-array": { |
|
1434 |
+ "version": "3.2.4", |
|
1435 |
+ "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", |
|
1436 |
+ "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", |
|
1437 |
+ "license": "ISC", |
|
1438 |
+ "dependencies": { |
|
1439 |
+ "internmap": "1 - 2" |
|
1440 |
+ }, |
|
1441 |
+ "engines": { |
|
1442 |
+ "node": ">=12" |
|
1443 |
+ } |
|
1444 |
+ }, |
|
1445 |
+ "node_modules/d3-color": { |
|
1446 |
+ "version": "3.1.0", |
|
1447 |
+ "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", |
|
1448 |
+ "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", |
|
1449 |
+ "license": "ISC", |
|
1450 |
+ "engines": { |
|
1451 |
+ "node": ">=12" |
|
1452 |
+ } |
|
1453 |
+ }, |
|
1454 |
+ "node_modules/d3-dispatch": { |
|
1455 |
+ "version": "3.0.1", |
|
1456 |
+ "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", |
|
1457 |
+ "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", |
|
1458 |
+ "license": "ISC", |
|
1459 |
+ "engines": { |
|
1460 |
+ "node": ">=12" |
|
1461 |
+ } |
|
1462 |
+ }, |
|
1463 |
+ "node_modules/d3-ease": { |
|
1464 |
+ "version": "3.0.1", |
|
1465 |
+ "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", |
|
1466 |
+ "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", |
|
1467 |
+ "license": "BSD-3-Clause", |
|
1468 |
+ "engines": { |
|
1469 |
+ "node": ">=12" |
|
1470 |
+ } |
|
1471 |
+ }, |
|
1472 |
+ "node_modules/d3-force": { |
|
1473 |
+ "version": "3.0.0", |
|
1474 |
+ "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", |
|
1475 |
+ "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", |
|
1476 |
+ "license": "ISC", |
|
1477 |
+ "dependencies": { |
|
1478 |
+ "d3-dispatch": "1 - 3", |
|
1479 |
+ "d3-quadtree": "1 - 3", |
|
1480 |
+ "d3-timer": "1 - 3" |
|
1481 |
+ }, |
|
1482 |
+ "engines": { |
|
1483 |
+ "node": ">=12" |
|
1484 |
+ } |
|
1485 |
+ }, |
|
1486 |
+ "node_modules/d3-geo": { |
|
1487 |
+ "version": "3.1.1", |
|
1488 |
+ "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", |
|
1489 |
+ "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", |
|
1490 |
+ "license": "ISC", |
|
1491 |
+ "dependencies": { |
|
1492 |
+ "d3-array": "2.5.0 - 3" |
|
1493 |
+ }, |
|
1494 |
+ "engines": { |
|
1495 |
+ "node": ">=12" |
|
1496 |
+ } |
|
1497 |
+ }, |
|
1498 |
+ "node_modules/d3-geo-projection": { |
|
1499 |
+ "version": "4.0.0", |
|
1500 |
+ "resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-4.0.0.tgz", |
|
1501 |
+ "integrity": "sha512-p0bK60CEzph1iqmnxut7d/1kyTmm3UWtPlwdkM31AU+LW+BXazd5zJdoCn7VFxNCHXRngPHRnsNn5uGjLRGndg==", |
|
1502 |
+ "license": "ISC", |
|
1503 |
+ "dependencies": { |
|
1504 |
+ "commander": "7", |
|
1505 |
+ "d3-array": "1 - 3", |
|
1506 |
+ "d3-geo": "1.12.0 - 3" |
|
1507 |
+ }, |
|
1508 |
+ "bin": { |
|
1509 |
+ "geo2svg": "bin/geo2svg.js", |
|
1510 |
+ "geograticule": "bin/geograticule.js", |
|
1511 |
+ "geoproject": "bin/geoproject.js", |
|
1512 |
+ "geoquantize": "bin/geoquantize.js", |
|
1513 |
+ "geostitch": "bin/geostitch.js" |
|
1514 |
+ }, |
|
1515 |
+ "engines": { |
|
1516 |
+ "node": ">=12" |
|
1517 |
+ } |
|
1518 |
+ }, |
|
1519 |
+ "node_modules/d3-geo-projection/node_modules/commander": { |
|
1520 |
+ "version": "7.2.0", |
|
1521 |
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", |
|
1522 |
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", |
|
1523 |
+ "license": "MIT", |
|
1524 |
+ "engines": { |
|
1525 |
+ "node": ">= 10" |
|
1526 |
+ } |
|
1527 |
+ }, |
|
1528 |
+ "node_modules/d3-interpolate": { |
|
1529 |
+ "version": "3.0.1", |
|
1530 |
+ "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", |
|
1531 |
+ "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", |
|
1532 |
+ "license": "ISC", |
|
1533 |
+ "dependencies": { |
|
1534 |
+ "d3-color": "1 - 3" |
|
1535 |
+ }, |
|
1536 |
+ "engines": { |
|
1537 |
+ "node": ">=12" |
|
1538 |
+ } |
|
1539 |
+ }, |
|
1540 |
+ "node_modules/d3-quadtree": { |
|
1541 |
+ "version": "3.0.1", |
|
1542 |
+ "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", |
|
1543 |
+ "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", |
|
1544 |
+ "license": "ISC", |
|
1545 |
+ "engines": { |
|
1546 |
+ "node": ">=12" |
|
1547 |
+ } |
|
1548 |
+ }, |
|
1549 |
+ "node_modules/d3-selection": { |
|
1550 |
+ "version": "3.0.0", |
|
1551 |
+ "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", |
|
1552 |
+ "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", |
|
1553 |
+ "license": "ISC", |
|
1554 |
+ "engines": { |
|
1555 |
+ "node": ">=12" |
|
1556 |
+ } |
|
1557 |
+ }, |
|
1558 |
+ "node_modules/d3-timer": { |
|
1559 |
+ "version": "3.0.1", |
|
1560 |
+ "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", |
|
1561 |
+ "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", |
|
1562 |
+ "license": "ISC", |
|
1563 |
+ "engines": { |
|
1564 |
+ "node": ">=12" |
|
1565 |
+ } |
|
1566 |
+ }, |
|
1567 |
+ "node_modules/d3-transition": { |
|
1568 |
+ "version": "3.0.1", |
|
1569 |
+ "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", |
|
1570 |
+ "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", |
|
1571 |
+ "license": "ISC", |
|
1572 |
+ "dependencies": { |
|
1573 |
+ "d3-color": "1 - 3", |
|
1574 |
+ "d3-dispatch": "1 - 3", |
|
1575 |
+ "d3-ease": "1 - 3", |
|
1576 |
+ "d3-interpolate": "1 - 3", |
|
1577 |
+ "d3-timer": "1 - 3" |
|
1578 |
+ }, |
|
1579 |
+ "engines": { |
|
1580 |
+ "node": ">=12" |
|
1581 |
+ }, |
|
1582 |
+ "peerDependencies": { |
|
1583 |
+ "d3-selection": "2 - 3" |
|
1584 |
+ } |
|
1585 |
+ }, |
|
1313 | 1586 |
"node_modules/debug": { |
1314 | 1587 |
"version": "4.3.6", |
1315 | 1588 |
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", |
... | ... | @@ -1327,6 +1600,26 @@ |
1327 | 1600 |
} |
1328 | 1601 |
} |
1329 | 1602 |
}, |
1603 |
+ "node_modules/deep-equal": { |
|
1604 |
+ "version": "1.1.2", |
|
1605 |
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz", |
|
1606 |
+ "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==", |
|
1607 |
+ "license": "MIT", |
|
1608 |
+ "dependencies": { |
|
1609 |
+ "is-arguments": "^1.1.1", |
|
1610 |
+ "is-date-object": "^1.0.5", |
|
1611 |
+ "is-regex": "^1.1.4", |
|
1612 |
+ "object-is": "^1.1.5", |
|
1613 |
+ "object-keys": "^1.1.1", |
|
1614 |
+ "regexp.prototype.flags": "^1.5.1" |
|
1615 |
+ }, |
|
1616 |
+ "engines": { |
|
1617 |
+ "node": ">= 0.4" |
|
1618 |
+ }, |
|
1619 |
+ "funding": { |
|
1620 |
+ "url": "https://github.com/sponsors/ljharb" |
|
1621 |
+ } |
|
1622 |
+ }, |
|
1330 | 1623 |
"node_modules/define-data-property": { |
1331 | 1624 |
"version": "1.1.4", |
1332 | 1625 |
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", |
... | ... | @@ -1336,6 +1629,23 @@ |
1336 | 1629 |
"es-define-property": "^1.0.0", |
1337 | 1630 |
"es-errors": "^1.3.0", |
1338 | 1631 |
"gopd": "^1.0.1" |
1632 |
+ }, |
|
1633 |
+ "engines": { |
|
1634 |
+ "node": ">= 0.4" |
|
1635 |
+ }, |
|
1636 |
+ "funding": { |
|
1637 |
+ "url": "https://github.com/sponsors/ljharb" |
|
1638 |
+ } |
|
1639 |
+ }, |
|
1640 |
+ "node_modules/define-properties": { |
|
1641 |
+ "version": "1.2.1", |
|
1642 |
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", |
|
1643 |
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", |
|
1644 |
+ "license": "MIT", |
|
1645 |
+ "dependencies": { |
|
1646 |
+ "define-data-property": "^1.0.1", |
|
1647 |
+ "has-property-descriptors": "^1.0.0", |
|
1648 |
+ "object-keys": "^1.1.1" |
|
1339 | 1649 |
}, |
1340 | 1650 |
"engines": { |
1341 | 1651 |
"node": ">= 0.4" |
... | ... | @@ -1370,6 +1680,12 @@ |
1370 | 1680 |
"node": ">= 0.8", |
1371 | 1681 |
"npm": "1.2.8000 || >= 1.4.16" |
1372 | 1682 |
} |
1683 |
+ }, |
|
1684 |
+ "node_modules/dfa": { |
|
1685 |
+ "version": "1.2.0", |
|
1686 |
+ "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", |
|
1687 |
+ "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", |
|
1688 |
+ "license": "MIT" |
|
1373 | 1689 |
}, |
1374 | 1690 |
"node_modules/ee-first": { |
1375 | 1691 |
"version": "1.1.1", |
... | ... | @@ -1881,6 +2197,15 @@ |
1881 | 2197 |
"url": "https://github.com/sponsors/ljharb" |
1882 | 2198 |
} |
1883 | 2199 |
}, |
2200 |
+ "node_modules/functions-have-names": { |
|
2201 |
+ "version": "1.2.3", |
|
2202 |
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", |
|
2203 |
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", |
|
2204 |
+ "license": "MIT", |
|
2205 |
+ "funding": { |
|
2206 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2207 |
+ } |
|
2208 |
+ }, |
|
1884 | 2209 |
"node_modules/gensync": { |
1885 | 2210 |
"version": "1.0.0-beta.2", |
1886 | 2211 |
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", |
... | ... | @@ -2021,6 +2346,21 @@ |
2021 | 2346 |
"url": "https://github.com/sponsors/ljharb" |
2022 | 2347 |
} |
2023 | 2348 |
}, |
2349 |
+ "node_modules/has-tostringtag": { |
|
2350 |
+ "version": "1.0.2", |
|
2351 |
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", |
|
2352 |
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", |
|
2353 |
+ "license": "MIT", |
|
2354 |
+ "dependencies": { |
|
2355 |
+ "has-symbols": "^1.0.3" |
|
2356 |
+ }, |
|
2357 |
+ "engines": { |
|
2358 |
+ "node": ">= 0.4" |
|
2359 |
+ }, |
|
2360 |
+ "funding": { |
|
2361 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2362 |
+ } |
|
2363 |
+ }, |
|
2024 | 2364 |
"node_modules/hash-sum": { |
2025 | 2365 |
"version": "2.0.0", |
2026 | 2366 |
"resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", |
... | ... | @@ -2116,6 +2456,15 @@ |
2116 | 2456 |
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
2117 | 2457 |
"license": "ISC" |
2118 | 2458 |
}, |
2459 |
+ "node_modules/internmap": { |
|
2460 |
+ "version": "2.0.3", |
|
2461 |
+ "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", |
|
2462 |
+ "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", |
|
2463 |
+ "license": "ISC", |
|
2464 |
+ "engines": { |
|
2465 |
+ "node": ">=12" |
|
2466 |
+ } |
|
2467 |
+ }, |
|
2119 | 2468 |
"node_modules/interpret": { |
2120 | 2469 |
"version": "3.1.1", |
2121 | 2470 |
"resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", |
... | ... | @@ -2132,6 +2481,22 @@ |
2132 | 2481 |
"license": "MIT", |
2133 | 2482 |
"engines": { |
2134 | 2483 |
"node": ">= 0.10" |
2484 |
+ } |
|
2485 |
+ }, |
|
2486 |
+ "node_modules/is-arguments": { |
|
2487 |
+ "version": "1.1.1", |
|
2488 |
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", |
|
2489 |
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", |
|
2490 |
+ "license": "MIT", |
|
2491 |
+ "dependencies": { |
|
2492 |
+ "call-bind": "^1.0.2", |
|
2493 |
+ "has-tostringtag": "^1.0.0" |
|
2494 |
+ }, |
|
2495 |
+ "engines": { |
|
2496 |
+ "node": ">= 0.4" |
|
2497 |
+ }, |
|
2498 |
+ "funding": { |
|
2499 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2135 | 2500 |
} |
2136 | 2501 |
}, |
2137 | 2502 |
"node_modules/is-binary-path": { |
... | ... | @@ -2154,6 +2519,21 @@ |
2154 | 2519 |
"dev": true, |
2155 | 2520 |
"dependencies": { |
2156 | 2521 |
"hasown": "^2.0.2" |
2522 |
+ }, |
|
2523 |
+ "engines": { |
|
2524 |
+ "node": ">= 0.4" |
|
2525 |
+ }, |
|
2526 |
+ "funding": { |
|
2527 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2528 |
+ } |
|
2529 |
+ }, |
|
2530 |
+ "node_modules/is-date-object": { |
|
2531 |
+ "version": "1.0.5", |
|
2532 |
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", |
|
2533 |
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", |
|
2534 |
+ "license": "MIT", |
|
2535 |
+ "dependencies": { |
|
2536 |
+ "has-tostringtag": "^1.0.0" |
|
2157 | 2537 |
}, |
2158 | 2538 |
"engines": { |
2159 | 2539 |
"node": ">= 0.4" |
... | ... | @@ -2206,6 +2586,22 @@ |
2206 | 2586 |
}, |
2207 | 2587 |
"engines": { |
2208 | 2588 |
"node": ">=0.10.0" |
2589 |
+ } |
|
2590 |
+ }, |
|
2591 |
+ "node_modules/is-regex": { |
|
2592 |
+ "version": "1.1.4", |
|
2593 |
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", |
|
2594 |
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", |
|
2595 |
+ "license": "MIT", |
|
2596 |
+ "dependencies": { |
|
2597 |
+ "call-bind": "^1.0.2", |
|
2598 |
+ "has-tostringtag": "^1.0.0" |
|
2599 |
+ }, |
|
2600 |
+ "engines": { |
|
2601 |
+ "node": ">= 0.4" |
|
2602 |
+ }, |
|
2603 |
+ "funding": { |
|
2604 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2209 | 2605 |
} |
2210 | 2606 |
}, |
2211 | 2607 |
"node_modules/isexe": { |
... | ... | @@ -2547,6 +2943,31 @@ |
2547 | 2943 |
"url": "https://github.com/sponsors/ljharb" |
2548 | 2944 |
} |
2549 | 2945 |
}, |
2946 |
+ "node_modules/object-is": { |
|
2947 |
+ "version": "1.1.6", |
|
2948 |
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", |
|
2949 |
+ "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", |
|
2950 |
+ "license": "MIT", |
|
2951 |
+ "dependencies": { |
|
2952 |
+ "call-bind": "^1.0.7", |
|
2953 |
+ "define-properties": "^1.2.1" |
|
2954 |
+ }, |
|
2955 |
+ "engines": { |
|
2956 |
+ "node": ">= 0.4" |
|
2957 |
+ }, |
|
2958 |
+ "funding": { |
|
2959 |
+ "url": "https://github.com/sponsors/ljharb" |
|
2960 |
+ } |
|
2961 |
+ }, |
|
2962 |
+ "node_modules/object-keys": { |
|
2963 |
+ "version": "1.1.1", |
|
2964 |
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", |
|
2965 |
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", |
|
2966 |
+ "license": "MIT", |
|
2967 |
+ "engines": { |
|
2968 |
+ "node": ">= 0.4" |
|
2969 |
+ } |
|
2970 |
+ }, |
|
2550 | 2971 |
"node_modules/on-finished": { |
2551 | 2972 |
"version": "2.4.1", |
2552 | 2973 |
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", |
... | ... | @@ -2610,6 +3031,12 @@ |
2610 | 3031 |
"integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==", |
2611 | 3032 |
"license": "MIT" |
2612 | 3033 |
}, |
3034 |
+ "node_modules/pako": { |
|
3035 |
+ "version": "0.2.9", |
|
3036 |
+ "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", |
|
3037 |
+ "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", |
|
3038 |
+ "license": "MIT" |
|
3039 |
+ }, |
|
2613 | 3040 |
"node_modules/parseurl": { |
2614 | 3041 |
"version": "1.3.3", |
2615 | 3042 |
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", |
... | ... | @@ -2657,6 +3084,39 @@ |
2657 | 3084 |
"version": "0.1.7", |
2658 | 3085 |
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", |
2659 | 3086 |
"integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", |
3087 |
+ "license": "MIT" |
|
3088 |
+ }, |
|
3089 |
+ "node_modules/pdfmake": { |
|
3090 |
+ "version": "0.2.11", |
|
3091 |
+ "resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.2.11.tgz", |
|
3092 |
+ "integrity": "sha512-Ig9LBhIYWW8t0/MiXQPYOQdMgwjg+f3JS2iWA7q94Ftc4wSDO5VZP+a1+QN7uz3FbA7+vB4EEYfg3xU0wRPk8w==", |
|
3093 |
+ "license": "MIT", |
|
3094 |
+ "dependencies": { |
|
3095 |
+ "@foliojs-fork/linebreak": "^1.1.1", |
|
3096 |
+ "@foliojs-fork/pdfkit": "^0.14.0", |
|
3097 |
+ "iconv-lite": "^0.6.3", |
|
3098 |
+ "xmldoc": "^1.1.2" |
|
3099 |
+ }, |
|
3100 |
+ "engines": { |
|
3101 |
+ "node": ">=12" |
|
3102 |
+ } |
|
3103 |
+ }, |
|
3104 |
+ "node_modules/pdfmake/node_modules/iconv-lite": { |
|
3105 |
+ "version": "0.6.3", |
|
3106 |
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", |
|
3107 |
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
|
3108 |
+ "license": "MIT", |
|
3109 |
+ "dependencies": { |
|
3110 |
+ "safer-buffer": ">= 2.1.2 < 3.0.0" |
|
3111 |
+ }, |
|
3112 |
+ "engines": { |
|
3113 |
+ "node": ">=0.10.0" |
|
3114 |
+ } |
|
3115 |
+ }, |
|
3116 |
+ "node_modules/performance-now": { |
|
3117 |
+ "version": "2.1.0", |
|
3118 |
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", |
|
3119 |
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", |
|
2660 | 3120 |
"license": "MIT" |
2661 | 3121 |
}, |
2662 | 3122 |
"node_modules/pg": { |
... | ... | @@ -2778,6 +3238,20 @@ |
2778 | 3238 |
}, |
2779 | 3239 |
"engines": { |
2780 | 3240 |
"node": ">=8" |
3241 |
+ } |
|
3242 |
+ }, |
|
3243 |
+ "node_modules/png-js": { |
|
3244 |
+ "version": "1.0.0", |
|
3245 |
+ "resolved": "https://registry.npmjs.org/png-js/-/png-js-1.0.0.tgz", |
|
3246 |
+ "integrity": "sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g==" |
|
3247 |
+ }, |
|
3248 |
+ "node_modules/polylabel": { |
|
3249 |
+ "version": "1.1.0", |
|
3250 |
+ "resolved": "https://registry.npmjs.org/polylabel/-/polylabel-1.1.0.tgz", |
|
3251 |
+ "integrity": "sha512-bxaGcA40sL3d6M4hH72Z4NdLqxpXRsCFk8AITYg6x1rn1Ei3izf00UMLklerBZTO49aPA3CYrIwVulx2Bce2pA==", |
|
3252 |
+ "license": "ISC", |
|
3253 |
+ "dependencies": { |
|
3254 |
+ "tinyqueue": "^2.0.3" |
|
2781 | 3255 |
} |
2782 | 3256 |
}, |
2783 | 3257 |
"node_modules/postcss": { |
... | ... | @@ -2967,6 +3441,15 @@ |
2967 | 3441 |
"url": "https://github.com/sponsors/ljharb" |
2968 | 3442 |
} |
2969 | 3443 |
}, |
3444 |
+ "node_modules/raf": { |
|
3445 |
+ "version": "3.4.1", |
|
3446 |
+ "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", |
|
3447 |
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", |
|
3448 |
+ "license": "MIT", |
|
3449 |
+ "dependencies": { |
|
3450 |
+ "performance-now": "^2.1.0" |
|
3451 |
+ } |
|
3452 |
+ }, |
|
2970 | 3453 |
"node_modules/randombytes": { |
2971 | 3454 |
"version": "2.1.0", |
2972 | 3455 |
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", |
... | ... | @@ -3025,6 +3508,36 @@ |
3025 | 3508 |
"node": ">= 10.13.0" |
3026 | 3509 |
} |
3027 | 3510 |
}, |
3511 |
+ "node_modules/regenerator-runtime": { |
|
3512 |
+ "version": "0.14.1", |
|
3513 |
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", |
|
3514 |
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", |
|
3515 |
+ "license": "MIT" |
|
3516 |
+ }, |
|
3517 |
+ "node_modules/regexp.prototype.flags": { |
|
3518 |
+ "version": "1.5.2", |
|
3519 |
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", |
|
3520 |
+ "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", |
|
3521 |
+ "license": "MIT", |
|
3522 |
+ "dependencies": { |
|
3523 |
+ "call-bind": "^1.0.6", |
|
3524 |
+ "define-properties": "^1.2.1", |
|
3525 |
+ "es-errors": "^1.3.0", |
|
3526 |
+ "set-function-name": "^2.0.1" |
|
3527 |
+ }, |
|
3528 |
+ "engines": { |
|
3529 |
+ "node": ">= 0.4" |
|
3530 |
+ }, |
|
3531 |
+ "funding": { |
|
3532 |
+ "url": "https://github.com/sponsors/ljharb" |
|
3533 |
+ } |
|
3534 |
+ }, |
|
3535 |
+ "node_modules/regression": { |
|
3536 |
+ "version": "2.0.1", |
|
3537 |
+ "resolved": "https://registry.npmjs.org/regression/-/regression-2.0.1.tgz", |
|
3538 |
+ "integrity": "sha512-A4XYsc37dsBaNOgEjkJKzfJlE394IMmUPlI/p3TTI9u3T+2a+eox5Pr/CPUqF0eszeWZJPAc6QkroAhuUpWDJQ==", |
|
3539 |
+ "license": "MIT" |
|
3540 |
+ }, |
|
3028 | 3541 |
"node_modules/resolve": { |
3029 | 3542 |
"version": "1.22.8", |
3030 | 3543 |
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", |
... | ... | @@ -3065,6 +3578,15 @@ |
3065 | 3578 |
"node": ">=8" |
3066 | 3579 |
} |
3067 | 3580 |
}, |
3581 |
+ "node_modules/rgbcolor": { |
|
3582 |
+ "version": "1.0.1", |
|
3583 |
+ "resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz", |
|
3584 |
+ "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==", |
|
3585 |
+ "license": "MIT OR SEE LICENSE IN FEEL-FREE.md", |
|
3586 |
+ "engines": { |
|
3587 |
+ "node": ">= 0.8.15" |
|
3588 |
+ } |
|
3589 |
+ }, |
|
3068 | 3590 |
"node_modules/safe-buffer": { |
3069 | 3591 |
"version": "5.2.1", |
3070 | 3592 |
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
... | ... | @@ -3090,6 +3612,12 @@ |
3090 | 3612 |
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", |
3091 | 3613 |
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", |
3092 | 3614 |
"license": "MIT" |
3615 |
+ }, |
|
3616 |
+ "node_modules/sax": { |
|
3617 |
+ "version": "1.4.1", |
|
3618 |
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", |
|
3619 |
+ "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", |
|
3620 |
+ "license": "ISC" |
|
3093 | 3621 |
}, |
3094 | 3622 |
"node_modules/schema-utils": { |
3095 | 3623 |
"version": "2.7.1", |
... | ... | @@ -3198,6 +3726,21 @@ |
3198 | 3726 |
"function-bind": "^1.1.2", |
3199 | 3727 |
"get-intrinsic": "^1.2.4", |
3200 | 3728 |
"gopd": "^1.0.1", |
3729 |
+ "has-property-descriptors": "^1.0.2" |
|
3730 |
+ }, |
|
3731 |
+ "engines": { |
|
3732 |
+ "node": ">= 0.4" |
|
3733 |
+ } |
|
3734 |
+ }, |
|
3735 |
+ "node_modules/set-function-name": { |
|
3736 |
+ "version": "2.0.2", |
|
3737 |
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", |
|
3738 |
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", |
|
3739 |
+ "license": "MIT", |
|
3740 |
+ "dependencies": { |
|
3741 |
+ "define-data-property": "^1.1.4", |
|
3742 |
+ "es-errors": "^1.3.0", |
|
3743 |
+ "functions-have-names": "^1.2.3", |
|
3201 | 3744 |
"has-property-descriptors": "^1.0.2" |
3202 | 3745 |
}, |
3203 | 3746 |
"engines": { |
... | ... | @@ -3315,6 +3858,15 @@ |
3315 | 3858 |
"license": "ISC", |
3316 | 3859 |
"engines": { |
3317 | 3860 |
"node": ">= 10.x" |
3861 |
+ } |
|
3862 |
+ }, |
|
3863 |
+ "node_modules/stackblur-canvas": { |
|
3864 |
+ "version": "2.7.0", |
|
3865 |
+ "resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz", |
|
3866 |
+ "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==", |
|
3867 |
+ "license": "MIT", |
|
3868 |
+ "engines": { |
|
3869 |
+ "node": ">=0.1.14" |
|
3318 | 3870 |
} |
3319 | 3871 |
}, |
3320 | 3872 |
"node_modules/statuses": { |
... | ... | @@ -3435,6 +3987,18 @@ |
3435 | 3987 |
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", |
3436 | 3988 |
"license": "MIT" |
3437 | 3989 |
}, |
3990 |
+ "node_modules/tiny-inflate": { |
|
3991 |
+ "version": "1.0.3", |
|
3992 |
+ "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", |
|
3993 |
+ "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", |
|
3994 |
+ "license": "MIT" |
|
3995 |
+ }, |
|
3996 |
+ "node_modules/tinyqueue": { |
|
3997 |
+ "version": "2.0.3", |
|
3998 |
+ "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", |
|
3999 |
+ "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==", |
|
4000 |
+ "license": "ISC" |
|
4001 |
+ }, |
|
3438 | 4002 |
"node_modules/to-fast-properties": { |
3439 | 4003 |
"version": "2.0.0", |
3440 | 4004 |
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", |
... | ... | @@ -3466,6 +4030,12 @@ |
3466 | 4030 |
"node": ">=0.6" |
3467 | 4031 |
} |
3468 | 4032 |
}, |
4033 |
+ "node_modules/tslib": { |
|
4034 |
+ "version": "2.6.3", |
|
4035 |
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", |
|
4036 |
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", |
|
4037 |
+ "license": "0BSD" |
|
4038 |
+ }, |
|
3469 | 4039 |
"node_modules/type-is": { |
3470 | 4040 |
"version": "1.6.18", |
3471 | 4041 |
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", |
... | ... | @@ -3484,6 +4054,26 @@ |
3484 | 4054 |
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", |
3485 | 4055 |
"integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", |
3486 | 4056 |
"license": "MIT" |
4057 |
+ }, |
|
4058 |
+ "node_modules/unicode-properties": { |
|
4059 |
+ "version": "1.4.1", |
|
4060 |
+ "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", |
|
4061 |
+ "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", |
|
4062 |
+ "license": "MIT", |
|
4063 |
+ "dependencies": { |
|
4064 |
+ "base64-js": "^1.3.0", |
|
4065 |
+ "unicode-trie": "^2.0.0" |
|
4066 |
+ } |
|
4067 |
+ }, |
|
4068 |
+ "node_modules/unicode-trie": { |
|
4069 |
+ "version": "2.0.0", |
|
4070 |
+ "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", |
|
4071 |
+ "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", |
|
4072 |
+ "license": "MIT", |
|
4073 |
+ "dependencies": { |
|
4074 |
+ "pako": "^0.2.5", |
|
4075 |
+ "tiny-inflate": "^1.0.0" |
|
4076 |
+ } |
|
3487 | 4077 |
}, |
3488 | 4078 |
"node_modules/unpipe": { |
3489 | 4079 |
"version": "1.0.0", |
... | ... | @@ -3965,6 +4555,15 @@ |
3965 | 4555 |
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", |
3966 | 4556 |
"license": "ISC" |
3967 | 4557 |
}, |
4558 |
+ "node_modules/xmldoc": { |
|
4559 |
+ "version": "1.3.0", |
|
4560 |
+ "resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.3.0.tgz", |
|
4561 |
+ "integrity": "sha512-y7IRWW6PvEnYQZNZFMRLNJw+p3pezM4nKYPfr15g4OOW9i8VpeydycFuipE2297OvZnh3jSb2pxOt9QpkZUVng==", |
|
4562 |
+ "license": "MIT", |
|
4563 |
+ "dependencies": { |
|
4564 |
+ "sax": "^1.2.4" |
|
4565 |
+ } |
|
4566 |
+ }, |
|
3968 | 4567 |
"node_modules/xtend": { |
3969 | 4568 |
"version": "4.0.2", |
3970 | 4569 |
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", |
--- package.json
+++ package.json
... | ... | @@ -1,5 +1,6 @@ |
1 | 1 |
{ |
2 | 2 |
"dependencies": { |
3 |
+ "@amcharts/amcharts4": "^4.10.39", |
|
3 | 4 |
"@babel/cli": "7.19.3", |
4 | 5 |
"@babel/core": "7.19.3", |
5 | 6 |
"@jamescoyle/vue-icon": "^0.1.2", |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?