@solidstarters/create-solid-app 1.2.30 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/nest-template/package.json +4 -4
- package/templates/next-template/app/admin/core/[moduleName]/home/page.tsx +8 -2
- package/templates/next-template/app/layout.tsx +0 -3
- package/templates/next-template/next.config.js +0 -2
- package/templates/next-template/package-lock.json +1023 -34
- package/templates/next-template/package.json +4 -4
- package/templates/next-template/app/auth/page.tsx +0 -33
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-template",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "next-template",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
13
13
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
14
14
|
"@hello-pangea/dnd": "^17.0.0",
|
|
15
15
|
"@reduxjs/toolkit": "^1.9.5",
|
|
16
|
-
"@solidstarters/solid-core-ui": "^1.1.
|
|
16
|
+
"@solidstarters/solid-core-ui": "^1.1.204",
|
|
17
17
|
"@uiw/react-codemirror": "^4.23.3",
|
|
18
18
|
"axios": "^1.7.2",
|
|
19
19
|
"bcryptjs": "^2.4.3",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"moment": "^2.29.4",
|
|
33
33
|
"moment-range": "^4.0.2",
|
|
34
34
|
"mongoose": "^7.5.0",
|
|
35
|
-
"next-auth": "^4.
|
|
35
|
+
"next-auth": "^4.24.13",
|
|
36
36
|
"next-connect": "^1.0.0",
|
|
37
37
|
"node-geocoder": "^4.2.0",
|
|
38
|
-
"nodemailer": "^
|
|
38
|
+
"nodemailer": "^7.0.7",
|
|
39
39
|
"pluralize": "^8.0.0",
|
|
40
40
|
"primeflex": "^3.3.1",
|
|
41
41
|
"primeicons": "^7.0.0",
|
|
@@ -1000,10 +1000,77 @@
|
|
|
1000
1000
|
"redux": "^4"
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
|
+
"node_modules/@shikijs/core": {
|
|
1004
|
+
"version": "3.14.0",
|
|
1005
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.14.0.tgz",
|
|
1006
|
+
"integrity": "sha512-qRSeuP5vlYHCNUIrpEBQFO7vSkR7jn7Kv+5X3FO/zBKVDGQbcnlScD3XhkrHi/R8Ltz0kEjvFR9Szp/XMRbFMw==",
|
|
1007
|
+
"license": "MIT",
|
|
1008
|
+
"dependencies": {
|
|
1009
|
+
"@shikijs/types": "3.14.0",
|
|
1010
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1011
|
+
"@types/hast": "^3.0.4",
|
|
1012
|
+
"hast-util-to-html": "^9.0.5"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"node_modules/@shikijs/engine-javascript": {
|
|
1016
|
+
"version": "3.14.0",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.14.0.tgz",
|
|
1018
|
+
"integrity": "sha512-3v1kAXI2TsWQuwv86cREH/+FK9Pjw3dorVEykzQDhwrZj0lwsHYlfyARaKmn6vr5Gasf8aeVpb8JkzeWspxOLQ==",
|
|
1019
|
+
"license": "MIT",
|
|
1020
|
+
"dependencies": {
|
|
1021
|
+
"@shikijs/types": "3.14.0",
|
|
1022
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1023
|
+
"oniguruma-to-es": "^4.3.3"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
1027
|
+
"version": "3.14.0",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.14.0.tgz",
|
|
1029
|
+
"integrity": "sha512-TNcYTYMbJyy+ZjzWtt0bG5y4YyMIWC2nyePz+CFMWqm+HnZZyy9SWMgo8Z6KBJVIZnx8XUXS8U2afO6Y0g1Oug==",
|
|
1030
|
+
"license": "MIT",
|
|
1031
|
+
"dependencies": {
|
|
1032
|
+
"@shikijs/types": "3.14.0",
|
|
1033
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"node_modules/@shikijs/langs": {
|
|
1037
|
+
"version": "3.14.0",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.14.0.tgz",
|
|
1039
|
+
"integrity": "sha512-DIB2EQY7yPX1/ZH7lMcwrK5pl+ZkP/xoSpUzg9YC8R+evRCCiSQ7yyrvEyBsMnfZq4eBzLzBlugMyTAf13+pzg==",
|
|
1040
|
+
"license": "MIT",
|
|
1041
|
+
"dependencies": {
|
|
1042
|
+
"@shikijs/types": "3.14.0"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"node_modules/@shikijs/themes": {
|
|
1046
|
+
"version": "3.14.0",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.14.0.tgz",
|
|
1048
|
+
"integrity": "sha512-fAo/OnfWckNmv4uBoUu6dSlkcBc+SA1xzj5oUSaz5z3KqHtEbUypg/9xxgJARtM6+7RVm0Q6Xnty41xA1ma1IA==",
|
|
1049
|
+
"license": "MIT",
|
|
1050
|
+
"dependencies": {
|
|
1051
|
+
"@shikijs/types": "3.14.0"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
"node_modules/@shikijs/types": {
|
|
1055
|
+
"version": "3.14.0",
|
|
1056
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.14.0.tgz",
|
|
1057
|
+
"integrity": "sha512-bQGgC6vrY8U/9ObG1Z/vTro+uclbjjD/uG58RvfxKZVD5p9Yc1ka3tVyEFy7BNJLzxuWyHH5NWynP9zZZS59eQ==",
|
|
1058
|
+
"license": "MIT",
|
|
1059
|
+
"dependencies": {
|
|
1060
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1061
|
+
"@types/hast": "^3.0.4"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
1065
|
+
"version": "10.0.2",
|
|
1066
|
+
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
1067
|
+
"integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
|
|
1068
|
+
"license": "MIT"
|
|
1069
|
+
},
|
|
1003
1070
|
"node_modules/@solidstarters/solid-core-ui": {
|
|
1004
|
-
"version": "1.1.
|
|
1005
|
-
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.
|
|
1006
|
-
"integrity": "sha512-
|
|
1071
|
+
"version": "1.1.204",
|
|
1072
|
+
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.204.tgz",
|
|
1073
|
+
"integrity": "sha512-czHp3UBfkvZgs/k1cA1p55KBhytttuiKJtBxBhI1rRmo4J8xVrbKSvkqSFVokB6fvVNxfT9AImDMaUK4qO8TuQ==",
|
|
1007
1074
|
"license": "ISC",
|
|
1008
1075
|
"dependencies": {
|
|
1009
1076
|
"@faker-js/faker": "^9.9.0",
|
|
@@ -1029,7 +1096,7 @@
|
|
|
1029
1096
|
"moment": "^2.29.4",
|
|
1030
1097
|
"moment-range": "^4.0.2",
|
|
1031
1098
|
"mongoose": "^7.5.0",
|
|
1032
|
-
"nodemailer": "^
|
|
1099
|
+
"nodemailer": "^7.0.7",
|
|
1033
1100
|
"pluralize": "^8.0.0",
|
|
1034
1101
|
"primeflex": "^3.3.1",
|
|
1035
1102
|
"primeicons": "^7.0.0",
|
|
@@ -1038,6 +1105,12 @@
|
|
|
1038
1105
|
"quill": "^2.0.3",
|
|
1039
1106
|
"react-pdf": "^9.2.1",
|
|
1040
1107
|
"react-range": "^1.10.0",
|
|
1108
|
+
"react-syntax-highlighter": "^15.6.6",
|
|
1109
|
+
"rehype-pretty-code": "^0.14.1",
|
|
1110
|
+
"rehype-raw": "^7.0.0",
|
|
1111
|
+
"rehype-sanitize": "^6.0.0",
|
|
1112
|
+
"remark-gfm": "^4.0.1",
|
|
1113
|
+
"shiki": "^3.13.0",
|
|
1041
1114
|
"stripe": "^13.5.0",
|
|
1042
1115
|
"uuid": "^10.0.0",
|
|
1043
1116
|
"xlsx": "^0.18.5",
|
|
@@ -1052,7 +1125,7 @@
|
|
|
1052
1125
|
"codemirror": "^6.0.1",
|
|
1053
1126
|
"formik": "^2.4.6",
|
|
1054
1127
|
"next": "^14.2.13",
|
|
1055
|
-
"next-auth": "^4.
|
|
1128
|
+
"next-auth": "^4.24.13",
|
|
1056
1129
|
"next-connect": "^1.0.0",
|
|
1057
1130
|
"node-geocoder": "^4.2.0",
|
|
1058
1131
|
"react": "18.2.0",
|
|
@@ -3017,6 +3090,18 @@
|
|
|
3017
3090
|
"node": ">=6"
|
|
3018
3091
|
}
|
|
3019
3092
|
},
|
|
3093
|
+
"node_modules/escape-string-regexp": {
|
|
3094
|
+
"version": "5.0.0",
|
|
3095
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
3096
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
3097
|
+
"license": "MIT",
|
|
3098
|
+
"engines": {
|
|
3099
|
+
"node": ">=12"
|
|
3100
|
+
},
|
|
3101
|
+
"funding": {
|
|
3102
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3020
3105
|
"node_modules/eslint-scope": {
|
|
3021
3106
|
"version": "5.1.1",
|
|
3022
3107
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
|
|
@@ -3187,6 +3272,19 @@
|
|
|
3187
3272
|
"license": "BSD-3-Clause",
|
|
3188
3273
|
"peer": true
|
|
3189
3274
|
},
|
|
3275
|
+
"node_modules/fault": {
|
|
3276
|
+
"version": "1.0.4",
|
|
3277
|
+
"resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
|
|
3278
|
+
"integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
|
|
3279
|
+
"license": "MIT",
|
|
3280
|
+
"dependencies": {
|
|
3281
|
+
"format": "^0.2.0"
|
|
3282
|
+
},
|
|
3283
|
+
"funding": {
|
|
3284
|
+
"type": "github",
|
|
3285
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3190
3288
|
"node_modules/fbjs": {
|
|
3191
3289
|
"version": "0.8.18",
|
|
3192
3290
|
"resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.18.tgz",
|
|
@@ -3284,6 +3382,14 @@
|
|
|
3284
3382
|
"node": ">= 6"
|
|
3285
3383
|
}
|
|
3286
3384
|
},
|
|
3385
|
+
"node_modules/format": {
|
|
3386
|
+
"version": "0.2.2",
|
|
3387
|
+
"resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
|
|
3388
|
+
"integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
|
|
3389
|
+
"engines": {
|
|
3390
|
+
"node": ">=0.4.x"
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3287
3393
|
"node_modules/formik": {
|
|
3288
3394
|
"version": "2.4.6",
|
|
3289
3395
|
"resolved": "https://registry.npmjs.org/formik/-/formik-2.4.6.tgz",
|
|
@@ -3607,6 +3713,167 @@
|
|
|
3607
3713
|
"node": ">= 0.4"
|
|
3608
3714
|
}
|
|
3609
3715
|
},
|
|
3716
|
+
"node_modules/hast-util-from-html": {
|
|
3717
|
+
"version": "2.0.3",
|
|
3718
|
+
"resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
|
|
3719
|
+
"integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
|
|
3720
|
+
"license": "MIT",
|
|
3721
|
+
"dependencies": {
|
|
3722
|
+
"@types/hast": "^3.0.0",
|
|
3723
|
+
"devlop": "^1.1.0",
|
|
3724
|
+
"hast-util-from-parse5": "^8.0.0",
|
|
3725
|
+
"parse5": "^7.0.0",
|
|
3726
|
+
"vfile": "^6.0.0",
|
|
3727
|
+
"vfile-message": "^4.0.0"
|
|
3728
|
+
},
|
|
3729
|
+
"funding": {
|
|
3730
|
+
"type": "opencollective",
|
|
3731
|
+
"url": "https://opencollective.com/unified"
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
"node_modules/hast-util-from-parse5": {
|
|
3735
|
+
"version": "8.0.3",
|
|
3736
|
+
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
|
|
3737
|
+
"integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
|
|
3738
|
+
"license": "MIT",
|
|
3739
|
+
"dependencies": {
|
|
3740
|
+
"@types/hast": "^3.0.0",
|
|
3741
|
+
"@types/unist": "^3.0.0",
|
|
3742
|
+
"devlop": "^1.0.0",
|
|
3743
|
+
"hastscript": "^9.0.0",
|
|
3744
|
+
"property-information": "^7.0.0",
|
|
3745
|
+
"vfile": "^6.0.0",
|
|
3746
|
+
"vfile-location": "^5.0.0",
|
|
3747
|
+
"web-namespaces": "^2.0.0"
|
|
3748
|
+
},
|
|
3749
|
+
"funding": {
|
|
3750
|
+
"type": "opencollective",
|
|
3751
|
+
"url": "https://opencollective.com/unified"
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3754
|
+
"node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": {
|
|
3755
|
+
"version": "4.0.0",
|
|
3756
|
+
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
|
|
3757
|
+
"integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
|
|
3758
|
+
"license": "MIT",
|
|
3759
|
+
"dependencies": {
|
|
3760
|
+
"@types/hast": "^3.0.0"
|
|
3761
|
+
},
|
|
3762
|
+
"funding": {
|
|
3763
|
+
"type": "opencollective",
|
|
3764
|
+
"url": "https://opencollective.com/unified"
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
"node_modules/hast-util-from-parse5/node_modules/hastscript": {
|
|
3768
|
+
"version": "9.0.1",
|
|
3769
|
+
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
|
|
3770
|
+
"integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
|
|
3771
|
+
"license": "MIT",
|
|
3772
|
+
"dependencies": {
|
|
3773
|
+
"@types/hast": "^3.0.0",
|
|
3774
|
+
"comma-separated-tokens": "^2.0.0",
|
|
3775
|
+
"hast-util-parse-selector": "^4.0.0",
|
|
3776
|
+
"property-information": "^7.0.0",
|
|
3777
|
+
"space-separated-tokens": "^2.0.0"
|
|
3778
|
+
},
|
|
3779
|
+
"funding": {
|
|
3780
|
+
"type": "opencollective",
|
|
3781
|
+
"url": "https://opencollective.com/unified"
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
"node_modules/hast-util-from-parse5/node_modules/property-information": {
|
|
3785
|
+
"version": "7.1.0",
|
|
3786
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
|
|
3787
|
+
"integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
|
|
3788
|
+
"license": "MIT",
|
|
3789
|
+
"funding": {
|
|
3790
|
+
"type": "github",
|
|
3791
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
"node_modules/hast-util-parse-selector": {
|
|
3795
|
+
"version": "2.2.5",
|
|
3796
|
+
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
|
|
3797
|
+
"integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==",
|
|
3798
|
+
"license": "MIT",
|
|
3799
|
+
"funding": {
|
|
3800
|
+
"type": "opencollective",
|
|
3801
|
+
"url": "https://opencollective.com/unified"
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
"node_modules/hast-util-raw": {
|
|
3805
|
+
"version": "9.1.0",
|
|
3806
|
+
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
|
|
3807
|
+
"integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
|
|
3808
|
+
"license": "MIT",
|
|
3809
|
+
"dependencies": {
|
|
3810
|
+
"@types/hast": "^3.0.0",
|
|
3811
|
+
"@types/unist": "^3.0.0",
|
|
3812
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
3813
|
+
"hast-util-from-parse5": "^8.0.0",
|
|
3814
|
+
"hast-util-to-parse5": "^8.0.0",
|
|
3815
|
+
"html-void-elements": "^3.0.0",
|
|
3816
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
3817
|
+
"parse5": "^7.0.0",
|
|
3818
|
+
"unist-util-position": "^5.0.0",
|
|
3819
|
+
"unist-util-visit": "^5.0.0",
|
|
3820
|
+
"vfile": "^6.0.0",
|
|
3821
|
+
"web-namespaces": "^2.0.0",
|
|
3822
|
+
"zwitch": "^2.0.0"
|
|
3823
|
+
},
|
|
3824
|
+
"funding": {
|
|
3825
|
+
"type": "opencollective",
|
|
3826
|
+
"url": "https://opencollective.com/unified"
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3829
|
+
"node_modules/hast-util-sanitize": {
|
|
3830
|
+
"version": "5.0.2",
|
|
3831
|
+
"resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-5.0.2.tgz",
|
|
3832
|
+
"integrity": "sha512-3yTWghByc50aGS7JlGhk61SPenfE/p1oaFeNwkOOyrscaOkMGrcW9+Cy/QAIOBpZxP1yqDIzFMR0+Np0i0+usg==",
|
|
3833
|
+
"license": "MIT",
|
|
3834
|
+
"dependencies": {
|
|
3835
|
+
"@types/hast": "^3.0.0",
|
|
3836
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
3837
|
+
"unist-util-position": "^5.0.0"
|
|
3838
|
+
},
|
|
3839
|
+
"funding": {
|
|
3840
|
+
"type": "opencollective",
|
|
3841
|
+
"url": "https://opencollective.com/unified"
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"node_modules/hast-util-to-html": {
|
|
3845
|
+
"version": "9.0.5",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
3847
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
3848
|
+
"license": "MIT",
|
|
3849
|
+
"dependencies": {
|
|
3850
|
+
"@types/hast": "^3.0.0",
|
|
3851
|
+
"@types/unist": "^3.0.0",
|
|
3852
|
+
"ccount": "^2.0.0",
|
|
3853
|
+
"comma-separated-tokens": "^2.0.0",
|
|
3854
|
+
"hast-util-whitespace": "^3.0.0",
|
|
3855
|
+
"html-void-elements": "^3.0.0",
|
|
3856
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
3857
|
+
"property-information": "^7.0.0",
|
|
3858
|
+
"space-separated-tokens": "^2.0.0",
|
|
3859
|
+
"stringify-entities": "^4.0.0",
|
|
3860
|
+
"zwitch": "^2.0.4"
|
|
3861
|
+
},
|
|
3862
|
+
"funding": {
|
|
3863
|
+
"type": "opencollective",
|
|
3864
|
+
"url": "https://opencollective.com/unified"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
"node_modules/hast-util-to-html/node_modules/property-information": {
|
|
3868
|
+
"version": "7.1.0",
|
|
3869
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
|
|
3870
|
+
"integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
|
|
3871
|
+
"license": "MIT",
|
|
3872
|
+
"funding": {
|
|
3873
|
+
"type": "github",
|
|
3874
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3875
|
+
}
|
|
3876
|
+
},
|
|
3610
3877
|
"node_modules/hast-util-to-jsx-runtime": {
|
|
3611
3878
|
"version": "2.3.2",
|
|
3612
3879
|
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz",
|
|
@@ -3634,6 +3901,38 @@
|
|
|
3634
3901
|
"url": "https://opencollective.com/unified"
|
|
3635
3902
|
}
|
|
3636
3903
|
},
|
|
3904
|
+
"node_modules/hast-util-to-parse5": {
|
|
3905
|
+
"version": "8.0.0",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
|
|
3907
|
+
"integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
|
|
3908
|
+
"license": "MIT",
|
|
3909
|
+
"dependencies": {
|
|
3910
|
+
"@types/hast": "^3.0.0",
|
|
3911
|
+
"comma-separated-tokens": "^2.0.0",
|
|
3912
|
+
"devlop": "^1.0.0",
|
|
3913
|
+
"property-information": "^6.0.0",
|
|
3914
|
+
"space-separated-tokens": "^2.0.0",
|
|
3915
|
+
"web-namespaces": "^2.0.0",
|
|
3916
|
+
"zwitch": "^2.0.0"
|
|
3917
|
+
},
|
|
3918
|
+
"funding": {
|
|
3919
|
+
"type": "opencollective",
|
|
3920
|
+
"url": "https://opencollective.com/unified"
|
|
3921
|
+
}
|
|
3922
|
+
},
|
|
3923
|
+
"node_modules/hast-util-to-string": {
|
|
3924
|
+
"version": "3.0.1",
|
|
3925
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
|
|
3926
|
+
"integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
|
|
3927
|
+
"license": "MIT",
|
|
3928
|
+
"dependencies": {
|
|
3929
|
+
"@types/hast": "^3.0.0"
|
|
3930
|
+
},
|
|
3931
|
+
"funding": {
|
|
3932
|
+
"type": "opencollective",
|
|
3933
|
+
"url": "https://opencollective.com/unified"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3637
3936
|
"node_modules/hast-util-whitespace": {
|
|
3638
3937
|
"version": "3.0.0",
|
|
3639
3938
|
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
@@ -3647,6 +3946,86 @@
|
|
|
3647
3946
|
"url": "https://opencollective.com/unified"
|
|
3648
3947
|
}
|
|
3649
3948
|
},
|
|
3949
|
+
"node_modules/hastscript": {
|
|
3950
|
+
"version": "6.0.0",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
|
|
3952
|
+
"integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
|
|
3953
|
+
"license": "MIT",
|
|
3954
|
+
"dependencies": {
|
|
3955
|
+
"@types/hast": "^2.0.0",
|
|
3956
|
+
"comma-separated-tokens": "^1.0.0",
|
|
3957
|
+
"hast-util-parse-selector": "^2.0.0",
|
|
3958
|
+
"property-information": "^5.0.0",
|
|
3959
|
+
"space-separated-tokens": "^1.0.0"
|
|
3960
|
+
},
|
|
3961
|
+
"funding": {
|
|
3962
|
+
"type": "opencollective",
|
|
3963
|
+
"url": "https://opencollective.com/unified"
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
"node_modules/hastscript/node_modules/@types/hast": {
|
|
3967
|
+
"version": "2.3.10",
|
|
3968
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz",
|
|
3969
|
+
"integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
|
|
3970
|
+
"license": "MIT",
|
|
3971
|
+
"dependencies": {
|
|
3972
|
+
"@types/unist": "^2"
|
|
3973
|
+
}
|
|
3974
|
+
},
|
|
3975
|
+
"node_modules/hastscript/node_modules/@types/unist": {
|
|
3976
|
+
"version": "2.0.11",
|
|
3977
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
3978
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
3979
|
+
"license": "MIT"
|
|
3980
|
+
},
|
|
3981
|
+
"node_modules/hastscript/node_modules/comma-separated-tokens": {
|
|
3982
|
+
"version": "1.0.8",
|
|
3983
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
|
|
3984
|
+
"integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
|
|
3985
|
+
"license": "MIT",
|
|
3986
|
+
"funding": {
|
|
3987
|
+
"type": "github",
|
|
3988
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
"node_modules/hastscript/node_modules/property-information": {
|
|
3992
|
+
"version": "5.6.0",
|
|
3993
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
|
|
3994
|
+
"integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
|
|
3995
|
+
"license": "MIT",
|
|
3996
|
+
"dependencies": {
|
|
3997
|
+
"xtend": "^4.0.0"
|
|
3998
|
+
},
|
|
3999
|
+
"funding": {
|
|
4000
|
+
"type": "github",
|
|
4001
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
"node_modules/hastscript/node_modules/space-separated-tokens": {
|
|
4005
|
+
"version": "1.1.5",
|
|
4006
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
|
|
4007
|
+
"integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
|
|
4008
|
+
"license": "MIT",
|
|
4009
|
+
"funding": {
|
|
4010
|
+
"type": "github",
|
|
4011
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
4014
|
+
"node_modules/highlight.js": {
|
|
4015
|
+
"version": "10.7.3",
|
|
4016
|
+
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
|
|
4017
|
+
"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
|
|
4018
|
+
"license": "BSD-3-Clause",
|
|
4019
|
+
"engines": {
|
|
4020
|
+
"node": "*"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
"node_modules/highlightjs-vue": {
|
|
4024
|
+
"version": "1.0.0",
|
|
4025
|
+
"resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz",
|
|
4026
|
+
"integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==",
|
|
4027
|
+
"license": "CC0-1.0"
|
|
4028
|
+
},
|
|
3650
4029
|
"node_modules/history": {
|
|
3651
4030
|
"version": "4.10.1",
|
|
3652
4031
|
"resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
|
|
@@ -3711,6 +4090,16 @@
|
|
|
3711
4090
|
"url": "https://opencollective.com/unified"
|
|
3712
4091
|
}
|
|
3713
4092
|
},
|
|
4093
|
+
"node_modules/html-void-elements": {
|
|
4094
|
+
"version": "3.0.0",
|
|
4095
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
4096
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
4097
|
+
"license": "MIT",
|
|
4098
|
+
"funding": {
|
|
4099
|
+
"type": "github",
|
|
4100
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
3714
4103
|
"node_modules/html2canvas": {
|
|
3715
4104
|
"version": "1.4.1",
|
|
3716
4105
|
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
|
|
@@ -4344,6 +4733,20 @@
|
|
|
4344
4733
|
"loose-envify": "cli.js"
|
|
4345
4734
|
}
|
|
4346
4735
|
},
|
|
4736
|
+
"node_modules/lowlight": {
|
|
4737
|
+
"version": "1.20.0",
|
|
4738
|
+
"resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
|
|
4739
|
+
"integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
|
|
4740
|
+
"license": "MIT",
|
|
4741
|
+
"dependencies": {
|
|
4742
|
+
"fault": "^1.0.0",
|
|
4743
|
+
"highlight.js": "~10.7.0"
|
|
4744
|
+
},
|
|
4745
|
+
"funding": {
|
|
4746
|
+
"type": "github",
|
|
4747
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4347
4750
|
"node_modules/lru-cache": {
|
|
4348
4751
|
"version": "6.0.0",
|
|
4349
4752
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -4404,6 +4807,16 @@
|
|
|
4404
4807
|
"vt-pbf": "^3.1.3"
|
|
4405
4808
|
}
|
|
4406
4809
|
},
|
|
4810
|
+
"node_modules/markdown-table": {
|
|
4811
|
+
"version": "3.0.4",
|
|
4812
|
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
4813
|
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
4814
|
+
"license": "MIT",
|
|
4815
|
+
"funding": {
|
|
4816
|
+
"type": "github",
|
|
4817
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4407
4820
|
"node_modules/math-intrinsics": {
|
|
4408
4821
|
"version": "1.1.0",
|
|
4409
4822
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -4413,18 +4826,34 @@
|
|
|
4413
4826
|
"node": ">= 0.4"
|
|
4414
4827
|
}
|
|
4415
4828
|
},
|
|
4416
|
-
"node_modules/mdast-util-
|
|
4417
|
-
"version": "
|
|
4418
|
-
"resolved": "https://registry.npmjs.org/mdast-util-
|
|
4419
|
-
"integrity": "sha512-
|
|
4829
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
4830
|
+
"version": "3.0.2",
|
|
4831
|
+
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
4832
|
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
4420
4833
|
"license": "MIT",
|
|
4421
4834
|
"dependencies": {
|
|
4422
4835
|
"@types/mdast": "^4.0.0",
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4425
|
-
"
|
|
4426
|
-
|
|
4427
|
-
|
|
4836
|
+
"escape-string-regexp": "^5.0.0",
|
|
4837
|
+
"unist-util-is": "^6.0.0",
|
|
4838
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4839
|
+
},
|
|
4840
|
+
"funding": {
|
|
4841
|
+
"type": "opencollective",
|
|
4842
|
+
"url": "https://opencollective.com/unified"
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
"node_modules/mdast-util-from-markdown": {
|
|
4846
|
+
"version": "2.0.2",
|
|
4847
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
|
|
4848
|
+
"integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
|
|
4849
|
+
"license": "MIT",
|
|
4850
|
+
"dependencies": {
|
|
4851
|
+
"@types/mdast": "^4.0.0",
|
|
4852
|
+
"@types/unist": "^3.0.0",
|
|
4853
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4854
|
+
"devlop": "^1.0.0",
|
|
4855
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4856
|
+
"micromark": "^4.0.0",
|
|
4428
4857
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4429
4858
|
"micromark-util-decode-string": "^2.0.0",
|
|
4430
4859
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
@@ -4437,6 +4866,107 @@
|
|
|
4437
4866
|
"url": "https://opencollective.com/unified"
|
|
4438
4867
|
}
|
|
4439
4868
|
},
|
|
4869
|
+
"node_modules/mdast-util-gfm": {
|
|
4870
|
+
"version": "3.1.0",
|
|
4871
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
4872
|
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
4873
|
+
"license": "MIT",
|
|
4874
|
+
"dependencies": {
|
|
4875
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4876
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
4877
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
4878
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
4879
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
4880
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
4881
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4882
|
+
},
|
|
4883
|
+
"funding": {
|
|
4884
|
+
"type": "opencollective",
|
|
4885
|
+
"url": "https://opencollective.com/unified"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
4889
|
+
"version": "2.0.1",
|
|
4890
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
4891
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
4892
|
+
"license": "MIT",
|
|
4893
|
+
"dependencies": {
|
|
4894
|
+
"@types/mdast": "^4.0.0",
|
|
4895
|
+
"ccount": "^2.0.0",
|
|
4896
|
+
"devlop": "^1.0.0",
|
|
4897
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
4898
|
+
"micromark-util-character": "^2.0.0"
|
|
4899
|
+
},
|
|
4900
|
+
"funding": {
|
|
4901
|
+
"type": "opencollective",
|
|
4902
|
+
"url": "https://opencollective.com/unified"
|
|
4903
|
+
}
|
|
4904
|
+
},
|
|
4905
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
4906
|
+
"version": "2.1.0",
|
|
4907
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
4908
|
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
4909
|
+
"license": "MIT",
|
|
4910
|
+
"dependencies": {
|
|
4911
|
+
"@types/mdast": "^4.0.0",
|
|
4912
|
+
"devlop": "^1.1.0",
|
|
4913
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4914
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4915
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
4916
|
+
},
|
|
4917
|
+
"funding": {
|
|
4918
|
+
"type": "opencollective",
|
|
4919
|
+
"url": "https://opencollective.com/unified"
|
|
4920
|
+
}
|
|
4921
|
+
},
|
|
4922
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
4923
|
+
"version": "2.0.0",
|
|
4924
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
4925
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
4926
|
+
"license": "MIT",
|
|
4927
|
+
"dependencies": {
|
|
4928
|
+
"@types/mdast": "^4.0.0",
|
|
4929
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4930
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4931
|
+
},
|
|
4932
|
+
"funding": {
|
|
4933
|
+
"type": "opencollective",
|
|
4934
|
+
"url": "https://opencollective.com/unified"
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
"node_modules/mdast-util-gfm-table": {
|
|
4938
|
+
"version": "2.0.0",
|
|
4939
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
4940
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
4941
|
+
"license": "MIT",
|
|
4942
|
+
"dependencies": {
|
|
4943
|
+
"@types/mdast": "^4.0.0",
|
|
4944
|
+
"devlop": "^1.0.0",
|
|
4945
|
+
"markdown-table": "^3.0.0",
|
|
4946
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4947
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4948
|
+
},
|
|
4949
|
+
"funding": {
|
|
4950
|
+
"type": "opencollective",
|
|
4951
|
+
"url": "https://opencollective.com/unified"
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
4955
|
+
"version": "2.0.0",
|
|
4956
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
4957
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
4958
|
+
"license": "MIT",
|
|
4959
|
+
"dependencies": {
|
|
4960
|
+
"@types/mdast": "^4.0.0",
|
|
4961
|
+
"devlop": "^1.0.0",
|
|
4962
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4963
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4964
|
+
},
|
|
4965
|
+
"funding": {
|
|
4966
|
+
"type": "opencollective",
|
|
4967
|
+
"url": "https://opencollective.com/unified"
|
|
4968
|
+
}
|
|
4969
|
+
},
|
|
4440
4970
|
"node_modules/mdast-util-mdx-expression": {
|
|
4441
4971
|
"version": "2.0.1",
|
|
4442
4972
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
@@ -5090,6 +5620,127 @@
|
|
|
5090
5620
|
"micromark-util-types": "^2.0.0"
|
|
5091
5621
|
}
|
|
5092
5622
|
},
|
|
5623
|
+
"node_modules/micromark-extension-gfm": {
|
|
5624
|
+
"version": "3.0.0",
|
|
5625
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
5626
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
5627
|
+
"license": "MIT",
|
|
5628
|
+
"dependencies": {
|
|
5629
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
5630
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
5631
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
5632
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
5633
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
5634
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
5635
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
5636
|
+
"micromark-util-types": "^2.0.0"
|
|
5637
|
+
},
|
|
5638
|
+
"funding": {
|
|
5639
|
+
"type": "opencollective",
|
|
5640
|
+
"url": "https://opencollective.com/unified"
|
|
5641
|
+
}
|
|
5642
|
+
},
|
|
5643
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
5644
|
+
"version": "2.1.0",
|
|
5645
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
5646
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
5647
|
+
"license": "MIT",
|
|
5648
|
+
"dependencies": {
|
|
5649
|
+
"micromark-util-character": "^2.0.0",
|
|
5650
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5651
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5652
|
+
"micromark-util-types": "^2.0.0"
|
|
5653
|
+
},
|
|
5654
|
+
"funding": {
|
|
5655
|
+
"type": "opencollective",
|
|
5656
|
+
"url": "https://opencollective.com/unified"
|
|
5657
|
+
}
|
|
5658
|
+
},
|
|
5659
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
5660
|
+
"version": "2.1.0",
|
|
5661
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
5662
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
5663
|
+
"license": "MIT",
|
|
5664
|
+
"dependencies": {
|
|
5665
|
+
"devlop": "^1.0.0",
|
|
5666
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
5667
|
+
"micromark-factory-space": "^2.0.0",
|
|
5668
|
+
"micromark-util-character": "^2.0.0",
|
|
5669
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
5670
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5671
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5672
|
+
"micromark-util-types": "^2.0.0"
|
|
5673
|
+
},
|
|
5674
|
+
"funding": {
|
|
5675
|
+
"type": "opencollective",
|
|
5676
|
+
"url": "https://opencollective.com/unified"
|
|
5677
|
+
}
|
|
5678
|
+
},
|
|
5679
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
5680
|
+
"version": "2.1.0",
|
|
5681
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
5682
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
5683
|
+
"license": "MIT",
|
|
5684
|
+
"dependencies": {
|
|
5685
|
+
"devlop": "^1.0.0",
|
|
5686
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5687
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
5688
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
5689
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5690
|
+
"micromark-util-types": "^2.0.0"
|
|
5691
|
+
},
|
|
5692
|
+
"funding": {
|
|
5693
|
+
"type": "opencollective",
|
|
5694
|
+
"url": "https://opencollective.com/unified"
|
|
5695
|
+
}
|
|
5696
|
+
},
|
|
5697
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
5698
|
+
"version": "2.1.1",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
5700
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
5701
|
+
"license": "MIT",
|
|
5702
|
+
"dependencies": {
|
|
5703
|
+
"devlop": "^1.0.0",
|
|
5704
|
+
"micromark-factory-space": "^2.0.0",
|
|
5705
|
+
"micromark-util-character": "^2.0.0",
|
|
5706
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5707
|
+
"micromark-util-types": "^2.0.0"
|
|
5708
|
+
},
|
|
5709
|
+
"funding": {
|
|
5710
|
+
"type": "opencollective",
|
|
5711
|
+
"url": "https://opencollective.com/unified"
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5714
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
5715
|
+
"version": "2.0.0",
|
|
5716
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
5717
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
5718
|
+
"license": "MIT",
|
|
5719
|
+
"dependencies": {
|
|
5720
|
+
"micromark-util-types": "^2.0.0"
|
|
5721
|
+
},
|
|
5722
|
+
"funding": {
|
|
5723
|
+
"type": "opencollective",
|
|
5724
|
+
"url": "https://opencollective.com/unified"
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
5727
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
5728
|
+
"version": "2.1.0",
|
|
5729
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
5730
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
5731
|
+
"license": "MIT",
|
|
5732
|
+
"dependencies": {
|
|
5733
|
+
"devlop": "^1.0.0",
|
|
5734
|
+
"micromark-factory-space": "^2.0.0",
|
|
5735
|
+
"micromark-util-character": "^2.0.0",
|
|
5736
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5737
|
+
"micromark-util-types": "^2.0.0"
|
|
5738
|
+
},
|
|
5739
|
+
"funding": {
|
|
5740
|
+
"type": "opencollective",
|
|
5741
|
+
"url": "https://opencollective.com/unified"
|
|
5742
|
+
}
|
|
5743
|
+
},
|
|
5093
5744
|
"node_modules/micromark-factory-destination": {
|
|
5094
5745
|
"version": "2.0.1",
|
|
5095
5746
|
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
@@ -5770,9 +6421,9 @@
|
|
|
5770
6421
|
}
|
|
5771
6422
|
},
|
|
5772
6423
|
"node_modules/next-auth": {
|
|
5773
|
-
"version": "4.24.
|
|
5774
|
-
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.
|
|
5775
|
-
"integrity": "sha512-
|
|
6424
|
+
"version": "4.24.13",
|
|
6425
|
+
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.13.tgz",
|
|
6426
|
+
"integrity": "sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ==",
|
|
5776
6427
|
"license": "ISC",
|
|
5777
6428
|
"dependencies": {
|
|
5778
6429
|
"@babel/runtime": "^7.20.13",
|
|
@@ -5786,9 +6437,9 @@
|
|
|
5786
6437
|
"uuid": "^8.3.2"
|
|
5787
6438
|
},
|
|
5788
6439
|
"peerDependencies": {
|
|
5789
|
-
"@auth/core": "0.34.
|
|
5790
|
-
"next": "^12.2.5 || ^13 || ^14 || ^15",
|
|
5791
|
-
"nodemailer": "^
|
|
6440
|
+
"@auth/core": "0.34.3",
|
|
6441
|
+
"next": "^12.2.5 || ^13 || ^14 || ^15 || ^16",
|
|
6442
|
+
"nodemailer": "^7.0.7",
|
|
5792
6443
|
"react": "^17.0.2 || ^18 || ^19",
|
|
5793
6444
|
"react-dom": "^17.0.2 || ^18 || ^19"
|
|
5794
6445
|
},
|
|
@@ -5925,9 +6576,9 @@
|
|
|
5925
6576
|
"peer": true
|
|
5926
6577
|
},
|
|
5927
6578
|
"node_modules/nodemailer": {
|
|
5928
|
-
"version": "
|
|
5929
|
-
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-
|
|
5930
|
-
"integrity": "sha512-
|
|
6579
|
+
"version": "7.0.10",
|
|
6580
|
+
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.10.tgz",
|
|
6581
|
+
"integrity": "sha512-Us/Se1WtT0ylXgNFfyFSx4LElllVLJXQjWi2Xz17xWw7amDKO2MLtFnVp1WACy7GkVGs+oBlRopVNUzlrGSw1w==",
|
|
5931
6582
|
"license": "MIT-0",
|
|
5932
6583
|
"engines": {
|
|
5933
6584
|
"node": ">=6.0.0"
|
|
@@ -6011,9 +6662,9 @@
|
|
|
6011
6662
|
}
|
|
6012
6663
|
},
|
|
6013
6664
|
"node_modules/oidc-token-hash": {
|
|
6014
|
-
"version": "5.0
|
|
6015
|
-
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.
|
|
6016
|
-
"integrity": "sha512-
|
|
6665
|
+
"version": "5.2.0",
|
|
6666
|
+
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.2.0.tgz",
|
|
6667
|
+
"integrity": "sha512-6gj2m8cJZ+iSW8bm0FXdGF0YhIQbKrfP4yWTNzxc31U6MOjfEmB1rHvlYvxI1B7t7BCi1F2vYTT6YhtQRG4hxw==",
|
|
6017
6668
|
"license": "MIT",
|
|
6018
6669
|
"engines": {
|
|
6019
6670
|
"node": "^10.13.0 || >=12.0.0"
|
|
@@ -6028,6 +6679,23 @@
|
|
|
6028
6679
|
"wrappy": "1"
|
|
6029
6680
|
}
|
|
6030
6681
|
},
|
|
6682
|
+
"node_modules/oniguruma-parser": {
|
|
6683
|
+
"version": "0.12.1",
|
|
6684
|
+
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
|
|
6685
|
+
"integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
|
|
6686
|
+
"license": "MIT"
|
|
6687
|
+
},
|
|
6688
|
+
"node_modules/oniguruma-to-es": {
|
|
6689
|
+
"version": "4.3.3",
|
|
6690
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz",
|
|
6691
|
+
"integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==",
|
|
6692
|
+
"license": "MIT",
|
|
6693
|
+
"dependencies": {
|
|
6694
|
+
"oniguruma-parser": "^0.12.1",
|
|
6695
|
+
"regex": "^6.0.1",
|
|
6696
|
+
"regex-recursion": "^6.0.2"
|
|
6697
|
+
}
|
|
6698
|
+
},
|
|
6031
6699
|
"node_modules/openid-client": {
|
|
6032
6700
|
"version": "5.7.1",
|
|
6033
6701
|
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz",
|
|
@@ -6080,6 +6748,24 @@
|
|
|
6080
6748
|
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
6081
6749
|
"license": "MIT"
|
|
6082
6750
|
},
|
|
6751
|
+
"node_modules/parse-numeric-range": {
|
|
6752
|
+
"version": "1.3.0",
|
|
6753
|
+
"resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
|
|
6754
|
+
"integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==",
|
|
6755
|
+
"license": "ISC"
|
|
6756
|
+
},
|
|
6757
|
+
"node_modules/parse5": {
|
|
6758
|
+
"version": "7.3.0",
|
|
6759
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
6760
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
6761
|
+
"license": "MIT",
|
|
6762
|
+
"dependencies": {
|
|
6763
|
+
"entities": "^6.0.0"
|
|
6764
|
+
},
|
|
6765
|
+
"funding": {
|
|
6766
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
6767
|
+
}
|
|
6768
|
+
},
|
|
6083
6769
|
"node_modules/path-is-absolute": {
|
|
6084
6770
|
"version": "1.0.1",
|
|
6085
6771
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
@@ -6220,9 +6906,9 @@
|
|
|
6220
6906
|
"license": "ISC"
|
|
6221
6907
|
},
|
|
6222
6908
|
"node_modules/preact": {
|
|
6223
|
-
"version": "10.
|
|
6224
|
-
"resolved": "https://registry.npmjs.org/preact/-/preact-10.
|
|
6225
|
-
"integrity": "sha512-
|
|
6909
|
+
"version": "10.27.2",
|
|
6910
|
+
"resolved": "https://registry.npmjs.org/preact/-/preact-10.27.2.tgz",
|
|
6911
|
+
"integrity": "sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==",
|
|
6226
6912
|
"license": "MIT",
|
|
6227
6913
|
"funding": {
|
|
6228
6914
|
"type": "opencollective",
|
|
@@ -6319,6 +7005,15 @@
|
|
|
6319
7005
|
}
|
|
6320
7006
|
}
|
|
6321
7007
|
},
|
|
7008
|
+
"node_modules/prismjs": {
|
|
7009
|
+
"version": "1.30.0",
|
|
7010
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
|
|
7011
|
+
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
|
|
7012
|
+
"license": "MIT",
|
|
7013
|
+
"engines": {
|
|
7014
|
+
"node": ">=6"
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
6322
7017
|
"node_modules/process-nextick-args": {
|
|
6323
7018
|
"version": "2.0.1",
|
|
6324
7019
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
@@ -6926,6 +7621,23 @@
|
|
|
6926
7621
|
"node": ">=0.10.0"
|
|
6927
7622
|
}
|
|
6928
7623
|
},
|
|
7624
|
+
"node_modules/react-syntax-highlighter": {
|
|
7625
|
+
"version": "15.6.6",
|
|
7626
|
+
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.6.tgz",
|
|
7627
|
+
"integrity": "sha512-DgXrc+AZF47+HvAPEmn7Ua/1p10jNoVZVI/LoPiYdtY+OM+/nG5yefLHKJwdKqY1adMuHFbeyBaG9j64ML7vTw==",
|
|
7628
|
+
"license": "MIT",
|
|
7629
|
+
"dependencies": {
|
|
7630
|
+
"@babel/runtime": "^7.3.1",
|
|
7631
|
+
"highlight.js": "^10.4.1",
|
|
7632
|
+
"highlightjs-vue": "^1.0.0",
|
|
7633
|
+
"lowlight": "^1.17.0",
|
|
7634
|
+
"prismjs": "^1.30.0",
|
|
7635
|
+
"refractor": "^3.6.0"
|
|
7636
|
+
},
|
|
7637
|
+
"peerDependencies": {
|
|
7638
|
+
"react": ">= 0.14.0"
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
6929
7641
|
"node_modules/react-text-mask": {
|
|
6930
7642
|
"version": "5.5.0",
|
|
6931
7643
|
"resolved": "https://registry.npmjs.org/react-text-mask/-/react-text-mask-5.5.0.tgz",
|
|
@@ -7001,12 +7713,152 @@
|
|
|
7001
7713
|
"integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
|
|
7002
7714
|
"license": "MIT"
|
|
7003
7715
|
},
|
|
7716
|
+
"node_modules/refractor": {
|
|
7717
|
+
"version": "3.6.0",
|
|
7718
|
+
"resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz",
|
|
7719
|
+
"integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==",
|
|
7720
|
+
"license": "MIT",
|
|
7721
|
+
"dependencies": {
|
|
7722
|
+
"hastscript": "^6.0.0",
|
|
7723
|
+
"parse-entities": "^2.0.0",
|
|
7724
|
+
"prismjs": "~1.27.0"
|
|
7725
|
+
},
|
|
7726
|
+
"funding": {
|
|
7727
|
+
"type": "github",
|
|
7728
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7729
|
+
}
|
|
7730
|
+
},
|
|
7731
|
+
"node_modules/refractor/node_modules/character-entities": {
|
|
7732
|
+
"version": "1.2.4",
|
|
7733
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
|
|
7734
|
+
"integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
|
|
7735
|
+
"license": "MIT",
|
|
7736
|
+
"funding": {
|
|
7737
|
+
"type": "github",
|
|
7738
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7739
|
+
}
|
|
7740
|
+
},
|
|
7741
|
+
"node_modules/refractor/node_modules/character-entities-legacy": {
|
|
7742
|
+
"version": "1.1.4",
|
|
7743
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
|
|
7744
|
+
"integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
|
|
7745
|
+
"license": "MIT",
|
|
7746
|
+
"funding": {
|
|
7747
|
+
"type": "github",
|
|
7748
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
7751
|
+
"node_modules/refractor/node_modules/character-reference-invalid": {
|
|
7752
|
+
"version": "1.1.4",
|
|
7753
|
+
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
|
|
7754
|
+
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
|
|
7755
|
+
"license": "MIT",
|
|
7756
|
+
"funding": {
|
|
7757
|
+
"type": "github",
|
|
7758
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7759
|
+
}
|
|
7760
|
+
},
|
|
7761
|
+
"node_modules/refractor/node_modules/is-alphabetical": {
|
|
7762
|
+
"version": "1.0.4",
|
|
7763
|
+
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
|
7764
|
+
"integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
|
|
7765
|
+
"license": "MIT",
|
|
7766
|
+
"funding": {
|
|
7767
|
+
"type": "github",
|
|
7768
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7769
|
+
}
|
|
7770
|
+
},
|
|
7771
|
+
"node_modules/refractor/node_modules/is-alphanumerical": {
|
|
7772
|
+
"version": "1.0.4",
|
|
7773
|
+
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
|
|
7774
|
+
"integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
|
|
7775
|
+
"license": "MIT",
|
|
7776
|
+
"dependencies": {
|
|
7777
|
+
"is-alphabetical": "^1.0.0",
|
|
7778
|
+
"is-decimal": "^1.0.0"
|
|
7779
|
+
},
|
|
7780
|
+
"funding": {
|
|
7781
|
+
"type": "github",
|
|
7782
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
"node_modules/refractor/node_modules/is-decimal": {
|
|
7786
|
+
"version": "1.0.4",
|
|
7787
|
+
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
|
|
7788
|
+
"integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
|
|
7789
|
+
"license": "MIT",
|
|
7790
|
+
"funding": {
|
|
7791
|
+
"type": "github",
|
|
7792
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7793
|
+
}
|
|
7794
|
+
},
|
|
7795
|
+
"node_modules/refractor/node_modules/is-hexadecimal": {
|
|
7796
|
+
"version": "1.0.4",
|
|
7797
|
+
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
|
|
7798
|
+
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
|
|
7799
|
+
"license": "MIT",
|
|
7800
|
+
"funding": {
|
|
7801
|
+
"type": "github",
|
|
7802
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7803
|
+
}
|
|
7804
|
+
},
|
|
7805
|
+
"node_modules/refractor/node_modules/parse-entities": {
|
|
7806
|
+
"version": "2.0.0",
|
|
7807
|
+
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
|
|
7808
|
+
"integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
|
|
7809
|
+
"license": "MIT",
|
|
7810
|
+
"dependencies": {
|
|
7811
|
+
"character-entities": "^1.0.0",
|
|
7812
|
+
"character-entities-legacy": "^1.0.0",
|
|
7813
|
+
"character-reference-invalid": "^1.0.0",
|
|
7814
|
+
"is-alphanumerical": "^1.0.0",
|
|
7815
|
+
"is-decimal": "^1.0.0",
|
|
7816
|
+
"is-hexadecimal": "^1.0.0"
|
|
7817
|
+
},
|
|
7818
|
+
"funding": {
|
|
7819
|
+
"type": "github",
|
|
7820
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7821
|
+
}
|
|
7822
|
+
},
|
|
7823
|
+
"node_modules/refractor/node_modules/prismjs": {
|
|
7824
|
+
"version": "1.27.0",
|
|
7825
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
|
|
7826
|
+
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==",
|
|
7827
|
+
"license": "MIT",
|
|
7828
|
+
"engines": {
|
|
7829
|
+
"node": ">=6"
|
|
7830
|
+
}
|
|
7831
|
+
},
|
|
7004
7832
|
"node_modules/regenerator-runtime": {
|
|
7005
7833
|
"version": "0.14.1",
|
|
7006
7834
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
7007
7835
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
7008
7836
|
"license": "MIT"
|
|
7009
7837
|
},
|
|
7838
|
+
"node_modules/regex": {
|
|
7839
|
+
"version": "6.0.1",
|
|
7840
|
+
"resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz",
|
|
7841
|
+
"integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==",
|
|
7842
|
+
"license": "MIT",
|
|
7843
|
+
"dependencies": {
|
|
7844
|
+
"regex-utilities": "^2.3.0"
|
|
7845
|
+
}
|
|
7846
|
+
},
|
|
7847
|
+
"node_modules/regex-recursion": {
|
|
7848
|
+
"version": "6.0.2",
|
|
7849
|
+
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
|
|
7850
|
+
"integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
|
|
7851
|
+
"license": "MIT",
|
|
7852
|
+
"dependencies": {
|
|
7853
|
+
"regex-utilities": "^2.3.0"
|
|
7854
|
+
}
|
|
7855
|
+
},
|
|
7856
|
+
"node_modules/regex-utilities": {
|
|
7857
|
+
"version": "2.3.0",
|
|
7858
|
+
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
|
|
7859
|
+
"integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
|
|
7860
|
+
"license": "MIT"
|
|
7861
|
+
},
|
|
7010
7862
|
"node_modules/regexp.prototype.flags": {
|
|
7011
7863
|
"version": "1.5.4",
|
|
7012
7864
|
"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
|
|
@@ -7036,6 +7888,88 @@
|
|
|
7036
7888
|
"node": ">=8"
|
|
7037
7889
|
}
|
|
7038
7890
|
},
|
|
7891
|
+
"node_modules/rehype-parse": {
|
|
7892
|
+
"version": "9.0.1",
|
|
7893
|
+
"resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
|
|
7894
|
+
"integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
|
|
7895
|
+
"license": "MIT",
|
|
7896
|
+
"dependencies": {
|
|
7897
|
+
"@types/hast": "^3.0.0",
|
|
7898
|
+
"hast-util-from-html": "^2.0.0",
|
|
7899
|
+
"unified": "^11.0.0"
|
|
7900
|
+
},
|
|
7901
|
+
"funding": {
|
|
7902
|
+
"type": "opencollective",
|
|
7903
|
+
"url": "https://opencollective.com/unified"
|
|
7904
|
+
}
|
|
7905
|
+
},
|
|
7906
|
+
"node_modules/rehype-pretty-code": {
|
|
7907
|
+
"version": "0.14.1",
|
|
7908
|
+
"resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.1.tgz",
|
|
7909
|
+
"integrity": "sha512-IpG4OL0iYlbx78muVldsK86hdfNoht0z63AP7sekQNW2QOTmjxB7RbTO+rhIYNGRljgHxgVZoPwUl6bIC9SbjA==",
|
|
7910
|
+
"license": "MIT",
|
|
7911
|
+
"dependencies": {
|
|
7912
|
+
"@types/hast": "^3.0.4",
|
|
7913
|
+
"hast-util-to-string": "^3.0.0",
|
|
7914
|
+
"parse-numeric-range": "^1.3.0",
|
|
7915
|
+
"rehype-parse": "^9.0.0",
|
|
7916
|
+
"unified": "^11.0.5",
|
|
7917
|
+
"unist-util-visit": "^5.0.0"
|
|
7918
|
+
},
|
|
7919
|
+
"engines": {
|
|
7920
|
+
"node": ">=18"
|
|
7921
|
+
},
|
|
7922
|
+
"peerDependencies": {
|
|
7923
|
+
"shiki": "^1.0.0 || ^2.0.0 || ^3.0.0"
|
|
7924
|
+
}
|
|
7925
|
+
},
|
|
7926
|
+
"node_modules/rehype-raw": {
|
|
7927
|
+
"version": "7.0.0",
|
|
7928
|
+
"resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
|
|
7929
|
+
"integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
|
|
7930
|
+
"license": "MIT",
|
|
7931
|
+
"dependencies": {
|
|
7932
|
+
"@types/hast": "^3.0.0",
|
|
7933
|
+
"hast-util-raw": "^9.0.0",
|
|
7934
|
+
"vfile": "^6.0.0"
|
|
7935
|
+
},
|
|
7936
|
+
"funding": {
|
|
7937
|
+
"type": "opencollective",
|
|
7938
|
+
"url": "https://opencollective.com/unified"
|
|
7939
|
+
}
|
|
7940
|
+
},
|
|
7941
|
+
"node_modules/rehype-sanitize": {
|
|
7942
|
+
"version": "6.0.0",
|
|
7943
|
+
"resolved": "https://registry.npmjs.org/rehype-sanitize/-/rehype-sanitize-6.0.0.tgz",
|
|
7944
|
+
"integrity": "sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==",
|
|
7945
|
+
"license": "MIT",
|
|
7946
|
+
"dependencies": {
|
|
7947
|
+
"@types/hast": "^3.0.0",
|
|
7948
|
+
"hast-util-sanitize": "^5.0.0"
|
|
7949
|
+
},
|
|
7950
|
+
"funding": {
|
|
7951
|
+
"type": "opencollective",
|
|
7952
|
+
"url": "https://opencollective.com/unified"
|
|
7953
|
+
}
|
|
7954
|
+
},
|
|
7955
|
+
"node_modules/remark-gfm": {
|
|
7956
|
+
"version": "4.0.1",
|
|
7957
|
+
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
7958
|
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
7959
|
+
"license": "MIT",
|
|
7960
|
+
"dependencies": {
|
|
7961
|
+
"@types/mdast": "^4.0.0",
|
|
7962
|
+
"mdast-util-gfm": "^3.0.0",
|
|
7963
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
7964
|
+
"remark-parse": "^11.0.0",
|
|
7965
|
+
"remark-stringify": "^11.0.0",
|
|
7966
|
+
"unified": "^11.0.0"
|
|
7967
|
+
},
|
|
7968
|
+
"funding": {
|
|
7969
|
+
"type": "opencollective",
|
|
7970
|
+
"url": "https://opencollective.com/unified"
|
|
7971
|
+
}
|
|
7972
|
+
},
|
|
7039
7973
|
"node_modules/remark-parse": {
|
|
7040
7974
|
"version": "11.0.0",
|
|
7041
7975
|
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
@@ -7069,6 +8003,21 @@
|
|
|
7069
8003
|
"url": "https://opencollective.com/unified"
|
|
7070
8004
|
}
|
|
7071
8005
|
},
|
|
8006
|
+
"node_modules/remark-stringify": {
|
|
8007
|
+
"version": "11.0.0",
|
|
8008
|
+
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
8009
|
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
8010
|
+
"license": "MIT",
|
|
8011
|
+
"dependencies": {
|
|
8012
|
+
"@types/mdast": "^4.0.0",
|
|
8013
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
8014
|
+
"unified": "^11.0.0"
|
|
8015
|
+
},
|
|
8016
|
+
"funding": {
|
|
8017
|
+
"type": "opencollective",
|
|
8018
|
+
"url": "https://opencollective.com/unified"
|
|
8019
|
+
}
|
|
8020
|
+
},
|
|
7072
8021
|
"node_modules/require-directory": {
|
|
7073
8022
|
"version": "2.1.1",
|
|
7074
8023
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -7335,6 +8284,22 @@
|
|
|
7335
8284
|
"node": ">=8"
|
|
7336
8285
|
}
|
|
7337
8286
|
},
|
|
8287
|
+
"node_modules/shiki": {
|
|
8288
|
+
"version": "3.14.0",
|
|
8289
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-3.14.0.tgz",
|
|
8290
|
+
"integrity": "sha512-J0yvpLI7LSig3Z3acIuDLouV5UCKQqu8qOArwMx+/yPVC3WRMgrP67beaG8F+j4xfEWE0eVC4GeBCIXeOPra1g==",
|
|
8291
|
+
"license": "MIT",
|
|
8292
|
+
"dependencies": {
|
|
8293
|
+
"@shikijs/core": "3.14.0",
|
|
8294
|
+
"@shikijs/engine-javascript": "3.14.0",
|
|
8295
|
+
"@shikijs/engine-oniguruma": "3.14.0",
|
|
8296
|
+
"@shikijs/langs": "3.14.0",
|
|
8297
|
+
"@shikijs/themes": "3.14.0",
|
|
8298
|
+
"@shikijs/types": "3.14.0",
|
|
8299
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
8300
|
+
"@types/hast": "^3.0.4"
|
|
8301
|
+
}
|
|
8302
|
+
},
|
|
7338
8303
|
"node_modules/side-channel": {
|
|
7339
8304
|
"version": "1.1.0",
|
|
7340
8305
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
@@ -8356,6 +9321,20 @@
|
|
|
8356
9321
|
"url": "https://opencollective.com/unified"
|
|
8357
9322
|
}
|
|
8358
9323
|
},
|
|
9324
|
+
"node_modules/vfile-location": {
|
|
9325
|
+
"version": "5.0.3",
|
|
9326
|
+
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
|
|
9327
|
+
"integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
|
|
9328
|
+
"license": "MIT",
|
|
9329
|
+
"dependencies": {
|
|
9330
|
+
"@types/unist": "^3.0.0",
|
|
9331
|
+
"vfile": "^6.0.0"
|
|
9332
|
+
},
|
|
9333
|
+
"funding": {
|
|
9334
|
+
"type": "opencollective",
|
|
9335
|
+
"url": "https://opencollective.com/unified"
|
|
9336
|
+
}
|
|
9337
|
+
},
|
|
8359
9338
|
"node_modules/vfile-message": {
|
|
8360
9339
|
"version": "4.0.2",
|
|
8361
9340
|
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
|
|
@@ -8410,6 +9389,16 @@
|
|
|
8410
9389
|
"node": ">=10.13.0"
|
|
8411
9390
|
}
|
|
8412
9391
|
},
|
|
9392
|
+
"node_modules/web-namespaces": {
|
|
9393
|
+
"version": "2.0.1",
|
|
9394
|
+
"resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
|
|
9395
|
+
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
|
|
9396
|
+
"license": "MIT",
|
|
9397
|
+
"funding": {
|
|
9398
|
+
"type": "github",
|
|
9399
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
9400
|
+
}
|
|
9401
|
+
},
|
|
8413
9402
|
"node_modules/webidl-conversions": {
|
|
8414
9403
|
"version": "7.0.0",
|
|
8415
9404
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|