~repos /website
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
- .alchemy/prd/git-redirector-prd.json +0 -49
- .alchemy/prd/hosted-zone-prd.json +0 -74
- .alchemy/prd/html-redirector-prd.json +0 -49
- .alchemy/prd/repos-bucket-policy-prd.json +0 -90
- .alchemy/prd/repos-bucket-prd.json +19 -80
- .alchemy/prd/rewrite-rules-prd.json +163 -0
- .alchemy/prd/s3-distribution-prd.json +0 -665
- .alchemy/prd/s3-oac-prd.json +0 -44
- .alchemy/prd/website-bucket-policy-prd.json +0 -90
- .alchemy/prd/website-bucket-prd.json +25 -80
- .alchemy/prd/website-bucket-prd/pyrossh.dev.json +30 -0
- .alchemy/prd/zone-prd.json +65 -0
- alchemy.run.ts +68 -265
- bun.lock +503 -272
- package-lock.json +8438 -0
- package.json +4 -3
.alchemy/prd/git-redirector-prd.json
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::CloudFront::Function",
|
|
3
|
-
"id": "git-redirector-prd",
|
|
4
|
-
"fqn": "prd/git-redirector-prd",
|
|
5
|
-
"seq": 4,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "updated",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::CloudFront::Function",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "git-redirector-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/git-redirector-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 4,
|
|
16
|
-
"typeName": "AWS::CloudFront::Function",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Name": "git_redirector_prd",
|
|
19
|
-
"FunctionConfig": {
|
|
20
|
-
"Comment": "Git redirector function",
|
|
21
|
-
"Runtime": "cloudfront-js-2.0"
|
|
22
|
-
},
|
|
23
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n request.uri = \"/\" + request.uri.replace(\"/repos/\", \"\");\n return request;\n }",
|
|
24
|
-
"AutoPublish": true
|
|
25
|
-
},
|
|
26
|
-
"id": "arn:aws:cloudfront::122129753516:function/git_redirector_prd",
|
|
27
|
-
"createdAt": 1763310845171,
|
|
28
|
-
"FunctionConfig": {
|
|
29
|
-
"Comment": "Git redirector function",
|
|
30
|
-
"Runtime": "cloudfront-js-2.0"
|
|
31
|
-
},
|
|
32
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/git_redirector_prd",
|
|
33
|
-
"FunctionMetadata": {
|
|
34
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/git_redirector_prd"
|
|
35
|
-
},
|
|
36
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n request.uri = \"/\" + request.uri.replace(\"/repos/\", \"\");\n return request;\n }",
|
|
37
|
-
"Stage": "LIVE",
|
|
38
|
-
"Name": "git_redirector_prd"
|
|
39
|
-
},
|
|
40
|
-
"props": {
|
|
41
|
-
"Name": "git_redirector_prd",
|
|
42
|
-
"FunctionConfig": {
|
|
43
|
-
"Comment": "Git redirector function",
|
|
44
|
-
"Runtime": "cloudfront-js-2.0"
|
|
45
|
-
},
|
|
46
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n request.uri = \"/\" + request.uri.replace(\"/repos/\", \"\");\n return request;\n }",
|
|
47
|
-
"AutoPublish": true
|
|
48
|
-
}
|
|
49
|
-
}
|
.alchemy/prd/hosted-zone-prd.json
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::Route53::HostedZone",
|
|
3
|
-
"id": "hosted-zone-prd",
|
|
4
|
-
"fqn": "prd/hosted-zone-prd",
|
|
5
|
-
"seq": 0,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "created",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::Route53::HostedZone",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "hosted-zone-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/hosted-zone-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 0,
|
|
16
|
-
"typeName": "AWS::Route53::HostedZone",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Name": "pyrossh.dev",
|
|
19
|
-
"HostedZoneTags": [
|
|
20
|
-
{
|
|
21
|
-
"Key": "Stage",
|
|
22
|
-
"Value": "prd"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"Key": "ProvisionedBy",
|
|
26
|
-
"Value": "Alchemy"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"HostedZoneConfig": {
|
|
30
|
-
"Comment": "ProvisionedBy Alchemy - prd"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"id": "Z06277131L62Y66EGXAWH",
|
|
34
|
-
"createdAt": 1763311272564,
|
|
35
|
-
"HostedZoneTags": [
|
|
36
|
-
{
|
|
37
|
-
"Value": "Alchemy",
|
|
38
|
-
"Key": "ProvisionedBy"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"Value": "prd",
|
|
42
|
-
"Key": "Stage"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"VPCs": [],
|
|
46
|
-
"HostedZoneConfig": {
|
|
47
|
-
"Comment": "ProvisionedBy Alchemy - prd"
|
|
48
|
-
},
|
|
49
|
-
"Id": "Z06277131L62Y66EGXAWH",
|
|
50
|
-
"NameServers": [
|
|
51
|
-
"ns-1447.awsdns-52.org",
|
|
52
|
-
"ns-1888.awsdns-44.co.uk",
|
|
53
|
-
"ns-482.awsdns-60.com",
|
|
54
|
-
"ns-1020.awsdns-63.net"
|
|
55
|
-
],
|
|
56
|
-
"Name": "pyrossh.dev."
|
|
57
|
-
},
|
|
58
|
-
"props": {
|
|
59
|
-
"Name": "pyrossh.dev",
|
|
60
|
-
"HostedZoneTags": [
|
|
61
|
-
{
|
|
62
|
-
"Key": "Stage",
|
|
63
|
-
"Value": "prd"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"Key": "ProvisionedBy",
|
|
67
|
-
"Value": "Alchemy"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"HostedZoneConfig": {
|
|
71
|
-
"Comment": "ProvisionedBy Alchemy - prd"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
.alchemy/prd/html-redirector-prd.json
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::CloudFront::Function",
|
|
3
|
-
"id": "html-redirector-prd",
|
|
4
|
-
"fqn": "prd/html-redirector-prd",
|
|
5
|
-
"seq": 3,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "updated",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::CloudFront::Function",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "html-redirector-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/html-redirector-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 3,
|
|
16
|
-
"typeName": "AWS::CloudFront::Function",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Name": "html_redirector_prd",
|
|
19
|
-
"FunctionConfig": {
|
|
20
|
-
"Comment": "HTML redirector function",
|
|
21
|
-
"Runtime": "cloudfront-js-2.0"
|
|
22
|
-
},
|
|
23
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n\n if (uri.endsWith('/')) {\n request.uri += 'index.html';\n } else if (!uri.startsWith('/_astro')) {\n request.uri += '/index.html';\n }\n return request;\n }",
|
|
24
|
-
"AutoPublish": true
|
|
25
|
-
},
|
|
26
|
-
"id": "arn:aws:cloudfront::122129753516:function/html_redirector_prd",
|
|
27
|
-
"createdAt": 1763310835436,
|
|
28
|
-
"FunctionConfig": {
|
|
29
|
-
"Comment": "HTML redirector function",
|
|
30
|
-
"Runtime": "cloudfront-js-2.0"
|
|
31
|
-
},
|
|
32
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd",
|
|
33
|
-
"FunctionMetadata": {
|
|
34
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd"
|
|
35
|
-
},
|
|
36
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n\n if (uri.endsWith('/')) {\n request.uri += 'index.html';\n } else if (!uri.startsWith('/_astro')) {\n request.uri += '/index.html';\n }\n return request;\n }",
|
|
37
|
-
"Stage": "LIVE",
|
|
38
|
-
"Name": "html_redirector_prd"
|
|
39
|
-
},
|
|
40
|
-
"props": {
|
|
41
|
-
"Name": "html_redirector_prd",
|
|
42
|
-
"FunctionConfig": {
|
|
43
|
-
"Comment": "HTML redirector function",
|
|
44
|
-
"Runtime": "cloudfront-js-2.0"
|
|
45
|
-
},
|
|
46
|
-
"FunctionCode": "function handler(event) {\n const request = event.request;\n const uri = request.uri;\n\n if (uri.endsWith('/')) {\n request.uri += 'index.html';\n } else if (!uri.startsWith('/_astro')) {\n request.uri += '/index.html';\n }\n return request;\n }",
|
|
47
|
-
"AutoPublish": true
|
|
48
|
-
}
|
|
49
|
-
}
|
.alchemy/prd/repos-bucket-policy-prd.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::S3::BucketPolicy",
|
|
3
|
-
"id": "repos-bucket-policy-prd",
|
|
4
|
-
"fqn": "prd/repos-bucket-policy-prd",
|
|
5
|
-
"seq": 8,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "created",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::S3::BucketPolicy",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "repos-bucket-policy-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/repos-bucket-policy-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 8,
|
|
16
|
-
"typeName": "AWS::S3::BucketPolicy",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Bucket": "pyrossh-repos-prd",
|
|
19
|
-
"PolicyDocument": {
|
|
20
|
-
"Version": "2012-10-17",
|
|
21
|
-
"Statement": [
|
|
22
|
-
{
|
|
23
|
-
"Principal": {
|
|
24
|
-
"Service": "cloudfront.amazonaws.com"
|
|
25
|
-
},
|
|
26
|
-
"Action": "s3:GetObject",
|
|
27
|
-
"Resource": [
|
|
28
|
-
"arn:aws:s3:::pyrossh-repos-prd",
|
|
29
|
-
"arn:aws:s3:::pyrossh-repos-prd/*"
|
|
30
|
-
],
|
|
31
|
-
"Effect": "Allow",
|
|
32
|
-
"Condition": {
|
|
33
|
-
"StringEquals": {
|
|
34
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"id": "pyrossh-repos-prd",
|
|
42
|
-
"createdAt": 1763311899012,
|
|
43
|
-
"Bucket": "pyrossh-repos-prd",
|
|
44
|
-
"PolicyDocument": {
|
|
45
|
-
"Version": "2012-10-17",
|
|
46
|
-
"Statement": [
|
|
47
|
-
{
|
|
48
|
-
"Condition": {
|
|
49
|
-
"StringEquals": {
|
|
50
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"Action": "s3:GetObject",
|
|
54
|
-
"Resource": [
|
|
55
|
-
"arn:aws:s3:::pyrossh-repos-prd",
|
|
56
|
-
"arn:aws:s3:::pyrossh-repos-prd/*"
|
|
57
|
-
],
|
|
58
|
-
"Effect": "Allow",
|
|
59
|
-
"Principal": {
|
|
60
|
-
"Service": "cloudfront.amazonaws.com"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"props": {
|
|
67
|
-
"Bucket": "pyrossh-repos-prd",
|
|
68
|
-
"PolicyDocument": {
|
|
69
|
-
"Version": "2012-10-17",
|
|
70
|
-
"Statement": [
|
|
71
|
-
{
|
|
72
|
-
"Principal": {
|
|
73
|
-
"Service": "cloudfront.amazonaws.com"
|
|
74
|
-
},
|
|
75
|
-
"Action": "s3:GetObject",
|
|
76
|
-
"Resource": [
|
|
77
|
-
"arn:aws:s3:::pyrossh-repos-prd",
|
|
78
|
-
"arn:aws:s3:::pyrossh-repos-prd/*"
|
|
79
|
-
],
|
|
80
|
-
"Effect": "Allow",
|
|
81
|
-
"Condition": {
|
|
82
|
-
"StringEquals": {
|
|
83
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
.alchemy/prd/repos-bucket-prd.json
CHANGED
|
@@ -1,97 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"kind": "
|
|
2
|
+
"kind": "cloudflare::R2Bucket",
|
|
3
3
|
"id": "repos-bucket-prd",
|
|
4
4
|
"fqn": "prd/repos-bucket-prd",
|
|
5
5
|
"seq": 1,
|
|
6
6
|
"data": {},
|
|
7
|
-
"status": "
|
|
7
|
+
"status": "updated",
|
|
8
8
|
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "
|
|
9
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::R2Bucket",
|
|
10
10
|
"Symbol(alchemy::ResourceID)": "repos-bucket-prd",
|
|
11
11
|
"Symbol(alchemy::ResourceFQN)": "prd/repos-bucket-prd",
|
|
12
12
|
"Symbol(alchemy::ResourceScope)": {
|
|
13
13
|
"@scope": null
|
|
14
14
|
},
|
|
15
15
|
"Symbol(alchemy::ResourceSeq)": 1,
|
|
16
|
-
"typeName": "AWS::S3::Bucket",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
|
|
16
|
+
"name": "pyrossh-repos-prd",
|
|
19
|
-
"PublicAccessBlockConfiguration": {
|
|
20
|
-
"BlockPublicAcls": true,
|
|
21
|
-
"BlockPublicPolicy": true,
|
|
22
|
-
"IgnorePublicAcls": true,
|
|
23
|
-
"RestrictPublicBuckets": true
|
|
24
|
-
},
|
|
25
|
-
"Tags": [
|
|
26
|
-
{
|
|
27
|
-
"Key": "Stage",
|
|
28
|
-
|
|
17
|
+
"location": "APAC",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
|
|
18
|
+
"creationDate": {
|
|
32
|
-
|
|
19
|
+
"@date": "2026-05-10T11:54:34.872Z"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
20
|
},
|
|
21
|
+
"jurisdiction": "default",
|
|
22
|
+
"type": "r2_bucket",
|
|
23
|
+
"accountId": "dfdb8ca4e419990852eb214c5b50bd5e",
|
|
24
|
+
"dev": {
|
|
36
|
-
|
|
25
|
+
"id": "pyrossh-repos-prd",
|
|
37
|
-
|
|
26
|
+
"remote": false,
|
|
38
|
-
"PublicAccessBlockConfiguration": {
|
|
39
|
-
"RestrictPublicBuckets": true,
|
|
40
|
-
"BlockPublicPolicy": true,
|
|
41
|
-
"BlockPublicAcls": true,
|
|
42
|
-
"
|
|
27
|
+
"isDeployed": true
|
|
43
|
-
},
|
|
44
|
-
"BucketName": "pyrossh-repos-prd",
|
|
45
|
-
"RegionalDomainName": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
46
|
-
"OwnershipControls": {
|
|
47
|
-
"Rules": [
|
|
48
|
-
{
|
|
49
|
-
"ObjectOwnership": "BucketOwnerEnforced"
|
|
50
|
-
|
|
28
|
+
}
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
"DomainName": "pyrossh-repos-prd.s3.amazonaws.com",
|
|
54
|
-
"BucketEncryption": {
|
|
55
|
-
"ServerSideEncryptionConfiguration": [
|
|
56
|
-
{
|
|
57
|
-
"BucketKeyEnabled": false,
|
|
58
|
-
"ServerSideEncryptionByDefault": {
|
|
59
|
-
"SSEAlgorithm": "AES256"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
"WebsiteURL": "http://pyrossh-repos-prd.s3-website.ap-south-1.amazonaws.com",
|
|
65
|
-
"DualStackDomainName": "pyrossh-repos-prd.s3.dualstack.ap-south-1.amazonaws.com",
|
|
66
|
-
"Arn": "arn:aws:s3:::pyrossh-repos-prd",
|
|
67
|
-
"Tags": [
|
|
68
|
-
{
|
|
69
|
-
"Value": "Alchemy",
|
|
70
|
-
"Key": "ProvisionedBy"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"Value": "prd",
|
|
74
|
-
"Key": "Stage"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
29
|
},
|
|
78
30
|
"props": {
|
|
79
|
-
"
|
|
31
|
+
"name": "pyrossh-repos-prd",
|
|
80
|
-
"PublicAccessBlockConfiguration": {
|
|
81
|
-
"BlockPublicAcls": true,
|
|
82
|
-
"BlockPublicPolicy": true,
|
|
83
|
-
"IgnorePublicAcls": true,
|
|
84
|
-
"RestrictPublicBuckets": true
|
|
85
|
-
},
|
|
86
|
-
"
|
|
32
|
+
"dev": {
|
|
87
|
-
{
|
|
88
|
-
"Key": "Stage",
|
|
89
|
-
|
|
33
|
+
"force": false
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"Key": "ProvisionedBy",
|
|
93
|
-
"Value": "Alchemy"
|
|
94
|
-
|
|
34
|
+
}
|
|
95
|
-
]
|
|
96
35
|
}
|
|
97
36
|
}
|
.alchemy/prd/rewrite-rules-prd.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "cloudflare::Ruleset",
|
|
3
|
+
"id": "rewrite-rules-prd",
|
|
4
|
+
"fqn": "prd/rewrite-rules-prd",
|
|
5
|
+
"seq": 3,
|
|
6
|
+
"data": {},
|
|
7
|
+
"status": "updated",
|
|
8
|
+
"output": {
|
|
9
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::Ruleset",
|
|
10
|
+
"Symbol(alchemy::ResourceID)": "rewrite-rules-prd",
|
|
11
|
+
"Symbol(alchemy::ResourceFQN)": "prd/rewrite-rules-prd",
|
|
12
|
+
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
+
"@scope": null
|
|
14
|
+
},
|
|
15
|
+
"Symbol(alchemy::ResourceSeq)": 3,
|
|
16
|
+
"id": "9aedcf431d7f4e66b68d6091436fa05c",
|
|
17
|
+
"zoneId": "e95a5d8957b75859c814579deebfce33",
|
|
18
|
+
"phase": "http_request_transform",
|
|
19
|
+
"name": "default",
|
|
20
|
+
"rules": [
|
|
21
|
+
{
|
|
22
|
+
"action": "rewrite",
|
|
23
|
+
"action_parameters": {
|
|
24
|
+
"uri": {
|
|
25
|
+
"path": {
|
|
26
|
+
"expression": "concat(http.request.uri.path, \"index.html\")"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"description": "Rewrite trailing slash to index.html",
|
|
31
|
+
"enabled": true,
|
|
32
|
+
"expression": "(ends_with(http.request.uri.path, \"/\") and http.host eq \"pyrossh.dev\")",
|
|
33
|
+
"id": "1271eccefbe54f8e9c06b1ad88833710",
|
|
34
|
+
"last_updated": "2026-05-13T14:35:31.641241Z",
|
|
35
|
+
"ref": "1271eccefbe54f8e9c06b1ad88833710",
|
|
36
|
+
"version": "1"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"action": "rewrite",
|
|
40
|
+
"action_parameters": {
|
|
41
|
+
"uri": {
|
|
42
|
+
"path": {
|
|
43
|
+
"expression": "concat(http.request.uri.path, \"/index.html\")"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"description": "Rewrite non-file paths to path/index.html",
|
|
48
|
+
"enabled": true,
|
|
49
|
+
"expression": "(not ends_with(http.request.uri.path, \"/\") and not http.request.uri.path contains \".\" and http.host eq \"pyrossh.dev\")",
|
|
50
|
+
"id": "43bfba781cd5484e8ae2eb287dde1acf",
|
|
51
|
+
"last_updated": "2026-05-14T05:52:14.862326Z",
|
|
52
|
+
"ref": "43bfba781cd5484e8ae2eb287dde1acf",
|
|
53
|
+
"version": "1"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"action": "rewrite",
|
|
57
|
+
"action_parameters": {
|
|
58
|
+
"uri": {
|
|
59
|
+
"path": {
|
|
60
|
+
"expression": "concat(http.request.uri.path, \"/index.html\")"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"description": "Rewrite /files/ paths with extension to append /index.html",
|
|
65
|
+
"enabled": true,
|
|
66
|
+
"expression": "(http.request.uri.path contains \"/files/\" and http.request.uri.path contains \".\" and not ends_with(http.request.uri.path, \"/\") and http.host eq \"pyrossh.dev\")",
|
|
67
|
+
"id": "e7e715d4b8c64e339a3bb2544ba33f4e",
|
|
68
|
+
"last_updated": "2026-05-14T05:53:27.98801Z",
|
|
69
|
+
"ref": "e7e715d4b8c64e339a3bb2544ba33f4e",
|
|
70
|
+
"version": "1"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"lastUpdated": "2026-05-14T05:53:27.98801Z",
|
|
74
|
+
"version": "9"
|
|
75
|
+
},
|
|
76
|
+
"props": {
|
|
77
|
+
"zone": {
|
|
78
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::Zone",
|
|
79
|
+
"Symbol(alchemy::ResourceID)": "zone-prd",
|
|
80
|
+
"Symbol(alchemy::ResourceFQN)": "prd/zone-prd",
|
|
81
|
+
"Symbol(alchemy::ResourceScope)": {
|
|
82
|
+
"@scope": null
|
|
83
|
+
},
|
|
84
|
+
"Symbol(alchemy::ResourceSeq)": 0,
|
|
85
|
+
"id": "e95a5d8957b75859c814579deebfce33",
|
|
86
|
+
"name": "pyrossh.dev",
|
|
87
|
+
"type": "full",
|
|
88
|
+
"status": "pending",
|
|
89
|
+
"paused": false,
|
|
90
|
+
"accountId": "dfdb8ca4e419990852eb214c5b50bd5e",
|
|
91
|
+
"nameservers": [
|
|
92
|
+
"glen.ns.cloudflare.com",
|
|
93
|
+
"riya.ns.cloudflare.com"
|
|
94
|
+
],
|
|
95
|
+
"originalNameservers": [
|
|
96
|
+
"ns-1020.awsdns-63.net",
|
|
97
|
+
"ns-1447.awsdns-52.org",
|
|
98
|
+
"ns-1888.awsdns-44.co.uk",
|
|
99
|
+
"ns-482.awsdns-60.com"
|
|
100
|
+
],
|
|
101
|
+
"createdAt": 1778414069223,
|
|
102
|
+
"modifiedAt": 1778414069223,
|
|
103
|
+
"activatedAt": null,
|
|
104
|
+
"settings": {
|
|
105
|
+
"ssl": "strict",
|
|
106
|
+
"alwaysUseHttps": "on",
|
|
107
|
+
"automaticHttpsRewrites": "on",
|
|
108
|
+
"tls13": "on",
|
|
109
|
+
"earlyHints": "off",
|
|
110
|
+
"emailObfuscation": "on",
|
|
111
|
+
"browserCacheTtl": 14400,
|
|
112
|
+
"developmentMode": "off",
|
|
113
|
+
"http2": "on",
|
|
114
|
+
"http3": "on",
|
|
115
|
+
"ipv6": "on",
|
|
116
|
+
"websockets": "on",
|
|
117
|
+
"zeroRtt": "off",
|
|
118
|
+
"brotli": "on",
|
|
119
|
+
"hotlinkProtection": "off",
|
|
120
|
+
"minTlsVersion": "1.2"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"phase": "http_request_transform",
|
|
124
|
+
"rules": [
|
|
125
|
+
{
|
|
126
|
+
"description": "Rewrite trailing slash to index.html",
|
|
127
|
+
"expression": "(ends_with(http.request.uri.path, \"/\") and http.host eq \"pyrossh.dev\")",
|
|
128
|
+
"action": "rewrite",
|
|
129
|
+
"action_parameters": {
|
|
130
|
+
"uri": {
|
|
131
|
+
"path": {
|
|
132
|
+
"expression": "concat(http.request.uri.path, \"index.html\")"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"description": "Rewrite non-file paths to path/index.html",
|
|
139
|
+
"expression": "(not ends_with(http.request.uri.path, \"/\") and not http.request.uri.path contains \".\" and http.host eq \"pyrossh.dev\")",
|
|
140
|
+
"action": "rewrite",
|
|
141
|
+
"action_parameters": {
|
|
142
|
+
"uri": {
|
|
143
|
+
"path": {
|
|
144
|
+
"expression": "concat(http.request.uri.path, \"/index.html\")"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"description": "Rewrite /files/ paths with extension to append /index.html",
|
|
151
|
+
"expression": "(http.request.uri.path contains \"/files/\" and http.request.uri.path contains \".\" and not ends_with(http.request.uri.path, \"/\") and http.host eq \"pyrossh.dev\")",
|
|
152
|
+
"action": "rewrite",
|
|
153
|
+
"action_parameters": {
|
|
154
|
+
"uri": {
|
|
155
|
+
"path": {
|
|
156
|
+
"expression": "concat(http.request.uri.path, \"/index.html\")"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
}
|
.alchemy/prd/s3-distribution-prd.json
DELETED
|
@@ -1,665 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::CloudFront::Distribution",
|
|
3
|
-
"id": "s3-distribution-prd",
|
|
4
|
-
"fqn": "prd/s3-distribution-prd",
|
|
5
|
-
"seq": 6,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "updated",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::CloudFront::Distribution",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "s3-distribution-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/s3-distribution-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 6,
|
|
16
|
-
"typeName": "AWS::CloudFront::Distribution",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Tags": [
|
|
19
|
-
{
|
|
20
|
-
"Key": "Stage",
|
|
21
|
-
"Value": "prd"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"Key": "ProvisionedBy",
|
|
25
|
-
"Value": "Alchemy"
|
|
26
|
-
}
|
|
27
|
-
],
|
|
28
|
-
"DistributionConfig": {
|
|
29
|
-
"Origins": [
|
|
30
|
-
{
|
|
31
|
-
"DomainName": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
32
|
-
"Id": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
33
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
34
|
-
"S3OriginConfig": {
|
|
35
|
-
"OriginAccessIdentity": ""
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"DomainName": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
40
|
-
"Id": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
41
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
42
|
-
"S3OriginConfig": {
|
|
43
|
-
"OriginAccessIdentity": ""
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"Enabled": true,
|
|
48
|
-
"IPV6Enabled": true,
|
|
49
|
-
"Aliases": [
|
|
50
|
-
"pyrossh.dev"
|
|
51
|
-
],
|
|
52
|
-
"DefaultRootObject": "index.html",
|
|
53
|
-
"CustomErrorResponses": [
|
|
54
|
-
{
|
|
55
|
-
"ErrorCode": 400,
|
|
56
|
-
"ResponseCode": 400,
|
|
57
|
-
"ResponsePagePath": "/404.html"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"ErrorCode": 403,
|
|
61
|
-
"ResponseCode": 403,
|
|
62
|
-
"ResponsePagePath": "/404.html"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"ErrorCode": 404,
|
|
66
|
-
"ResponseCode": 404,
|
|
67
|
-
"ResponsePagePath": "/404.html"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"ErrorCode": 405,
|
|
71
|
-
"ResponseCode": 405,
|
|
72
|
-
"ResponsePagePath": "/404.html"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"ErrorCode": 414,
|
|
76
|
-
"ResponseCode": 414,
|
|
77
|
-
"ResponsePagePath": "/404.html"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"ErrorCode": 416,
|
|
81
|
-
"ResponseCode": 416,
|
|
82
|
-
"ResponsePagePath": "/404.html"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"ErrorCode": 500,
|
|
86
|
-
"ResponseCode": 500,
|
|
87
|
-
"ResponsePagePath": "/500.html"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"ErrorCode": 501,
|
|
91
|
-
"ResponseCode": 501,
|
|
92
|
-
"ResponsePagePath": "/500.html"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"ErrorCode": 502,
|
|
96
|
-
"ResponseCode": 502,
|
|
97
|
-
"ResponsePagePath": "/500.html"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"ErrorCode": 503,
|
|
101
|
-
"ResponseCode": 503,
|
|
102
|
-
"ResponsePagePath": "/500.html"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"ErrorCode": 504,
|
|
106
|
-
"ResponseCode": 504,
|
|
107
|
-
"ResponsePagePath": "/500.html"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"CacheBehaviors": [
|
|
111
|
-
{
|
|
112
|
-
"PathPattern": "/repos/*.git/*",
|
|
113
|
-
"AllowedMethods": [
|
|
114
|
-
"GET",
|
|
115
|
-
"HEAD"
|
|
116
|
-
],
|
|
117
|
-
"CachedMethods": [
|
|
118
|
-
"GET",
|
|
119
|
-
"HEAD"
|
|
120
|
-
],
|
|
121
|
-
"TargetOriginId": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
122
|
-
"ForwardedValues": {
|
|
123
|
-
"QueryString": false,
|
|
124
|
-
"Cookies": {
|
|
125
|
-
"Forward": "none"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"MinTTL": 0,
|
|
129
|
-
"DefaultTTL": 86400,
|
|
130
|
-
"MaxTTL": 31536000,
|
|
131
|
-
"Compress": true,
|
|
132
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
133
|
-
"FunctionAssociations": [
|
|
134
|
-
{
|
|
135
|
-
"EventType": "viewer-request",
|
|
136
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/git_redirector_prd"
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"PathPattern": "/*",
|
|
142
|
-
"AllowedMethods": [
|
|
143
|
-
"GET",
|
|
144
|
-
"HEAD"
|
|
145
|
-
],
|
|
146
|
-
"CachedMethods": [
|
|
147
|
-
"GET",
|
|
148
|
-
"HEAD"
|
|
149
|
-
],
|
|
150
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
151
|
-
"ForwardedValues": {
|
|
152
|
-
"QueryString": true,
|
|
153
|
-
"Cookies": {
|
|
154
|
-
"Forward": "none"
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
158
|
-
"MinTTL": 0,
|
|
159
|
-
"DefaultTTL": 3600,
|
|
160
|
-
"MaxTTL": 86400,
|
|
161
|
-
"FunctionAssociations": [
|
|
162
|
-
{
|
|
163
|
-
"EventType": "viewer-request",
|
|
164
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"DefaultCacheBehavior": {
|
|
170
|
-
"AllowedMethods": [
|
|
171
|
-
"GET",
|
|
172
|
-
"HEAD"
|
|
173
|
-
],
|
|
174
|
-
"CachedMethods": [
|
|
175
|
-
"GET",
|
|
176
|
-
"HEAD"
|
|
177
|
-
],
|
|
178
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
179
|
-
"ForwardedValues": {
|
|
180
|
-
"QueryString": true,
|
|
181
|
-
"Cookies": {
|
|
182
|
-
"Forward": "none"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
186
|
-
"MinTTL": 0,
|
|
187
|
-
"DefaultTTL": 3600,
|
|
188
|
-
"MaxTTL": 86400,
|
|
189
|
-
"FunctionAssociations": [
|
|
190
|
-
{
|
|
191
|
-
"EventType": "viewer-request",
|
|
192
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd"
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
|
-
"PriceClass": "PriceClass_All",
|
|
197
|
-
"Restrictions": {
|
|
198
|
-
"GeoRestriction": {
|
|
199
|
-
"RestrictionType": "none"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"ViewerCertificate": {
|
|
203
|
-
"MinimumProtocolVersion": "TLSv1.2_2021",
|
|
204
|
-
"CloudFrontDefaultCertificate": false,
|
|
205
|
-
"SslSupportMethod": "sni-only",
|
|
206
|
-
"AcmCertificateArn": "arn:aws:acm:us-east-1:122129753516:certificate/d04cd0a5-623c-4d18-a9d1-f0d8df3e999d"
|
|
207
|
-
},
|
|
208
|
-
"Comment": "ProvisionedBy Alchemy - prd"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"id": "E2IM0M1RNCBSHJ",
|
|
212
|
-
"createdAt": 1764175362829,
|
|
213
|
-
"DistributionConfig": {
|
|
214
|
-
"Logging": {
|
|
215
|
-
"IncludeCookies": false,
|
|
216
|
-
"Bucket": "",
|
|
217
|
-
"Prefix": ""
|
|
218
|
-
},
|
|
219
|
-
"Comment": "ProvisionedBy Alchemy - prd",
|
|
220
|
-
"DefaultRootObject": "index.html",
|
|
221
|
-
"Origins": [
|
|
222
|
-
{
|
|
223
|
-
"ConnectionTimeout": 10,
|
|
224
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
225
|
-
"ConnectionAttempts": 3,
|
|
226
|
-
"OriginCustomHeaders": [],
|
|
227
|
-
"DomainName": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
228
|
-
"OriginShield": {
|
|
229
|
-
"Enabled": false
|
|
230
|
-
},
|
|
231
|
-
"S3OriginConfig": {
|
|
232
|
-
"OriginReadTimeout": 30,
|
|
233
|
-
"OriginAccessIdentity": ""
|
|
234
|
-
},
|
|
235
|
-
"OriginPath": "",
|
|
236
|
-
"Id": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"ConnectionTimeout": 10,
|
|
240
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
241
|
-
"ConnectionAttempts": 3,
|
|
242
|
-
"OriginCustomHeaders": [],
|
|
243
|
-
"DomainName": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
244
|
-
"OriginShield": {
|
|
245
|
-
"Enabled": false
|
|
246
|
-
},
|
|
247
|
-
"S3OriginConfig": {
|
|
248
|
-
"OriginReadTimeout": 30,
|
|
249
|
-
"OriginAccessIdentity": ""
|
|
250
|
-
},
|
|
251
|
-
"OriginPath": "",
|
|
252
|
-
"Id": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com"
|
|
253
|
-
}
|
|
254
|
-
],
|
|
255
|
-
"ViewerCertificate": {
|
|
256
|
-
"SslSupportMethod": "sni-only",
|
|
257
|
-
"MinimumProtocolVersion": "TLSv1.2_2021",
|
|
258
|
-
"CloudFrontDefaultCertificate": false,
|
|
259
|
-
"AcmCertificateArn": "arn:aws:acm:us-east-1:122129753516:certificate/d04cd0a5-623c-4d18-a9d1-f0d8df3e999d"
|
|
260
|
-
},
|
|
261
|
-
"PriceClass": "PriceClass_All",
|
|
262
|
-
"DefaultCacheBehavior": {
|
|
263
|
-
"Compress": false,
|
|
264
|
-
"FunctionAssociations": [
|
|
265
|
-
{
|
|
266
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd",
|
|
267
|
-
"EventType": "viewer-request"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"LambdaFunctionAssociations": [],
|
|
271
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
272
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
273
|
-
"GrpcConfig": {
|
|
274
|
-
"Enabled": false
|
|
275
|
-
},
|
|
276
|
-
"TrustedSigners": [],
|
|
277
|
-
"DefaultTTL": 3600,
|
|
278
|
-
"FieldLevelEncryptionId": "",
|
|
279
|
-
"TrustedKeyGroups": [],
|
|
280
|
-
"AllowedMethods": [
|
|
281
|
-
"HEAD",
|
|
282
|
-
"GET"
|
|
283
|
-
],
|
|
284
|
-
"CachedMethods": [
|
|
285
|
-
"HEAD",
|
|
286
|
-
"GET"
|
|
287
|
-
],
|
|
288
|
-
"SmoothStreaming": false,
|
|
289
|
-
"ForwardedValues": {
|
|
290
|
-
"Cookies": {
|
|
291
|
-
"Forward": "none"
|
|
292
|
-
},
|
|
293
|
-
"Headers": [],
|
|
294
|
-
"QueryString": true,
|
|
295
|
-
"QueryStringCacheKeys": []
|
|
296
|
-
},
|
|
297
|
-
"MinTTL": 0,
|
|
298
|
-
"MaxTTL": 86400
|
|
299
|
-
},
|
|
300
|
-
"Staging": false,
|
|
301
|
-
"CustomErrorResponses": [
|
|
302
|
-
{
|
|
303
|
-
"ResponseCode": 400,
|
|
304
|
-
"ErrorCachingMinTTL": 300,
|
|
305
|
-
"ErrorCode": 400,
|
|
306
|
-
"ResponsePagePath": "/404.html"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"ResponseCode": 403,
|
|
310
|
-
"ErrorCachingMinTTL": 300,
|
|
311
|
-
"ErrorCode": 403,
|
|
312
|
-
"ResponsePagePath": "/404.html"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"ResponseCode": 404,
|
|
316
|
-
"ErrorCachingMinTTL": 300,
|
|
317
|
-
"ErrorCode": 404,
|
|
318
|
-
"ResponsePagePath": "/404.html"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"ResponseCode": 405,
|
|
322
|
-
"ErrorCachingMinTTL": 300,
|
|
323
|
-
"ErrorCode": 405,
|
|
324
|
-
"ResponsePagePath": "/404.html"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"ResponseCode": 414,
|
|
328
|
-
"ErrorCachingMinTTL": 300,
|
|
329
|
-
"ErrorCode": 414,
|
|
330
|
-
"ResponsePagePath": "/404.html"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"ResponseCode": 416,
|
|
334
|
-
"ErrorCachingMinTTL": 300,
|
|
335
|
-
"ErrorCode": 416,
|
|
336
|
-
"ResponsePagePath": "/404.html"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"ResponseCode": 500,
|
|
340
|
-
"ErrorCachingMinTTL": 300,
|
|
341
|
-
"ErrorCode": 500,
|
|
342
|
-
"ResponsePagePath": "/500.html"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"ResponseCode": 501,
|
|
346
|
-
"ErrorCachingMinTTL": 300,
|
|
347
|
-
"ErrorCode": 501,
|
|
348
|
-
"ResponsePagePath": "/500.html"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"ResponseCode": 502,
|
|
352
|
-
"ErrorCachingMinTTL": 300,
|
|
353
|
-
"ErrorCode": 502,
|
|
354
|
-
"ResponsePagePath": "/500.html"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"ResponseCode": 503,
|
|
358
|
-
"ErrorCachingMinTTL": 300,
|
|
359
|
-
"ErrorCode": 503,
|
|
360
|
-
"ResponsePagePath": "/500.html"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"ResponseCode": 504,
|
|
364
|
-
"ErrorCachingMinTTL": 300,
|
|
365
|
-
"ErrorCode": 504,
|
|
366
|
-
"ResponsePagePath": "/500.html"
|
|
367
|
-
}
|
|
368
|
-
],
|
|
369
|
-
"ContinuousDeploymentPolicyId": "",
|
|
370
|
-
"OriginGroups": {
|
|
371
|
-
"Quantity": 0,
|
|
372
|
-
"Items": []
|
|
373
|
-
},
|
|
374
|
-
"Enabled": true,
|
|
375
|
-
"Aliases": [
|
|
376
|
-
"pyrossh.dev"
|
|
377
|
-
],
|
|
378
|
-
"IPV6Enabled": true,
|
|
379
|
-
"WebACLId": "",
|
|
380
|
-
"HttpVersion": "http1.1",
|
|
381
|
-
"Restrictions": {
|
|
382
|
-
"GeoRestriction": {
|
|
383
|
-
"Locations": [],
|
|
384
|
-
"RestrictionType": "none"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"CacheBehaviors": [
|
|
388
|
-
{
|
|
389
|
-
"Compress": true,
|
|
390
|
-
"FunctionAssociations": [
|
|
391
|
-
{
|
|
392
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/git_redirector_prd",
|
|
393
|
-
"EventType": "viewer-request"
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"LambdaFunctionAssociations": [],
|
|
397
|
-
"TargetOriginId": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
398
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
399
|
-
"GrpcConfig": {
|
|
400
|
-
"Enabled": false
|
|
401
|
-
},
|
|
402
|
-
"TrustedSigners": [],
|
|
403
|
-
"DefaultTTL": 86400,
|
|
404
|
-
"FieldLevelEncryptionId": "",
|
|
405
|
-
"TrustedKeyGroups": [],
|
|
406
|
-
"AllowedMethods": [
|
|
407
|
-
"HEAD",
|
|
408
|
-
"GET"
|
|
409
|
-
],
|
|
410
|
-
"PathPattern": "/repos/*.git/*",
|
|
411
|
-
"CachedMethods": [
|
|
412
|
-
"HEAD",
|
|
413
|
-
"GET"
|
|
414
|
-
],
|
|
415
|
-
"SmoothStreaming": false,
|
|
416
|
-
"ForwardedValues": {
|
|
417
|
-
"Cookies": {
|
|
418
|
-
"Forward": "none"
|
|
419
|
-
},
|
|
420
|
-
"Headers": [],
|
|
421
|
-
"QueryString": false,
|
|
422
|
-
"QueryStringCacheKeys": []
|
|
423
|
-
},
|
|
424
|
-
"MinTTL": 0,
|
|
425
|
-
"MaxTTL": 31536000
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"Compress": false,
|
|
429
|
-
"FunctionAssociations": [
|
|
430
|
-
{
|
|
431
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd",
|
|
432
|
-
"EventType": "viewer-request"
|
|
433
|
-
}
|
|
434
|
-
],
|
|
435
|
-
"LambdaFunctionAssociations": [],
|
|
436
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
437
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
438
|
-
"GrpcConfig": {
|
|
439
|
-
"Enabled": false
|
|
440
|
-
},
|
|
441
|
-
"TrustedSigners": [],
|
|
442
|
-
"DefaultTTL": 3600,
|
|
443
|
-
"FieldLevelEncryptionId": "",
|
|
444
|
-
"TrustedKeyGroups": [],
|
|
445
|
-
"AllowedMethods": [
|
|
446
|
-
"HEAD",
|
|
447
|
-
"GET"
|
|
448
|
-
],
|
|
449
|
-
"PathPattern": "/*",
|
|
450
|
-
"CachedMethods": [
|
|
451
|
-
"HEAD",
|
|
452
|
-
"GET"
|
|
453
|
-
],
|
|
454
|
-
"SmoothStreaming": false,
|
|
455
|
-
"ForwardedValues": {
|
|
456
|
-
"Cookies": {
|
|
457
|
-
"Forward": "none"
|
|
458
|
-
},
|
|
459
|
-
"Headers": [],
|
|
460
|
-
"QueryString": true,
|
|
461
|
-
"QueryStringCacheKeys": []
|
|
462
|
-
},
|
|
463
|
-
"MinTTL": 0,
|
|
464
|
-
"MaxTTL": 86400
|
|
465
|
-
}
|
|
466
|
-
]
|
|
467
|
-
},
|
|
468
|
-
"DomainName": "dydxeqxbrvlcu.cloudfront.net",
|
|
469
|
-
"Id": "E2IM0M1RNCBSHJ"
|
|
470
|
-
},
|
|
471
|
-
"props": {
|
|
472
|
-
"Tags": [
|
|
473
|
-
{
|
|
474
|
-
"Key": "Stage",
|
|
475
|
-
"Value": "prd"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"Key": "ProvisionedBy",
|
|
479
|
-
"Value": "Alchemy"
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
"DistributionConfig": {
|
|
483
|
-
"Origins": [
|
|
484
|
-
{
|
|
485
|
-
"DomainName": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
486
|
-
"Id": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
487
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
488
|
-
"S3OriginConfig": {
|
|
489
|
-
"OriginAccessIdentity": ""
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"DomainName": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
494
|
-
"Id": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
495
|
-
"OriginAccessControlId": "E92NHWMY2XEI1",
|
|
496
|
-
"S3OriginConfig": {
|
|
497
|
-
"OriginAccessIdentity": ""
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
],
|
|
501
|
-
"Enabled": true,
|
|
502
|
-
"IPV6Enabled": true,
|
|
503
|
-
"Aliases": [
|
|
504
|
-
"pyrossh.dev"
|
|
505
|
-
],
|
|
506
|
-
"DefaultRootObject": "index.html",
|
|
507
|
-
"CustomErrorResponses": [
|
|
508
|
-
{
|
|
509
|
-
"ErrorCode": 400,
|
|
510
|
-
"ResponseCode": 400,
|
|
511
|
-
"ResponsePagePath": "/404.html"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"ErrorCode": 403,
|
|
515
|
-
"ResponseCode": 403,
|
|
516
|
-
"ResponsePagePath": "/404.html"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"ErrorCode": 404,
|
|
520
|
-
"ResponseCode": 404,
|
|
521
|
-
"ResponsePagePath": "/404.html"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"ErrorCode": 405,
|
|
525
|
-
"ResponseCode": 405,
|
|
526
|
-
"ResponsePagePath": "/404.html"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"ErrorCode": 414,
|
|
530
|
-
"ResponseCode": 414,
|
|
531
|
-
"ResponsePagePath": "/404.html"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"ErrorCode": 416,
|
|
535
|
-
"ResponseCode": 416,
|
|
536
|
-
"ResponsePagePath": "/404.html"
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"ErrorCode": 500,
|
|
540
|
-
"ResponseCode": 500,
|
|
541
|
-
"ResponsePagePath": "/500.html"
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"ErrorCode": 501,
|
|
545
|
-
"ResponseCode": 501,
|
|
546
|
-
"ResponsePagePath": "/500.html"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"ErrorCode": 502,
|
|
550
|
-
"ResponseCode": 502,
|
|
551
|
-
"ResponsePagePath": "/500.html"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"ErrorCode": 503,
|
|
555
|
-
"ResponseCode": 503,
|
|
556
|
-
"ResponsePagePath": "/500.html"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"ErrorCode": 504,
|
|
560
|
-
"ResponseCode": 504,
|
|
561
|
-
"ResponsePagePath": "/500.html"
|
|
562
|
-
}
|
|
563
|
-
],
|
|
564
|
-
"CacheBehaviors": [
|
|
565
|
-
{
|
|
566
|
-
"PathPattern": "/repos/*.git/*",
|
|
567
|
-
"AllowedMethods": [
|
|
568
|
-
"GET",
|
|
569
|
-
"HEAD"
|
|
570
|
-
],
|
|
571
|
-
"CachedMethods": [
|
|
572
|
-
"GET",
|
|
573
|
-
"HEAD"
|
|
574
|
-
],
|
|
575
|
-
"TargetOriginId": "pyrossh-repos-prd.s3.ap-south-1.amazonaws.com",
|
|
576
|
-
"ForwardedValues": {
|
|
577
|
-
"QueryString": false,
|
|
578
|
-
"Cookies": {
|
|
579
|
-
"Forward": "none"
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
"MinTTL": 0,
|
|
583
|
-
"DefaultTTL": 86400,
|
|
584
|
-
"MaxTTL": 31536000,
|
|
585
|
-
"Compress": true,
|
|
586
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
587
|
-
"FunctionAssociations": [
|
|
588
|
-
{
|
|
589
|
-
"EventType": "viewer-request",
|
|
590
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/git_redirector_prd"
|
|
591
|
-
}
|
|
592
|
-
]
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"PathPattern": "/*",
|
|
596
|
-
"AllowedMethods": [
|
|
597
|
-
"GET",
|
|
598
|
-
"HEAD"
|
|
599
|
-
],
|
|
600
|
-
"CachedMethods": [
|
|
601
|
-
"GET",
|
|
602
|
-
"HEAD"
|
|
603
|
-
],
|
|
604
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
605
|
-
"ForwardedValues": {
|
|
606
|
-
"QueryString": true,
|
|
607
|
-
"Cookies": {
|
|
608
|
-
"Forward": "none"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
612
|
-
"MinTTL": 0,
|
|
613
|
-
"DefaultTTL": 3600,
|
|
614
|
-
"MaxTTL": 86400,
|
|
615
|
-
"FunctionAssociations": [
|
|
616
|
-
{
|
|
617
|
-
"EventType": "viewer-request",
|
|
618
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd"
|
|
619
|
-
}
|
|
620
|
-
]
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"DefaultCacheBehavior": {
|
|
624
|
-
"AllowedMethods": [
|
|
625
|
-
"GET",
|
|
626
|
-
"HEAD"
|
|
627
|
-
],
|
|
628
|
-
"CachedMethods": [
|
|
629
|
-
"GET",
|
|
630
|
-
"HEAD"
|
|
631
|
-
],
|
|
632
|
-
"TargetOriginId": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
633
|
-
"ForwardedValues": {
|
|
634
|
-
"QueryString": true,
|
|
635
|
-
"Cookies": {
|
|
636
|
-
"Forward": "none"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
"ViewerProtocolPolicy": "redirect-to-https",
|
|
640
|
-
"MinTTL": 0,
|
|
641
|
-
"DefaultTTL": 3600,
|
|
642
|
-
"MaxTTL": 86400,
|
|
643
|
-
"FunctionAssociations": [
|
|
644
|
-
{
|
|
645
|
-
"EventType": "viewer-request",
|
|
646
|
-
"FunctionARN": "arn:aws:cloudfront::122129753516:function/html_redirector_prd"
|
|
647
|
-
}
|
|
648
|
-
]
|
|
649
|
-
},
|
|
650
|
-
"PriceClass": "PriceClass_All",
|
|
651
|
-
"Restrictions": {
|
|
652
|
-
"GeoRestriction": {
|
|
653
|
-
"RestrictionType": "none"
|
|
654
|
-
}
|
|
655
|
-
},
|
|
656
|
-
"ViewerCertificate": {
|
|
657
|
-
"MinimumProtocolVersion": "TLSv1.2_2021",
|
|
658
|
-
"CloudFrontDefaultCertificate": false,
|
|
659
|
-
"SslSupportMethod": "sni-only",
|
|
660
|
-
"AcmCertificateArn": "arn:aws:acm:us-east-1:122129753516:certificate/d04cd0a5-623c-4d18-a9d1-f0d8df3e999d"
|
|
661
|
-
},
|
|
662
|
-
"Comment": "ProvisionedBy Alchemy - prd"
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
}
|
.alchemy/prd/s3-oac-prd.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::CloudFront::OriginAccessControl",
|
|
3
|
-
"id": "s3-oac-prd",
|
|
4
|
-
"fqn": "prd/s3-oac-prd",
|
|
5
|
-
"seq": 3,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "created",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::CloudFront::OriginAccessControl",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "s3-oac-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/s3-oac-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 3,
|
|
16
|
-
"typeName": "AWS::CloudFront::OriginAccessControl",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"OriginAccessControlConfig": {
|
|
19
|
-
"Name": "s3-oac-prd",
|
|
20
|
-
"OriginAccessControlOriginType": "s3",
|
|
21
|
-
"SigningBehavior": "always",
|
|
22
|
-
"SigningProtocol": "sigv4"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"id": "E92NHWMY2XEI1",
|
|
26
|
-
"createdAt": 1763311203616,
|
|
27
|
-
"OriginAccessControlConfig": {
|
|
28
|
-
"SigningBehavior": "always",
|
|
29
|
-
"Description": "",
|
|
30
|
-
"OriginAccessControlOriginType": "s3",
|
|
31
|
-
"SigningProtocol": "sigv4",
|
|
32
|
-
"Name": "s3-oac-prd"
|
|
33
|
-
},
|
|
34
|
-
"Id": "E92NHWMY2XEI1"
|
|
35
|
-
},
|
|
36
|
-
"props": {
|
|
37
|
-
"OriginAccessControlConfig": {
|
|
38
|
-
"Name": "s3-oac-prd",
|
|
39
|
-
"OriginAccessControlOriginType": "s3",
|
|
40
|
-
"SigningBehavior": "always",
|
|
41
|
-
"SigningProtocol": "sigv4"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
.alchemy/prd/website-bucket-policy-prd.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kind": "AWS::S3::BucketPolicy",
|
|
3
|
-
"id": "website-bucket-policy-prd",
|
|
4
|
-
"fqn": "prd/website-bucket-policy-prd",
|
|
5
|
-
"seq": 7,
|
|
6
|
-
"data": {},
|
|
7
|
-
"status": "created",
|
|
8
|
-
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "AWS::S3::BucketPolicy",
|
|
10
|
-
"Symbol(alchemy::ResourceID)": "website-bucket-policy-prd",
|
|
11
|
-
"Symbol(alchemy::ResourceFQN)": "prd/website-bucket-policy-prd",
|
|
12
|
-
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
-
"@scope": null
|
|
14
|
-
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)": 7,
|
|
16
|
-
"typeName": "AWS::S3::BucketPolicy",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
"Bucket": "pyrossh-website-prd",
|
|
19
|
-
"PolicyDocument": {
|
|
20
|
-
"Version": "2012-10-17",
|
|
21
|
-
"Statement": [
|
|
22
|
-
{
|
|
23
|
-
"Principal": {
|
|
24
|
-
"Service": "cloudfront.amazonaws.com"
|
|
25
|
-
},
|
|
26
|
-
"Action": "s3:GetObject",
|
|
27
|
-
"Resource": [
|
|
28
|
-
"arn:aws:s3:::pyrossh-website-prd",
|
|
29
|
-
"arn:aws:s3:::pyrossh-website-prd/*"
|
|
30
|
-
],
|
|
31
|
-
"Effect": "Allow",
|
|
32
|
-
"Condition": {
|
|
33
|
-
"StringEquals": {
|
|
34
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"id": "pyrossh-website-prd",
|
|
42
|
-
"createdAt": 1763311897729,
|
|
43
|
-
"Bucket": "pyrossh-website-prd",
|
|
44
|
-
"PolicyDocument": {
|
|
45
|
-
"Version": "2012-10-17",
|
|
46
|
-
"Statement": [
|
|
47
|
-
{
|
|
48
|
-
"Condition": {
|
|
49
|
-
"StringEquals": {
|
|
50
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"Action": "s3:GetObject",
|
|
54
|
-
"Resource": [
|
|
55
|
-
"arn:aws:s3:::pyrossh-website-prd",
|
|
56
|
-
"arn:aws:s3:::pyrossh-website-prd/*"
|
|
57
|
-
],
|
|
58
|
-
"Effect": "Allow",
|
|
59
|
-
"Principal": {
|
|
60
|
-
"Service": "cloudfront.amazonaws.com"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"props": {
|
|
67
|
-
"Bucket": "pyrossh-website-prd",
|
|
68
|
-
"PolicyDocument": {
|
|
69
|
-
"Version": "2012-10-17",
|
|
70
|
-
"Statement": [
|
|
71
|
-
{
|
|
72
|
-
"Principal": {
|
|
73
|
-
"Service": "cloudfront.amazonaws.com"
|
|
74
|
-
},
|
|
75
|
-
"Action": "s3:GetObject",
|
|
76
|
-
"Resource": [
|
|
77
|
-
"arn:aws:s3:::pyrossh-website-prd",
|
|
78
|
-
"arn:aws:s3:::pyrossh-website-prd/*"
|
|
79
|
-
],
|
|
80
|
-
"Effect": "Allow",
|
|
81
|
-
"Condition": {
|
|
82
|
-
"StringEquals": {
|
|
83
|
-
"AWS:SourceArn": "arn:aws:cloudfront::122129753516:distribution/E2IM0M1RNCBSHJ"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
.alchemy/prd/website-bucket-prd.json
CHANGED
|
@@ -1,97 +1,42 @@
|
|
|
1
1
|
{
|
|
2
|
-
"kind": "
|
|
2
|
+
"kind": "cloudflare::R2Bucket",
|
|
3
3
|
"id": "website-bucket-prd",
|
|
4
4
|
"fqn": "prd/website-bucket-prd",
|
|
5
|
-
"seq":
|
|
5
|
+
"seq": 1,
|
|
6
6
|
"data": {},
|
|
7
|
-
"status": "
|
|
7
|
+
"status": "updated",
|
|
8
8
|
"output": {
|
|
9
|
-
"Symbol(alchemy::ResourceKind)": "
|
|
9
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::R2Bucket",
|
|
10
10
|
"Symbol(alchemy::ResourceID)": "website-bucket-prd",
|
|
11
11
|
"Symbol(alchemy::ResourceFQN)": "prd/website-bucket-prd",
|
|
12
12
|
"Symbol(alchemy::ResourceScope)": {
|
|
13
13
|
"@scope": null
|
|
14
14
|
},
|
|
15
|
-
"Symbol(alchemy::ResourceSeq)":
|
|
15
|
+
"Symbol(alchemy::ResourceSeq)": 1,
|
|
16
|
-
"typeName": "AWS::S3::Bucket",
|
|
17
|
-
"desiredState": {
|
|
18
|
-
|
|
16
|
+
"name": "pyrossh-website-prd",
|
|
19
|
-
"PublicAccessBlockConfiguration": {
|
|
20
|
-
"BlockPublicAcls": true,
|
|
21
|
-
"BlockPublicPolicy": true,
|
|
22
|
-
"IgnorePublicAcls": true,
|
|
23
|
-
"RestrictPublicBuckets": true
|
|
24
|
-
},
|
|
25
|
-
"Tags": [
|
|
26
|
-
{
|
|
27
|
-
"Key": "Stage",
|
|
28
|
-
|
|
17
|
+
"location": "APAC",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
|
|
18
|
+
"creationDate": {
|
|
32
|
-
|
|
19
|
+
"@date": "2026-05-13T13:52:35.852Z"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
20
|
},
|
|
21
|
+
"jurisdiction": "default",
|
|
22
|
+
"type": "r2_bucket",
|
|
23
|
+
"accountId": "dfdb8ca4e419990852eb214c5b50bd5e",
|
|
24
|
+
"dev": {
|
|
36
|
-
|
|
25
|
+
"id": "pyrossh-website-prd",
|
|
37
|
-
|
|
26
|
+
"remote": false,
|
|
38
|
-
"PublicAccessBlockConfiguration": {
|
|
39
|
-
"RestrictPublicBuckets": true,
|
|
40
|
-
"BlockPublicPolicy": true,
|
|
41
|
-
"BlockPublicAcls": true,
|
|
42
|
-
"
|
|
27
|
+
"isDeployed": true
|
|
43
28
|
},
|
|
44
|
-
"BucketName": "pyrossh-website-prd",
|
|
45
|
-
"RegionalDomainName": "pyrossh-website-prd.s3.ap-south-1.amazonaws.com",
|
|
46
|
-
"OwnershipControls": {
|
|
47
|
-
"Rules": [
|
|
48
|
-
{
|
|
49
|
-
"ObjectOwnership": "BucketOwnerEnforced"
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
"DomainName": "pyrossh-website-prd.s3.amazonaws.com",
|
|
54
|
-
"BucketEncryption": {
|
|
55
|
-
"ServerSideEncryptionConfiguration": [
|
|
56
|
-
{
|
|
57
|
-
"BucketKeyEnabled": false,
|
|
58
|
-
"ServerSideEncryptionByDefault": {
|
|
59
|
-
"SSEAlgorithm": "AES256"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
"WebsiteURL": "http://pyrossh-website-prd.s3-website.ap-south-1.amazonaws.com",
|
|
65
|
-
"DualStackDomainName": "pyrossh-website-prd.s3.dualstack.ap-south-1.amazonaws.com",
|
|
66
|
-
"Arn": "arn:aws:s3:::pyrossh-website-prd",
|
|
67
|
-
"
|
|
29
|
+
"domains": [
|
|
68
|
-
{
|
|
69
|
-
"Value": "Alchemy",
|
|
70
|
-
"Key": "ProvisionedBy"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"Value": "prd",
|
|
74
|
-
|
|
30
|
+
"pyrossh.dev"
|
|
75
|
-
}
|
|
76
31
|
]
|
|
77
32
|
},
|
|
78
33
|
"props": {
|
|
79
|
-
"
|
|
34
|
+
"name": "pyrossh-website-prd",
|
|
80
|
-
"PublicAccessBlockConfiguration": {
|
|
81
|
-
"BlockPublicAcls": true,
|
|
82
|
-
"BlockPublicPolicy": true,
|
|
83
|
-
"IgnorePublicAcls": true,
|
|
84
|
-
"RestrictPublicBuckets": true
|
|
85
|
-
},
|
|
86
|
-
"
|
|
35
|
+
"domains": [
|
|
87
|
-
{
|
|
88
|
-
|
|
36
|
+
"pyrossh.dev"
|
|
89
|
-
"Value": "prd"
|
|
90
|
-
|
|
37
|
+
],
|
|
91
|
-
{
|
|
92
|
-
|
|
38
|
+
"dev": {
|
|
93
|
-
|
|
39
|
+
"force": false
|
|
94
|
-
|
|
40
|
+
}
|
|
95
|
-
]
|
|
96
41
|
}
|
|
97
42
|
}
|
.alchemy/prd/website-bucket-prd/pyrossh.dev.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "cloudflare::R2BucketCustomDomain",
|
|
3
|
+
"id": "pyrossh.dev",
|
|
4
|
+
"fqn": "prd/website-bucket-prd/pyrossh.dev",
|
|
5
|
+
"seq": 0,
|
|
6
|
+
"data": {},
|
|
7
|
+
"status": "created",
|
|
8
|
+
"output": {
|
|
9
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::R2BucketCustomDomain",
|
|
10
|
+
"Symbol(alchemy::ResourceID)": "pyrossh.dev",
|
|
11
|
+
"Symbol(alchemy::ResourceFQN)": "prd/website-bucket-prd/pyrossh.dev",
|
|
12
|
+
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
+
"@scope": null
|
|
14
|
+
},
|
|
15
|
+
"Symbol(alchemy::ResourceSeq)": 0,
|
|
16
|
+
"domain": "pyrossh.dev",
|
|
17
|
+
"enabled": true,
|
|
18
|
+
"zoneId": "e95a5d8957b75859c814579deebfce33"
|
|
19
|
+
},
|
|
20
|
+
"props": {
|
|
21
|
+
"domain": "pyrossh.dev",
|
|
22
|
+
"adopt": false,
|
|
23
|
+
"bucketName": "pyrossh-website-prd",
|
|
24
|
+
"dev": {
|
|
25
|
+
"id": "pyrossh-website-prd",
|
|
26
|
+
"remote": false,
|
|
27
|
+
"isDeployed": true
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
.alchemy/prd/zone-prd.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "cloudflare::Zone",
|
|
3
|
+
"id": "zone-prd",
|
|
4
|
+
"fqn": "prd/zone-prd",
|
|
5
|
+
"seq": 0,
|
|
6
|
+
"data": {},
|
|
7
|
+
"status": "created",
|
|
8
|
+
"output": {
|
|
9
|
+
"Symbol(alchemy::ResourceKind)": "cloudflare::Zone",
|
|
10
|
+
"Symbol(alchemy::ResourceID)": "zone-prd",
|
|
11
|
+
"Symbol(alchemy::ResourceFQN)": "prd/zone-prd",
|
|
12
|
+
"Symbol(alchemy::ResourceScope)": {
|
|
13
|
+
"@scope": null
|
|
14
|
+
},
|
|
15
|
+
"Symbol(alchemy::ResourceSeq)": 0,
|
|
16
|
+
"id": "e95a5d8957b75859c814579deebfce33",
|
|
17
|
+
"name": "pyrossh.dev",
|
|
18
|
+
"type": "full",
|
|
19
|
+
"status": "pending",
|
|
20
|
+
"paused": false,
|
|
21
|
+
"accountId": "dfdb8ca4e419990852eb214c5b50bd5e",
|
|
22
|
+
"nameservers": [
|
|
23
|
+
"glen.ns.cloudflare.com",
|
|
24
|
+
"riya.ns.cloudflare.com"
|
|
25
|
+
],
|
|
26
|
+
"originalNameservers": [
|
|
27
|
+
"ns-1020.awsdns-63.net",
|
|
28
|
+
"ns-1447.awsdns-52.org",
|
|
29
|
+
"ns-1888.awsdns-44.co.uk",
|
|
30
|
+
"ns-482.awsdns-60.com"
|
|
31
|
+
],
|
|
32
|
+
"createdAt": 1778414069223,
|
|
33
|
+
"modifiedAt": 1778414069223,
|
|
34
|
+
"activatedAt": null,
|
|
35
|
+
"settings": {
|
|
36
|
+
"ssl": "strict",
|
|
37
|
+
"alwaysUseHttps": "on",
|
|
38
|
+
"automaticHttpsRewrites": "on",
|
|
39
|
+
"tls13": "on",
|
|
40
|
+
"earlyHints": "off",
|
|
41
|
+
"emailObfuscation": "on",
|
|
42
|
+
"browserCacheTtl": 14400,
|
|
43
|
+
"developmentMode": "off",
|
|
44
|
+
"http2": "on",
|
|
45
|
+
"http3": "on",
|
|
46
|
+
"ipv6": "on",
|
|
47
|
+
"websockets": "on",
|
|
48
|
+
"zeroRtt": "off",
|
|
49
|
+
"brotli": "on",
|
|
50
|
+
"hotlinkProtection": "off",
|
|
51
|
+
"minTlsVersion": "1.2"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"props": {
|
|
55
|
+
"name": "pyrossh.dev",
|
|
56
|
+
"type": "full",
|
|
57
|
+
"settings": {
|
|
58
|
+
"ssl": "strict",
|
|
59
|
+
"alwaysUseHttps": "on",
|
|
60
|
+
"minTlsVersion": "1.2",
|
|
61
|
+
"brotli": "on",
|
|
62
|
+
"http3": "on"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
alchemy.run.ts
CHANGED
|
@@ -1,289 +1,92 @@
|
|
|
1
1
|
import { $ } from "bun";
|
|
2
2
|
import alchemy from "alchemy";
|
|
3
|
-
import AWS from "alchemy/aws/control";
|
|
4
|
-
import {
|
|
3
|
+
import { AccountApiToken, Zone, R2Bucket, Ruleset } from "alchemy/cloudflare";
|
|
5
4
|
|
|
6
|
-
const domainName = "pyrossh.dev";
|
|
7
5
|
const app = await alchemy("");
|
|
8
6
|
|
|
9
|
-
const
|
|
7
|
+
// const storageToken = await AccountApiToken("account-access-token", {
|
|
10
|
-
|
|
8
|
+
// name: "alchemy-account-access-token",
|
|
9
|
+
// policies: [
|
|
10
|
+
// {
|
|
11
|
+
// effect: "allow",
|
|
12
|
+
// permissionGroups: ["Workers R2 Storage Write"],
|
|
13
|
+
// resources: {
|
|
11
|
-
|
|
14
|
+
// "com.cloudflare.api.account": "*",
|
|
12
|
-
]
|
|
13
|
-
|
|
15
|
+
// },
|
|
16
|
+
// },
|
|
17
|
+
// ],
|
|
18
|
+
// });
|
|
14
19
|
|
|
15
|
-
//
|
|
20
|
+
// storageToken.accessKeyId
|
|
16
|
-
|
|
21
|
+
// storageToken.secretAccessKey
|
|
17
|
-
Name: domainName,
|
|
18
|
-
HostedZoneTags: Tags,
|
|
19
|
-
HostedZoneConfig: {
|
|
20
|
-
Comment: Comment,
|
|
21
|
-
},
|
|
22
|
-
});
|
|
23
22
|
|
|
24
|
-
// S3 Buckets with Public Access Block Configuration
|
|
25
|
-
const
|
|
23
|
+
const zone = await Zone(`zone-${app.stage}`, {
|
|
26
|
-
|
|
24
|
+
name: "pyrossh.dev",
|
|
27
|
-
PublicAccessBlockConfiguration: {
|
|
28
|
-
|
|
25
|
+
type: "full",
|
|
26
|
+
settings: {
|
|
29
|
-
|
|
27
|
+
ssl: "strict",
|
|
28
|
+
alwaysUseHttps: "on",
|
|
29
|
+
minTlsVersion: "1.2",
|
|
30
|
-
|
|
30
|
+
brotli: "on",
|
|
31
|
-
|
|
31
|
+
http3: "on",
|
|
32
32
|
},
|
|
33
|
-
Tags: Tags,
|
|
34
33
|
});
|
|
35
34
|
|
|
35
|
+
// R2 Bucket for the website
|
|
36
|
-
const
|
|
36
|
+
const websiteBucket = await R2Bucket(`website-bucket-${app.stage}`, {
|
|
37
|
-
|
|
37
|
+
name: `pyrossh-website-${app.stage}`,
|
|
38
|
-
PublicAccessBlockConfiguration: {
|
|
39
|
-
BlockPublicAcls: true,
|
|
40
|
-
BlockPublicPolicy: true,
|
|
41
|
-
IgnorePublicAcls: true,
|
|
42
|
-
RestrictPublicBuckets: true
|
|
43
|
-
},
|
|
44
|
-
Tags: Tags,
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
// CloudFront Origin Access Control
|
|
48
|
-
const s3OAC = await AWS.CloudFront.OriginAccessControl(`s3-oac-${app.stage}`, {
|
|
49
|
-
OriginAccessControlConfig: {
|
|
50
|
-
|
|
38
|
+
domains: [zone.name],
|
|
51
|
-
OriginAccessControlOriginType: "s3",
|
|
52
|
-
SigningBehavior: "always",
|
|
53
|
-
SigningProtocol: "sigv4",
|
|
54
|
-
},
|
|
55
39
|
});
|
|
56
40
|
|
|
57
|
-
// ACM Certificate (in us-east-1 for CloudFront)
|
|
58
|
-
// Note: AWS Certificate Manager needs to be created separately or use ACMPCA
|
|
59
|
-
// For now, assuming certificate ARN will be provided or created manually
|
|
60
|
-
// You may need to adjust this based on your Alchemy setup
|
|
61
|
-
|
|
62
|
-
//
|
|
41
|
+
// R2 Bucket for git repos
|
|
63
|
-
const htmlRedirector = await AWS.CloudFront.Function(`html-redirector-${app.stage}`, {
|
|
64
|
-
Name: `html_redirector_${app.stage}`,
|
|
65
|
-
FunctionConfig: {
|
|
66
|
-
Comment: "HTML redirector function",
|
|
67
|
-
Runtime: "cloudfront-js-2.0"
|
|
68
|
-
},
|
|
69
|
-
FunctionCode: `function handler(event) {
|
|
70
|
-
const request = event.request;
|
|
71
|
-
const uri = request.uri;
|
|
72
|
-
|
|
73
|
-
if (uri.endsWith('/')) {
|
|
74
|
-
request.uri += 'index.html';
|
|
75
|
-
} else if (!uri.startsWith('/_astro')) {
|
|
76
|
-
request.uri += '/index.html';
|
|
77
|
-
}
|
|
78
|
-
return request;
|
|
79
|
-
}`,
|
|
80
|
-
AutoPublish: true,
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
const
|
|
42
|
+
const reposBucket = await R2Bucket(`repos-bucket-${app.stage}`, {
|
|
84
|
-
|
|
43
|
+
name: `pyrossh-repos-${app.stage}`,
|
|
85
|
-
FunctionConfig: {
|
|
86
|
-
Comment: "Git redirector function",
|
|
87
|
-
Runtime: "cloudfront-js-2.0"
|
|
88
|
-
},
|
|
89
|
-
FunctionCode: `function handler(event) {
|
|
90
|
-
const request = event.request;
|
|
91
|
-
const uri = request.uri;
|
|
92
|
-
request.uri = "/" + request.uri.replace("/repos/", "");
|
|
93
|
-
return request;
|
|
94
|
-
}`,
|
|
95
|
-
AutoPublish: true,
|
|
96
44
|
});
|
|
97
45
|
|
|
98
|
-
//
|
|
46
|
+
// Rewrite trailing slash paths to serve index.html
|
|
99
|
-
const
|
|
47
|
+
const rewriteRules = await Ruleset(`rewrite-rules-${app.stage}`, {
|
|
100
|
-
|
|
48
|
+
zone,
|
|
101
|
-
|
|
49
|
+
phase: "http_request_transform",
|
|
102
|
-
|
|
50
|
+
rules: [
|
|
103
|
-
|
|
51
|
+
{
|
|
104
|
-
DomainName: websiteBucket.RegionalDomainName,
|
|
105
|
-
Id: websiteBucket.RegionalDomainName,
|
|
106
|
-
OriginAccessControlId: s3OAC.Id,
|
|
107
|
-
S3OriginConfig: {
|
|
108
|
-
OriginAccessIdentity: ""
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
DomainName: reposBucket.RegionalDomainName,
|
|
113
|
-
Id: reposBucket.RegionalDomainName,
|
|
114
|
-
OriginAccessControlId: s3OAC.Id,
|
|
115
|
-
S3OriginConfig: {
|
|
116
|
-
OriginAccessIdentity: ""
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
],
|
|
120
|
-
Enabled: true,
|
|
121
|
-
IPV6Enabled: true,
|
|
122
|
-
Aliases: [domainName],
|
|
123
|
-
|
|
52
|
+
description: "Rewrite trailing slash to index.html",
|
|
124
|
-
CustomErrorResponses: [400, 403, 404, 405, 414, 416, 500, 501, 502, 503, 504].map(code => ({
|
|
125
|
-
ErrorCode: code,
|
|
126
|
-
ResponseCode: code,
|
|
127
|
-
|
|
53
|
+
expression: `(ends_with(http.request.uri.path, "/") and http.host eq "${zone.name}")`,
|
|
128
|
-
})),
|
|
129
|
-
CacheBehaviors: [
|
|
130
|
-
{
|
|
131
|
-
PathPattern: "/repos/*.git/*",
|
|
132
|
-
AllowedMethods: ["GET", "HEAD"],
|
|
133
|
-
CachedMethods: ["GET", "HEAD"],
|
|
134
|
-
TargetOriginId: reposBucket.RegionalDomainName,
|
|
135
|
-
ForwardedValues: {
|
|
136
|
-
QueryString: false,
|
|
137
|
-
Cookies: {
|
|
138
|
-
|
|
54
|
+
action: "rewrite",
|
|
55
|
+
action_parameters: {
|
|
139
|
-
|
|
56
|
+
uri: {
|
|
57
|
+
path: { expression: `concat(http.request.uri.path, "index.html")` },
|
|
140
58
|
},
|
|
141
|
-
MinTTL: 0,
|
|
142
|
-
DefaultTTL: 86400,
|
|
143
|
-
MaxTTL: 31536000,
|
|
144
|
-
Compress: true,
|
|
145
|
-
ViewerProtocolPolicy: "redirect-to-https",
|
|
146
|
-
FunctionAssociations: [{
|
|
147
|
-
EventType: "viewer-request",
|
|
148
|
-
FunctionARN: gitRedirector.FunctionARN
|
|
149
|
-
}]
|
|
150
59
|
},
|
|
60
|
+
},
|
|
151
|
-
|
|
61
|
+
{
|
|
62
|
+
description: "Rewrite non-file paths to path/index.html",
|
|
63
|
+
expression: `(not ends_with(http.request.uri.path, "/") and not http.request.uri.path contains "." and http.host eq "${zone.name}")`,
|
|
152
|
-
|
|
64
|
+
action: "rewrite",
|
|
153
|
-
AllowedMethods: ["GET", "HEAD"],
|
|
154
|
-
CachedMethods: ["GET", "HEAD"],
|
|
155
|
-
TargetOriginId: websiteBucket.RegionalDomainName,
|
|
156
|
-
|
|
65
|
+
action_parameters: {
|
|
157
|
-
QueryString: true,
|
|
158
|
-
|
|
66
|
+
uri: {
|
|
159
|
-
|
|
67
|
+
path: { expression: `concat(http.request.uri.path, "/index.html")` },
|
|
160
|
-
}
|
|
161
68
|
},
|
|
162
|
-
ViewerProtocolPolicy: "redirect-to-https",
|
|
163
|
-
MinTTL: 0,
|
|
164
|
-
DefaultTTL: 3600,
|
|
165
|
-
MaxTTL: 86400,
|
|
166
|
-
FunctionAssociations: [{
|
|
167
|
-
EventType: "viewer-request",
|
|
168
|
-
FunctionARN: htmlRedirector.FunctionARN
|
|
169
|
-
}]
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
DefaultCacheBehavior: {
|
|
173
|
-
AllowedMethods: ["GET", "HEAD"],
|
|
174
|
-
CachedMethods: ["GET", "HEAD"],
|
|
175
|
-
TargetOriginId: websiteBucket.RegionalDomainName,
|
|
176
|
-
ForwardedValues: {
|
|
177
|
-
QueryString: true,
|
|
178
|
-
Cookies: {
|
|
179
|
-
Forward: "none"
|
|
180
|
-
}
|
|
181
69
|
},
|
|
182
|
-
ViewerProtocolPolicy: "redirect-to-https",
|
|
183
|
-
MinTTL: 0,
|
|
184
|
-
DefaultTTL: 3600,
|
|
185
|
-
MaxTTL: 86400,
|
|
186
|
-
FunctionAssociations: [{
|
|
187
|
-
EventType: "viewer-request",
|
|
188
|
-
FunctionARN: htmlRedirector.FunctionARN
|
|
189
|
-
}]
|
|
190
|
-
},
|
|
191
|
-
PriceClass: "PriceClass_All",
|
|
192
|
-
Restrictions: {
|
|
193
|
-
GeoRestriction: {
|
|
194
|
-
RestrictionType: "none"
|
|
195
|
-
}
|
|
196
70
|
},
|
|
71
|
+
{
|
|
197
|
-
|
|
72
|
+
description: "Rewrite /files/ paths with extension to append /index.html",
|
|
198
|
-
|
|
73
|
+
expression: `(http.request.uri.path contains "/files/" and http.request.uri.path contains "." and not ends_with(http.request.uri.path, "/") and http.host eq "${zone.name}")`,
|
|
199
|
-
// validation_method = "EMAIL"
|
|
200
|
-
// provider = aws.useast
|
|
201
|
-
// }
|
|
202
|
-
ViewerCertificate: {
|
|
203
|
-
MinimumProtocolVersion: "TLSv1.2_2021",
|
|
204
|
-
CloudFrontDefaultCertificate: false,
|
|
205
|
-
|
|
74
|
+
action: "rewrite",
|
|
206
|
-
|
|
75
|
+
action_parameters: {
|
|
76
|
+
uri: {
|
|
207
|
-
|
|
77
|
+
path: { expression: `concat(http.request.uri.path, "/index.html")` },
|
|
208
|
-
|
|
78
|
+
},
|
|
209
|
-
Comment: Comment,
|
|
210
|
-
}
|
|
211
|
-
});
|
|
212
|
-
|
|
213
|
-
// S3 Bucket Policies
|
|
214
|
-
const websiteBucketPolicy = await AWS.S3.BucketPolicy(`website-bucket-policy-${app.stage}`, {
|
|
215
|
-
Bucket: websiteBucket.BucketName || `pyrossh-website-${app.stage}`,
|
|
216
|
-
PolicyDocument: {
|
|
217
|
-
Version: "2012-10-17",
|
|
218
|
-
Statement: [{
|
|
219
|
-
Principal: {
|
|
220
|
-
Service: "cloudfront.amazonaws.com"
|
|
221
|
-
},
|
|
222
|
-
Action: "s3:GetObject",
|
|
223
|
-
Resource: [
|
|
224
|
-
websiteBucket.Arn,
|
|
225
|
-
`${websiteBucket.Arn}/*`
|
|
226
|
-
],
|
|
227
|
-
Effect: "Allow",
|
|
228
|
-
Condition: {
|
|
229
|
-
StringEquals: {
|
|
230
|
-
"AWS:SourceArn": `arn:aws:cloudfront::${await AccountId()}:distribution/${s3Distribution.Id}`
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}]
|
|
234
|
-
}
|
|
235
|
-
});
|
|
236
|
-
|
|
237
|
-
const reposBucketPolicy = await AWS.S3.BucketPolicy(`repos-bucket-policy-${app.stage}`, {
|
|
238
|
-
Bucket: reposBucket.BucketName!,
|
|
239
|
-
PolicyDocument: {
|
|
240
|
-
Version: "2012-10-17",
|
|
241
|
-
Statement: [{
|
|
242
|
-
Principal: {
|
|
243
|
-
Service: "cloudfront.amazonaws.com"
|
|
244
79
|
},
|
|
245
|
-
Action: "s3:GetObject",
|
|
246
|
-
Resource: [
|
|
247
|
-
|
|
80
|
+
},
|
|
248
|
-
`${reposBucket.Arn}/*`
|
|
249
|
-
|
|
81
|
+
],
|
|
250
|
-
Effect: "Allow",
|
|
251
|
-
Condition: {
|
|
252
|
-
StringEquals: {
|
|
253
|
-
"AWS:SourceArn": `arn:aws:cloudfront::${await AccountId()}:distribution/${s3Distribution.Id}`
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}]
|
|
257
|
-
}
|
|
258
82
|
});
|
|
259
83
|
|
|
84
|
+
// Website (static site deployed to Cloudflare Workers with assets)
|
|
85
|
+
// await $`bun run build:resume:pdf`;
|
|
86
|
+
// await $`bun run build:resume:svg`;
|
|
260
|
-
//
|
|
87
|
+
// await $`rm -rf dist`;
|
|
261
|
-
// console.log({
|
|
262
|
-
// HostedZoneId: hostedZone.Id,
|
|
263
|
-
//
|
|
88
|
+
// await $`bun run build`;
|
|
264
|
-
//
|
|
89
|
+
// await $`rclone sync --interactive dist r2:${websiteBucket.name}`;
|
|
265
|
-
//
|
|
90
|
+
// await $`rm -rf dist`;
|
|
266
|
-
// DNSName: s3Distribution.DomainName,
|
|
267
|
-
// HostedZoneId: s3Distribution.DomainName, // CloudFront hosted zone ID
|
|
268
|
-
// EvaluateTargetHealth: false
|
|
269
|
-
// }
|
|
270
|
-
// })
|
|
271
|
-
// const aRecordDomain = await AWS.Route53.RecordSet("a-record-domain", {
|
|
272
|
-
// HostedZoneId: hostedZone.Id,
|
|
273
|
-
// Name: domainName,
|
|
274
|
-
// Type: "A",
|
|
275
|
-
// AliasTarget: {
|
|
276
|
-
// DNSName: s3Distribution.DomainName,
|
|
277
|
-
// HostedZoneId: s3Distribution.DomainName, // CloudFront hosted zone ID
|
|
278
|
-
// EvaluateTargetHealth: false
|
|
279
|
-
// }
|
|
280
|
-
// });
|
|
281
91
|
|
|
282
92
|
await app.finalize();
|
|
283
|
-
await $`bun run build:resume:pdf`
|
|
284
|
-
await $`bun run build:resume:svg`
|
|
285
|
-
await $`rm -rf dist`
|
|
286
|
-
await $`bun run build`
|
|
287
|
-
await $`aws s3 sync --delete ./dist/ s3://${websiteBucket.BucketName}`
|
|
288
|
-
await $`aws cloudfront create-invalidation --distribution-id ${s3Distribution.Id} --paths "/*" --no-cli-pager`
|
|
289
|
-
await $`rm -rf dist`
|
bun.lock
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"name": "my-astro-project-using-bun",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@appzic/astro-reset-css": "^1.2.0",
|
|
9
|
+
"@astrojs/cloudflare": "^13.5.0",
|
|
10
|
+
"alchemy": "^0.93.7",
|
|
9
|
-
"astro": "6.3.
|
|
11
|
+
"astro": "6.3.1",
|
|
10
12
|
"astro-color-scheme": "^1.1.6",
|
|
11
13
|
"astro-expressive-code": "^0.42.0",
|
|
12
14
|
"astro-icon": "^1.1.5",
|
|
@@ -24,7 +26,6 @@
|
|
|
24
26
|
"@iconify-json/vscode-icons": "^1.2.36",
|
|
25
27
|
"@playwright/test": "^1.52.0",
|
|
26
28
|
"@types/bun": "^1.3.2",
|
|
27
|
-
"alchemy": "^0.78.0",
|
|
28
29
|
"diff2html": "^3.4.52",
|
|
29
30
|
"vscode-icons": "https://github.com/vscode-icons/vscode-icons.git",
|
|
30
31
|
},
|
|
@@ -37,6 +38,8 @@
|
|
|
37
38
|
|
|
38
39
|
"@appzic/astro-reset-css": ["@appzic/[email protected]", "", {}, "sha512-Q5o0gZ4tb2TfRp3bkhbdXzq/wTRHMqRmzjqo5CQcz+V7Jb7WbP5NJGl4s6Lvpef/eseJSoslM8WY6BxAITQv5A=="],
|
|
39
40
|
|
|
41
|
+
"@astrojs/cloudflare": ["@astrojs/[email protected]", "", { "dependencies": { "@astrojs/internal-helpers": "0.9.0", "@astrojs/underscore-redirects": "1.0.3", "@cloudflare/vite-plugin": "^1.32.3", "piccolore": "^0.1.3", "tinyglobby": "^0.2.15", "vite": "^7.3.2" }, "peerDependencies": { "astro": "^6.3.0", "wrangler": "^4.83.0" } }, "sha512-kP3/SwPzZi7tq+fZG6H9GpaYQF3jw9L6vg92QL6q7FLI7t0rGiuG6Q0AckeJYjBUsO4Y+2w7aI7m+Q2r/WpssQ=="],
|
|
42
|
+
|
|
40
43
|
"@astrojs/compiler": ["@astrojs/[email protected]", "", {}, "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA=="],
|
|
41
44
|
|
|
42
45
|
"@astrojs/internal-helpers": ["@astrojs/[email protected]", "", { "dependencies": { "picomatch": "^4.0.4" } }, "sha512-GdYkzR26re8izmyYlBqf4z2s7zNngmWLFuxw0UKiPNqHraZGS6GKWIwSHgS22RDlu2ePFJ8bzmpBcUszut/SDg=="],
|
|
@@ -51,6 +54,8 @@
|
|
|
51
54
|
|
|
52
55
|
"@astrojs/telemetry": ["@astrojs/[email protected]", "", { "dependencies": { "ci-info": "^4.4.0", "dset": "^3.1.4", "is-docker": "^4.0.0", "is-wsl": "^3.1.1", "which-pm-runs": "^1.1.0" } }, "sha512-j8DNruA8ors99Al39RYZPJK4DC1bKkoNm93mAMuBhY9TCNC4R8n1q7ovFnJ5qhGh5Lsh7pa1gpQVpYpsJPeTHQ=="],
|
|
53
56
|
|
|
57
|
+
"@astrojs/underscore-redirects": ["@astrojs/[email protected]", "", {}, "sha512-cxnGSw+sJigBLdX4TMSZKkzV6C3gMLJMucDk2W+n281Xhie68T2/9f1+1NMNDCZsc5i0FED7Qt5I10g2O9wtZg=="],
|
|
58
|
+
|
|
54
59
|
"@aws-crypto/crc32": ["@aws-crypto/[email protected]", "", { "dependencies": { "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", "tslib": "^2.6.2" } }, "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg=="],
|
|
55
60
|
|
|
56
61
|
"@aws-crypto/crc32c": ["@aws-crypto/[email protected]", "", { "dependencies": { "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", "tslib": "^2.6.2" } }, "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag=="],
|
|
@@ -65,7 +70,7 @@
|
|
|
65
70
|
|
|
66
71
|
"@aws-crypto/util": ["@aws-crypto/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.222.0", "@smithy/util-utf8": "^2.0.0", "tslib": "^2.6.2" } }, "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ=="],
|
|
67
72
|
|
|
68
|
-
"@aws-sdk/client-cognito-identity": ["@aws-sdk/client-cognito-identity@3.
|
|
73
|
+
"@aws-sdk/client-cognito-identity": ["@aws-sdk/client-cognito-identity@3.1045.0", "", { "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "^3.974.8", "@aws-sdk/credential-provider-node": "^3.972.39", "@aws-sdk/middleware-host-header": "^3.972.10", "@aws-sdk/middleware-logger": "^3.972.10", "@aws-sdk/middleware-recursion-detection": "^3.972.11", "@aws-sdk/middleware-user-agent": "^3.972.38", "@aws-sdk/region-config-resolver": "^3.972.13", "@aws-sdk/types": "^3.973.8", "@aws-sdk/util-endpoints": "^3.996.8", "@aws-sdk/util-user-agent-browser": "^3.972.10", "@aws-sdk/util-user-agent-node": "^3.973.24", "@smithy/config-resolver": "^4.4.17", "@smithy/core": "^3.23.17", "@smithy/fetch-http-handler": "^5.3.17", "@smithy/hash-node": "^4.2.14", "@smithy/invalid-dependency": "^4.2.14", "@smithy/middleware-content-length": "^4.2.14", "@smithy/middleware-endpoint": "^4.4.32", "@smithy/middleware-retry": "^4.5.7", "@smithy/middleware-serde": "^4.2.20", "@smithy/middleware-stack": "^4.2.14", "@smithy/node-config-provider": "^4.3.14", "@smithy/node-http-handler": "^4.6.1", "@smithy/protocol-http": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/url-parser": "^4.2.14", "@smithy/util-base64": "^4.3.2", "@smithy/util-body-length-browser": "^4.2.2", "@smithy/util-body-length-node": "^4.2.3", "@smithy/util-defaults-mode-browser": "^4.3.49", "@smithy/util-defaults-mode-node": "^4.2.54", "@smithy/util-endpoints": "^3.4.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-3OEn8zvtfJoN0jFfjVJ9jF2GVRDL3IjDfk6CAgVTAqjfCVjajiUD0iFAGQ4cOzdcv1LGsZ0b/snJDWalY3OePQ=="],
|
|
69
74
|
|
|
70
75
|
"@aws-sdk/client-s3": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-crypto/sha1-browser": "5.2.0", "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "3.932.0", "@aws-sdk/credential-provider-node": "3.932.0", "@aws-sdk/middleware-bucket-endpoint": "3.930.0", "@aws-sdk/middleware-expect-continue": "3.930.0", "@aws-sdk/middleware-flexible-checksums": "3.932.0", "@aws-sdk/middleware-host-header": "3.930.0", "@aws-sdk/middleware-location-constraint": "3.930.0", "@aws-sdk/middleware-logger": "3.930.0", "@aws-sdk/middleware-recursion-detection": "3.930.0", "@aws-sdk/middleware-sdk-s3": "3.932.0", "@aws-sdk/middleware-ssec": "3.930.0", "@aws-sdk/middleware-user-agent": "3.932.0", "@aws-sdk/region-config-resolver": "3.930.0", "@aws-sdk/signature-v4-multi-region": "3.932.0", "@aws-sdk/types": "3.930.0", "@aws-sdk/util-endpoints": "3.930.0", "@aws-sdk/util-user-agent-browser": "3.930.0", "@aws-sdk/util-user-agent-node": "3.932.0", "@smithy/config-resolver": "^4.4.3", "@smithy/core": "^3.18.2", "@smithy/eventstream-serde-browser": "^4.2.5", "@smithy/eventstream-serde-config-resolver": "^4.3.5", "@smithy/eventstream-serde-node": "^4.2.5", "@smithy/fetch-http-handler": "^5.3.6", "@smithy/hash-blob-browser": "^4.2.6", "@smithy/hash-node": "^4.2.5", "@smithy/hash-stream-node": "^4.2.5", "@smithy/invalid-dependency": "^4.2.5", "@smithy/md5-js": "^4.2.5", "@smithy/middleware-content-length": "^4.2.5", "@smithy/middleware-endpoint": "^4.3.9", "@smithy/middleware-retry": "^4.4.9", "@smithy/middleware-serde": "^4.2.5", "@smithy/middleware-stack": "^4.2.5", "@smithy/node-config-provider": "^4.3.5", "@smithy/node-http-handler": "^4.4.5", "@smithy/protocol-http": "^5.3.5", "@smithy/smithy-client": "^4.9.5", "@smithy/types": "^4.9.0", "@smithy/url-parser": "^4.2.5", "@smithy/util-base64": "^4.3.0", "@smithy/util-body-length-browser": "^4.2.0", "@smithy/util-body-length-node": "^4.2.1", "@smithy/util-defaults-mode-browser": "^4.3.8", "@smithy/util-defaults-mode-node": "^4.2.11", "@smithy/util-endpoints": "^3.2.5", "@smithy/util-middleware": "^4.2.5", "@smithy/util-retry": "^4.2.5", "@smithy/util-stream": "^4.5.6", "@smithy/util-utf8": "^4.2.0", "@smithy/util-waiter": "^4.2.5", "tslib": "^2.6.2" } }, "sha512-qrlbJ3W5QR3Gzz2S+yaItH8ZhX7vaeA4j4fDAi8+0FmsVhXOfBbomWr+JO1wk/YojZMdyLfmfYRHrJvAQsLFVw=="],
|
|
71
76
|
|
|
@@ -75,7 +80,7 @@
|
|
|
75
80
|
|
|
76
81
|
"@aws-sdk/core": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "3.930.0", "@aws-sdk/xml-builder": "3.930.0", "@smithy/core": "^3.18.2", "@smithy/node-config-provider": "^4.3.5", "@smithy/property-provider": "^4.2.5", "@smithy/protocol-http": "^5.3.5", "@smithy/signature-v4": "^5.3.5", "@smithy/smithy-client": "^4.9.5", "@smithy/types": "^4.9.0", "@smithy/util-base64": "^4.3.0", "@smithy/util-middleware": "^4.2.5", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" } }, "sha512-AS8gypYQCbNojwgjvZGkJocC2CoEICDx9ZJ15ILsv+MlcCVLtUJSRSx3VzJOUY2EEIaGLRrPNlIqyn/9/fySvA=="],
|
|
77
82
|
|
|
78
|
-
"@aws-sdk/credential-provider-cognito-identity": ["@aws-sdk/credential-provider-cognito-identity@3.
|
|
83
|
+
"@aws-sdk/credential-provider-cognito-identity": ["@aws-sdk/credential-provider-cognito-identity@3.972.31", "", { "dependencies": { "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-W5JtzDp3ejzhOOknXlnt+vJsNN2GZdAcBK+hR7HQ1DCacXqS0UpmnIyihIU7CK0IB+XYWeBaN3bBv4pXavp7Vg=="],
|
|
79
84
|
|
|
80
85
|
"@aws-sdk/credential-provider-env": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "3.932.0", "@aws-sdk/types": "3.930.0", "@smithy/property-provider": "^4.2.5", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-ozge/c7NdHUDyHqro6+P5oHt8wfKSUBN+olttiVfBe9Mw3wBMpPa3gQ0pZnG+gwBkKskBuip2bMR16tqYvUSEA=="],
|
|
81
86
|
|
|
@@ -83,6 +88,8 @@
|
|
|
83
88
|
|
|
84
89
|
"@aws-sdk/credential-provider-ini": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "3.932.0", "@aws-sdk/credential-provider-env": "3.932.0", "@aws-sdk/credential-provider-http": "3.932.0", "@aws-sdk/credential-provider-process": "3.932.0", "@aws-sdk/credential-provider-sso": "3.932.0", "@aws-sdk/credential-provider-web-identity": "3.932.0", "@aws-sdk/nested-clients": "3.932.0", "@aws-sdk/types": "3.930.0", "@smithy/credential-provider-imds": "^4.2.5", "@smithy/property-provider": "^4.2.5", "@smithy/shared-ini-file-loader": "^4.4.0", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-ZBjSAXVGy7danZRHCRMJQ7sBkG1Dz39thYlvTiUaf9BKZ+8ymeiFhuTeV1OkWUBBnY0ki2dVZJvboTqfINhNxA=="],
|
|
85
90
|
|
|
91
|
+
"@aws-sdk/credential-provider-login": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-g1NosS8qe4OF++G2UFCM5ovSkgipC7YYor5KCWatG0UoMSO5YFj9C8muePlyVmOBV/WTI16Jo3/s1NUo/o1Bww=="],
|
|
92
|
+
|
|
86
93
|
"@aws-sdk/credential-provider-node": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/credential-provider-env": "3.932.0", "@aws-sdk/credential-provider-http": "3.932.0", "@aws-sdk/credential-provider-ini": "3.932.0", "@aws-sdk/credential-provider-process": "3.932.0", "@aws-sdk/credential-provider-sso": "3.932.0", "@aws-sdk/credential-provider-web-identity": "3.932.0", "@aws-sdk/types": "3.930.0", "@smithy/credential-provider-imds": "^4.2.5", "@smithy/property-provider": "^4.2.5", "@smithy/shared-ini-file-loader": "^4.4.0", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-SEG9t2taBT86qe3gTunfrK8BxT710GVLGepvHr+X5Pw+qW225iNRaGN0zJH+ZE/j91tcW9wOaIoWnURkhR5wIg=="],
|
|
87
94
|
|
|
88
95
|
"@aws-sdk/credential-provider-process": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "3.932.0", "@aws-sdk/types": "3.930.0", "@smithy/property-provider": "^4.2.5", "@smithy/shared-ini-file-loader": "^4.4.0", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-BodZYKvT4p/Dkm28Ql/FhDdS1+p51bcZeMMu2TRtU8PoMDHnVDhHz27zASEKSZwmhvquxHrZHB0IGuVqjZUtSQ=="],
|
|
@@ -91,7 +98,7 @@
|
|
|
91
98
|
|
|
92
99
|
"@aws-sdk/credential-provider-web-identity": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "3.932.0", "@aws-sdk/nested-clients": "3.932.0", "@aws-sdk/types": "3.930.0", "@smithy/property-provider": "^4.2.5", "@smithy/shared-ini-file-loader": "^4.4.0", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-Yw/hYNnC1KHuVIQF9PkLXbuKN7ljx70OSbJYDRufllQvej3kRwNcqQSnzI1M4KaObccqKaE6srg22DqpPy9p8w=="],
|
|
93
100
|
|
|
94
|
-
"@aws-sdk/credential-providers": ["@aws-sdk/credential-providers@3.
|
|
101
|
+
"@aws-sdk/credential-providers": ["@aws-sdk/credential-providers@3.1045.0", "", { "dependencies": { "@aws-sdk/client-cognito-identity": "3.1045.0", "@aws-sdk/core": "^3.974.8", "@aws-sdk/credential-provider-cognito-identity": "^3.972.31", "@aws-sdk/credential-provider-env": "^3.972.34", "@aws-sdk/credential-provider-http": "^3.972.36", "@aws-sdk/credential-provider-ini": "^3.972.38", "@aws-sdk/credential-provider-login": "^3.972.38", "@aws-sdk/credential-provider-node": "^3.972.39", "@aws-sdk/credential-provider-process": "^3.972.34", "@aws-sdk/credential-provider-sso": "^3.972.38", "@aws-sdk/credential-provider-web-identity": "^3.972.38", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/config-resolver": "^4.4.17", "@smithy/core": "^3.23.17", "@smithy/credential-provider-imds": "^4.2.14", "@smithy/node-config-provider": "^4.3.14", "@smithy/property-provider": "^4.2.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-J+it58HUGyMIAquB6pWtvmO4m0E/gQ/Tz9Xcoogk3Rety13likU5U8HioeIgE+aN1DDOAB//MARoIdLZS1Mpfw=="],
|
|
95
102
|
|
|
96
103
|
"@aws-sdk/middleware-bucket-endpoint": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "3.930.0", "@aws-sdk/util-arn-parser": "3.893.0", "@smithy/node-config-provider": "^4.3.5", "@smithy/protocol-http": "^5.3.5", "@smithy/types": "^4.9.0", "@smithy/util-config-provider": "^4.2.0", "tslib": "^2.6.2" } }, "sha512-cnCLWeKPYgvV4yRYPFH6pWMdUByvu2cy2BAlfsPpvnm4RaVioztyvxmQj5PmVN5fvWs5w/2d6U7le8X9iye2sA=="],
|
|
97
104
|
|
|
@@ -113,7 +120,7 @@
|
|
|
113
120
|
|
|
114
121
|
"@aws-sdk/middleware-user-agent": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "3.932.0", "@aws-sdk/types": "3.930.0", "@aws-sdk/util-endpoints": "3.930.0", "@smithy/core": "^3.18.2", "@smithy/protocol-http": "^5.3.5", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-9BGTbJyA/4PTdwQWE9hAFIJGpsYkyEW20WON3i15aDqo5oRZwZmqaVageOD57YYqG8JDJjvcwKyDdR4cc38dvg=="],
|
|
115
122
|
|
|
116
|
-
"@aws-sdk/nested-clients": ["@aws-sdk/nested-clients@3.
|
|
123
|
+
"@aws-sdk/nested-clients": ["@aws-sdk/nested-clients@3.997.6", "", { "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "^3.974.8", "@aws-sdk/middleware-host-header": "^3.972.10", "@aws-sdk/middleware-logger": "^3.972.10", "@aws-sdk/middleware-recursion-detection": "^3.972.11", "@aws-sdk/middleware-user-agent": "^3.972.38", "@aws-sdk/region-config-resolver": "^3.972.13", "@aws-sdk/signature-v4-multi-region": "^3.996.25", "@aws-sdk/types": "^3.973.8", "@aws-sdk/util-endpoints": "^3.996.8", "@aws-sdk/util-user-agent-browser": "^3.972.10", "@aws-sdk/util-user-agent-node": "^3.973.24", "@smithy/config-resolver": "^4.4.17", "@smithy/core": "^3.23.17", "@smithy/fetch-http-handler": "^5.3.17", "@smithy/hash-node": "^4.2.14", "@smithy/invalid-dependency": "^4.2.14", "@smithy/middleware-content-length": "^4.2.14", "@smithy/middleware-endpoint": "^4.4.32", "@smithy/middleware-retry": "^4.5.7", "@smithy/middleware-serde": "^4.2.20", "@smithy/middleware-stack": "^4.2.14", "@smithy/node-config-provider": "^4.3.14", "@smithy/node-http-handler": "^4.6.1", "@smithy/protocol-http": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/url-parser": "^4.2.14", "@smithy/util-base64": "^4.3.2", "@smithy/util-body-length-browser": "^4.2.2", "@smithy/util-body-length-node": "^4.2.3", "@smithy/util-defaults-mode-browser": "^4.3.49", "@smithy/util-defaults-mode-node": "^4.2.54", "@smithy/util-endpoints": "^3.4.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-WBDnqatJl+kGObpfmfSxqnXeYTu3Me8wx8WCtvoxX3pfWrrTv8I4WTMSSs7PZqcRcVh8WeUKMgGFjMG+52SR1w=="],
|
|
117
124
|
|
|
118
125
|
"@aws-sdk/region-config-resolver": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "3.930.0", "@smithy/config-resolver": "^4.4.3", "@smithy/node-config-provider": "^4.3.5", "@smithy/types": "^4.9.0", "tslib": "^2.6.2" } }, "sha512-KL2JZqH6aYeQssu1g1KuWsReupdfOoxD6f1as2VC+rdwYFUu4LfzMsFfXnBvvQWWqQ7rZHWOw1T+o5gJmg7Dzw=="],
|
|
119
126
|
|
|
@@ -151,21 +158,23 @@
|
|
|
151
158
|
|
|
152
159
|
"@clack/prompts": ["@clack/[email protected]", "", { "dependencies": { "@clack/core": "1.3.0", "fast-string-width": "^3.0.2", "fast-wrap-ansi": "^0.2.0", "sisteransi": "^1.0.5" } }, "sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw=="],
|
|
153
160
|
|
|
154
|
-
"@cloudflare/kv-asset-handler": ["@cloudflare/kv-asset-handler@0.
|
|
161
|
+
"@cloudflare/kv-asset-handler": ["@cloudflare/kv-asset-handler@0.5.0", "", {}, "sha512-jxQYkj8dSIzc0cD6cMMNdOc1UVjqSqu8BZdor5s8cGjW2I8BjODt/kWPVdY+u9zj3ms75Q5qaZgnxUad83+eAg=="],
|
|
155
162
|
|
|
156
163
|
"@cloudflare/unenv-preset": ["@cloudflare/[email protected]", "", { "peerDependencies": { "unenv": "2.0.0-rc.21", "workerd": "^1.20250927.0" }, "optionalPeers": ["workerd"] }, "sha512-HtZuh166y0Olbj9bqqySckz0Rw9uHjggJeoGbDx5x+sgezBXlxO6tQSig2RZw5tgObF8mWI8zaPvQMkQZtAODw=="],
|
|
157
164
|
|
|
158
|
-
"@cloudflare/
|
|
165
|
+
"@cloudflare/vite-plugin": ["@cloudflare/vite-plugin@1.36.4", "", { "dependencies": { "@cloudflare/unenv-preset": "2.16.1", "miniflare": "4.20260508.0", "unenv": "2.0.0-rc.24", "wrangler": "4.90.1", "ws": "8.18.0" }, "peerDependencies": { "vite": "^6.1.0 || ^7.0.0 || ^8.0.0" } }, "sha512-/nMlXSOB58eg2CiU5efg33RYswMj54sxolfw49sYlZF8JiYdlBxkHE9+iOAerXTFyYZpKPYMGdApMyZgtgGhmg=="],
|
|
166
|
+
|
|
167
|
+
"@cloudflare/workerd-darwin-64": ["@cloudflare/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-IT3r6VgiSwIesL4AJbxjgxvIxwWZqM7BKkhYAzOKHl4GF2M0TxeOahUIXd+CYXVZgHX8ceEg+MXbEehPelJyNg=="],
|
|
159
168
|
|
|
160
|
-
"@cloudflare/workerd-darwin-arm64": ["@cloudflare/workerd-darwin-arm64@1.
|
|
169
|
+
"@cloudflare/workerd-darwin-arm64": ["@cloudflare/workerd-darwin-arm64@1.20260508.1", "", { "os": "darwin", "cpu": "arm64" }, "sha512-JTVsisOJPcNKw0qovPjqyBWYahfdhUh7/9NICiG5wxaEQ45PYKdoqNq0hOAAIqvqoxsKZBvTgcPTJREPqk7avA=="],
|
|
161
170
|
|
|
162
|
-
"@cloudflare/workerd-linux-64": ["@cloudflare/workerd-linux-64@1.
|
|
171
|
+
"@cloudflare/workerd-linux-64": ["@cloudflare/workerd-linux-64@1.20260508.1", "", { "os": "linux", "cpu": "x64" }, "sha512-zO38pCc27YlsZiPYcaZnosy0/t7abXrRU3VEO1oKfUvnaCpHgphDG+VsrmHL+kntda6hrtNwg2jLeMAqqIjnjw=="],
|
|
163
172
|
|
|
164
|
-
"@cloudflare/workerd-linux-arm64": ["@cloudflare/workerd-linux-arm64@1.
|
|
173
|
+
"@cloudflare/workerd-linux-arm64": ["@cloudflare/workerd-linux-arm64@1.20260508.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-XhJa780Ia6MNIrtxn/ruZHS79b9pu5EKPfRNReaUqxy8erPT2fs93axMfFoS9kIkcaRRj/1TOUKcTeAMoywY7w=="],
|
|
165
174
|
|
|
166
|
-
"@cloudflare/workerd-windows-64": ["@cloudflare/workerd-windows-64@1.
|
|
175
|
+
"@cloudflare/workerd-windows-64": ["@cloudflare/workerd-windows-64@1.20260508.1", "", { "os": "win32", "cpu": "x64" }, "sha512-QdDOK3B/Ul1s3QmIwDrFyx9230to6LsNmWcVR8w+TYjNZuRPzqQBgusp78LO7MlqCoEl9dvIcN00jkJnLtBSfw=="],
|
|
167
176
|
|
|
168
|
-
"@cloudflare/workers-types": ["@cloudflare/workers-types@4.
|
|
177
|
+
"@cloudflare/workers-types": ["@cloudflare/workers-types@4.20260511.1", "", {}, "sha512-FA+si7cOq9i/gtCHhIc0XJL0l1F/ApF+m00752Aj7WZFJrj3ZulT2T8/+rT3BabMT0QEnqFEGIqCgrmqhgEfMg=="],
|
|
169
178
|
|
|
170
179
|
"@cspotcode/source-map-support": ["@cspotcode/[email protected]", "", { "dependencies": { "@jridgewell/trace-mapping": "0.3.9" } }, "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw=="],
|
|
171
180
|
|
|
@@ -173,57 +182,57 @@
|
|
|
173
182
|
|
|
174
183
|
"@emnapi/runtime": ["@emnapi/[email protected]", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA=="],
|
|
175
184
|
|
|
176
|
-
"@esbuild/aix-ppc64": ["@esbuild/[email protected].
|
|
185
|
+
"@esbuild/aix-ppc64": ["@esbuild/[email protected].12", "", { "os": "aix", "cpu": "ppc64" }, "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA=="],
|
|
177
186
|
|
|
178
|
-
"@esbuild/android-arm": ["@esbuild/[email protected].
|
|
187
|
+
"@esbuild/android-arm": ["@esbuild/[email protected].12", "", { "os": "android", "cpu": "arm" }, "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg=="],
|
|
179
188
|
|
|
180
|
-
"@esbuild/android-arm64": ["@esbuild/[email protected].
|
|
189
|
+
"@esbuild/android-arm64": ["@esbuild/[email protected].12", "", { "os": "android", "cpu": "arm64" }, "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg=="],
|
|
181
190
|
|
|
182
|
-
"@esbuild/android-x64": ["@esbuild/[email protected].
|
|
191
|
+
"@esbuild/android-x64": ["@esbuild/[email protected].12", "", { "os": "android", "cpu": "x64" }, "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg=="],
|
|
183
192
|
|
|
184
|
-
"@esbuild/darwin-arm64": ["@esbuild/[email protected].
|
|
193
|
+
"@esbuild/darwin-arm64": ["@esbuild/[email protected].12", "", { "os": "darwin", "cpu": "arm64" }, "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg=="],
|
|
185
194
|
|
|
186
|
-
"@esbuild/darwin-x64": ["@esbuild/[email protected].
|
|
195
|
+
"@esbuild/darwin-x64": ["@esbuild/[email protected].12", "", { "os": "darwin", "cpu": "x64" }, "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA=="],
|
|
187
196
|
|
|
188
|
-
"@esbuild/freebsd-arm64": ["@esbuild/[email protected].
|
|
197
|
+
"@esbuild/freebsd-arm64": ["@esbuild/[email protected].12", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg=="],
|
|
189
198
|
|
|
190
|
-
"@esbuild/freebsd-x64": ["@esbuild/[email protected].
|
|
199
|
+
"@esbuild/freebsd-x64": ["@esbuild/[email protected].12", "", { "os": "freebsd", "cpu": "x64" }, "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ=="],
|
|
191
200
|
|
|
192
|
-
"@esbuild/linux-arm": ["@esbuild/[email protected].
|
|
201
|
+
"@esbuild/linux-arm": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "arm" }, "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw=="],
|
|
193
202
|
|
|
194
|
-
"@esbuild/linux-arm64": ["@esbuild/[email protected].
|
|
203
|
+
"@esbuild/linux-arm64": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "arm64" }, "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ=="],
|
|
195
204
|
|
|
196
|
-
"@esbuild/linux-ia32": ["@esbuild/[email protected].
|
|
205
|
+
"@esbuild/linux-ia32": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "ia32" }, "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA=="],
|
|
197
206
|
|
|
198
|
-
"@esbuild/linux-loong64": ["@esbuild/[email protected].
|
|
207
|
+
"@esbuild/linux-loong64": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "none" }, "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng=="],
|
|
199
208
|
|
|
200
|
-
"@esbuild/linux-mips64el": ["@esbuild/[email protected].
|
|
209
|
+
"@esbuild/linux-mips64el": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "none" }, "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw=="],
|
|
201
210
|
|
|
202
|
-
"@esbuild/linux-ppc64": ["@esbuild/[email protected].
|
|
211
|
+
"@esbuild/linux-ppc64": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "ppc64" }, "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA=="],
|
|
203
212
|
|
|
204
|
-
"@esbuild/linux-riscv64": ["@esbuild/[email protected].
|
|
213
|
+
"@esbuild/linux-riscv64": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "none" }, "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w=="],
|
|
205
214
|
|
|
206
|
-
"@esbuild/linux-s390x": ["@esbuild/[email protected].
|
|
215
|
+
"@esbuild/linux-s390x": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "s390x" }, "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg=="],
|
|
207
216
|
|
|
208
|
-
"@esbuild/linux-x64": ["@esbuild/[email protected].
|
|
217
|
+
"@esbuild/linux-x64": ["@esbuild/[email protected].12", "", { "os": "linux", "cpu": "x64" }, "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw=="],
|
|
209
218
|
|
|
210
|
-
"@esbuild/netbsd-arm64": ["@esbuild/[email protected].
|
|
219
|
+
"@esbuild/netbsd-arm64": ["@esbuild/[email protected].12", "", { "os": "none", "cpu": "arm64" }, "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg=="],
|
|
211
220
|
|
|
212
|
-
"@esbuild/netbsd-x64": ["@esbuild/[email protected].
|
|
221
|
+
"@esbuild/netbsd-x64": ["@esbuild/[email protected].12", "", { "os": "none", "cpu": "x64" }, "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ=="],
|
|
213
222
|
|
|
214
|
-
"@esbuild/openbsd-arm64": ["@esbuild/[email protected].
|
|
223
|
+
"@esbuild/openbsd-arm64": ["@esbuild/[email protected].12", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A=="],
|
|
215
224
|
|
|
216
|
-
"@esbuild/openbsd-x64": ["@esbuild/[email protected].
|
|
225
|
+
"@esbuild/openbsd-x64": ["@esbuild/[email protected].12", "", { "os": "openbsd", "cpu": "x64" }, "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw=="],
|
|
217
226
|
|
|
218
|
-
"@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.
|
|
227
|
+
"@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.25.12", "", { "os": "none", "cpu": "arm64" }, "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg=="],
|
|
219
228
|
|
|
220
|
-
"@esbuild/sunos-x64": ["@esbuild/[email protected].
|
|
229
|
+
"@esbuild/sunos-x64": ["@esbuild/[email protected].12", "", { "os": "sunos", "cpu": "x64" }, "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w=="],
|
|
221
230
|
|
|
222
|
-
"@esbuild/win32-arm64": ["@esbuild/[email protected].
|
|
231
|
+
"@esbuild/win32-arm64": ["@esbuild/[email protected].12", "", { "os": "win32", "cpu": "arm64" }, "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg=="],
|
|
223
232
|
|
|
224
|
-
"@esbuild/win32-ia32": ["@esbuild/[email protected].
|
|
233
|
+
"@esbuild/win32-ia32": ["@esbuild/[email protected].12", "", { "os": "win32", "cpu": "ia32" }, "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ=="],
|
|
225
234
|
|
|
226
|
-
"@esbuild/win32-x64": ["@esbuild/[email protected].
|
|
235
|
+
"@esbuild/win32-x64": ["@esbuild/[email protected].12", "", { "os": "win32", "cpu": "x64" }, "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA=="],
|
|
227
236
|
|
|
228
237
|
"@expressive-code/core": ["@expressive-code/[email protected]", "", { "dependencies": { "@ctrl/tinycolor": "^4.0.4", "hast-util-select": "^6.0.2", "hast-util-to-html": "^9.0.1", "hast-util-to-text": "^4.0.1", "hastscript": "^9.0.0", "postcss": "^8.4.38", "postcss-nested": "^6.0.1", "unist-util-visit": "^5.0.0", "unist-util-visit-parents": "^6.0.1" } }, "sha512-MN11+9nfmaC7sYu2BZJXAXqwkBRt8t1xTSqP+Ti1NfTEskgl6xUnzDxoaiQkg0BMzpglA0pys4dpDKquP/cyIw=="],
|
|
229
238
|
|
|
@@ -347,67 +356,63 @@
|
|
|
347
356
|
|
|
348
357
|
"@playwright/test": ["@playwright/[email protected]", "", { "dependencies": { "playwright": "1.52.0" }, "bin": { "playwright": "cli.js" } }, "sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g=="],
|
|
349
358
|
|
|
350
|
-
"@poppinss/colors": ["@poppinss/[email protected].
|
|
359
|
+
"@poppinss/colors": ["@poppinss/[email protected].6", "", { "dependencies": { "kleur": "^4.1.5" } }, "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg=="],
|
|
351
360
|
|
|
352
361
|
"@poppinss/dumper": ["@poppinss/[email protected]", "", { "dependencies": { "@poppinss/colors": "^4.1.5", "@sindresorhus/is": "^7.0.2", "supports-color": "^10.0.0" } }, "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw=="],
|
|
353
362
|
|
|
354
|
-
"@poppinss/exception": ["@poppinss/[email protected].
|
|
363
|
+
"@poppinss/exception": ["@poppinss/[email protected].3", "", {}, "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw=="],
|
|
355
364
|
|
|
356
365
|
"@rollup/pluginutils": ["@rollup/[email protected]", "", { "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", "picomatch": "^4.0.2" }, "peerDependencies": { "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "optionalPeers": ["rollup"] }, "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q=="],
|
|
357
366
|
|
|
358
|
-
"@rollup/rollup-android-arm-eabi": ["@rollup/rollup-android-arm-eabi@4.
|
|
367
|
+
"@rollup/rollup-android-arm-eabi": ["@rollup/rollup-android-arm-eabi@4.60.3", "", { "os": "android", "cpu": "arm" }, "sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw=="],
|
|
359
368
|
|
|
360
|
-
"@rollup/rollup-android-arm64": ["@rollup/rollup-android-arm64@4.
|
|
369
|
+
"@rollup/rollup-android-arm64": ["@rollup/rollup-android-arm64@4.60.3", "", { "os": "android", "cpu": "arm64" }, "sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw=="],
|
|
361
370
|
|
|
362
|
-
"@rollup/rollup-darwin-arm64": ["@rollup/rollup-darwin-arm64@4.
|
|
371
|
+
"@rollup/rollup-darwin-arm64": ["@rollup/rollup-darwin-arm64@4.60.3", "", { "os": "darwin", "cpu": "arm64" }, "sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g=="],
|
|
363
372
|
|
|
364
|
-
"@rollup/rollup-darwin-x64": ["@rollup/rollup-darwin-x64@4.
|
|
373
|
+
"@rollup/rollup-darwin-x64": ["@rollup/rollup-darwin-x64@4.60.3", "", { "os": "darwin", "cpu": "x64" }, "sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw=="],
|
|
365
374
|
|
|
366
|
-
"@rollup/rollup-freebsd-arm64": ["@rollup/rollup-freebsd-arm64@4.
|
|
375
|
+
"@rollup/rollup-freebsd-arm64": ["@rollup/rollup-freebsd-arm64@4.60.3", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ=="],
|
|
367
376
|
|
|
368
|
-
"@rollup/rollup-freebsd-x64": ["@rollup/rollup-freebsd-x64@4.
|
|
377
|
+
"@rollup/rollup-freebsd-x64": ["@rollup/rollup-freebsd-x64@4.60.3", "", { "os": "freebsd", "cpu": "x64" }, "sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA=="],
|
|
369
378
|
|
|
370
|
-
"@rollup/rollup-linux-arm-gnueabihf": ["@rollup/rollup-linux-arm-gnueabihf@4.
|
|
379
|
+
"@rollup/rollup-linux-arm-gnueabihf": ["@rollup/rollup-linux-arm-gnueabihf@4.60.3", "", { "os": "linux", "cpu": "arm" }, "sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g=="],
|
|
371
380
|
|
|
372
|
-
"@rollup/rollup-linux-arm-musleabihf": ["@rollup/rollup-linux-arm-musleabihf@4.
|
|
381
|
+
"@rollup/rollup-linux-arm-musleabihf": ["@rollup/rollup-linux-arm-musleabihf@4.60.3", "", { "os": "linux", "cpu": "arm" }, "sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w=="],
|
|
373
382
|
|
|
374
|
-
"@rollup/rollup-linux-arm64-gnu": ["@rollup/rollup-linux-arm64-gnu@4.
|
|
383
|
+
"@rollup/rollup-linux-arm64-gnu": ["@rollup/rollup-linux-arm64-gnu@4.60.3", "", { "os": "linux", "cpu": "arm64" }, "sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA=="],
|
|
375
384
|
|
|
376
|
-
"@rollup/rollup-linux-arm64-musl": ["@rollup/rollup-linux-arm64-musl@4.
|
|
385
|
+
"@rollup/rollup-linux-arm64-musl": ["@rollup/rollup-linux-arm64-musl@4.60.3", "", { "os": "linux", "cpu": "arm64" }, "sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg=="],
|
|
377
386
|
|
|
378
387
|
"@rollup/rollup-linux-loong64-gnu": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "none" }, "sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA=="],
|
|
379
388
|
|
|
380
389
|
"@rollup/rollup-linux-loong64-musl": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "none" }, "sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg=="],
|
|
381
390
|
|
|
382
|
-
"@rollup/rollup-linux-loongarch64-gnu": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "none" }, "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg=="],
|
|
383
|
-
|
|
384
|
-
"@rollup/rollup-linux-powerpc64le-gnu": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "ppc64" }, "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw=="],
|
|
385
|
-
|
|
386
391
|
"@rollup/rollup-linux-ppc64-gnu": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "ppc64" }, "sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ=="],
|
|
387
392
|
|
|
388
393
|
"@rollup/rollup-linux-ppc64-musl": ["@rollup/[email protected]", "", { "os": "linux", "cpu": "ppc64" }, "sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA=="],
|
|
389
394
|
|
|
390
|
-
"@rollup/rollup-linux-riscv64-gnu": ["@rollup/rollup-linux-riscv64-gnu@4.
|
|
395
|
+
"@rollup/rollup-linux-riscv64-gnu": ["@rollup/rollup-linux-riscv64-gnu@4.60.3", "", { "os": "linux", "cpu": "none" }, "sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw=="],
|
|
391
396
|
|
|
392
|
-
"@rollup/rollup-linux-riscv64-musl": ["@rollup/rollup-linux-riscv64-musl@4.
|
|
397
|
+
"@rollup/rollup-linux-riscv64-musl": ["@rollup/rollup-linux-riscv64-musl@4.60.3", "", { "os": "linux", "cpu": "none" }, "sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ=="],
|
|
393
398
|
|
|
394
|
-
"@rollup/rollup-linux-s390x-gnu": ["@rollup/rollup-linux-s390x-gnu@4.
|
|
399
|
+
"@rollup/rollup-linux-s390x-gnu": ["@rollup/rollup-linux-s390x-gnu@4.60.3", "", { "os": "linux", "cpu": "s390x" }, "sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig=="],
|
|
395
400
|
|
|
396
|
-
"@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.
|
|
401
|
+
"@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.60.3", "", { "os": "linux", "cpu": "x64" }, "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA=="],
|
|
397
402
|
|
|
398
|
-
"@rollup/rollup-linux-x64-musl": ["@rollup/rollup-linux-x64-musl@4.
|
|
403
|
+
"@rollup/rollup-linux-x64-musl": ["@rollup/rollup-linux-x64-musl@4.60.3", "", { "os": "linux", "cpu": "x64" }, "sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA=="],
|
|
399
404
|
|
|
400
405
|
"@rollup/rollup-openbsd-x64": ["@rollup/[email protected]", "", { "os": "openbsd", "cpu": "x64" }, "sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q=="],
|
|
401
406
|
|
|
402
407
|
"@rollup/rollup-openharmony-arm64": ["@rollup/[email protected]", "", { "os": "none", "cpu": "arm64" }, "sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg=="],
|
|
403
408
|
|
|
404
|
-
"@rollup/rollup-win32-arm64-msvc": ["@rollup/rollup-win32-arm64-msvc@4.
|
|
409
|
+
"@rollup/rollup-win32-arm64-msvc": ["@rollup/rollup-win32-arm64-msvc@4.60.3", "", { "os": "win32", "cpu": "arm64" }, "sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg=="],
|
|
405
410
|
|
|
406
|
-
"@rollup/rollup-win32-ia32-msvc": ["@rollup/rollup-win32-ia32-msvc@4.
|
|
411
|
+
"@rollup/rollup-win32-ia32-msvc": ["@rollup/rollup-win32-ia32-msvc@4.60.3", "", { "os": "win32", "cpu": "ia32" }, "sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA=="],
|
|
407
412
|
|
|
408
413
|
"@rollup/rollup-win32-x64-gnu": ["@rollup/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A=="],
|
|
409
414
|
|
|
410
|
-
"@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.
|
|
415
|
+
"@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.3", "", { "os": "win32", "cpu": "x64" }, "sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA=="],
|
|
411
416
|
|
|
412
417
|
"@sec-ant/readable-stream": ["@sec-ant/[email protected]", "", {}, "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg=="],
|
|
413
418
|
|
|
@@ -427,7 +432,7 @@
|
|
|
427
432
|
|
|
428
433
|
"@shikijs/vscode-textmate": ["@shikijs/[email protected]", "", {}, "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg=="],
|
|
429
434
|
|
|
430
|
-
"@sindresorhus/is": ["@sindresorhus/is@7.
|
|
435
|
+
"@sindresorhus/is": ["@sindresorhus/is@7.2.0", "", {}, "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw=="],
|
|
431
436
|
|
|
432
437
|
"@sindresorhus/merge-streams": ["@sindresorhus/[email protected]", "", {}, "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ=="],
|
|
433
438
|
|
|
@@ -533,7 +538,7 @@
|
|
|
533
538
|
|
|
534
539
|
"@smithy/uuid": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw=="],
|
|
535
540
|
|
|
536
|
-
"@speed-highlight/core": ["@speed-highlight/[email protected].
|
|
541
|
+
"@speed-highlight/core": ["@speed-highlight/[email protected].15", "", {}, "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw=="],
|
|
537
542
|
|
|
538
543
|
"@trysound/sax": ["@trysound/[email protected]", "", {}, "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="],
|
|
539
544
|
|
|
@@ -567,13 +572,11 @@
|
|
|
567
572
|
|
|
568
573
|
"abbrev": ["[email protected]", "", {}, "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="],
|
|
569
574
|
|
|
570
|
-
"acorn": ["acorn@8.
|
|
575
|
+
"acorn": ["acorn@8.15.0", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg=="],
|
|
571
576
|
|
|
572
|
-
"
|
|
577
|
+
"alchemy": ["[email protected]", "", { "dependencies": { "@aws-sdk/credential-providers": "^3.0.0", "@cloudflare/unenv-preset": "2.7.7", "@cloudflare/workers-types": "^4.20260420.1", "@iarna/toml": "^2.2.5", "@octokit/rest": "^21.1.1", "@smithy/node-config-provider": "^4.0.0", "@smithy/types": "^4.6.0", "aws4fetch": "^1.0.20", "drizzle-orm": "^0.45.1", "env-paths": "^3.0.0", "esbuild": "^0.25.1", "execa": "^9.6.0", "fast-json-patch": "^3.1.1", "fast-xml-parser": "^5.2.5", "find-process": "^2.0.0", "glob": "^10.0.0", "jszip": "^3.0.0", "libsodium-wrappers": "^0.8.0", "miniflare": "4.20260424.0", "neverthrow": "^8.2.0", "open": "^10.1.2", "openapi-types": "^12.1.3", "pathe": "^2.0.3", "picocolors": "^1.1.1", "proper-lockfile": "^4.1.2", "signal-exit": "^4.1.0", "unenv": "2.0.0-rc.21", "wrangler": "^4.85.0", "ws": "^8.18.3", "yaml": "^2.0.0" }, "peerDependencies": { "@astrojs/cloudflare": "^12.6.4", "@aws-sdk/client-dynamodb": "^3.0.0", "@aws-sdk/client-iam": "^3.0.0", "@aws-sdk/client-lambda": "^3.0.0", "@aws-sdk/client-s3": "^3.0.0", "@aws-sdk/client-sesv2": "^3.0.0", "@aws-sdk/client-sqs": "^3.0.0", "@aws-sdk/client-ssm": "^3.0.0", "@aws-sdk/client-sts": "^3.0.0", "@cloudflare/vite-plugin": "^1.21.2", "@coinbase/cdp-sdk": "^0.10.0", "@libsql/client": "^0.15.12", "@opennextjs/cloudflare": "^1.6.5", "astro": "^5.13.2", "rwsdk": "^1.0.0-beta.51", "stripe": "^18.5.0", "vite": ">=6.0.0" }, "optionalPeers": ["@astrojs/cloudflare", "@aws-sdk/client-dynamodb", "@aws-sdk/client-iam", "@aws-sdk/client-lambda", "@aws-sdk/client-s3", "@aws-sdk/client-sesv2", "@aws-sdk/client-sqs", "@aws-sdk/client-ssm", "@aws-sdk/client-sts", "@cloudflare/vite-plugin", "@coinbase/cdp-sdk", "@libsql/client", "@opennextjs/cloudflare", "astro", "rwsdk", "stripe", "vite"], "bin": { "alchemy": "bin/alchemy.js" } }, "sha512-YCeemI+3uBs1SPNAQoAVCLyjBRgEQmMADElFZe5Z72ZAY3JbvH0wIMpDlYG7HnoSG0+SJKdEwbmf/qyILuUAig=="],
|
|
573
578
|
|
|
574
|
-
"
|
|
575
|
-
|
|
576
|
-
"ansi-regex": ["[email protected]", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
|
|
579
|
+
"ansi-regex": ["ansi-regex@6.2.2", "", {}, "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg=="],
|
|
577
580
|
|
|
578
581
|
"ansi-styles": ["[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="],
|
|
579
582
|
|
|
@@ -587,7 +590,7 @@
|
|
|
587
590
|
|
|
588
591
|
"array-iterate": ["[email protected]", "", {}, "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg=="],
|
|
589
592
|
|
|
590
|
-
"astro": ["[email protected].
|
|
593
|
+
"astro": ["[email protected].1", "", { "dependencies": { "@astrojs/compiler": "^4.0.0", "@astrojs/internal-helpers": "0.9.0", "@astrojs/markdown-remark": "7.1.1", "@astrojs/telemetry": "3.3.2", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.3.0", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "ci-info": "^4.4.0", "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", "flattie": "^1.1.1", "fontace": "~0.4.1", "get-tsconfig": "5.0.0-beta.4", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "jsonc-parser": "^3.3.1", "magic-string": "^0.30.21", "magicast": "^0.5.2", "mrmime": "^2.0.1", "neotraverse": "^0.6.18", "obug": "^2.1.1", "p-limit": "^7.3.0", "p-queue": "^9.1.0", "package-manager-detector": "^1.6.0", "piccolore": "^0.1.3", "picomatch": "^4.0.4", "rehype": "^13.0.2", "semver": "^7.7.4", "shiki": "^4.0.2", "smol-toml": "^1.6.0", "svgo": "^4.0.1", "tinyclip": "^0.1.12", "tinyexec": "^1.0.4", "tinyglobby": "^0.2.15", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", "unist-util-visit": "^5.1.0", "unstorage": "^1.17.5", "vfile": "^6.0.3", "vite": "^7.3.2", "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", "yargs-parser": "^22.0.0", "zod": "^4.3.6" }, "optionalDependencies": { "sharp": "^0.34.0" }, "bin": { "astro": "bin/astro.mjs" } }, "sha512-atz6dmkE3Gu24bDgb7g2RE/BYnKqPYIHd6hTUM1UXvu/i7qNZOKLAqEHvgYpv9PQVcgWsXpk4/OOXZ0E/FzvSQ=="],
|
|
591
594
|
|
|
592
595
|
"astro-color-scheme": ["[email protected]", "", {}, "sha512-W4cz+KTMIf6/L2uJgw3Ssj78DVE8x274rHDRg7IXeSlWHSP/Y0OB/SfXzsI6vdYM/mzfubTIATilXA5jpH9ECQ=="],
|
|
593
596
|
|
|
@@ -617,7 +620,7 @@
|
|
|
617
620
|
|
|
618
621
|
"bowser": ["[email protected]", "", {}, "sha512-z4rE2Gxh7tvshQ4hluIT7XcFrgLIQaw9X3A+kTTRdovCz5PMukm/0QC/BKSYPj3omF5Qfypn9O/c5kgpmvYUCw=="],
|
|
619
622
|
|
|
620
|
-
"brace-expansion": ["brace-expansion@2.
|
|
623
|
+
"brace-expansion": ["brace-expansion@2.1.0", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w=="],
|
|
621
624
|
|
|
622
625
|
"buffer-crc32": ["[email protected]", "", {}, "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ=="],
|
|
623
626
|
|
|
@@ -649,19 +652,15 @@
|
|
|
649
652
|
|
|
650
653
|
"clsx": ["[email protected]", "", {}, "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA=="],
|
|
651
654
|
|
|
652
|
-
"color": ["[email protected]", "", { "dependencies": { "color-convert": "^2.0.1", "color-string": "^1.9.0" } }, "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A=="],
|
|
653
|
-
|
|
654
655
|
"color-convert": ["[email protected]", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="],
|
|
655
656
|
|
|
656
657
|
"color-name": ["[email protected]", "", {}, "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="],
|
|
657
658
|
|
|
658
|
-
"color-string": ["[email protected]", "", { "dependencies": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" } }, "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg=="],
|
|
659
|
-
|
|
660
659
|
"combined-stream": ["[email protected]", "", { "dependencies": { "delayed-stream": "~1.0.0" } }, "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg=="],
|
|
661
660
|
|
|
662
661
|
"comma-separated-tokens": ["[email protected]", "", {}, "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg=="],
|
|
663
662
|
|
|
664
|
-
"commander": ["commander@
|
|
663
|
+
"commander": ["commander@14.0.3", "", {}, "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw=="],
|
|
665
664
|
|
|
666
665
|
"common-ancestor-path": ["[email protected]", "", {}, "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng=="],
|
|
667
666
|
|
|
@@ -695,13 +694,13 @@
|
|
|
695
694
|
|
|
696
695
|
"decode-named-character-reference": ["[email protected]", "", { "dependencies": { "character-entities": "^2.0.0" } }, "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w=="],
|
|
697
696
|
|
|
698
|
-
"default-browser": ["default-browser@5.
|
|
697
|
+
"default-browser": ["default-browser@5.5.0", "", { "dependencies": { "bundle-name": "^4.1.0", "default-browser-id": "^5.0.0" } }, "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw=="],
|
|
699
698
|
|
|
700
699
|
"default-browser-id": ["[email protected]", "", {}, "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q=="],
|
|
701
700
|
|
|
702
|
-
"define-lazy-prop": ["define-lazy-prop@
|
|
701
|
+
"define-lazy-prop": ["define-lazy-prop@2.0.0", "", {}, "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="],
|
|
703
702
|
|
|
704
|
-
"defu": ["[email protected].
|
|
703
|
+
"defu": ["[email protected].7", "", {}, "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ=="],
|
|
705
704
|
|
|
706
705
|
"delayed-stream": ["[email protected]", "", {}, "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="],
|
|
707
706
|
|
|
@@ -729,6 +728,8 @@
|
|
|
729
728
|
|
|
730
729
|
"domutils": ["[email protected]", "", { "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3" } }, "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw=="],
|
|
731
730
|
|
|
731
|
+
"drizzle-orm": ["[email protected]", "", { "peerDependencies": { "@aws-sdk/client-rds-data": ">=3", "@cloudflare/workers-types": ">=4", "@electric-sql/pglite": ">=0.2.0", "@libsql/client": ">=0.10.0", "@libsql/client-wasm": ">=0.10.0", "@neondatabase/serverless": ">=0.10.0", "@op-engineering/op-sqlite": ">=2", "@opentelemetry/api": "^1.4.1", "@planetscale/database": ">=1.13", "@prisma/client": "*", "@tidbcloud/serverless": "*", "@types/better-sqlite3": "*", "@types/pg": "*", "@types/sql.js": "*", "@upstash/redis": ">=1.34.7", "@vercel/postgres": ">=0.8.0", "@xata.io/client": "*", "better-sqlite3": ">=7", "bun-types": "*", "expo-sqlite": ">=14.0.0", "gel": ">=2", "knex": "*", "kysely": "*", "mysql2": ">=2", "pg": ">=8", "postgres": ">=3", "sql.js": ">=1", "sqlite3": ">=5" }, "optionalPeers": ["@aws-sdk/client-rds-data", "@cloudflare/workers-types", "@electric-sql/pglite", "@libsql/client", "@libsql/client-wasm", "@neondatabase/serverless", "@op-engineering/op-sqlite", "@opentelemetry/api", "@planetscale/database", "@prisma/client", "@tidbcloud/serverless", "@types/better-sqlite3", "@types/pg", "@types/sql.js", "@upstash/redis", "@vercel/postgres", "@xata.io/client", "better-sqlite3", "bun-types", "expo-sqlite", "gel", "knex", "kysely", "mysql2", "pg", "postgres", "sql.js", "sqlite3"] }, "sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q=="],
|
|
732
|
+
|
|
732
733
|
"dset": ["[email protected]", "", {}, "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA=="],
|
|
733
734
|
|
|
734
735
|
"dunder-proto": ["[email protected]", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="],
|
|
@@ -757,7 +758,7 @@
|
|
|
757
758
|
|
|
758
759
|
"es-set-tostringtag": ["[email protected]", "", { "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", "has-tostringtag": "^1.0.2", "hasown": "^2.0.2" } }, "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA=="],
|
|
759
760
|
|
|
760
|
-
"esbuild": ["[email protected].
|
|
761
|
+
"esbuild": ["[email protected].12", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.12", "@esbuild/android-arm": "0.25.12", "@esbuild/android-arm64": "0.25.12", "@esbuild/android-x64": "0.25.12", "@esbuild/darwin-arm64": "0.25.12", "@esbuild/darwin-x64": "0.25.12", "@esbuild/freebsd-arm64": "0.25.12", "@esbuild/freebsd-x64": "0.25.12", "@esbuild/linux-arm": "0.25.12", "@esbuild/linux-arm64": "0.25.12", "@esbuild/linux-ia32": "0.25.12", "@esbuild/linux-loong64": "0.25.12", "@esbuild/linux-mips64el": "0.25.12", "@esbuild/linux-ppc64": "0.25.12", "@esbuild/linux-riscv64": "0.25.12", "@esbuild/linux-s390x": "0.25.12", "@esbuild/linux-x64": "0.25.12", "@esbuild/netbsd-arm64": "0.25.12", "@esbuild/netbsd-x64": "0.25.12", "@esbuild/openbsd-arm64": "0.25.12", "@esbuild/openbsd-x64": "0.25.12", "@esbuild/openharmony-arm64": "0.25.12", "@esbuild/sunos-x64": "0.25.12", "@esbuild/win32-arm64": "0.25.12", "@esbuild/win32-ia32": "0.25.12", "@esbuild/win32-x64": "0.25.12" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg=="],
|
|
761
762
|
|
|
762
763
|
"escape-string-regexp": ["[email protected]", "", {}, "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="],
|
|
763
764
|
|
|
@@ -765,9 +766,7 @@
|
|
|
765
766
|
|
|
766
767
|
"eventemitter3": ["[email protected]", "", {}, "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw=="],
|
|
767
768
|
|
|
768
|
-
"execa": ["[email protected].
|
|
769
|
-
|
|
770
|
-
"exit-hook": ["[email protected]", "", {}, "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw=="],
|
|
769
|
+
"execa": ["[email protected].1", "", { "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", "cross-spawn": "^7.0.6", "figures": "^6.1.0", "get-stream": "^9.0.0", "human-signals": "^8.0.1", "is-plain-obj": "^4.1.0", "is-stream": "^4.0.1", "npm-run-path": "^6.0.0", "pretty-ms": "^9.2.0", "signal-exit": "^4.1.0", "strip-final-newline": "^4.0.0", "yoctocolors": "^2.1.1" } }, "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA=="],
|
|
771
770
|
|
|
772
771
|
"expressive-code": ["[email protected]", "", { "dependencies": { "@expressive-code/core": "^0.42.0", "@expressive-code/plugin-frames": "^0.42.0", "@expressive-code/plugin-shiki": "^0.42.0", "@expressive-code/plugin-text-markers": "^0.42.0" } }, "sha512-V5DtJLEKuj4wf9O6IRtPtRObkMVy2ggR+S0MdjrTw6m58krZnDioyhW1si3Y04c5YPeooP4nd85Yq9NwEVHS4g=="],
|
|
773
772
|
|
|
@@ -793,11 +792,11 @@
|
|
|
793
792
|
|
|
794
793
|
"fd-slicer": ["[email protected]", "", { "dependencies": { "pend": "~1.2.0" } }, "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g=="],
|
|
795
794
|
|
|
796
|
-
"fdir": ["fdir@6.
|
|
795
|
+
"fdir": ["fdir@6.5.0", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
|
|
797
796
|
|
|
798
797
|
"figures": ["[email protected]", "", { "dependencies": { "is-unicode-supported": "^2.0.0" } }, "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg=="],
|
|
799
798
|
|
|
800
|
-
"find-process": ["find-process@2.
|
|
799
|
+
"find-process": ["find-process@2.1.1", "", { "dependencies": { "chalk": "~4.1.2", "commander": "^14.0.3", "loglevel": "^1.9.2" }, "bin": { "find-process": "dist/cjs/bin/find-process.js" } }, "sha512-SrQDx3QhlmHM90iqn9rdjCQcw/T+WlpOkHFsjoRgB+zTpDfltNA1VSNYeYELwhUTJy12UFxqjWhmhOrJc+o4sA=="],
|
|
801
800
|
|
|
802
801
|
"flattie": ["[email protected]", "", {}, "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ=="],
|
|
803
802
|
|
|
@@ -827,9 +826,7 @@
|
|
|
827
826
|
|
|
828
827
|
"github-slugger": ["[email protected]", "", {}, "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="],
|
|
829
828
|
|
|
830
|
-
"glob": ["glob@10.
|
|
831
|
-
|
|
832
|
-
"glob-to-regexp": ["[email protected]", "", {}, "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="],
|
|
829
|
+
"glob": ["[email protected].0", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg=="],
|
|
833
830
|
|
|
834
831
|
"globals": ["[email protected]", "", {}, "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="],
|
|
835
832
|
|
|
@@ -897,8 +894,6 @@
|
|
|
897
894
|
|
|
898
895
|
"iron-webcrypto": ["[email protected]", "", {}, "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg=="],
|
|
899
896
|
|
|
900
|
-
"is-arrayish": ["[email protected]", "", {}, "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="],
|
|
901
|
-
|
|
902
897
|
"is-docker": ["[email protected]", "", { "bin": { "is-docker": "cli.js" } }, "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="],
|
|
903
898
|
|
|
904
899
|
"is-fullwidth-code-point": ["[email protected]", "", {}, "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="],
|
|
@@ -929,9 +924,9 @@
|
|
|
929
924
|
|
|
930
925
|
"kolorist": ["[email protected]", "", {}, "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="],
|
|
931
926
|
|
|
932
|
-
"libsodium": ["libsodium@0.
|
|
927
|
+
"libsodium": ["libsodium@0.8.4", "", {}, "sha512-lMcYaRi0zcs7tarATsQUYC7rstliIXZuoq0c6zXSgNtSNtdvBgkSegjWhpMJAXzKX3SUSwIp7+zEsob+j3LuRw=="],
|
|
933
928
|
|
|
934
|
-
"libsodium-wrappers": ["libsodium-wrappers@0.
|
|
929
|
+
"libsodium-wrappers": ["libsodium-wrappers@0.8.4", "", { "dependencies": { "libsodium": "^0.8.0" } }, "sha512-mu8aAWucZjTB5O/BtGXtW4e1agy7uHxNYG7zPthmmD1jU43LCDmSWZLN4JhflbdPXj3yDO4lxM1O9hLDgIOXDw=="],
|
|
935
930
|
|
|
936
931
|
"lie": ["[email protected]", "", { "dependencies": { "immediate": "~3.0.5" } }, "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ=="],
|
|
937
932
|
|
|
@@ -1037,17 +1032,15 @@
|
|
|
1037
1032
|
|
|
1038
1033
|
"micromark-util-types": ["[email protected]", "", {}, "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA=="],
|
|
1039
1034
|
|
|
1040
|
-
"mime": ["[email protected]", "", { "bin": { "mime": "cli.js" } }, "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A=="],
|
|
1041
|
-
|
|
1042
1035
|
"mime-db": ["[email protected]", "", {}, "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="],
|
|
1043
1036
|
|
|
1044
1037
|
"mime-types": ["[email protected]", "", { "dependencies": { "mime-db": "1.52.0" } }, "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="],
|
|
1045
1038
|
|
|
1046
|
-
"miniflare": ["miniflare@4.
|
|
1039
|
+
"miniflare": ["miniflare@4.20260424.0", "", { "dependencies": { "@cspotcode/source-map-support": "0.8.1", "sharp": "^0.34.5", "undici": "7.24.8", "workerd": "1.20260424.1", "ws": "8.18.0", "youch": "4.1.0-beta.10" }, "bin": { "miniflare": "bootstrap.js" } }, "sha512-B6MKBBd5TJ19daUc3Ae9rWctn1nDA/VCXykXfCsp9fTxyfGxnZY27tJs1caxgE9MWEMMKGbGHouqVtgKbKGxmw=="],
|
|
1047
1040
|
|
|
1048
|
-
"minimatch": ["[email protected].
|
|
1041
|
+
"minimatch": ["[email protected].9", "", { "dependencies": { "brace-expansion": "^2.0.2" } }, "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg=="],
|
|
1049
1042
|
|
|
1050
|
-
"minipass": ["[email protected].
|
|
1043
|
+
"minipass": ["[email protected].3", "", {}, "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A=="],
|
|
1051
1044
|
|
|
1052
1045
|
"minizlib": ["[email protected]", "", { "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" } }, "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg=="],
|
|
1053
1046
|
|
|
@@ -1091,7 +1084,7 @@
|
|
|
1091
1084
|
|
|
1092
1085
|
"oniguruma-to-es": ["[email protected]", "", { "dependencies": { "oniguruma-parser": "^0.12.1", "regex": "^6.0.1", "regex-recursion": "^6.0.2" } }, "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA=="],
|
|
1093
1086
|
|
|
1094
|
-
"open": ["open@
|
|
1087
|
+
"open": ["open@8.4.2", "", { "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="],
|
|
1095
1088
|
|
|
1096
1089
|
"openapi-types": ["[email protected]", "", {}, "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw=="],
|
|
1097
1090
|
|
|
@@ -1141,7 +1134,7 @@
|
|
|
1141
1134
|
|
|
1142
1135
|
"playwright-core": ["[email protected]", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg=="],
|
|
1143
1136
|
|
|
1144
|
-
"postcss": ["[email protected].
|
|
1137
|
+
"postcss": ["[email protected].14", "", { "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg=="],
|
|
1145
1138
|
|
|
1146
1139
|
"postcss-nested": ["[email protected]", "", { "dependencies": { "postcss-selector-parser": "^6.1.1" }, "peerDependencies": { "postcss": "^8.2.14" } }, "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ=="],
|
|
1147
1140
|
|
|
@@ -1211,7 +1204,7 @@
|
|
|
1211
1204
|
|
|
1212
1205
|
"retry": ["[email protected]", "", {}, "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="],
|
|
1213
1206
|
|
|
1214
|
-
"rollup": ["rollup@4.
|
|
1207
|
+
"rollup": ["rollup@4.60.3", "", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.60.3", "@rollup/rollup-android-arm64": "4.60.3", "@rollup/rollup-darwin-arm64": "4.60.3", "@rollup/rollup-darwin-x64": "4.60.3", "@rollup/rollup-freebsd-arm64": "4.60.3", "@rollup/rollup-freebsd-x64": "4.60.3", "@rollup/rollup-linux-arm-gnueabihf": "4.60.3", "@rollup/rollup-linux-arm-musleabihf": "4.60.3", "@rollup/rollup-linux-arm64-gnu": "4.60.3", "@rollup/rollup-linux-arm64-musl": "4.60.3", "@rollup/rollup-linux-loong64-gnu": "4.60.3", "@rollup/rollup-linux-loong64-musl": "4.60.3", "@rollup/rollup-linux-ppc64-gnu": "4.60.3", "@rollup/rollup-linux-ppc64-musl": "4.60.3", "@rollup/rollup-linux-riscv64-gnu": "4.60.3", "@rollup/rollup-linux-riscv64-musl": "4.60.3", "@rollup/rollup-linux-s390x-gnu": "4.60.3", "@rollup/rollup-linux-x64-gnu": "4.60.3", "@rollup/rollup-linux-x64-musl": "4.60.3", "@rollup/rollup-openbsd-x64": "4.60.3", "@rollup/rollup-openharmony-arm64": "4.60.3", "@rollup/rollup-win32-arm64-msvc": "4.60.3", "@rollup/rollup-win32-ia32-msvc": "4.60.3", "@rollup/rollup-win32-x64-gnu": "4.60.3", "@rollup/rollup-win32-x64-msvc": "4.60.3", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A=="],
|
|
1215
1208
|
|
|
1216
1209
|
"run-applescript": ["[email protected]", "", {}, "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q=="],
|
|
1217
1210
|
|
|
@@ -1237,8 +1230,6 @@
|
|
|
1237
1230
|
|
|
1238
1231
|
"simple-git": ["[email protected]", "", { "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", "debug": "^4.3.5" } }, "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA=="],
|
|
1239
1232
|
|
|
1240
|
-
"simple-swizzle": ["[email protected]", "", { "dependencies": { "is-arrayish": "^0.3.1" } }, "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg=="],
|
|
1241
|
-
|
|
1242
1233
|
"sisteransi": ["[email protected]", "", {}, "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="],
|
|
1243
1234
|
|
|
1244
1235
|
"sitemap": ["[email protected]", "", { "dependencies": { "@types/node": "^24.9.2", "@types/sax": "^1.2.1", "arg": "^5.0.0", "sax": "^1.4.1" }, "bin": { "sitemap": "dist/esm/cli.js" } }, "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ=="],
|
|
@@ -1249,8 +1240,6 @@
|
|
|
1249
1240
|
|
|
1250
1241
|
"space-separated-tokens": ["[email protected]", "", {}, "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q=="],
|
|
1251
1242
|
|
|
1252
|
-
"stoppable": ["[email protected]", "", {}, "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw=="],
|
|
1253
|
-
|
|
1254
1243
|
"stream-replace-string": ["[email protected]", "", {}, "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w=="],
|
|
1255
1244
|
|
|
1256
1245
|
"string-width": ["[email protected]", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="],
|
|
@@ -1261,7 +1250,7 @@
|
|
|
1261
1250
|
|
|
1262
1251
|
"stringify-entities": ["[email protected]", "", { "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" } }, "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg=="],
|
|
1263
1252
|
|
|
1264
|
-
"strip-ansi": ["strip-ansi@7.
|
|
1253
|
+
"strip-ansi": ["strip-ansi@7.2.0", "", { "dependencies": { "ansi-regex": "^6.2.2" } }, "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w=="],
|
|
1265
1254
|
|
|
1266
1255
|
"strip-ansi-cjs": ["[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
|
|
1267
1256
|
|
|
@@ -1291,13 +1280,13 @@
|
|
|
1291
1280
|
|
|
1292
1281
|
"tslib": ["[email protected]", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
|
|
1293
1282
|
|
|
1294
|
-
"ufo": ["[email protected].
|
|
1283
|
+
"ufo": ["[email protected].4", "", {}, "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA=="],
|
|
1295
1284
|
|
|
1296
1285
|
"ultrahtml": ["[email protected]", "", {}, "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw=="],
|
|
1297
1286
|
|
|
1298
1287
|
"uncrypto": ["[email protected]", "", {}, "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="],
|
|
1299
1288
|
|
|
1300
|
-
"undici": ["undici@7.
|
|
1289
|
+
"undici": ["undici@7.24.8", "", {}, "sha512-6KQ/+QxK49Z/p3HO6E5ZCZWNnCasyZLa5ExaVYyvPxUwKtbCPMKELJOqh7EqOle0t9cH/7d2TaaTRRa6Nhs4YQ=="],
|
|
1301
1290
|
|
|
1302
1291
|
"undici-types": ["[email protected]", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
|
|
1303
1292
|
|
|
@@ -1339,7 +1328,7 @@
|
|
|
1339
1328
|
|
|
1340
1329
|
"vfile-message": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw=="],
|
|
1341
1330
|
|
|
1342
|
-
"vite": ["vite@
|
|
1331
|
+
"vite": ["vite@7.3.3", "", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA=="],
|
|
1343
1332
|
|
|
1344
1333
|
"vitefu": ["[email protected]", "", { "peerDependencies": { "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "optionalPeers": ["vite"] }, "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg=="],
|
|
1345
1334
|
|
|
@@ -1355,9 +1344,9 @@
|
|
|
1355
1344
|
|
|
1356
1345
|
"which-pm-runs": ["[email protected]", "", {}, "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA=="],
|
|
1357
1346
|
|
|
1358
|
-
"workerd": ["workerd@1.
|
|
1347
|
+
"workerd": ["workerd@1.20260508.1", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20260508.1", "@cloudflare/workerd-darwin-arm64": "1.20260508.1", "@cloudflare/workerd-linux-64": "1.20260508.1", "@cloudflare/workerd-linux-arm64": "1.20260508.1", "@cloudflare/workerd-windows-64": "1.20260508.1" }, "bin": { "workerd": "bin/workerd" } }, "sha512-VlnjyH3AjVddpSK7J54nsCVgf8i2733pl8GjKttfNi7vN/hEjjAk20d2b1nDToOLKvRQpTewRnVkqaaeGHCaAw=="],
|
|
1359
1348
|
|
|
1360
|
-
"wrangler": ["wrangler@4.
|
|
1349
|
+
"wrangler": ["wrangler@4.90.1", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.5.0", "@cloudflare/unenv-preset": "2.16.1", "blake3-wasm": "2.1.5", "esbuild": "0.27.3", "miniflare": "4.20260508.0", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.24", "workerd": "1.20260508.1" }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20260508.1" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-u2KrieKSMfRM0toTst/CfDtcRraeoVjmcExcMWgILM/ytq3qcDhuOAULoZSyPHzma43lfLJy1BC544drFyqe1A=="],
|
|
1361
1350
|
|
|
1362
1351
|
"wrap-ansi": ["[email protected]", "", { "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" } }, "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="],
|
|
1363
1352
|
|
|
@@ -1365,7 +1354,7 @@
|
|
|
1365
1354
|
|
|
1366
1355
|
"wrappy": ["[email protected]", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="],
|
|
1367
1356
|
|
|
1368
|
-
"ws": ["ws@8.
|
|
1357
|
+
"ws": ["ws@8.20.1", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w=="],
|
|
1369
1358
|
|
|
1370
1359
|
"wsl-utils": ["[email protected]", "", { "dependencies": { "is-wsl": "^3.1.0" } }, "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw=="],
|
|
1371
1360
|
|
|
@@ -1381,7 +1370,7 @@
|
|
|
1381
1370
|
|
|
1382
1371
|
"yocto-queue": ["[email protected]", "", {}, "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg=="],
|
|
1383
1372
|
|
|
1384
|
-
"yoctocolors": ["[email protected].
|
|
1373
|
+
"yoctocolors": ["[email protected].2", "", {}, "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug=="],
|
|
1385
1374
|
|
|
1386
1375
|
"youch": ["[email protected]", "", { "dependencies": { "@poppinss/colors": "^4.1.5", "@poppinss/dumper": "^0.6.4", "@speed-highlight/core": "^1.2.7", "cookie": "^1.0.2", "youch-core": "^0.3.3" } }, "sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ=="],
|
|
1387
1376
|
|
|
@@ -1405,9 +1394,213 @@
|
|
|
1405
1394
|
|
|
1406
1395
|
"@aws-crypto/util/@smithy/util-utf8": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/util-buffer-from": "^2.2.0", "tslib": "^2.6.2" } }, "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A=="],
|
|
1407
1396
|
|
|
1397
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/core": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws-sdk/xml-builder": "^3.972.22", "@smithy/core": "^3.23.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-base64": "^4.3.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-njR2qoG6ZuB0kvAS2FyICsFZJ6gmCcf2X/7JcD14sUvGDm26wiZ5BrA6LOiUxKFEF+IVe7kdroxyE00YlkiYsw=="],
|
|
1398
|
+
|
|
1399
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/credential-provider-env": "^3.972.34", "@aws-sdk/credential-provider-http": "^3.972.36", "@aws-sdk/credential-provider-ini": "^3.972.38", "@aws-sdk/credential-provider-process": "^3.972.34", "@aws-sdk/credential-provider-sso": "^3.972.38", "@aws-sdk/credential-provider-web-identity": "^3.972.38", "@aws-sdk/types": "^3.973.8", "@smithy/credential-provider-imds": "^4.2.14", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-HEswDQyxUtadoZ/bJsPPENHg7R0Lzym5LuMksJeHvqhCOpP+rtkDLKI4/ZChH4w3cf5kG8n6bZuI8PzajoiqMg=="],
|
|
1400
|
+
|
|
1401
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/middleware-host-header": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IJSsIMeVQ8MMCPbuh1AbltkFhLBLXn7aejzfX5YKT/VLDHn++Dcz8886tXckE+wQssyPUhaXrJhdakO2VilRhg=="],
|
|
1402
|
+
|
|
1403
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/middleware-logger": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-OOuGvvz1Dm20SjZo5oEBePFqxt5nf8AwkNDSyUHvD9/bfNASmstcYxFAHUowy4n6Io7mWUZ04JURZwSBvyQanQ=="],
|
|
1404
|
+
|
|
1405
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/middleware-recursion-detection": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws/lambda-invoke-store": "^0.2.2", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-+zz6f79Kj9V5qFK2P+D8Ehjnw4AhphAlCAsPjUqEcInA9umtSSKMrHbSagEeOIsDNuvVrH98bjRHcyQukTrhaQ=="],
|
|
1406
|
+
|
|
1407
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/middleware-user-agent": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@aws-sdk/util-endpoints": "^3.996.8", "@smithy/core": "^3.23.17", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "@smithy/util-retry": "^4.3.6", "tslib": "^2.6.2" } }, "sha512-iz+B29TXcAZsJpwB+AwG/TTGA5l/VnmMZ2UxtiySOZjI6gCdmviXPwdgzcmuazMy16rXoPY4mYCGe7zdNKfx5A=="],
|
|
1408
|
+
|
|
1409
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/region-config-resolver": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/config-resolver": "^4.4.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-CvJ2ZIjK/jVD/lbOpowBVElJyC1YxLTIJ13yM0AEo0t2v7swOzGjSA6lJGH+DwZXQhcjUjoYwc8bVYCX5MDr1A=="],
|
|
1410
|
+
|
|
1411
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/types": ["@aws-sdk/[email protected]", "", { "dependencies": { "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw=="],
|
|
1412
|
+
|
|
1413
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/util-endpoints": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "@smithy/url-parser": "^4.2.14", "@smithy/util-endpoints": "^3.4.2", "tslib": "^2.6.2" } }, "sha512-oOZHcRDihk5iEe5V25NVWg45b3qEA8OpHWVdU/XQh8Zj4heVPAJqWvMphQnU7LkufmUo10EpvFPZuQMiFLJK3g=="],
|
|
1414
|
+
|
|
1415
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/util-user-agent-browser": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "bowser": "^2.11.0", "tslib": "^2.6.2" } }, "sha512-FAzqXvfEssGdSIz8ejatan0bOdx1qefBWKF/gWmVBXIP1HkS7v/wjjaqrAGGKvyihrXTXW00/2/1nTJtxpXz7g=="],
|
|
1416
|
+
|
|
1417
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/util-user-agent-node": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/middleware-user-agent": "^3.972.38", "@aws-sdk/types": "^3.973.8", "@smithy/node-config-provider": "^4.3.14", "@smithy/types": "^4.14.1", "@smithy/util-config-provider": "^4.2.2", "tslib": "^2.6.2" }, "peerDependencies": { "aws-crt": ">=1.0.0" }, "optionalPeers": ["aws-crt"] }, "sha512-ZWwlkjcIp7cEL8ZfTpTAPNkwx25p7xol0xlKoWVVf22+nsjwmLcHYtTPjIV1cSpmB/b6DaK4cb1fSkvCXHgRdw=="],
|
|
1418
|
+
|
|
1419
|
+
"@aws-sdk/client-cognito-identity/@smithy/config-resolver": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-abXk3LhODsvRHsk0ZS9ztrg/fZatTa9Z/z4pgx65YSLR+rY6kvUG/1IgcDKEUciR8MfdnkT5oPeHJTy/HhzDIQ=="],
|
|
1420
|
+
|
|
1421
|
+
"@aws-sdk/client-cognito-identity/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1422
|
+
|
|
1423
|
+
"@aws-sdk/client-cognito-identity/@smithy/fetch-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-r7bN6spQ+caZC8AnyvSxkRUb57zt2jhhRw3Z+2Ez8hjq6coIikDBFUUI/+CQ1xx9K6eX1Gx6wUKo4ylU66TIqw=="],
|
|
1424
|
+
|
|
1425
|
+
"@aws-sdk/client-cognito-identity/@smithy/hash-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-u0/zo11mg7yNneoYgTkH4sXwSmcBpbl49o4UNCtQ7hYsXxynsN25KYHmXzqi7TPk5HQL5klGnpU5koOY0O+9hw=="],
|
|
1426
|
+
|
|
1427
|
+
"@aws-sdk/client-cognito-identity/@smithy/invalid-dependency": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-cLmwtDoulyZvRepAfyV+3rx5oMvuh51dbE+6En3vGC09j3uVSRt1U4oguNu32ub3soGX0oYtBs8E7S2Q4SxTqg=="],
|
|
1428
|
+
|
|
1429
|
+
"@aws-sdk/client-cognito-identity/@smithy/middleware-content-length": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-l4BUIP+wljW/Ar+0/QcGdmElI9lalrywfzNijXMBG34Z510FRzPyrDLx/blNTZOAm0C4Mvx5t/bf760CZo1ajg=="],
|
|
1430
|
+
|
|
1431
|
+
"@aws-sdk/client-cognito-identity/@smithy/middleware-endpoint": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qtqu5TS+8Y18ZDkJoiXN5AMW1G4JAg1+xytzpsUvIR5a4EUsgd5HQg12lekEHWpm2TDUmOgg+hBaHK7dvyWdkA=="],
|
|
1432
|
+
|
|
1433
|
+
"@aws-sdk/client-cognito-identity/@smithy/middleware-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-eTaQhxs0rfUuAkL2MSKrH8DTO7YCeAgrdN0B2/RAeuHmXQ+x52dk5qUBsi/jtcqe5LxItgq5AG5tI6Cp8c0sow=="],
|
|
1434
|
+
|
|
1435
|
+
"@aws-sdk/client-cognito-identity/@smithy/middleware-serde": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-t7YtUe076zWVypVmy1rX91oKi2TFJCkpfFpfMhJFpEIRPP0iL9JxjeSyFQ+1bF45JUfDzOzslUJa150WcSrBug=="],
|
|
1436
|
+
|
|
1437
|
+
"@aws-sdk/client-cognito-identity/@smithy/middleware-stack": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1jKwiKZxCMQNqmp4uVPYA6r+MLGjEtH07gnOUdPgbnjuOIrl/0JY/ICdpQtFgeBsQ/Up01gnSv8GYEL0fb8yvg=="],
|
|
1438
|
+
|
|
1439
|
+
"@aws-sdk/client-cognito-identity/@smithy/node-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-q7tDJEJXcaSG/8TVpu2f2l9bzxTzDM9geWmltbzsY6Hfh3yiuXXTpLIO8+zwYASPPVFaTJpdKwjSSjdoDoccgw=="],
|
|
1440
|
+
|
|
1441
|
+
"@aws-sdk/client-cognito-identity/@smithy/node-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-BdEYko85f/ldp68uH8XEyIvo810xFk6eyPH81SRggTOApYHWA+Xu7B2EzLuHbe37WVLaUA7F1fWR3/zBeme2WA=="],
|
|
1442
|
+
|
|
1443
|
+
"@aws-sdk/client-cognito-identity/@smithy/protocol-http": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-8irPNCQgYxcSFp1aGcnDNFkTwSA+xPUaFq9V/v1+JXWu8sKr5b3cFmg2kBTkjkvypDmGeNffuNu0x5iqw1NoAw=="],
|
|
1444
|
+
|
|
1445
|
+
"@aws-sdk/client-cognito-identity/@smithy/smithy-client": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IcznNM8Qd9u1X3oflp12tkzyOB4HbT+sfYWlWiyEysgNzSHoWcHUUsTT4y1jjDjtVuuVVQbYks+g1kVd7u1eGQ=="],
|
|
1446
|
+
|
|
1447
|
+
"@aws-sdk/client-cognito-identity/@smithy/types": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg=="],
|
|
1448
|
+
|
|
1449
|
+
"@aws-sdk/client-cognito-identity/@smithy/url-parser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-tuelFlF2PZR/wogFC58NIrPOv+Zna4N1+3kA161/33D1Gbwvl6Nh4WsAsW05ZyPp0O6CMGsdbb0S2b/qVjRMCw=="],
|
|
1450
|
+
|
|
1451
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-base64": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-fTHiwW2xbiRiWzfSk4IGAr3gNZCH4fuRYqt8+IuarsP/YON35576iVdePraZ6yJlFxlCL0eMec3/F7xYqoKzlg=="],
|
|
1452
|
+
|
|
1453
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-body-length-browser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1scg5t4nV3hV7CZs996/XHb80aDZ5YotH4NcvkW/w/rHj+cSz0aCIzwz8aUNKB4nCDPSHRCbrKoj+TvycYefmw=="],
|
|
1454
|
+
|
|
1455
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-body-length-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-VRC8MKVPKrgUYThTA7ughcKMfjW6/X92H0wXGJoda0Apw4O5xbXL0GMLz40DTWlsb5hh2iItk6+XL72uJdxYcw=="],
|
|
1456
|
+
|
|
1457
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-defaults-mode-browser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1rA7w+LjK1WJClsffC81Z/ZtjFt22QsKhBjUYEnZsGVS2nOTfOENKBzdg4SxhdwFvBCjcbpjscUfXOPwE3UHWQ=="],
|
|
1458
|
+
|
|
1459
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-defaults-mode-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1fk1wfQHBenQD5NitVKOFgW0wsISYAFPIXGyStJWAeCtMyRhgHYvtJxBk2rwGWA0L5QX6oM6yeHSLKPFMk59ww=="],
|
|
1460
|
+
|
|
1461
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-endpoints": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-yORYzJD5zoGbSDkAACr0dIjDiSEA3X8h8lggDENl1dkKpCG0TQIoItPBqtvuJHzFFjRXumcoH+/09xIuixGyCw=="],
|
|
1462
|
+
|
|
1463
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-middleware": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-SRRMDcIgVXVhVbxviBaSZbuWuVW3jD08wv4ESV0V2oiw0Mki8TPVQ5IxwD3MvSTPg52QYsRP+JoMw5WdUdeWAg=="],
|
|
1464
|
+
|
|
1465
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qkgWgwn1xw0GoY9Ea/B6FrYSPfHA0zyOtJkokwxZuvucRf2+2lfTut6adi4e4Y7LEAaxsFG7r6i05mtDCxbHKA=="],
|
|
1466
|
+
|
|
1467
|
+
"@aws-sdk/client-cognito-identity/@smithy/util-utf8": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FtRrSnriXtOs4+J8/y9SbQ1xmN71hrOsN/YJr5PQQj5nR1l7YNkGS/TEk4gr0WN7gyrUqw8/RFaYVjI18732ZA=="],
|
|
1468
|
+
|
|
1469
|
+
"@aws-sdk/credential-provider-cognito-identity/@aws-sdk/types": ["@aws-sdk/[email protected]", "", { "dependencies": { "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw=="],
|
|
1470
|
+
|
|
1471
|
+
"@aws-sdk/credential-provider-cognito-identity/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1472
|
+
|
|
1473
|
+
"@aws-sdk/credential-provider-cognito-identity/@smithy/types": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg=="],
|
|
1474
|
+
|
|
1475
|
+
"@aws-sdk/credential-provider-ini/@aws-sdk/nested-clients": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "3.932.0", "@aws-sdk/middleware-host-header": "3.930.0", "@aws-sdk/middleware-logger": "3.930.0", "@aws-sdk/middleware-recursion-detection": "3.930.0", "@aws-sdk/middleware-user-agent": "3.932.0", "@aws-sdk/region-config-resolver": "3.930.0", "@aws-sdk/types": "3.930.0", "@aws-sdk/util-endpoints": "3.930.0", "@aws-sdk/util-user-agent-browser": "3.930.0", "@aws-sdk/util-user-agent-node": "3.932.0", "@smithy/config-resolver": "^4.4.3", "@smithy/core": "^3.18.2", "@smithy/fetch-http-handler": "^5.3.6", "@smithy/hash-node": "^4.2.5", "@smithy/invalid-dependency": "^4.2.5", "@smithy/middleware-content-length": "^4.2.5", "@smithy/middleware-endpoint": "^4.3.9", "@smithy/middleware-retry": "^4.4.9", "@smithy/middleware-serde": "^4.2.5", "@smithy/middleware-stack": "^4.2.5", "@smithy/node-config-provider": "^4.3.5", "@smithy/node-http-handler": "^4.4.5", "@smithy/protocol-http": "^5.3.5", "@smithy/smithy-client": "^4.9.5", "@smithy/types": "^4.9.0", "@smithy/url-parser": "^4.2.5", "@smithy/util-base64": "^4.3.0", "@smithy/util-body-length-browser": "^4.2.0", "@smithy/util-body-length-node": "^4.2.1", "@smithy/util-defaults-mode-browser": "^4.3.8", "@smithy/util-defaults-mode-node": "^4.2.11", "@smithy/util-endpoints": "^3.2.5", "@smithy/util-middleware": "^4.2.5", "@smithy/util-retry": "^4.2.5", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" } }, "sha512-E2ucBfiXSpxZflHTf3UFbVwao4+7v7ctAeg8SWuglc1UMqMlpwMFFgWiSONtsf0SR3+ZDoWGATyCXOfDWerJuw=="],
|
|
1476
|
+
|
|
1477
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws-sdk/xml-builder": "^3.972.22", "@smithy/core": "^3.23.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-base64": "^4.3.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-njR2qoG6ZuB0kvAS2FyICsFZJ6gmCcf2X/7JcD14sUvGDm26wiZ5BrA6LOiUxKFEF+IVe7kdroxyE00YlkiYsw=="],
|
|
1478
|
+
|
|
1479
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/types": ["@aws-sdk/[email protected]", "", { "dependencies": { "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw=="],
|
|
1480
|
+
|
|
1481
|
+
"@aws-sdk/credential-provider-login/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1482
|
+
|
|
1483
|
+
"@aws-sdk/credential-provider-login/@smithy/protocol-http": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-8irPNCQgYxcSFp1aGcnDNFkTwSA+xPUaFq9V/v1+JXWu8sKr5b3cFmg2kBTkjkvypDmGeNffuNu0x5iqw1NoAw=="],
|
|
1484
|
+
|
|
1485
|
+
"@aws-sdk/credential-provider-login/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1486
|
+
|
|
1487
|
+
"@aws-sdk/credential-provider-login/@smithy/types": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg=="],
|
|
1488
|
+
|
|
1489
|
+
"@aws-sdk/credential-provider-web-identity/@aws-sdk/nested-clients": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "3.932.0", "@aws-sdk/middleware-host-header": "3.930.0", "@aws-sdk/middleware-logger": "3.930.0", "@aws-sdk/middleware-recursion-detection": "3.930.0", "@aws-sdk/middleware-user-agent": "3.932.0", "@aws-sdk/region-config-resolver": "3.930.0", "@aws-sdk/types": "3.930.0", "@aws-sdk/util-endpoints": "3.930.0", "@aws-sdk/util-user-agent-browser": "3.930.0", "@aws-sdk/util-user-agent-node": "3.932.0", "@smithy/config-resolver": "^4.4.3", "@smithy/core": "^3.18.2", "@smithy/fetch-http-handler": "^5.3.6", "@smithy/hash-node": "^4.2.5", "@smithy/invalid-dependency": "^4.2.5", "@smithy/middleware-content-length": "^4.2.5", "@smithy/middleware-endpoint": "^4.3.9", "@smithy/middleware-retry": "^4.4.9", "@smithy/middleware-serde": "^4.2.5", "@smithy/middleware-stack": "^4.2.5", "@smithy/node-config-provider": "^4.3.5", "@smithy/node-http-handler": "^4.4.5", "@smithy/protocol-http": "^5.3.5", "@smithy/smithy-client": "^4.9.5", "@smithy/types": "^4.9.0", "@smithy/url-parser": "^4.2.5", "@smithy/util-base64": "^4.3.0", "@smithy/util-body-length-browser": "^4.2.0", "@smithy/util-body-length-node": "^4.2.1", "@smithy/util-defaults-mode-browser": "^4.3.8", "@smithy/util-defaults-mode-node": "^4.2.11", "@smithy/util-endpoints": "^3.2.5", "@smithy/util-middleware": "^4.2.5", "@smithy/util-retry": "^4.2.5", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" } }, "sha512-E2ucBfiXSpxZflHTf3UFbVwao4+7v7ctAeg8SWuglc1UMqMlpwMFFgWiSONtsf0SR3+ZDoWGATyCXOfDWerJuw=="],
|
|
1490
|
+
|
|
1491
|
+
"@aws-sdk/credential-providers/@aws-sdk/core": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws-sdk/xml-builder": "^3.972.22", "@smithy/core": "^3.23.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-base64": "^4.3.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-njR2qoG6ZuB0kvAS2FyICsFZJ6gmCcf2X/7JcD14sUvGDm26wiZ5BrA6LOiUxKFEF+IVe7kdroxyE00YlkiYsw=="],
|
|
1492
|
+
|
|
1493
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-env": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-XT0jtf8Fw9JE6ppsQeoNnZRiG+jqRixMT1v1ZR17G60UvVdsQmTG8nbEyHuEPfMxDXEhfdARaM/XiEhca4lGHQ=="],
|
|
1494
|
+
|
|
1495
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/fetch-http-handler": "^5.3.17", "@smithy/node-http-handler": "^4.6.1", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-stream": "^4.5.25", "tslib": "^2.6.2" } }, "sha512-DPoGWfy7J7RKxvbf5kOKIGQkD2ek3dbKgzKIGrnLuvZBz5myU+Im/H6pmc14QcnFbqHMqxvtWSgRDSJW3qXLQg=="],
|
|
1496
|
+
|
|
1497
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-ini": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/credential-provider-env": "^3.972.34", "@aws-sdk/credential-provider-http": "^3.972.36", "@aws-sdk/credential-provider-login": "^3.972.38", "@aws-sdk/credential-provider-process": "^3.972.34", "@aws-sdk/credential-provider-sso": "^3.972.38", "@aws-sdk/credential-provider-web-identity": "^3.972.38", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/credential-provider-imds": "^4.2.14", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-oDzUBu2MGJFgoar05sPMCwSrhw44ASyccrHzj66vO69OZqi7I6hZZxXfuPLC8OCzW7C+sU+bI73XHij41yekgQ=="],
|
|
1498
|
+
|
|
1499
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-node": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/credential-provider-env": "^3.972.34", "@aws-sdk/credential-provider-http": "^3.972.36", "@aws-sdk/credential-provider-ini": "^3.972.38", "@aws-sdk/credential-provider-process": "^3.972.34", "@aws-sdk/credential-provider-sso": "^3.972.38", "@aws-sdk/credential-provider-web-identity": "^3.972.38", "@aws-sdk/types": "^3.973.8", "@smithy/credential-provider-imds": "^4.2.14", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-HEswDQyxUtadoZ/bJsPPENHg7R0Lzym5LuMksJeHvqhCOpP+rtkDLKI4/ZChH4w3cf5kG8n6bZuI8PzajoiqMg=="],
|
|
1500
|
+
|
|
1501
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-process": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-T3IFs4EVmVi1dVN5RciFnklCANSzvrQd/VuHY9ThHSQmYkTogjcGkoJEr+oNUPQZnso52183088NqysMPji1/Q=="],
|
|
1502
|
+
|
|
1503
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-sso": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/token-providers": "3.1041.0", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-5ZxG+t0+3Q3QPh8KEjX6syskhgNf7I0MN7oGioTf6Lm1NTjfP7sIcYGNsthXC2qR8vcD3edNZwCr2ovfSSWuRA=="],
|
|
1504
|
+
|
|
1505
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-web-identity": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-lYHFF30DGI20jZcYX8cm6Ns0V7f1dDN6g/MBDLTyD/5iw+bXs3yBr2iAiHDkx4RFU5JgsnZvCHYKiRVPRdmOgw=="],
|
|
1506
|
+
|
|
1507
|
+
"@aws-sdk/credential-providers/@aws-sdk/types": ["@aws-sdk/[email protected]", "", { "dependencies": { "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw=="],
|
|
1508
|
+
|
|
1509
|
+
"@aws-sdk/credential-providers/@smithy/config-resolver": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-abXk3LhODsvRHsk0ZS9ztrg/fZatTa9Z/z4pgx65YSLR+rY6kvUG/1IgcDKEUciR8MfdnkT5oPeHJTy/HhzDIQ=="],
|
|
1510
|
+
|
|
1511
|
+
"@aws-sdk/credential-providers/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1512
|
+
|
|
1513
|
+
"@aws-sdk/credential-providers/@smithy/credential-provider-imds": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-0S/acwHnqX4WrjXzhdiDRxsG2s9SC0cpPIK9nZ1R6UOHd+j7uL28+4bHu22urbLk2TVw3fkp6na/+fkUt/pLNQ=="],
|
|
1514
|
+
|
|
1515
|
+
"@aws-sdk/credential-providers/@smithy/node-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-q7tDJEJXcaSG/8TVpu2f2l9bzxTzDM9geWmltbzsY6Hfh3yiuXXTpLIO8+zwYASPPVFaTJpdKwjSSjdoDoccgw=="],
|
|
1516
|
+
|
|
1517
|
+
"@aws-sdk/credential-providers/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1518
|
+
|
|
1519
|
+
"@aws-sdk/credential-providers/@smithy/types": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg=="],
|
|
1520
|
+
|
|
1521
|
+
"@aws-sdk/nested-clients/@aws-sdk/core": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws-sdk/xml-builder": "^3.972.22", "@smithy/core": "^3.23.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-base64": "^4.3.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-retry": "^4.3.6", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-njR2qoG6ZuB0kvAS2FyICsFZJ6gmCcf2X/7JcD14sUvGDm26wiZ5BrA6LOiUxKFEF+IVe7kdroxyE00YlkiYsw=="],
|
|
1522
|
+
|
|
1523
|
+
"@aws-sdk/nested-clients/@aws-sdk/middleware-host-header": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IJSsIMeVQ8MMCPbuh1AbltkFhLBLXn7aejzfX5YKT/VLDHn++Dcz8886tXckE+wQssyPUhaXrJhdakO2VilRhg=="],
|
|
1524
|
+
|
|
1525
|
+
"@aws-sdk/nested-clients/@aws-sdk/middleware-logger": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-OOuGvvz1Dm20SjZo5oEBePFqxt5nf8AwkNDSyUHvD9/bfNASmstcYxFAHUowy4n6Io7mWUZ04JURZwSBvyQanQ=="],
|
|
1526
|
+
|
|
1527
|
+
"@aws-sdk/nested-clients/@aws-sdk/middleware-recursion-detection": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@aws/lambda-invoke-store": "^0.2.2", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-+zz6f79Kj9V5qFK2P+D8Ehjnw4AhphAlCAsPjUqEcInA9umtSSKMrHbSagEeOIsDNuvVrH98bjRHcyQukTrhaQ=="],
|
|
1528
|
+
|
|
1529
|
+
"@aws-sdk/nested-clients/@aws-sdk/middleware-user-agent": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@aws-sdk/util-endpoints": "^3.996.8", "@smithy/core": "^3.23.17", "@smithy/protocol-http": "^5.3.14", "@smithy/types": "^4.14.1", "@smithy/util-retry": "^4.3.6", "tslib": "^2.6.2" } }, "sha512-iz+B29TXcAZsJpwB+AwG/TTGA5l/VnmMZ2UxtiySOZjI6gCdmviXPwdgzcmuazMy16rXoPY4mYCGe7zdNKfx5A=="],
|
|
1530
|
+
|
|
1531
|
+
"@aws-sdk/nested-clients/@aws-sdk/region-config-resolver": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/config-resolver": "^4.4.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-CvJ2ZIjK/jVD/lbOpowBVElJyC1YxLTIJ13yM0AEo0t2v7swOzGjSA6lJGH+DwZXQhcjUjoYwc8bVYCX5MDr1A=="],
|
|
1532
|
+
|
|
1533
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/middleware-sdk-s3": "^3.972.37", "@aws-sdk/types": "^3.973.8", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-+CMIt3e1VzlklAECmG+DtP1sV8iKq25FuA0OKpnJ4KA0kxUtd7CgClY7/RU6VzJBQwbN4EJ9Ue6plvqx1qGadw=="],
|
|
1534
|
+
|
|
1535
|
+
"@aws-sdk/nested-clients/@aws-sdk/types": ["@aws-sdk/[email protected]", "", { "dependencies": { "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw=="],
|
|
1536
|
+
|
|
1537
|
+
"@aws-sdk/nested-clients/@aws-sdk/util-endpoints": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "@smithy/url-parser": "^4.2.14", "@smithy/util-endpoints": "^3.4.2", "tslib": "^2.6.2" } }, "sha512-oOZHcRDihk5iEe5V25NVWg45b3qEA8OpHWVdU/XQh8Zj4heVPAJqWvMphQnU7LkufmUo10EpvFPZuQMiFLJK3g=="],
|
|
1538
|
+
|
|
1539
|
+
"@aws-sdk/nested-clients/@aws-sdk/util-user-agent-browser": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/types": "^3.973.8", "@smithy/types": "^4.14.1", "bowser": "^2.11.0", "tslib": "^2.6.2" } }, "sha512-FAzqXvfEssGdSIz8ejatan0bOdx1qefBWKF/gWmVBXIP1HkS7v/wjjaqrAGGKvyihrXTXW00/2/1nTJtxpXz7g=="],
|
|
1540
|
+
|
|
1541
|
+
"@aws-sdk/nested-clients/@aws-sdk/util-user-agent-node": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/middleware-user-agent": "^3.972.38", "@aws-sdk/types": "^3.973.8", "@smithy/node-config-provider": "^4.3.14", "@smithy/types": "^4.14.1", "@smithy/util-config-provider": "^4.2.2", "tslib": "^2.6.2" }, "peerDependencies": { "aws-crt": ">=1.0.0" }, "optionalPeers": ["aws-crt"] }, "sha512-ZWwlkjcIp7cEL8ZfTpTAPNkwx25p7xol0xlKoWVVf22+nsjwmLcHYtTPjIV1cSpmB/b6DaK4cb1fSkvCXHgRdw=="],
|
|
1542
|
+
|
|
1543
|
+
"@aws-sdk/nested-clients/@smithy/config-resolver": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-abXk3LhODsvRHsk0ZS9ztrg/fZatTa9Z/z4pgx65YSLR+rY6kvUG/1IgcDKEUciR8MfdnkT5oPeHJTy/HhzDIQ=="],
|
|
1544
|
+
|
|
1545
|
+
"@aws-sdk/nested-clients/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1546
|
+
|
|
1547
|
+
"@aws-sdk/nested-clients/@smithy/fetch-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-r7bN6spQ+caZC8AnyvSxkRUb57zt2jhhRw3Z+2Ez8hjq6coIikDBFUUI/+CQ1xx9K6eX1Gx6wUKo4ylU66TIqw=="],
|
|
1548
|
+
|
|
1549
|
+
"@aws-sdk/nested-clients/@smithy/hash-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-u0/zo11mg7yNneoYgTkH4sXwSmcBpbl49o4UNCtQ7hYsXxynsN25KYHmXzqi7TPk5HQL5klGnpU5koOY0O+9hw=="],
|
|
1550
|
+
|
|
1551
|
+
"@aws-sdk/nested-clients/@smithy/invalid-dependency": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-cLmwtDoulyZvRepAfyV+3rx5oMvuh51dbE+6En3vGC09j3uVSRt1U4oguNu32ub3soGX0oYtBs8E7S2Q4SxTqg=="],
|
|
1552
|
+
|
|
1553
|
+
"@aws-sdk/nested-clients/@smithy/middleware-content-length": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-l4BUIP+wljW/Ar+0/QcGdmElI9lalrywfzNijXMBG34Z510FRzPyrDLx/blNTZOAm0C4Mvx5t/bf760CZo1ajg=="],
|
|
1554
|
+
|
|
1555
|
+
"@aws-sdk/nested-clients/@smithy/middleware-endpoint": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qtqu5TS+8Y18ZDkJoiXN5AMW1G4JAg1+xytzpsUvIR5a4EUsgd5HQg12lekEHWpm2TDUmOgg+hBaHK7dvyWdkA=="],
|
|
1556
|
+
|
|
1557
|
+
"@aws-sdk/nested-clients/@smithy/middleware-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-eTaQhxs0rfUuAkL2MSKrH8DTO7YCeAgrdN0B2/RAeuHmXQ+x52dk5qUBsi/jtcqe5LxItgq5AG5tI6Cp8c0sow=="],
|
|
1558
|
+
|
|
1559
|
+
"@aws-sdk/nested-clients/@smithy/middleware-serde": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-t7YtUe076zWVypVmy1rX91oKi2TFJCkpfFpfMhJFpEIRPP0iL9JxjeSyFQ+1bF45JUfDzOzslUJa150WcSrBug=="],
|
|
1560
|
+
|
|
1561
|
+
"@aws-sdk/nested-clients/@smithy/middleware-stack": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1jKwiKZxCMQNqmp4uVPYA6r+MLGjEtH07gnOUdPgbnjuOIrl/0JY/ICdpQtFgeBsQ/Up01gnSv8GYEL0fb8yvg=="],
|
|
1562
|
+
|
|
1563
|
+
"@aws-sdk/nested-clients/@smithy/node-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-q7tDJEJXcaSG/8TVpu2f2l9bzxTzDM9geWmltbzsY6Hfh3yiuXXTpLIO8+zwYASPPVFaTJpdKwjSSjdoDoccgw=="],
|
|
1564
|
+
|
|
1565
|
+
"@aws-sdk/nested-clients/@smithy/node-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-BdEYko85f/ldp68uH8XEyIvo810xFk6eyPH81SRggTOApYHWA+Xu7B2EzLuHbe37WVLaUA7F1fWR3/zBeme2WA=="],
|
|
1566
|
+
|
|
1567
|
+
"@aws-sdk/nested-clients/@smithy/protocol-http": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-8irPNCQgYxcSFp1aGcnDNFkTwSA+xPUaFq9V/v1+JXWu8sKr5b3cFmg2kBTkjkvypDmGeNffuNu0x5iqw1NoAw=="],
|
|
1568
|
+
|
|
1569
|
+
"@aws-sdk/nested-clients/@smithy/smithy-client": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IcznNM8Qd9u1X3oflp12tkzyOB4HbT+sfYWlWiyEysgNzSHoWcHUUsTT4y1jjDjtVuuVVQbYks+g1kVd7u1eGQ=="],
|
|
1570
|
+
|
|
1571
|
+
"@aws-sdk/nested-clients/@smithy/types": ["@smithy/[email protected]", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg=="],
|
|
1572
|
+
|
|
1573
|
+
"@aws-sdk/nested-clients/@smithy/url-parser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-tuelFlF2PZR/wogFC58NIrPOv+Zna4N1+3kA161/33D1Gbwvl6Nh4WsAsW05ZyPp0O6CMGsdbb0S2b/qVjRMCw=="],
|
|
1574
|
+
|
|
1575
|
+
"@aws-sdk/nested-clients/@smithy/util-base64": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-fTHiwW2xbiRiWzfSk4IGAr3gNZCH4fuRYqt8+IuarsP/YON35576iVdePraZ6yJlFxlCL0eMec3/F7xYqoKzlg=="],
|
|
1576
|
+
|
|
1577
|
+
"@aws-sdk/nested-clients/@smithy/util-body-length-browser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1scg5t4nV3hV7CZs996/XHb80aDZ5YotH4NcvkW/w/rHj+cSz0aCIzwz8aUNKB4nCDPSHRCbrKoj+TvycYefmw=="],
|
|
1578
|
+
|
|
1579
|
+
"@aws-sdk/nested-clients/@smithy/util-body-length-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-VRC8MKVPKrgUYThTA7ughcKMfjW6/X92H0wXGJoda0Apw4O5xbXL0GMLz40DTWlsb5hh2iItk6+XL72uJdxYcw=="],
|
|
1580
|
+
|
|
1581
|
+
"@aws-sdk/nested-clients/@smithy/util-defaults-mode-browser": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1rA7w+LjK1WJClsffC81Z/ZtjFt22QsKhBjUYEnZsGVS2nOTfOENKBzdg4SxhdwFvBCjcbpjscUfXOPwE3UHWQ=="],
|
|
1582
|
+
|
|
1583
|
+
"@aws-sdk/nested-clients/@smithy/util-defaults-mode-node": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-1fk1wfQHBenQD5NitVKOFgW0wsISYAFPIXGyStJWAeCtMyRhgHYvtJxBk2rwGWA0L5QX6oM6yeHSLKPFMk59ww=="],
|
|
1584
|
+
|
|
1585
|
+
"@aws-sdk/nested-clients/@smithy/util-endpoints": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-yORYzJD5zoGbSDkAACr0dIjDiSEA3X8h8lggDENl1dkKpCG0TQIoItPBqtvuJHzFFjRXumcoH+/09xIuixGyCw=="],
|
|
1586
|
+
|
|
1587
|
+
"@aws-sdk/nested-clients/@smithy/util-middleware": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-SRRMDcIgVXVhVbxviBaSZbuWuVW3jD08wv4ESV0V2oiw0Mki8TPVQ5IxwD3MvSTPg52QYsRP+JoMw5WdUdeWAg=="],
|
|
1588
|
+
|
|
1589
|
+
"@aws-sdk/nested-clients/@smithy/util-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qkgWgwn1xw0GoY9Ea/B6FrYSPfHA0zyOtJkokwxZuvucRf2+2lfTut6adi4e4Y7LEAaxsFG7r6i05mtDCxbHKA=="],
|
|
1590
|
+
|
|
1591
|
+
"@aws-sdk/nested-clients/@smithy/util-utf8": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FtRrSnriXtOs4+J8/y9SbQ1xmN71hrOsN/YJr5PQQj5nR1l7YNkGS/TEk4gr0WN7gyrUqw8/RFaYVjI18732ZA=="],
|
|
1592
|
+
|
|
1593
|
+
"@aws-sdk/token-providers/@aws-sdk/nested-clients": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/core": "3.932.0", "@aws-sdk/middleware-host-header": "3.930.0", "@aws-sdk/middleware-logger": "3.930.0", "@aws-sdk/middleware-recursion-detection": "3.930.0", "@aws-sdk/middleware-user-agent": "3.932.0", "@aws-sdk/region-config-resolver": "3.930.0", "@aws-sdk/types": "3.930.0", "@aws-sdk/util-endpoints": "3.930.0", "@aws-sdk/util-user-agent-browser": "3.930.0", "@aws-sdk/util-user-agent-node": "3.932.0", "@smithy/config-resolver": "^4.4.3", "@smithy/core": "^3.18.2", "@smithy/fetch-http-handler": "^5.3.6", "@smithy/hash-node": "^4.2.5", "@smithy/invalid-dependency": "^4.2.5", "@smithy/middleware-content-length": "^4.2.5", "@smithy/middleware-endpoint": "^4.3.9", "@smithy/middleware-retry": "^4.4.9", "@smithy/middleware-serde": "^4.2.5", "@smithy/middleware-stack": "^4.2.5", "@smithy/node-config-provider": "^4.3.5", "@smithy/node-http-handler": "^4.4.5", "@smithy/protocol-http": "^5.3.5", "@smithy/smithy-client": "^4.9.5", "@smithy/types": "^4.9.0", "@smithy/url-parser": "^4.2.5", "@smithy/util-base64": "^4.3.0", "@smithy/util-body-length-browser": "^4.2.0", "@smithy/util-body-length-node": "^4.2.1", "@smithy/util-defaults-mode-browser": "^4.3.8", "@smithy/util-defaults-mode-node": "^4.2.11", "@smithy/util-endpoints": "^3.2.5", "@smithy/util-middleware": "^4.2.5", "@smithy/util-retry": "^4.2.5", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" } }, "sha512-E2ucBfiXSpxZflHTf3UFbVwao4+7v7ctAeg8SWuglc1UMqMlpwMFFgWiSONtsf0SR3+ZDoWGATyCXOfDWerJuw=="],
|
|
1594
|
+
|
|
1408
1595
|
"@aws-sdk/xml-builder/fast-xml-parser": ["[email protected]", "", { "dependencies": { "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ=="],
|
|
1409
1596
|
|
|
1410
|
-
"@
|
|
1597
|
+
"@cloudflare/vite-plugin/@cloudflare/unenv-preset": ["@cloudflare/unenv-preset@2.16.1", "", { "peerDependencies": { "unenv": "2.0.0-rc.24", "workerd": ">1.20260305.0 <2.0.0-0" }, "optionalPeers": ["workerd"] }, "sha512-ECxObrMfyTl5bhQf/lZCXwo5G6xX9IAUo+nDMKK4SZ8m4Jvvxp52vilxyySSWh2YTZz8+HQ07qGH/2rEom1vDw=="],
|
|
1598
|
+
|
|
1599
|
+
"@cloudflare/vite-plugin/miniflare": ["[email protected]", "", { "dependencies": { "@cspotcode/source-map-support": "0.8.1", "sharp": "^0.34.5", "undici": "7.24.8", "workerd": "1.20260508.1", "ws": "8.18.0", "youch": "4.1.0-beta.10" }, "bin": { "miniflare": "bootstrap.js" } }, "sha512-h3aG+PA8jEH76V4ZtBAbs3g7kjMfHJUF8hPvxeeajLTKwir+G+dqfBODg5yF9MT29LqrZKCRQRqzfHPWX4kCIg=="],
|
|
1600
|
+
|
|
1601
|
+
"@cloudflare/vite-plugin/unenv": ["[email protected]", "", { "dependencies": { "pathe": "^2.0.3" } }, "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw=="],
|
|
1602
|
+
|
|
1603
|
+
"@cloudflare/vite-plugin/ws": ["[email protected]", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="],
|
|
1411
1604
|
|
|
1412
1605
|
"@iconify/tools/pathe": ["[email protected]", "", {}, "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="],
|
|
1413
1606
|
|
|
@@ -1415,8 +1608,6 @@
|
|
|
1415
1608
|
|
|
1416
1609
|
"@iconify/utils/local-pkg": ["[email protected]", "", { "dependencies": { "mlly": "^1.7.4", "pkg-types": "^2.3.0", "quansync": "^0.2.11" } }, "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A=="],
|
|
1417
1610
|
|
|
1418
|
-
"@jridgewell/trace-mapping/@jridgewell/sourcemap-codec": ["@jridgewell/[email protected]", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="],
|
|
1419
|
-
|
|
1420
1611
|
"@octokit/plugin-paginate-rest/@octokit/types": ["@octokit/[email protected]", "", { "dependencies": { "@octokit/openapi-types": "^24.2.0" } }, "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA=="],
|
|
1421
1612
|
|
|
1422
1613
|
"@octokit/plugin-rest-endpoint-methods/@octokit/types": ["@octokit/[email protected]", "", { "dependencies": { "@octokit/openapi-types": "^24.2.0" } }, "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA=="],
|
|
@@ -1433,7 +1624,7 @@
|
|
|
1433
1624
|
|
|
1434
1625
|
"@types/yauzl/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw=="],
|
|
1435
1626
|
|
|
1436
|
-
"alchemy/
|
|
1627
|
+
"alchemy/open": ["open@10.2.0", "", { "dependencies": { "default-browser": "^5.2.1", "define-lazy-prop": "^3.0.0", "is-inside-container": "^1.0.0", "wsl-utils": "^0.1.0" } }, "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA=="],
|
|
1437
1628
|
|
|
1438
1629
|
"anymatch/picomatch": ["[email protected]", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="],
|
|
1439
1630
|
|
|
@@ -1443,8 +1634,6 @@
|
|
|
1443
1634
|
|
|
1444
1635
|
"astro/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="],
|
|
1445
1636
|
|
|
1446
|
-
"astro/vite": ["[email protected]", "", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA=="],
|
|
1447
|
-
|
|
1448
1637
|
"bun-types/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw=="],
|
|
1449
1638
|
|
|
1450
1639
|
"cheerio/undici": ["[email protected]", "", {}, "sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw=="],
|
|
@@ -1457,10 +1646,6 @@
|
|
|
1457
1646
|
|
|
1458
1647
|
"fs-minipass/minipass": ["[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="],
|
|
1459
1648
|
|
|
1460
|
-
"h3/defu": ["[email protected]", "", {}, "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ=="],
|
|
1461
|
-
|
|
1462
|
-
"h3/ufo": ["[email protected]", "", {}, "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA=="],
|
|
1463
|
-
|
|
1464
1649
|
"hast-util-raw/unist-util-visit": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="],
|
|
1465
1650
|
|
|
1466
1651
|
"hast-util-select/unist-util-visit": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="],
|
|
@@ -1479,18 +1664,18 @@
|
|
|
1479
1664
|
|
|
1480
1665
|
"mdast-util-to-markdown/unist-util-visit": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="],
|
|
1481
1666
|
|
|
1482
|
-
"miniflare/
|
|
1667
|
+
"miniflare/workerd": ["workerd@1.20260424.1", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20260424.1", "@cloudflare/workerd-darwin-arm64": "1.20260424.1", "@cloudflare/workerd-linux-64": "1.20260424.1", "@cloudflare/workerd-linux-arm64": "1.20260424.1", "@cloudflare/workerd-windows-64": "1.20260424.1" }, "bin": { "workerd": "bin/workerd" } }, "sha512-oKsB0Xo/mfkYMdSACoS06XZg09VUK4rXwHfF/1t3P++sMbwzf4UHQvMO57+zxpEB2nVrY/ZkW0bYFGq4GdAFSQ=="],
|
|
1483
1668
|
|
|
1484
1669
|
"miniflare/ws": ["[email protected]", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="],
|
|
1485
1670
|
|
|
1486
|
-
"miniflare/zod": ["[email protected]", "", {}, "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug=="],
|
|
1487
|
-
|
|
1488
1671
|
"minizlib/minipass": ["[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="],
|
|
1489
1672
|
|
|
1490
|
-
"mlly/
|
|
1673
|
+
"mlly/ufo": ["ufo@1.6.1", "", {}, "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="],
|
|
1491
1674
|
|
|
1492
1675
|
"npm-run-path/path-key": ["[email protected]", "", {}, "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ=="],
|
|
1493
1676
|
|
|
1677
|
+
"ofetch/ufo": ["[email protected]", "", {}, "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="],
|
|
1678
|
+
|
|
1494
1679
|
"path-scurry/lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
|
|
1495
1680
|
|
|
1496
1681
|
"proper-lockfile/signal-exit": ["[email protected]", "", {}, "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="],
|
|
@@ -1499,6 +1684,8 @@
|
|
|
1499
1684
|
|
|
1500
1685
|
"retext-smartypants/unist-util-visit": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="],
|
|
1501
1686
|
|
|
1687
|
+
"rollup/@types/estree": ["@types/[email protected]", "", {}, "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="],
|
|
1688
|
+
|
|
1502
1689
|
"rollup/fsevents": ["[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
|
|
1503
1690
|
|
|
1504
1691
|
"sharp/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="],
|
|
@@ -1515,41 +1702,31 @@
|
|
|
1515
1702
|
|
|
1516
1703
|
"tar/mkdirp": ["[email protected]", "", { "bin": { "mkdirp": "bin/cmd.js" } }, "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="],
|
|
1517
1704
|
|
|
1518
|
-
"tinyglobby/fdir": ["[email protected]", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
|
|
1519
|
-
|
|
1520
1705
|
"tinyglobby/picomatch": ["[email protected]", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],
|
|
1521
1706
|
|
|
1522
1707
|
"unist-util-remove-position/unist-util-visit": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="],
|
|
1523
1708
|
|
|
1524
|
-
"
|
|
1525
|
-
|
|
1526
|
-
"vite/esbuild": ["[email protected]", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.3", "@esbuild/android-arm": "0.25.3", "@esbuild/android-arm64": "0.25.3", "@esbuild/android-x64": "0.25.3", "@esbuild/darwin-arm64": "0.25.3", "@esbuild/darwin-x64": "0.25.3", "@esbuild/freebsd-arm64": "0.25.3", "@esbuild/freebsd-x64": "0.25.3", "@esbuild/linux-arm": "0.25.3", "@esbuild/linux-arm64": "0.25.3", "@esbuild/linux-ia32": "0.25.3", "@esbuild/linux-loong64": "0.25.3", "@esbuild/linux-mips64el": "0.25.3", "@esbuild/linux-ppc64": "0.25.3", "@esbuild/linux-riscv64": "0.25.3", "@esbuild/linux-s390x": "0.25.3", "@esbuild/linux-x64": "0.25.3", "@esbuild/netbsd-arm64": "0.25.3", "@esbuild/netbsd-x64": "0.25.3", "@esbuild/openbsd-arm64": "0.25.3", "@esbuild/openbsd-x64": "0.25.3", "@esbuild/sunos-x64": "0.25.3", "@esbuild/win32-arm64": "0.25.3", "@esbuild/win32-ia32": "0.25.3", "@esbuild/win32-x64": "0.25.3" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q=="],
|
|
1709
|
+
"vite/esbuild": ["esbuild@0.27.7", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.27.7", "@esbuild/android-arm": "0.27.7", "@esbuild/android-arm64": "0.27.7", "@esbuild/android-x64": "0.27.7", "@esbuild/darwin-arm64": "0.27.7", "@esbuild/darwin-x64": "0.27.7", "@esbuild/freebsd-arm64": "0.27.7", "@esbuild/freebsd-x64": "0.27.7", "@esbuild/linux-arm": "0.27.7", "@esbuild/linux-arm64": "0.27.7", "@esbuild/linux-ia32": "0.27.7", "@esbuild/linux-loong64": "0.27.7", "@esbuild/linux-mips64el": "0.27.7", "@esbuild/linux-ppc64": "0.27.7", "@esbuild/linux-riscv64": "0.27.7", "@esbuild/linux-s390x": "0.27.7", "@esbuild/linux-x64": "0.27.7", "@esbuild/netbsd-arm64": "0.27.7", "@esbuild/netbsd-x64": "0.27.7", "@esbuild/openbsd-arm64": "0.27.7", "@esbuild/openbsd-x64": "0.27.7", "@esbuild/openharmony-arm64": "0.27.7", "@esbuild/sunos-x64": "0.27.7", "@esbuild/win32-arm64": "0.27.7", "@esbuild/win32-ia32": "0.27.7", "@esbuild/win32-x64": "0.27.7" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w=="],
|
|
1527
1710
|
|
|
1528
1711
|
"vite/fsevents": ["[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
|
|
1529
1712
|
|
|
1530
|
-
"
|
|
1531
|
-
|
|
1532
|
-
"vite/tinyglobby": ["[email protected]", "", { "dependencies": { "fdir": "^6.4.4", "picomatch": "^4.0.2" } }, "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw=="],
|
|
1533
|
-
|
|
1534
|
-
"vscode-icons/open": ["[email protected]", "", { "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="],
|
|
1713
|
+
"wrangler/@cloudflare/unenv-preset": ["@cloudflare/unenv-preset@2.16.1", "", { "peerDependencies": { "unenv": "2.0.0-rc.24", "workerd": ">1.20260305.0 <2.0.0-0" }, "optionalPeers": ["workerd"] }, "sha512-ECxObrMfyTl5bhQf/lZCXwo5G6xX9IAUo+nDMKK4SZ8m4Jvvxp52vilxyySSWh2YTZz8+HQ07qGH/2rEom1vDw=="],
|
|
1535
1714
|
|
|
1536
|
-
"wrangler/@
|
|
1715
|
+
"wrangler/esbuild": ["esbuild@0.27.3", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.27.3", "@esbuild/android-arm": "0.27.3", "@esbuild/android-arm64": "0.27.3", "@esbuild/android-x64": "0.27.3", "@esbuild/darwin-arm64": "0.27.3", "@esbuild/darwin-x64": "0.27.3", "@esbuild/freebsd-arm64": "0.27.3", "@esbuild/freebsd-x64": "0.27.3", "@esbuild/linux-arm": "0.27.3", "@esbuild/linux-arm64": "0.27.3", "@esbuild/linux-ia32": "0.27.3", "@esbuild/linux-loong64": "0.27.3", "@esbuild/linux-mips64el": "0.27.3", "@esbuild/linux-ppc64": "0.27.3", "@esbuild/linux-riscv64": "0.27.3", "@esbuild/linux-s390x": "0.27.3", "@esbuild/linux-x64": "0.27.3", "@esbuild/netbsd-arm64": "0.27.3", "@esbuild/netbsd-x64": "0.27.3", "@esbuild/openbsd-arm64": "0.27.3", "@esbuild/openbsd-x64": "0.27.3", "@esbuild/openharmony-arm64": "0.27.3", "@esbuild/sunos-x64": "0.27.3", "@esbuild/win32-arm64": "0.27.3", "@esbuild/win32-ia32": "0.27.3", "@esbuild/win32-x64": "0.27.3" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg=="],
|
|
1537
1716
|
|
|
1538
1717
|
"wrangler/fsevents": ["[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
|
|
1539
1718
|
|
|
1540
|
-
"wrangler/miniflare": ["miniflare@4.
|
|
1719
|
+
"wrangler/miniflare": ["miniflare@4.20260508.0", "", { "dependencies": { "@cspotcode/source-map-support": "0.8.1", "sharp": "^0.34.5", "undici": "7.24.8", "workerd": "1.20260508.1", "ws": "8.18.0", "youch": "4.1.0-beta.10" }, "bin": { "miniflare": "bootstrap.js" } }, "sha512-h3aG+PA8jEH76V4ZtBAbs3g7kjMfHJUF8hPvxeeajLTKwir+G+dqfBODg5yF9MT29LqrZKCRQRqzfHPWX4kCIg=="],
|
|
1541
1720
|
|
|
1542
1721
|
"wrangler/unenv": ["[email protected]", "", { "dependencies": { "pathe": "^2.0.3" } }, "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw=="],
|
|
1543
1722
|
|
|
1544
|
-
"wrap-ansi/ansi-styles": ["[email protected].
|
|
1723
|
+
"wrap-ansi/ansi-styles": ["[email protected].3", "", {}, "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg=="],
|
|
1545
1724
|
|
|
1546
1725
|
"wrap-ansi-cjs/string-width": ["[email protected]", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="],
|
|
1547
1726
|
|
|
1548
1727
|
"wrap-ansi-cjs/strip-ansi": ["[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
|
|
1549
1728
|
|
|
1550
|
-
"wsl-utils/is-wsl": ["[email protected].
|
|
1551
|
-
|
|
1552
|
-
"youch/cookie": ["[email protected]", "", {}, "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="],
|
|
1729
|
+
"wsl-utils/is-wsl": ["[email protected].1", "", { "dependencies": { "is-inside-container": "^1.0.0" } }, "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw=="],
|
|
1553
1730
|
|
|
1554
1731
|
"@aws-crypto/sha1-browser/@smithy/util-utf8/@smithy/util-buffer-from": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" } }, "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA=="],
|
|
1555
1732
|
|
|
@@ -1557,6 +1734,112 @@
|
|
|
1557
1734
|
|
|
1558
1735
|
"@aws-crypto/util/@smithy/util-utf8/@smithy/util-buffer-from": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" } }, "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA=="],
|
|
1559
1736
|
|
|
1737
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/core/@aws-sdk/xml-builder": ["@aws-sdk/[email protected]", "", { "dependencies": { "@nodable/entities": "2.1.0", "@smithy/types": "^4.14.1", "fast-xml-parser": "5.7.2", "tslib": "^2.6.2" } }, "sha512-PMYKKtJd70IsSG0yHrdAbxBr+ZWBKLvzFZfD3/urxgf6hXVMzuU5M+3MJ5G67RpOmLBu1fAUN65SbWuKUCOlAA=="],
|
|
1738
|
+
|
|
1739
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/core/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1740
|
+
|
|
1741
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/core/@smithy/signature-v4": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-728lZZEWYWubBESrfntNslZQYDKRlJDY4dcDnYbL50+gu35pGPLblu4S0/RH/RDLF6me1M87ECHsHELGL7dA/Q=="],
|
|
1742
|
+
|
|
1743
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-env": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-XT0jtf8Fw9JE6ppsQeoNnZRiG+jqRixMT1v1ZR17G60UvVdsQmTG8nbEyHuEPfMxDXEhfdARaM/XiEhca4lGHQ=="],
|
|
1744
|
+
|
|
1745
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-http": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/fetch-http-handler": "^5.3.17", "@smithy/node-http-handler": "^4.6.1", "@smithy/property-provider": "^4.2.14", "@smithy/protocol-http": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-stream": "^4.5.25", "tslib": "^2.6.2" } }, "sha512-DPoGWfy7J7RKxvbf5kOKIGQkD2ek3dbKgzKIGrnLuvZBz5myU+Im/H6pmc14QcnFbqHMqxvtWSgRDSJW3qXLQg=="],
|
|
1746
|
+
|
|
1747
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-ini": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/credential-provider-env": "^3.972.34", "@aws-sdk/credential-provider-http": "^3.972.36", "@aws-sdk/credential-provider-login": "^3.972.38", "@aws-sdk/credential-provider-process": "^3.972.34", "@aws-sdk/credential-provider-sso": "^3.972.38", "@aws-sdk/credential-provider-web-identity": "^3.972.38", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/credential-provider-imds": "^4.2.14", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-oDzUBu2MGJFgoar05sPMCwSrhw44ASyccrHzj66vO69OZqi7I6hZZxXfuPLC8OCzW7C+sU+bI73XHij41yekgQ=="],
|
|
1748
|
+
|
|
1749
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-process": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-T3IFs4EVmVi1dVN5RciFnklCANSzvrQd/VuHY9ThHSQmYkTogjcGkoJEr+oNUPQZnso52183088NqysMPji1/Q=="],
|
|
1750
|
+
|
|
1751
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-sso": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/token-providers": "3.1041.0", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-5ZxG+t0+3Q3QPh8KEjX6syskhgNf7I0MN7oGioTf6Lm1NTjfP7sIcYGNsthXC2qR8vcD3edNZwCr2ovfSSWuRA=="],
|
|
1752
|
+
|
|
1753
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-web-identity": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-lYHFF30DGI20jZcYX8cm6Ns0V7f1dDN6g/MBDLTyD/5iw+bXs3yBr2iAiHDkx4RFU5JgsnZvCHYKiRVPRdmOgw=="],
|
|
1754
|
+
|
|
1755
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@smithy/credential-provider-imds": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-0S/acwHnqX4WrjXzhdiDRxsG2s9SC0cpPIK9nZ1R6UOHd+j7uL28+4bHu22urbLk2TVw3fkp6na/+fkUt/pLNQ=="],
|
|
1756
|
+
|
|
1757
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1758
|
+
|
|
1759
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1760
|
+
|
|
1761
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/middleware-recursion-detection/@aws/lambda-invoke-store": ["@aws/[email protected]", "", {}, "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ=="],
|
|
1762
|
+
|
|
1763
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/util-user-agent-node/@smithy/util-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-lw6L5GF5+W19vO6o3fZwRT2cXEG+8b2LH0b9ppjDT6nIxjUgmljEQGninx5XorylwKZZ4XLVABeroJ8oaF9RmQ=="],
|
|
1764
|
+
|
|
1765
|
+
"@aws-sdk/credential-provider-cognito-identity/@smithy/property-provider/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1766
|
+
|
|
1767
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@aws-sdk/xml-builder": ["@aws-sdk/[email protected]", "", { "dependencies": { "@nodable/entities": "2.1.0", "@smithy/types": "^4.14.1", "fast-xml-parser": "5.7.2", "tslib": "^2.6.2" } }, "sha512-PMYKKtJd70IsSG0yHrdAbxBr+ZWBKLvzFZfD3/urxgf6hXVMzuU5M+3MJ5G67RpOmLBu1fAUN65SbWuKUCOlAA=="],
|
|
1768
|
+
|
|
1769
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1770
|
+
|
|
1771
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/node-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-q7tDJEJXcaSG/8TVpu2f2l9bzxTzDM9geWmltbzsY6Hfh3yiuXXTpLIO8+zwYASPPVFaTJpdKwjSSjdoDoccgw=="],
|
|
1772
|
+
|
|
1773
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/signature-v4": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-728lZZEWYWubBESrfntNslZQYDKRlJDY4dcDnYbL50+gu35pGPLblu4S0/RH/RDLF6me1M87ECHsHELGL7dA/Q=="],
|
|
1774
|
+
|
|
1775
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/smithy-client": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IcznNM8Qd9u1X3oflp12tkzyOB4HbT+sfYWlWiyEysgNzSHoWcHUUsTT4y1jjDjtVuuVVQbYks+g1kVd7u1eGQ=="],
|
|
1776
|
+
|
|
1777
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/util-base64": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-fTHiwW2xbiRiWzfSk4IGAr3gNZCH4fuRYqt8+IuarsP/YON35576iVdePraZ6yJlFxlCL0eMec3/F7xYqoKzlg=="],
|
|
1778
|
+
|
|
1779
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/util-middleware": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-SRRMDcIgVXVhVbxviBaSZbuWuVW3jD08wv4ESV0V2oiw0Mki8TPVQ5IxwD3MvSTPg52QYsRP+JoMw5WdUdeWAg=="],
|
|
1780
|
+
|
|
1781
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/util-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qkgWgwn1xw0GoY9Ea/B6FrYSPfHA0zyOtJkokwxZuvucRf2+2lfTut6adi4e4Y7LEAaxsFG7r6i05mtDCxbHKA=="],
|
|
1782
|
+
|
|
1783
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@smithy/util-utf8": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FtRrSnriXtOs4+J8/y9SbQ1xmN71hrOsN/YJr5PQQj5nR1l7YNkGS/TEk4gr0WN7gyrUqw8/RFaYVjI18732ZA=="],
|
|
1784
|
+
|
|
1785
|
+
"@aws-sdk/credential-provider-login/@smithy/property-provider/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1786
|
+
|
|
1787
|
+
"@aws-sdk/credential-provider-login/@smithy/protocol-http/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1788
|
+
|
|
1789
|
+
"@aws-sdk/credential-provider-login/@smithy/shared-ini-file-loader/@smithy/core": ["@smithy/[email protected]", "", { "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-3mT7o4qQyUWttYnVK3A0Z/u3Xha3E81tXn32Tz6vjZiUXhBrkEivpw1hBYfh84iFF9CSzkBU9Y1DJ3Q6RQ231g=="],
|
|
1790
|
+
|
|
1791
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@aws-sdk/xml-builder": ["@aws-sdk/[email protected]", "", { "dependencies": { "@nodable/entities": "2.1.0", "@smithy/types": "^4.14.1", "fast-xml-parser": "5.7.2", "tslib": "^2.6.2" } }, "sha512-PMYKKtJd70IsSG0yHrdAbxBr+ZWBKLvzFZfD3/urxgf6hXVMzuU5M+3MJ5G67RpOmLBu1fAUN65SbWuKUCOlAA=="],
|
|
1792
|
+
|
|
1793
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/protocol-http": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-8irPNCQgYxcSFp1aGcnDNFkTwSA+xPUaFq9V/v1+JXWu8sKr5b3cFmg2kBTkjkvypDmGeNffuNu0x5iqw1NoAw=="],
|
|
1794
|
+
|
|
1795
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/signature-v4": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-728lZZEWYWubBESrfntNslZQYDKRlJDY4dcDnYbL50+gu35pGPLblu4S0/RH/RDLF6me1M87ECHsHELGL7dA/Q=="],
|
|
1796
|
+
|
|
1797
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/smithy-client": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IcznNM8Qd9u1X3oflp12tkzyOB4HbT+sfYWlWiyEysgNzSHoWcHUUsTT4y1jjDjtVuuVVQbYks+g1kVd7u1eGQ=="],
|
|
1798
|
+
|
|
1799
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/util-base64": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-fTHiwW2xbiRiWzfSk4IGAr3gNZCH4fuRYqt8+IuarsP/YON35576iVdePraZ6yJlFxlCL0eMec3/F7xYqoKzlg=="],
|
|
1800
|
+
|
|
1801
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/util-middleware": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-SRRMDcIgVXVhVbxviBaSZbuWuVW3jD08wv4ESV0V2oiw0Mki8TPVQ5IxwD3MvSTPg52QYsRP+JoMw5WdUdeWAg=="],
|
|
1802
|
+
|
|
1803
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/util-retry": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-qkgWgwn1xw0GoY9Ea/B6FrYSPfHA0zyOtJkokwxZuvucRf2+2lfTut6adi4e4Y7LEAaxsFG7r6i05mtDCxbHKA=="],
|
|
1804
|
+
|
|
1805
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@smithy/util-utf8": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FtRrSnriXtOs4+J8/y9SbQ1xmN71hrOsN/YJr5PQQj5nR1l7YNkGS/TEk4gr0WN7gyrUqw8/RFaYVjI18732ZA=="],
|
|
1806
|
+
|
|
1807
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http/@smithy/fetch-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-r7bN6spQ+caZC8AnyvSxkRUb57zt2jhhRw3Z+2Ez8hjq6coIikDBFUUI/+CQ1xx9K6eX1Gx6wUKo4ylU66TIqw=="],
|
|
1808
|
+
|
|
1809
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http/@smithy/node-http-handler": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-BdEYko85f/ldp68uH8XEyIvo810xFk6eyPH81SRggTOApYHWA+Xu7B2EzLuHbe37WVLaUA7F1fWR3/zBeme2WA=="],
|
|
1810
|
+
|
|
1811
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http/@smithy/protocol-http": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-8irPNCQgYxcSFp1aGcnDNFkTwSA+xPUaFq9V/v1+JXWu8sKr5b3cFmg2kBTkjkvypDmGeNffuNu0x5iqw1NoAw=="],
|
|
1812
|
+
|
|
1813
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http/@smithy/smithy-client": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-IcznNM8Qd9u1X3oflp12tkzyOB4HbT+sfYWlWiyEysgNzSHoWcHUUsTT4y1jjDjtVuuVVQbYks+g1kVd7u1eGQ=="],
|
|
1814
|
+
|
|
1815
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-http/@smithy/util-stream": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-GjZfEft0M0V3n2YM/LGkr5LeLd8gxHUIzW0rUz6VtTtlAq245GxHlJghvoPEjJHKTj255iHFAiA4IsIdK40Ueg=="],
|
|
1816
|
+
|
|
1817
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-ini/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1818
|
+
|
|
1819
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-node/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1820
|
+
|
|
1821
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-process/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1822
|
+
|
|
1823
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-sso/@aws-sdk/token-providers": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-Th7kPI6YPtvJUcdznooXJMy+9rQWjmEF81LxaJssngBzuysK4a/x+l8kjm1zb7nYsUPbndnBdUnwng/3PLvtGw=="],
|
|
1824
|
+
|
|
1825
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-sso/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1826
|
+
|
|
1827
|
+
"@aws-sdk/credential-providers/@aws-sdk/credential-provider-web-identity/@smithy/shared-ini-file-loader": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-FKoKxVzdFPhyynFI+SPTWrgOP60fZ4l1UwukWYj4eyhpSmEI7MJ6p58hawIIt9bwp+aek9NEm8Zika7E+GEoeg=="],
|
|
1828
|
+
|
|
1829
|
+
"@aws-sdk/nested-clients/@aws-sdk/core/@aws-sdk/xml-builder": ["@aws-sdk/[email protected]", "", { "dependencies": { "@nodable/entities": "2.1.0", "@smithy/types": "^4.14.1", "fast-xml-parser": "5.7.2", "tslib": "^2.6.2" } }, "sha512-PMYKKtJd70IsSG0yHrdAbxBr+ZWBKLvzFZfD3/urxgf6hXVMzuU5M+3MJ5G67RpOmLBu1fAUN65SbWuKUCOlAA=="],
|
|
1830
|
+
|
|
1831
|
+
"@aws-sdk/nested-clients/@aws-sdk/core/@smithy/property-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-3NHoqVBhzpY2b4YBx9AqyKC4C8nnEjl5FyKuxrCjvnjinG0ODj+yg1xX360nNahT6wghYjSw1SooCt3kIdnqIA=="],
|
|
1832
|
+
|
|
1833
|
+
"@aws-sdk/nested-clients/@aws-sdk/core/@smithy/signature-v4": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-728lZZEWYWubBESrfntNslZQYDKRlJDY4dcDnYbL50+gu35pGPLblu4S0/RH/RDLF6me1M87ECHsHELGL7dA/Q=="],
|
|
1834
|
+
|
|
1835
|
+
"@aws-sdk/nested-clients/@aws-sdk/middleware-recursion-detection/@aws/lambda-invoke-store": ["@aws/[email protected]", "", {}, "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ=="],
|
|
1836
|
+
|
|
1837
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region/@aws-sdk/middleware-sdk-s3": ["@aws-sdk/[email protected]", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/types": "^3.973.8", "@aws-sdk/util-arn-parser": "^3.972.3", "@smithy/core": "^3.23.17", "@smithy/node-config-provider": "^4.3.14", "@smithy/protocol-http": "^5.3.14", "@smithy/signature-v4": "^5.3.14", "@smithy/smithy-client": "^4.12.13", "@smithy/types": "^4.14.1", "@smithy/util-config-provider": "^4.2.2", "@smithy/util-middleware": "^4.2.14", "@smithy/util-stream": "^4.5.25", "@smithy/util-utf8": "^4.2.2", "tslib": "^2.6.2" } }, "sha512-Km7M+i8DrLArVzrid1gfxeGhYHBd3uxvE77g0s5a52zPSVosxzQBnJ0gwWb6NIp/DOk8gsBMhi7V+cpJG0ndTA=="],
|
|
1838
|
+
|
|
1839
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region/@smithy/signature-v4": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-728lZZEWYWubBESrfntNslZQYDKRlJDY4dcDnYbL50+gu35pGPLblu4S0/RH/RDLF6me1M87ECHsHELGL7dA/Q=="],
|
|
1840
|
+
|
|
1841
|
+
"@aws-sdk/nested-clients/@aws-sdk/util-user-agent-node/@smithy/util-config-provider": ["@smithy/[email protected]", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-lw6L5GF5+W19vO6o3fZwRT2cXEG+8b2LH0b9ppjDT6nIxjUgmljEQGninx5XorylwKZZ4XLVABeroJ8oaF9RmQ=="],
|
|
1842
|
+
|
|
1560
1843
|
"@aws-sdk/xml-builder/fast-xml-parser/strnum": ["[email protected]", "", {}, "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw=="],
|
|
1561
1844
|
|
|
1562
1845
|
"@iconify/tools/svgo/commander": ["[email protected]", "", {}, "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="],
|
|
@@ -1573,7 +1856,7 @@
|
|
|
1573
1856
|
|
|
1574
1857
|
"@types/yauzl/@types/node/undici-types": ["[email protected]", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
|
|
1575
1858
|
|
|
1576
|
-
"alchemy/
|
|
1859
|
+
"alchemy/open/define-lazy-prop": ["define-lazy-prop@3.0.0", "", {}, "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="],
|
|
1577
1860
|
|
|
1578
1861
|
"astro/esbuild/@esbuild/aix-ppc64": ["@esbuild/[email protected]", "", { "os": "aix", "cpu": "ppc64" }, "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg=="],
|
|
1579
1862
|
|
|
@@ -1617,6 +1900,8 @@
|
|
|
1617
1900
|
|
|
1618
1901
|
"astro/esbuild/@esbuild/openbsd-x64": ["@esbuild/[email protected]", "", { "os": "openbsd", "cpu": "x64" }, "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg=="],
|
|
1619
1902
|
|
|
1903
|
+
"astro/esbuild/@esbuild/openharmony-arm64": ["@esbuild/[email protected]", "", { "os": "none", "cpu": "arm64" }, "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw=="],
|
|
1904
|
+
|
|
1620
1905
|
"astro/esbuild/@esbuild/sunos-x64": ["@esbuild/[email protected]", "", { "os": "sunos", "cpu": "x64" }, "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA=="],
|
|
1621
1906
|
|
|
1622
1907
|
"astro/esbuild/@esbuild/win32-arm64": ["@esbuild/[email protected]", "", { "os": "win32", "cpu": "arm64" }, "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA=="],
|
|
@@ -1625,14 +1910,6 @@
|
|
|
1625
1910
|
|
|
1626
1911
|
"astro/esbuild/@esbuild/win32-x64": ["@esbuild/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg=="],
|
|
1627
1912
|
|
|
1628
|
-
"astro/vite/fdir": ["[email protected]", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
|
|
1629
|
-
|
|
1630
|
-
"astro/vite/fsevents": ["[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
|
|
1631
|
-
|
|
1632
|
-
"astro/vite/postcss": ["[email protected]", "", { "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg=="],
|
|
1633
|
-
|
|
1634
|
-
"astro/vite/rollup": ["[email protected]", "", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.60.3", "@rollup/rollup-android-arm64": "4.60.3", "@rollup/rollup-darwin-arm64": "4.60.3", "@rollup/rollup-darwin-x64": "4.60.3", "@rollup/rollup-freebsd-arm64": "4.60.3", "@rollup/rollup-freebsd-x64": "4.60.3", "@rollup/rollup-linux-arm-gnueabihf": "4.60.3", "@rollup/rollup-linux-arm-musleabihf": "4.60.3", "@rollup/rollup-linux-arm64-gnu": "4.60.3", "@rollup/rollup-linux-arm64-musl": "4.60.3", "@rollup/rollup-linux-loong64-gnu": "4.60.3", "@rollup/rollup-linux-loong64-musl": "4.60.3", "@rollup/rollup-linux-ppc64-gnu": "4.60.3", "@rollup/rollup-linux-ppc64-musl": "4.60.3", "@rollup/rollup-linux-riscv64-gnu": "4.60.3", "@rollup/rollup-linux-riscv64-musl": "4.60.3", "@rollup/rollup-linux-s390x-gnu": "4.60.3", "@rollup/rollup-linux-x64-gnu": "4.60.3", "@rollup/rollup-linux-x64-musl": "4.60.3", "@rollup/rollup-openbsd-x64": "4.60.3", "@rollup/rollup-openharmony-arm64": "4.60.3", "@rollup/rollup-win32-arm64-msvc": "4.60.3", "@rollup/rollup-win32-ia32-msvc": "4.60.3", "@rollup/rollup-win32-x64-gnu": "4.60.3", "@rollup/rollup-win32-x64-msvc": "4.60.3", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A=="],
|
|
1635
|
-
|
|
1636
1913
|
"bun-types/@types/node/undici-types": ["[email protected]", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
|
|
1637
1914
|
|
|
1638
1915
|
"csso/css-tree/mdn-data": ["[email protected]", "", {}, "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="],
|
|
@@ -1647,45 +1924,15 @@
|
|
|
1647
1924
|
|
|
1648
1925
|
"mdast-util-to-markdown/unist-util-visit/unist-util-visit-parents": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw=="],
|
|
1649
1926
|
|
|
1650
|
-
"miniflare/
|
|
1651
|
-
|
|
1652
|
-
"miniflare/sharp/@img/sharp-darwin-x64": ["@img/[email protected]", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-x64": "1.0.4" }, "os": "darwin", "cpu": "x64" }, "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q=="],
|
|
1653
|
-
|
|
1654
|
-
"miniflare/sharp/@img/sharp-libvips-darwin-arm64": ["@img/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg=="],
|
|
1655
|
-
|
|
1656
|
-
"miniflare/sharp/@img/sharp-libvips-darwin-x64": ["@img/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ=="],
|
|
1657
|
-
|
|
1658
|
-
"miniflare/sharp/@img/sharp-libvips-linux-arm": ["@img/[email protected]", "", { "os": "linux", "cpu": "arm" }, "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g=="],
|
|
1659
|
-
|
|
1660
|
-
"miniflare/sharp/@img/sharp-libvips-linux-arm64": ["@img/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA=="],
|
|
1661
|
-
|
|
1662
|
-
"miniflare/sharp/@img/sharp-libvips-linux-s390x": ["@img/[email protected]", "", { "os": "linux", "cpu": "s390x" }, "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA=="],
|
|
1663
|
-
|
|
1664
|
-
"miniflare/sharp/@img/sharp-libvips-linux-x64": ["@img/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw=="],
|
|
1665
|
-
|
|
1666
|
-
"miniflare/sharp/@img/sharp-libvips-linuxmusl-arm64": ["@img/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA=="],
|
|
1667
|
-
|
|
1668
|
-
"miniflare/sharp/@img/sharp-libvips-linuxmusl-x64": ["@img/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw=="],
|
|
1669
|
-
|
|
1670
|
-
"miniflare/sharp/@img/sharp-linux-arm": ["@img/[email protected]", "", { "optionalDependencies": { "@img/sharp-libvips-linux-arm": "1.0.5" }, "os": "linux", "cpu": "arm" }, "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ=="],
|
|
1671
|
-
|
|
1672
|
-
"miniflare/sharp/@img/sharp-linux-arm64": ["@img/[email protected]", "", { "optionalDependencies": { "@img/sharp-libvips-linux-arm64": "1.0.4" }, "os": "linux", "cpu": "arm64" }, "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA=="],
|
|
1927
|
+
"miniflare/workerd/@cloudflare/workerd-darwin-64": ["@cloudflare/workerd-darwin-64@1.20260424.1", "", { "os": "darwin", "cpu": "x64" }, "sha512-yFR1XaJbSDLg/qbwtrYaU2xwFXatIPKR5nrMQCN1q/m6+Qe/j6r+kCnFEvOJjMZOm9iCKsE6Qly5clgl4u32qw=="],
|
|
1673
1928
|
|
|
1674
|
-
"miniflare/
|
|
1929
|
+
"miniflare/workerd/@cloudflare/workerd-darwin-arm64": ["@cloudflare/workerd-darwin-arm64@1.20260424.1", "", { "os": "darwin", "cpu": "arm64" }, "sha512-LqWKcE7x/9KyC2iQvKPeb20hKST3dYXDZlYTvFymgR1DfLS0OFOCzVGTloVNd7WqvK4SkdzBYfxo7QMIAeBK0w=="],
|
|
1675
1930
|
|
|
1676
|
-
"miniflare/
|
|
1931
|
+
"miniflare/workerd/@cloudflare/workerd-linux-64": ["@cloudflare/workerd-linux-64@1.20260424.1", "", { "os": "linux", "cpu": "x64" }, "sha512-YlEBFbAYZHe/ylzl8WEYQEU/jr+0XMqXaST2oBk5oVjksdb1NGuJaggluCdZAzuJJ8UqdTmyhY5u/qrasbiFWA=="],
|
|
1677
1932
|
|
|
1678
|
-
"miniflare/
|
|
1933
|
+
"miniflare/workerd/@cloudflare/workerd-linux-arm64": ["@cloudflare/workerd-linux-arm64@1.20260424.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-qJ0X0m6cL8fWDUPDg8K4IxYZXNJI6XbeOihqjnqKbAClrjdPDn8VUSd+z2XiCQ5NylMtMrpa/skC9UfaR6mh8g=="],
|
|
1679
1934
|
|
|
1680
|
-
"miniflare/
|
|
1681
|
-
|
|
1682
|
-
"miniflare/sharp/@img/sharp-wasm32": ["@img/[email protected]", "", { "dependencies": { "@emnapi/runtime": "^1.2.0" }, "cpu": "none" }, "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg=="],
|
|
1683
|
-
|
|
1684
|
-
"miniflare/sharp/@img/sharp-win32-ia32": ["@img/[email protected]", "", { "os": "win32", "cpu": "ia32" }, "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ=="],
|
|
1685
|
-
|
|
1686
|
-
"miniflare/sharp/@img/sharp-win32-x64": ["@img/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg=="],
|
|
1687
|
-
|
|
1688
|
-
"miniflare/sharp/detect-libc": ["[email protected]", "", {}, "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA=="],
|
|
1935
|
+
"miniflare/workerd/@cloudflare/workerd-windows-64": ["@cloudflare/workerd-windows-64@1.20260424.1", "", { "os": "win32", "cpu": "x64" }, "sha512-tZ7Z9qmYNAP6z1/+8r/zKbk8F8DZmpmwNzMeN+zkde2Wnhfr3FBqOkJXT/5zmli8HPoWrIXxSiyqcNDMy8V2Zg=="],
|
|
1689
1936
|
|
|
1690
1937
|
"remark-smartypants/unist-util-visit/unist-util-visit-parents": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw=="],
|
|
1691
1938
|
|
|
@@ -1695,158 +1942,142 @@
|
|
|
1695
1942
|
|
|
1696
1943
|
"unist-util-remove-position/unist-util-visit/unist-util-visit-parents": ["[email protected]", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw=="],
|
|
1697
1944
|
|
|
1698
|
-
"vite/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.
|
|
1699
|
-
|
|
1700
|
-
"vite/esbuild/@esbuild/android-arm": ["@esbuild/[email protected]", "", { "os": "android", "cpu": "arm" }, "sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A=="],
|
|
1701
|
-
|
|
1702
|
-
"vite/esbuild/@esbuild/android-arm64": ["@esbuild/[email protected]", "", { "os": "android", "cpu": "arm64" }, "sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ=="],
|
|
1703
|
-
|
|
1704
|
-
"vite/esbuild/@esbuild/android-x64": ["@esbuild/[email protected]", "", { "os": "android", "cpu": "x64" }, "sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ=="],
|
|
1945
|
+
"vite/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.27.7", "", { "os": "aix", "cpu": "ppc64" }, "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg=="],
|
|
1705
1946
|
|
|
1706
|
-
"vite/esbuild/@esbuild/
|
|
1947
|
+
"vite/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.27.7", "", { "os": "android", "cpu": "arm" }, "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ=="],
|
|
1707
1948
|
|
|
1708
|
-
"vite/esbuild/@esbuild/
|
|
1949
|
+
"vite/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.27.7", "", { "os": "android", "cpu": "arm64" }, "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ=="],
|
|
1709
1950
|
|
|
1710
|
-
"vite/esbuild/@esbuild/
|
|
1951
|
+
"vite/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.27.7", "", { "os": "android", "cpu": "x64" }, "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg=="],
|
|
1711
1952
|
|
|
1712
|
-
"vite/esbuild/@esbuild/
|
|
1953
|
+
"vite/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.27.7", "", { "os": "darwin", "cpu": "arm64" }, "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw=="],
|
|
1713
1954
|
|
|
1714
|
-
"vite/esbuild/@esbuild/
|
|
1955
|
+
"vite/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.27.7", "", { "os": "darwin", "cpu": "x64" }, "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ=="],
|
|
1715
1956
|
|
|
1716
|
-
"vite/esbuild/@esbuild/
|
|
1957
|
+
"vite/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.27.7", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w=="],
|
|
1717
1958
|
|
|
1718
|
-
"vite/esbuild/@esbuild/
|
|
1959
|
+
"vite/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.27.7", "", { "os": "freebsd", "cpu": "x64" }, "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ=="],
|
|
1719
1960
|
|
|
1720
|
-
"vite/esbuild/@esbuild/linux-
|
|
1961
|
+
"vite/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.27.7", "", { "os": "linux", "cpu": "arm" }, "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA=="],
|
|
1721
1962
|
|
|
1722
|
-
"vite/esbuild/@esbuild/linux-
|
|
1963
|
+
"vite/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.27.7", "", { "os": "linux", "cpu": "arm64" }, "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A=="],
|
|
1723
1964
|
|
|
1724
|
-
"vite/esbuild/@esbuild/linux-
|
|
1965
|
+
"vite/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.27.7", "", { "os": "linux", "cpu": "ia32" }, "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg=="],
|
|
1725
1966
|
|
|
1726
|
-
"vite/esbuild/@esbuild/linux-
|
|
1967
|
+
"vite/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.27.7", "", { "os": "linux", "cpu": "none" }, "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q=="],
|
|
1727
1968
|
|
|
1728
|
-
"vite/esbuild/@esbuild/linux-
|
|
1969
|
+
"vite/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.27.7", "", { "os": "linux", "cpu": "none" }, "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw=="],
|
|
1729
1970
|
|
|
1730
|
-
"vite/esbuild/@esbuild/linux-
|
|
1971
|
+
"vite/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.27.7", "", { "os": "linux", "cpu": "ppc64" }, "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ=="],
|
|
1731
1972
|
|
|
1732
|
-
"vite/esbuild/@esbuild/
|
|
1973
|
+
"vite/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.27.7", "", { "os": "linux", "cpu": "none" }, "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ=="],
|
|
1733
1974
|
|
|
1734
|
-
"vite/esbuild/@esbuild/
|
|
1975
|
+
"vite/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.27.7", "", { "os": "linux", "cpu": "s390x" }, "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw=="],
|
|
1735
1976
|
|
|
1736
|
-
"vite/esbuild/@esbuild/
|
|
1977
|
+
"vite/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.27.7", "", { "os": "linux", "cpu": "x64" }, "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA=="],
|
|
1737
1978
|
|
|
1738
|
-
"vite/esbuild/@esbuild/
|
|
1979
|
+
"vite/esbuild/@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.27.7", "", { "os": "none", "cpu": "arm64" }, "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w=="],
|
|
1739
1980
|
|
|
1740
|
-
"vite/esbuild/@esbuild/
|
|
1981
|
+
"vite/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.27.7", "", { "os": "none", "cpu": "x64" }, "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw=="],
|
|
1741
1982
|
|
|
1742
|
-
"vite/esbuild/@esbuild/
|
|
1983
|
+
"vite/esbuild/@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.27.7", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A=="],
|
|
1743
1984
|
|
|
1744
|
-
"vite/esbuild/@esbuild/
|
|
1985
|
+
"vite/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.27.7", "", { "os": "openbsd", "cpu": "x64" }, "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg=="],
|
|
1745
1986
|
|
|
1746
|
-
"vite/esbuild/@esbuild/
|
|
1747
|
-
|
|
1748
|
-
"vscode-icons/open/define-lazy-prop": ["[email protected]", "", {}, "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="],
|
|
1749
|
-
|
|
1750
|
-
"wrangler/miniflare/sharp": ["[email protected]", "", { "dependencies": { "color": "^4.2.3", "detect-libc": "^2.0.3", "semver": "^7.6.3" }, "optionalDependencies": { "@img/sharp-darwin-arm64": "0.33.5", "@img/sharp-darwin-x64": "0.33.5", "@img/sharp-libvips-darwin-arm64": "1.0.4", "@img/sharp-libvips-darwin-x64": "1.0.4", "@img/sharp-libvips-linux-arm": "1.0.5", "@img/sharp-libvips-linux-arm64": "1.0.4", "@img/sharp-libvips-linux-s390x": "1.0.4", "@img/sharp-libvips-linux-x64": "1.0.4", "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", "@img/sharp-libvips-linuxmusl-x64": "1.0.4", "@img/sharp-linux-arm": "0.33.5", "@img/sharp-linux-arm64": "0.33.5", "@img/sharp-linux-s390x": "0.33.5", "@img/sharp-linux-x64": "0.33.5", "@img/sharp-linuxmusl-arm64": "0.33.5", "@img/sharp-linuxmusl-x64": "0.33.5", "@img/sharp-wasm32": "0.33.5", "@img/sharp-win32-ia32": "0.33.5", "@img/sharp-win32-x64": "0.33.5" } }, "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw=="],
|
|
1751
|
-
|
|
1752
|
-
"wrangler/miniflare/ws": ["[email protected]", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="],
|
|
1753
|
-
|
|
1754
|
-
"wrangler/miniflare/zod": ["[email protected]", "", {}, "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug=="],
|
|
1755
|
-
|
|
1756
|
-
"wrap-ansi-cjs/string-width/emoji-regex": ["[email protected]", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
|
|
1987
|
+
"vite/esbuild/@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.27.7", "", { "os": "none", "cpu": "arm64" }, "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw=="],
|
|
1757
1988
|
|
|
1758
|
-
"
|
|
1989
|
+
"vite/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.27.7", "", { "os": "sunos", "cpu": "x64" }, "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA=="],
|
|
1759
1990
|
|
|
1760
|
-
"
|
|
1991
|
+
"vite/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.27.7", "", { "os": "win32", "cpu": "arm64" }, "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA=="],
|
|
1761
1992
|
|
|
1762
|
-
"
|
|
1993
|
+
"vite/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.27.7", "", { "os": "win32", "cpu": "ia32" }, "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw=="],
|
|
1763
1994
|
|
|
1764
|
-
"
|
|
1995
|
+
"vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.27.7", "", { "os": "win32", "cpu": "x64" }, "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg=="],
|
|
1765
1996
|
|
|
1766
|
-
"
|
|
1997
|
+
"wrangler/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.27.3", "", { "os": "aix", "cpu": "ppc64" }, "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg=="],
|
|
1767
1998
|
|
|
1768
|
-
"
|
|
1999
|
+
"wrangler/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.27.3", "", { "os": "android", "cpu": "arm" }, "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA=="],
|
|
1769
2000
|
|
|
1770
|
-
"
|
|
2001
|
+
"wrangler/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.27.3", "", { "os": "android", "cpu": "arm64" }, "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg=="],
|
|
1771
2002
|
|
|
1772
|
-
"
|
|
2003
|
+
"wrangler/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.27.3", "", { "os": "android", "cpu": "x64" }, "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ=="],
|
|
1773
2004
|
|
|
1774
|
-
"
|
|
2005
|
+
"wrangler/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.27.3", "", { "os": "darwin", "cpu": "arm64" }, "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg=="],
|
|
1775
2006
|
|
|
1776
|
-
"
|
|
2007
|
+
"wrangler/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.27.3", "", { "os": "darwin", "cpu": "x64" }, "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg=="],
|
|
1777
2008
|
|
|
1778
|
-
"
|
|
2009
|
+
"wrangler/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.27.3", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w=="],
|
|
1779
2010
|
|
|
1780
|
-
"
|
|
2011
|
+
"wrangler/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.27.3", "", { "os": "freebsd", "cpu": "x64" }, "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA=="],
|
|
1781
2012
|
|
|
1782
|
-
"
|
|
2013
|
+
"wrangler/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.27.3", "", { "os": "linux", "cpu": "arm" }, "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw=="],
|
|
1783
2014
|
|
|
1784
|
-
"
|
|
2015
|
+
"wrangler/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.27.3", "", { "os": "linux", "cpu": "arm64" }, "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg=="],
|
|
1785
2016
|
|
|
1786
|
-
"
|
|
2017
|
+
"wrangler/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.27.3", "", { "os": "linux", "cpu": "ia32" }, "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg=="],
|
|
1787
2018
|
|
|
1788
|
-
"
|
|
2019
|
+
"wrangler/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.27.3", "", { "os": "linux", "cpu": "none" }, "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA=="],
|
|
1789
2020
|
|
|
1790
|
-
"
|
|
2021
|
+
"wrangler/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.27.3", "", { "os": "linux", "cpu": "none" }, "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw=="],
|
|
1791
2022
|
|
|
1792
|
-
"
|
|
2023
|
+
"wrangler/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.27.3", "", { "os": "linux", "cpu": "ppc64" }, "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA=="],
|
|
1793
2024
|
|
|
1794
|
-
"
|
|
2025
|
+
"wrangler/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.27.3", "", { "os": "linux", "cpu": "none" }, "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ=="],
|
|
1795
2026
|
|
|
1796
|
-
"
|
|
2027
|
+
"wrangler/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.27.3", "", { "os": "linux", "cpu": "s390x" }, "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw=="],
|
|
1797
2028
|
|
|
1798
|
-
"
|
|
2029
|
+
"wrangler/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.27.3", "", { "os": "linux", "cpu": "x64" }, "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA=="],
|
|
1799
2030
|
|
|
1800
|
-
"
|
|
2031
|
+
"wrangler/esbuild/@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.27.3", "", { "os": "none", "cpu": "arm64" }, "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA=="],
|
|
1801
2032
|
|
|
1802
|
-
"
|
|
2033
|
+
"wrangler/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.27.3", "", { "os": "none", "cpu": "x64" }, "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA=="],
|
|
1803
2034
|
|
|
1804
|
-
"
|
|
2035
|
+
"wrangler/esbuild/@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.27.3", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw=="],
|
|
1805
2036
|
|
|
1806
|
-
"
|
|
2037
|
+
"wrangler/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.27.3", "", { "os": "openbsd", "cpu": "x64" }, "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ=="],
|
|
1807
2038
|
|
|
1808
|
-
"
|
|
2039
|
+
"wrangler/esbuild/@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.27.3", "", { "os": "none", "cpu": "arm64" }, "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g=="],
|
|
1809
2040
|
|
|
1810
|
-
"wrangler/
|
|
2041
|
+
"wrangler/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.27.3", "", { "os": "sunos", "cpu": "x64" }, "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA=="],
|
|
1811
2042
|
|
|
1812
|
-
"wrangler/
|
|
2043
|
+
"wrangler/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.27.3", "", { "os": "win32", "cpu": "arm64" }, "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA=="],
|
|
1813
2044
|
|
|
1814
|
-
"wrangler/
|
|
2045
|
+
"wrangler/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.27.3", "", { "os": "win32", "cpu": "ia32" }, "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q=="],
|
|
1815
2046
|
|
|
1816
|
-
"wrangler/
|
|
2047
|
+
"wrangler/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.27.3", "", { "os": "win32", "cpu": "x64" }, "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA=="],
|
|
1817
2048
|
|
|
1818
|
-
"wrangler/miniflare/
|
|
2049
|
+
"wrangler/miniflare/ws": ["ws@8.18.0", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="],
|
|
1819
2050
|
|
|
1820
|
-
"
|
|
2051
|
+
"wrap-ansi-cjs/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
|
|
1821
2052
|
|
|
1822
|
-
"
|
|
2053
|
+
"wrap-ansi-cjs/strip-ansi/ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
|
|
1823
2054
|
|
|
1824
|
-
"
|
|
2055
|
+
"@aws-crypto/sha1-browser/@smithy/util-utf8/@smithy/util-buffer-from/@smithy/is-array-buffer": ["@smithy/is-array-buffer@2.2.0", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA=="],
|
|
1825
2056
|
|
|
1826
|
-
"
|
|
2057
|
+
"@aws-crypto/sha256-browser/@smithy/util-utf8/@smithy/util-buffer-from/@smithy/is-array-buffer": ["@smithy/is-array-buffer@2.2.0", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA=="],
|
|
1827
2058
|
|
|
1828
|
-
"
|
|
2059
|
+
"@aws-crypto/util/@smithy/util-utf8/@smithy/util-buffer-from/@smithy/is-array-buffer": ["@smithy/is-array-buffer@2.2.0", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA=="],
|
|
1829
2060
|
|
|
1830
|
-
"
|
|
2061
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/core/@aws-sdk/xml-builder/fast-xml-parser": ["fast-xml-parser@5.7.2", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w=="],
|
|
1831
2062
|
|
|
1832
|
-
"
|
|
2063
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-http/@smithy/util-stream": ["@smithy/util-stream@4.6.1", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-GjZfEft0M0V3n2YM/LGkr5LeLd8gxHUIzW0rUz6VtTtlAq245GxHlJghvoPEjJHKTj255iHFAiA4IsIdK40Ueg=="],
|
|
1833
2064
|
|
|
1834
|
-
"
|
|
2065
|
+
"@aws-sdk/client-cognito-identity/@aws-sdk/credential-provider-node/@aws-sdk/credential-provider-sso/@aws-sdk/token-providers": ["@aws-sdk/token-providers@3.1041.0", "", { "dependencies": { "@aws-sdk/core": "^3.974.8", "@aws-sdk/nested-clients": "^3.997.6", "@aws-sdk/types": "^3.973.8", "@smithy/property-provider": "^4.2.14", "@smithy/shared-ini-file-loader": "^4.4.9", "@smithy/types": "^4.14.1", "tslib": "^2.6.2" } }, "sha512-Th7kPI6YPtvJUcdznooXJMy+9rQWjmEF81LxaJssngBzuysK4a/x+l8kjm1zb7nYsUPbndnBdUnwng/3PLvtGw=="],
|
|
1835
2066
|
|
|
1836
|
-
"
|
|
2067
|
+
"@aws-sdk/credential-provider-login/@aws-sdk/core/@aws-sdk/xml-builder/fast-xml-parser": ["fast-xml-parser@5.7.2", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w=="],
|
|
1837
2068
|
|
|
1838
|
-
"
|
|
2069
|
+
"@aws-sdk/credential-providers/@aws-sdk/core/@aws-sdk/xml-builder/fast-xml-parser": ["fast-xml-parser@5.7.2", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w=="],
|
|
1839
2070
|
|
|
1840
|
-
"
|
|
2071
|
+
"@aws-sdk/nested-clients/@aws-sdk/core/@aws-sdk/xml-builder/fast-xml-parser": ["fast-xml-parser@5.7.2", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w=="],
|
|
1841
2072
|
|
|
1842
|
-
"
|
|
2073
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region/@aws-sdk/middleware-sdk-s3/@aws-sdk/util-arn-parser": ["@aws-sdk/util-arn-parser@3.972.3", "", { "dependencies": { "tslib": "^2.6.2" } }, "sha512-HzSD8PMFrvgi2Kserxuff5VitNq2sgf3w9qxmskKDiDTThWfVteJxuCS9JXiPIPtmCrp+7N9asfIaVhBFORllA=="],
|
|
1843
2074
|
|
|
1844
|
-
"
|
|
2075
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region/@aws-sdk/middleware-sdk-s3/@smithy/util-config-provider": ["@smithy/util-config-provider@4.3.1", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-lw6L5GF5+W19vO6o3fZwRT2cXEG+8b2LH0b9ppjDT6nIxjUgmljEQGninx5XorylwKZZ4XLVABeroJ8oaF9RmQ=="],
|
|
1845
2076
|
|
|
1846
|
-
"
|
|
2077
|
+
"@aws-sdk/nested-clients/@aws-sdk/signature-v4-multi-region/@aws-sdk/middleware-sdk-s3/@smithy/util-stream": ["@smithy/util-stream@4.6.1", "", { "dependencies": { "@smithy/core": "^3.24.1", "tslib": "^2.6.2" } }, "sha512-GjZfEft0M0V3n2YM/LGkr5LeLd8gxHUIzW0rUz6VtTtlAq245GxHlJghvoPEjJHKTj255iHFAiA4IsIdK40Ueg=="],
|
|
1847
2078
|
|
|
1848
|
-
"
|
|
2079
|
+
"@iconify/tools/svgo/css-tree/mdn-data": ["mdn-data@2.0.30", "", {}, "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="],
|
|
1849
2080
|
|
|
1850
|
-
"
|
|
2081
|
+
"@iconify/utils/local-pkg/pkg-types/confbox": ["confbox@0.2.2", "", {}, "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ=="],
|
|
1851
2082
|
}
|
|
1852
2083
|
}
|
package-lock.json
ADDED
|
@@ -0,0 +1,8438 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "website",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "website",
|
|
9
|
+
"version": "0.0.1",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@appzic/astro-reset-css": "^1.2.0",
|
|
12
|
+
"@astrojs/cloudflare": "^13.5.0",
|
|
13
|
+
"astro": "6.3.1",
|
|
14
|
+
"astro-color-scheme": "^1.1.6",
|
|
15
|
+
"astro-expressive-code": "^0.42.0",
|
|
16
|
+
"astro-icon": "^1.1.5",
|
|
17
|
+
"pretty-bytes": "^7.1.0",
|
|
18
|
+
"simple-git": "^3.27.0",
|
|
19
|
+
"timeago.js": "^4.0.2",
|
|
20
|
+
"wrangler": "^4.90.1"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@astrojs/rss": "^4.0.18",
|
|
24
|
+
"@astrojs/sitemap": "^3.7.2",
|
|
25
|
+
"@aws-sdk/client-s3": "^3.932.0",
|
|
26
|
+
"@aws-sdk/client-sts": "^3.932.0",
|
|
27
|
+
"@iconify-json/material-symbols": "^1.2.39",
|
|
28
|
+
"@iconify-json/mdi": "^1.2.3",
|
|
29
|
+
"@iconify-json/vscode-icons": "^1.2.36",
|
|
30
|
+
"@playwright/test": "^1.52.0",
|
|
31
|
+
"@types/bun": "^1.3.2",
|
|
32
|
+
"diff2html": "^3.4.52",
|
|
33
|
+
"vscode-icons": "https://github.com/vscode-icons/vscode-icons.git"
|
|
34
|
+
},
|
|
35
|
+
"engines": {
|
|
36
|
+
"bun": "1.3.3"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"node_modules/@antfu/install-pkg": {
|
|
40
|
+
"version": "1.1.0",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"package-manager-detector": "^1.3.0",
|
|
44
|
+
"tinyexec": "^1.0.1"
|
|
45
|
+
},
|
|
46
|
+
"funding": {
|
|
47
|
+
"url": "https://github.com/sponsors/antfu"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"node_modules/@antfu/install-pkg/node_modules/package-manager-detector": {
|
|
51
|
+
"version": "1.3.0",
|
|
52
|
+
"license": "MIT"
|
|
53
|
+
},
|
|
54
|
+
"node_modules/@antfu/install-pkg/node_modules/tinyexec": {
|
|
55
|
+
"version": "1.0.1",
|
|
56
|
+
"license": "MIT"
|
|
57
|
+
},
|
|
58
|
+
"node_modules/@antfu/utils": {
|
|
59
|
+
"version": "8.1.1",
|
|
60
|
+
"license": "MIT",
|
|
61
|
+
"funding": {
|
|
62
|
+
"url": "https://github.com/sponsors/antfu"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"node_modules/@appzic/astro-reset-css": {
|
|
66
|
+
"version": "1.2.0",
|
|
67
|
+
"license": "MIT"
|
|
68
|
+
},
|
|
69
|
+
"node_modules/@astrojs/cloudflare": {
|
|
70
|
+
"version": "13.5.0",
|
|
71
|
+
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-13.5.0.tgz",
|
|
72
|
+
"integrity": "sha512-kP3/SwPzZi7tq+fZG6H9GpaYQF3jw9L6vg92QL6q7FLI7t0rGiuG6Q0AckeJYjBUsO4Y+2w7aI7m+Q2r/WpssQ==",
|
|
73
|
+
"license": "MIT",
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@astrojs/internal-helpers": "0.9.0",
|
|
76
|
+
"@astrojs/underscore-redirects": "1.0.3",
|
|
77
|
+
"@cloudflare/vite-plugin": "^1.32.3",
|
|
78
|
+
"piccolore": "^0.1.3",
|
|
79
|
+
"tinyglobby": "^0.2.15",
|
|
80
|
+
"vite": "^7.3.2"
|
|
81
|
+
},
|
|
82
|
+
"peerDependencies": {
|
|
83
|
+
"astro": "^6.3.0",
|
|
84
|
+
"wrangler": "^4.83.0"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"node_modules/@astrojs/compiler": {
|
|
88
|
+
"version": "4.0.0",
|
|
89
|
+
"license": "MIT"
|
|
90
|
+
},
|
|
91
|
+
"node_modules/@astrojs/internal-helpers": {
|
|
92
|
+
"version": "0.9.0",
|
|
93
|
+
"license": "MIT",
|
|
94
|
+
"dependencies": {
|
|
95
|
+
"picomatch": "^4.0.4"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"node_modules/@astrojs/markdown-remark": {
|
|
99
|
+
"version": "7.1.1",
|
|
100
|
+
"license": "MIT",
|
|
101
|
+
"dependencies": {
|
|
102
|
+
"@astrojs/internal-helpers": "0.9.0",
|
|
103
|
+
"@astrojs/prism": "4.0.1",
|
|
104
|
+
"github-slugger": "^2.0.0",
|
|
105
|
+
"hast-util-from-html": "^2.0.3",
|
|
106
|
+
"hast-util-to-text": "^4.0.2",
|
|
107
|
+
"js-yaml": "^4.1.1",
|
|
108
|
+
"mdast-util-definitions": "^6.0.0",
|
|
109
|
+
"rehype-raw": "^7.0.0",
|
|
110
|
+
"rehype-stringify": "^10.0.1",
|
|
111
|
+
"remark-gfm": "^4.0.1",
|
|
112
|
+
"remark-parse": "^11.0.0",
|
|
113
|
+
"remark-rehype": "^11.1.2",
|
|
114
|
+
"remark-smartypants": "^3.0.2",
|
|
115
|
+
"retext-smartypants": "^6.2.0",
|
|
116
|
+
"shiki": "^4.0.0",
|
|
117
|
+
"smol-toml": "^1.6.0",
|
|
118
|
+
"unified": "^11.0.5",
|
|
119
|
+
"unist-util-remove-position": "^5.0.0",
|
|
120
|
+
"unist-util-visit": "^5.1.0",
|
|
121
|
+
"unist-util-visit-parents": "^6.0.2",
|
|
122
|
+
"vfile": "^6.0.3"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"node_modules/@astrojs/prism": {
|
|
126
|
+
"version": "4.0.1",
|
|
127
|
+
"license": "MIT",
|
|
128
|
+
"dependencies": {
|
|
129
|
+
"prismjs": "^1.30.0"
|
|
130
|
+
},
|
|
131
|
+
"engines": {
|
|
132
|
+
"node": ">=22.12.0"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"node_modules/@astrojs/rss": {
|
|
136
|
+
"version": "4.0.18",
|
|
137
|
+
"dev": true,
|
|
138
|
+
"license": "MIT",
|
|
139
|
+
"dependencies": {
|
|
140
|
+
"fast-xml-parser": "^5.5.7",
|
|
141
|
+
"piccolore": "^0.1.3",
|
|
142
|
+
"zod": "^4.3.6"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/@astrojs/sitemap": {
|
|
146
|
+
"version": "3.7.2",
|
|
147
|
+
"dev": true,
|
|
148
|
+
"license": "MIT",
|
|
149
|
+
"dependencies": {
|
|
150
|
+
"sitemap": "^9.0.0",
|
|
151
|
+
"stream-replace-string": "^2.0.0",
|
|
152
|
+
"zod": "^4.3.6"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"node_modules/@astrojs/telemetry": {
|
|
156
|
+
"version": "3.3.2",
|
|
157
|
+
"license": "MIT",
|
|
158
|
+
"dependencies": {
|
|
159
|
+
"ci-info": "^4.4.0",
|
|
160
|
+
"dset": "^3.1.4",
|
|
161
|
+
"is-docker": "^4.0.0",
|
|
162
|
+
"is-wsl": "^3.1.1",
|
|
163
|
+
"which-pm-runs": "^1.1.0"
|
|
164
|
+
},
|
|
165
|
+
"engines": {
|
|
166
|
+
"node": "18.20.8 || ^20.3.0 || >=22.0.0"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"node_modules/@astrojs/telemetry/node_modules/is-docker": {
|
|
170
|
+
"version": "4.0.0",
|
|
171
|
+
"license": "MIT",
|
|
172
|
+
"bin": {
|
|
173
|
+
"is-docker": "cli.js"
|
|
174
|
+
},
|
|
175
|
+
"engines": {
|
|
176
|
+
"node": ">=20"
|
|
177
|
+
},
|
|
178
|
+
"funding": {
|
|
179
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@astrojs/telemetry/node_modules/is-wsl": {
|
|
183
|
+
"version": "3.1.1",
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"dependencies": {
|
|
186
|
+
"is-inside-container": "^1.0.0"
|
|
187
|
+
},
|
|
188
|
+
"engines": {
|
|
189
|
+
"node": ">=16"
|
|
190
|
+
},
|
|
191
|
+
"funding": {
|
|
192
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"node_modules/@astrojs/underscore-redirects": {
|
|
196
|
+
"version": "1.0.3",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-1.0.3.tgz",
|
|
198
|
+
"integrity": "sha512-cxnGSw+sJigBLdX4TMSZKkzV6C3gMLJMucDk2W+n281Xhie68T2/9f1+1NMNDCZsc5i0FED7Qt5I10g2O9wtZg==",
|
|
199
|
+
"license": "MIT"
|
|
200
|
+
},
|
|
201
|
+
"node_modules/@aws-crypto/crc32": {
|
|
202
|
+
"version": "5.2.0",
|
|
203
|
+
"dev": true,
|
|
204
|
+
"license": "Apache-2.0",
|
|
205
|
+
"dependencies": {
|
|
206
|
+
"@aws-crypto/util": "^5.2.0",
|
|
207
|
+
"@aws-sdk/types": "^3.222.0",
|
|
208
|
+
"tslib": "^2.6.2"
|
|
209
|
+
},
|
|
210
|
+
"engines": {
|
|
211
|
+
"node": ">=16.0.0"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"node_modules/@aws-crypto/crc32c": {
|
|
215
|
+
"version": "5.2.0",
|
|
216
|
+
"dev": true,
|
|
217
|
+
"license": "Apache-2.0",
|
|
218
|
+
"dependencies": {
|
|
219
|
+
"@aws-crypto/util": "^5.2.0",
|
|
220
|
+
"@aws-sdk/types": "^3.222.0",
|
|
221
|
+
"tslib": "^2.6.2"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"node_modules/@aws-crypto/sha1-browser": {
|
|
225
|
+
"version": "5.2.0",
|
|
226
|
+
"dev": true,
|
|
227
|
+
"license": "Apache-2.0",
|
|
228
|
+
"dependencies": {
|
|
229
|
+
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
230
|
+
"@aws-crypto/util": "^5.2.0",
|
|
231
|
+
"@aws-sdk/types": "^3.222.0",
|
|
232
|
+
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
233
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
234
|
+
"tslib": "^2.6.2"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": {
|
|
238
|
+
"version": "2.3.0",
|
|
239
|
+
"dev": true,
|
|
240
|
+
"license": "Apache-2.0",
|
|
241
|
+
"dependencies": {
|
|
242
|
+
"@smithy/util-buffer-from": "^2.2.0",
|
|
243
|
+
"tslib": "^2.6.2"
|
|
244
|
+
},
|
|
245
|
+
"engines": {
|
|
246
|
+
"node": ">=14.0.0"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from": {
|
|
250
|
+
"version": "2.2.0",
|
|
251
|
+
"dev": true,
|
|
252
|
+
"license": "Apache-2.0",
|
|
253
|
+
"dependencies": {
|
|
254
|
+
"@smithy/is-array-buffer": "^2.2.0",
|
|
255
|
+
"tslib": "^2.6.2"
|
|
256
|
+
},
|
|
257
|
+
"engines": {
|
|
258
|
+
"node": ">=14.0.0"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from/node_modules/@smithy/is-array-buffer": {
|
|
262
|
+
"version": "2.2.0",
|
|
263
|
+
"dev": true,
|
|
264
|
+
"license": "Apache-2.0",
|
|
265
|
+
"dependencies": {
|
|
266
|
+
"tslib": "^2.6.2"
|
|
267
|
+
},
|
|
268
|
+
"engines": {
|
|
269
|
+
"node": ">=14.0.0"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"node_modules/@aws-crypto/sha256-browser": {
|
|
273
|
+
"version": "5.2.0",
|
|
274
|
+
"dev": true,
|
|
275
|
+
"license": "Apache-2.0",
|
|
276
|
+
"dependencies": {
|
|
277
|
+
"@aws-crypto/sha256-js": "^5.2.0",
|
|
278
|
+
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
279
|
+
"@aws-crypto/util": "^5.2.0",
|
|
280
|
+
"@aws-sdk/types": "^3.222.0",
|
|
281
|
+
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
282
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
283
|
+
"tslib": "^2.6.2"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
|
|
287
|
+
"version": "2.3.0",
|
|
288
|
+
"dev": true,
|
|
289
|
+
"license": "Apache-2.0",
|
|
290
|
+
"dependencies": {
|
|
291
|
+
"@smithy/util-buffer-from": "^2.2.0",
|
|
292
|
+
"tslib": "^2.6.2"
|
|
293
|
+
},
|
|
294
|
+
"engines": {
|
|
295
|
+
"node": ">=14.0.0"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from": {
|
|
299
|
+
"version": "2.2.0",
|
|
300
|
+
"dev": true,
|
|
301
|
+
"license": "Apache-2.0",
|
|
302
|
+
"dependencies": {
|
|
303
|
+
"@smithy/is-array-buffer": "^2.2.0",
|
|
304
|
+
"tslib": "^2.6.2"
|
|
305
|
+
},
|
|
306
|
+
"engines": {
|
|
307
|
+
"node": ">=14.0.0"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from/node_modules/@smithy/is-array-buffer": {
|
|
311
|
+
"version": "2.2.0",
|
|
312
|
+
"dev": true,
|
|
313
|
+
"license": "Apache-2.0",
|
|
314
|
+
"dependencies": {
|
|
315
|
+
"tslib": "^2.6.2"
|
|
316
|
+
},
|
|
317
|
+
"engines": {
|
|
318
|
+
"node": ">=14.0.0"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"node_modules/@aws-crypto/sha256-js": {
|
|
322
|
+
"version": "5.2.0",
|
|
323
|
+
"dev": true,
|
|
324
|
+
"license": "Apache-2.0",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"@aws-crypto/util": "^5.2.0",
|
|
327
|
+
"@aws-sdk/types": "^3.222.0",
|
|
328
|
+
"tslib": "^2.6.2"
|
|
329
|
+
},
|
|
330
|
+
"engines": {
|
|
331
|
+
"node": ">=16.0.0"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
335
|
+
"version": "5.2.0",
|
|
336
|
+
"dev": true,
|
|
337
|
+
"license": "Apache-2.0",
|
|
338
|
+
"dependencies": {
|
|
339
|
+
"tslib": "^2.6.2"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"node_modules/@aws-crypto/util": {
|
|
343
|
+
"version": "5.2.0",
|
|
344
|
+
"dev": true,
|
|
345
|
+
"license": "Apache-2.0",
|
|
346
|
+
"dependencies": {
|
|
347
|
+
"@aws-sdk/types": "^3.222.0",
|
|
348
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
349
|
+
"tslib": "^2.6.2"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
|
|
353
|
+
"version": "2.3.0",
|
|
354
|
+
"dev": true,
|
|
355
|
+
"license": "Apache-2.0",
|
|
356
|
+
"dependencies": {
|
|
357
|
+
"@smithy/util-buffer-from": "^2.2.0",
|
|
358
|
+
"tslib": "^2.6.2"
|
|
359
|
+
},
|
|
360
|
+
"engines": {
|
|
361
|
+
"node": ">=14.0.0"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from": {
|
|
365
|
+
"version": "2.2.0",
|
|
366
|
+
"dev": true,
|
|
367
|
+
"license": "Apache-2.0",
|
|
368
|
+
"dependencies": {
|
|
369
|
+
"@smithy/is-array-buffer": "^2.2.0",
|
|
370
|
+
"tslib": "^2.6.2"
|
|
371
|
+
},
|
|
372
|
+
"engines": {
|
|
373
|
+
"node": ">=14.0.0"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/node_modules/@smithy/util-buffer-from/node_modules/@smithy/is-array-buffer": {
|
|
377
|
+
"version": "2.2.0",
|
|
378
|
+
"dev": true,
|
|
379
|
+
"license": "Apache-2.0",
|
|
380
|
+
"dependencies": {
|
|
381
|
+
"tslib": "^2.6.2"
|
|
382
|
+
},
|
|
383
|
+
"engines": {
|
|
384
|
+
"node": ">=14.0.0"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"node_modules/@aws-sdk/client-s3": {
|
|
388
|
+
"version": "3.932.0",
|
|
389
|
+
"dev": true,
|
|
390
|
+
"license": "Apache-2.0",
|
|
391
|
+
"dependencies": {
|
|
392
|
+
"@aws-crypto/sha1-browser": "5.2.0",
|
|
393
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
394
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
395
|
+
"@aws-sdk/core": "3.932.0",
|
|
396
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
397
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.930.0",
|
|
398
|
+
"@aws-sdk/middleware-expect-continue": "3.930.0",
|
|
399
|
+
"@aws-sdk/middleware-flexible-checksums": "3.932.0",
|
|
400
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
401
|
+
"@aws-sdk/middleware-location-constraint": "3.930.0",
|
|
402
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
403
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
404
|
+
"@aws-sdk/middleware-sdk-s3": "3.932.0",
|
|
405
|
+
"@aws-sdk/middleware-ssec": "3.930.0",
|
|
406
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
407
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
408
|
+
"@aws-sdk/signature-v4-multi-region": "3.932.0",
|
|
409
|
+
"@aws-sdk/types": "3.930.0",
|
|
410
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
411
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
412
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
413
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
414
|
+
"@smithy/core": "^3.18.2",
|
|
415
|
+
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
416
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.5",
|
|
417
|
+
"@smithy/eventstream-serde-node": "^4.2.5",
|
|
418
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
419
|
+
"@smithy/hash-blob-browser": "^4.2.6",
|
|
420
|
+
"@smithy/hash-node": "^4.2.5",
|
|
421
|
+
"@smithy/hash-stream-node": "^4.2.5",
|
|
422
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
423
|
+
"@smithy/md5-js": "^4.2.5",
|
|
424
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
425
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
426
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
427
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
428
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
429
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
430
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
431
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
432
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
433
|
+
"@smithy/types": "^4.9.0",
|
|
434
|
+
"@smithy/url-parser": "^4.2.5",
|
|
435
|
+
"@smithy/util-base64": "^4.3.0",
|
|
436
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
437
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
438
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
439
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
440
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
441
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
442
|
+
"@smithy/util-retry": "^4.2.5",
|
|
443
|
+
"@smithy/util-stream": "^4.5.6",
|
|
444
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
445
|
+
"@smithy/util-waiter": "^4.2.5",
|
|
446
|
+
"tslib": "^2.6.2"
|
|
447
|
+
},
|
|
448
|
+
"engines": {
|
|
449
|
+
"node": ">=18.0.0"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"node_modules/@aws-sdk/client-sso": {
|
|
453
|
+
"version": "3.932.0",
|
|
454
|
+
"dev": true,
|
|
455
|
+
"license": "Apache-2.0",
|
|
456
|
+
"dependencies": {
|
|
457
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
458
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
459
|
+
"@aws-sdk/core": "3.932.0",
|
|
460
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
461
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
462
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
463
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
464
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
465
|
+
"@aws-sdk/types": "3.930.0",
|
|
466
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
467
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
468
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
469
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
470
|
+
"@smithy/core": "^3.18.2",
|
|
471
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
472
|
+
"@smithy/hash-node": "^4.2.5",
|
|
473
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
474
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
475
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
476
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
477
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
478
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
479
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
480
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
481
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
482
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
483
|
+
"@smithy/types": "^4.9.0",
|
|
484
|
+
"@smithy/url-parser": "^4.2.5",
|
|
485
|
+
"@smithy/util-base64": "^4.3.0",
|
|
486
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
487
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
488
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
489
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
490
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
491
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
492
|
+
"@smithy/util-retry": "^4.2.5",
|
|
493
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
494
|
+
"tslib": "^2.6.2"
|
|
495
|
+
},
|
|
496
|
+
"engines": {
|
|
497
|
+
"node": ">=18.0.0"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"node_modules/@aws-sdk/client-sts": {
|
|
501
|
+
"version": "3.932.0",
|
|
502
|
+
"dev": true,
|
|
503
|
+
"license": "Apache-2.0",
|
|
504
|
+
"dependencies": {
|
|
505
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
506
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
507
|
+
"@aws-sdk/core": "3.932.0",
|
|
508
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
509
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
510
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
511
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
512
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
513
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
514
|
+
"@aws-sdk/types": "3.930.0",
|
|
515
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
516
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
517
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
518
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
519
|
+
"@smithy/core": "^3.18.2",
|
|
520
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
521
|
+
"@smithy/hash-node": "^4.2.5",
|
|
522
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
523
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
524
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
525
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
526
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
527
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
528
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
529
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
530
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
531
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
532
|
+
"@smithy/types": "^4.9.0",
|
|
533
|
+
"@smithy/url-parser": "^4.2.5",
|
|
534
|
+
"@smithy/util-base64": "^4.3.0",
|
|
535
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
536
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
537
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
538
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
539
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
540
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
541
|
+
"@smithy/util-retry": "^4.2.5",
|
|
542
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
543
|
+
"tslib": "^2.6.2"
|
|
544
|
+
},
|
|
545
|
+
"engines": {
|
|
546
|
+
"node": ">=18.0.0"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"node_modules/@aws-sdk/core": {
|
|
550
|
+
"version": "3.932.0",
|
|
551
|
+
"dev": true,
|
|
552
|
+
"license": "Apache-2.0",
|
|
553
|
+
"dependencies": {
|
|
554
|
+
"@aws-sdk/types": "3.930.0",
|
|
555
|
+
"@aws-sdk/xml-builder": "3.930.0",
|
|
556
|
+
"@smithy/core": "^3.18.2",
|
|
557
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
558
|
+
"@smithy/property-provider": "^4.2.5",
|
|
559
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
560
|
+
"@smithy/signature-v4": "^5.3.5",
|
|
561
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
562
|
+
"@smithy/types": "^4.9.0",
|
|
563
|
+
"@smithy/util-base64": "^4.3.0",
|
|
564
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
565
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
566
|
+
"tslib": "^2.6.2"
|
|
567
|
+
},
|
|
568
|
+
"engines": {
|
|
569
|
+
"node": ">=18.0.0"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"node_modules/@aws-sdk/credential-provider-env": {
|
|
573
|
+
"version": "3.932.0",
|
|
574
|
+
"dev": true,
|
|
575
|
+
"license": "Apache-2.0",
|
|
576
|
+
"dependencies": {
|
|
577
|
+
"@aws-sdk/core": "3.932.0",
|
|
578
|
+
"@aws-sdk/types": "3.930.0",
|
|
579
|
+
"@smithy/property-provider": "^4.2.5",
|
|
580
|
+
"@smithy/types": "^4.9.0",
|
|
581
|
+
"tslib": "^2.6.2"
|
|
582
|
+
},
|
|
583
|
+
"engines": {
|
|
584
|
+
"node": ">=18.0.0"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"node_modules/@aws-sdk/credential-provider-http": {
|
|
588
|
+
"version": "3.932.0",
|
|
589
|
+
"dev": true,
|
|
590
|
+
"license": "Apache-2.0",
|
|
591
|
+
"dependencies": {
|
|
592
|
+
"@aws-sdk/core": "3.932.0",
|
|
593
|
+
"@aws-sdk/types": "3.930.0",
|
|
594
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
595
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
596
|
+
"@smithy/property-provider": "^4.2.5",
|
|
597
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
598
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
599
|
+
"@smithy/types": "^4.9.0",
|
|
600
|
+
"@smithy/util-stream": "^4.5.6",
|
|
601
|
+
"tslib": "^2.6.2"
|
|
602
|
+
},
|
|
603
|
+
"engines": {
|
|
604
|
+
"node": ">=18.0.0"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
608
|
+
"version": "3.932.0",
|
|
609
|
+
"dev": true,
|
|
610
|
+
"license": "Apache-2.0",
|
|
611
|
+
"dependencies": {
|
|
612
|
+
"@aws-sdk/core": "3.932.0",
|
|
613
|
+
"@aws-sdk/credential-provider-env": "3.932.0",
|
|
614
|
+
"@aws-sdk/credential-provider-http": "3.932.0",
|
|
615
|
+
"@aws-sdk/credential-provider-process": "3.932.0",
|
|
616
|
+
"@aws-sdk/credential-provider-sso": "3.932.0",
|
|
617
|
+
"@aws-sdk/credential-provider-web-identity": "3.932.0",
|
|
618
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
619
|
+
"@aws-sdk/types": "3.930.0",
|
|
620
|
+
"@smithy/credential-provider-imds": "^4.2.5",
|
|
621
|
+
"@smithy/property-provider": "^4.2.5",
|
|
622
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
623
|
+
"@smithy/types": "^4.9.0",
|
|
624
|
+
"tslib": "^2.6.2"
|
|
625
|
+
},
|
|
626
|
+
"engines": {
|
|
627
|
+
"node": ">=18.0.0"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"node_modules/@aws-sdk/credential-provider-node": {
|
|
631
|
+
"version": "3.932.0",
|
|
632
|
+
"dev": true,
|
|
633
|
+
"license": "Apache-2.0",
|
|
634
|
+
"dependencies": {
|
|
635
|
+
"@aws-sdk/credential-provider-env": "3.932.0",
|
|
636
|
+
"@aws-sdk/credential-provider-http": "3.932.0",
|
|
637
|
+
"@aws-sdk/credential-provider-ini": "3.932.0",
|
|
638
|
+
"@aws-sdk/credential-provider-process": "3.932.0",
|
|
639
|
+
"@aws-sdk/credential-provider-sso": "3.932.0",
|
|
640
|
+
"@aws-sdk/credential-provider-web-identity": "3.932.0",
|
|
641
|
+
"@aws-sdk/types": "3.930.0",
|
|
642
|
+
"@smithy/credential-provider-imds": "^4.2.5",
|
|
643
|
+
"@smithy/property-provider": "^4.2.5",
|
|
644
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
645
|
+
"@smithy/types": "^4.9.0",
|
|
646
|
+
"tslib": "^2.6.2"
|
|
647
|
+
},
|
|
648
|
+
"engines": {
|
|
649
|
+
"node": ">=18.0.0"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"node_modules/@aws-sdk/credential-provider-process": {
|
|
653
|
+
"version": "3.932.0",
|
|
654
|
+
"dev": true,
|
|
655
|
+
"license": "Apache-2.0",
|
|
656
|
+
"dependencies": {
|
|
657
|
+
"@aws-sdk/core": "3.932.0",
|
|
658
|
+
"@aws-sdk/types": "3.930.0",
|
|
659
|
+
"@smithy/property-provider": "^4.2.5",
|
|
660
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
661
|
+
"@smithy/types": "^4.9.0",
|
|
662
|
+
"tslib": "^2.6.2"
|
|
663
|
+
},
|
|
664
|
+
"engines": {
|
|
665
|
+
"node": ">=18.0.0"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
669
|
+
"version": "3.932.0",
|
|
670
|
+
"dev": true,
|
|
671
|
+
"license": "Apache-2.0",
|
|
672
|
+
"dependencies": {
|
|
673
|
+
"@aws-sdk/client-sso": "3.932.0",
|
|
674
|
+
"@aws-sdk/core": "3.932.0",
|
|
675
|
+
"@aws-sdk/token-providers": "3.932.0",
|
|
676
|
+
"@aws-sdk/types": "3.930.0",
|
|
677
|
+
"@smithy/property-provider": "^4.2.5",
|
|
678
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
679
|
+
"@smithy/types": "^4.9.0",
|
|
680
|
+
"tslib": "^2.6.2"
|
|
681
|
+
},
|
|
682
|
+
"engines": {
|
|
683
|
+
"node": ">=18.0.0"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
687
|
+
"version": "3.932.0",
|
|
688
|
+
"dev": true,
|
|
689
|
+
"license": "Apache-2.0",
|
|
690
|
+
"dependencies": {
|
|
691
|
+
"@aws-sdk/core": "3.932.0",
|
|
692
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
693
|
+
"@aws-sdk/types": "3.930.0",
|
|
694
|
+
"@smithy/property-provider": "^4.2.5",
|
|
695
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
696
|
+
"@smithy/types": "^4.9.0",
|
|
697
|
+
"tslib": "^2.6.2"
|
|
698
|
+
},
|
|
699
|
+
"engines": {
|
|
700
|
+
"node": ">=18.0.0"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
704
|
+
"version": "3.930.0",
|
|
705
|
+
"dev": true,
|
|
706
|
+
"license": "Apache-2.0",
|
|
707
|
+
"dependencies": {
|
|
708
|
+
"@aws-sdk/types": "3.930.0",
|
|
709
|
+
"@aws-sdk/util-arn-parser": "3.893.0",
|
|
710
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
711
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
712
|
+
"@smithy/types": "^4.9.0",
|
|
713
|
+
"@smithy/util-config-provider": "^4.2.0",
|
|
714
|
+
"tslib": "^2.6.2"
|
|
715
|
+
},
|
|
716
|
+
"engines": {
|
|
717
|
+
"node": ">=18.0.0"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
721
|
+
"version": "3.930.0",
|
|
722
|
+
"dev": true,
|
|
723
|
+
"license": "Apache-2.0",
|
|
724
|
+
"dependencies": {
|
|
725
|
+
"@aws-sdk/types": "3.930.0",
|
|
726
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
727
|
+
"@smithy/types": "^4.9.0",
|
|
728
|
+
"tslib": "^2.6.2"
|
|
729
|
+
},
|
|
730
|
+
"engines": {
|
|
731
|
+
"node": ">=18.0.0"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
735
|
+
"version": "3.932.0",
|
|
736
|
+
"dev": true,
|
|
737
|
+
"license": "Apache-2.0",
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"@aws-crypto/crc32": "5.2.0",
|
|
740
|
+
"@aws-crypto/crc32c": "5.2.0",
|
|
741
|
+
"@aws-crypto/util": "5.2.0",
|
|
742
|
+
"@aws-sdk/core": "3.932.0",
|
|
743
|
+
"@aws-sdk/types": "3.930.0",
|
|
744
|
+
"@smithy/is-array-buffer": "^4.2.0",
|
|
745
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
746
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
747
|
+
"@smithy/types": "^4.9.0",
|
|
748
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
749
|
+
"@smithy/util-stream": "^4.5.6",
|
|
750
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
751
|
+
"tslib": "^2.6.2"
|
|
752
|
+
},
|
|
753
|
+
"engines": {
|
|
754
|
+
"node": ">=18.0.0"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"node_modules/@aws-sdk/middleware-host-header": {
|
|
758
|
+
"version": "3.930.0",
|
|
759
|
+
"dev": true,
|
|
760
|
+
"license": "Apache-2.0",
|
|
761
|
+
"dependencies": {
|
|
762
|
+
"@aws-sdk/types": "3.930.0",
|
|
763
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
764
|
+
"@smithy/types": "^4.9.0",
|
|
765
|
+
"tslib": "^2.6.2"
|
|
766
|
+
},
|
|
767
|
+
"engines": {
|
|
768
|
+
"node": ">=18.0.0"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
772
|
+
"version": "3.930.0",
|
|
773
|
+
"dev": true,
|
|
774
|
+
"license": "Apache-2.0",
|
|
775
|
+
"dependencies": {
|
|
776
|
+
"@aws-sdk/types": "3.930.0",
|
|
777
|
+
"@smithy/types": "^4.9.0",
|
|
778
|
+
"tslib": "^2.6.2"
|
|
779
|
+
},
|
|
780
|
+
"engines": {
|
|
781
|
+
"node": ">=18.0.0"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"node_modules/@aws-sdk/middleware-logger": {
|
|
785
|
+
"version": "3.930.0",
|
|
786
|
+
"dev": true,
|
|
787
|
+
"license": "Apache-2.0",
|
|
788
|
+
"dependencies": {
|
|
789
|
+
"@aws-sdk/types": "3.930.0",
|
|
790
|
+
"@smithy/types": "^4.9.0",
|
|
791
|
+
"tslib": "^2.6.2"
|
|
792
|
+
},
|
|
793
|
+
"engines": {
|
|
794
|
+
"node": ">=18.0.0"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
798
|
+
"version": "3.930.0",
|
|
799
|
+
"dev": true,
|
|
800
|
+
"license": "Apache-2.0",
|
|
801
|
+
"dependencies": {
|
|
802
|
+
"@aws-sdk/types": "3.930.0",
|
|
803
|
+
"@aws/lambda-invoke-store": "^0.1.1",
|
|
804
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
805
|
+
"@smithy/types": "^4.9.0",
|
|
806
|
+
"tslib": "^2.6.2"
|
|
807
|
+
},
|
|
808
|
+
"engines": {
|
|
809
|
+
"node": ">=18.0.0"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
813
|
+
"version": "3.932.0",
|
|
814
|
+
"dev": true,
|
|
815
|
+
"license": "Apache-2.0",
|
|
816
|
+
"dependencies": {
|
|
817
|
+
"@aws-sdk/core": "3.932.0",
|
|
818
|
+
"@aws-sdk/types": "3.930.0",
|
|
819
|
+
"@aws-sdk/util-arn-parser": "3.893.0",
|
|
820
|
+
"@smithy/core": "^3.18.2",
|
|
821
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
822
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
823
|
+
"@smithy/signature-v4": "^5.3.5",
|
|
824
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
825
|
+
"@smithy/types": "^4.9.0",
|
|
826
|
+
"@smithy/util-config-provider": "^4.2.0",
|
|
827
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
828
|
+
"@smithy/util-stream": "^4.5.6",
|
|
829
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
830
|
+
"tslib": "^2.6.2"
|
|
831
|
+
},
|
|
832
|
+
"engines": {
|
|
833
|
+
"node": ">=18.0.0"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/@aws-sdk/middleware-ssec": {
|
|
837
|
+
"version": "3.930.0",
|
|
838
|
+
"dev": true,
|
|
839
|
+
"license": "Apache-2.0",
|
|
840
|
+
"dependencies": {
|
|
841
|
+
"@aws-sdk/types": "3.930.0",
|
|
842
|
+
"@smithy/types": "^4.9.0",
|
|
843
|
+
"tslib": "^2.6.2"
|
|
844
|
+
},
|
|
845
|
+
"engines": {
|
|
846
|
+
"node": ">=18.0.0"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
850
|
+
"version": "3.932.0",
|
|
851
|
+
"dev": true,
|
|
852
|
+
"license": "Apache-2.0",
|
|
853
|
+
"dependencies": {
|
|
854
|
+
"@aws-sdk/core": "3.932.0",
|
|
855
|
+
"@aws-sdk/types": "3.930.0",
|
|
856
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
857
|
+
"@smithy/core": "^3.18.2",
|
|
858
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
859
|
+
"@smithy/types": "^4.9.0",
|
|
860
|
+
"tslib": "^2.6.2"
|
|
861
|
+
},
|
|
862
|
+
"engines": {
|
|
863
|
+
"node": ">=18.0.0"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"node_modules/@aws-sdk/nested-clients": {
|
|
867
|
+
"version": "3.932.0",
|
|
868
|
+
"dev": true,
|
|
869
|
+
"license": "Apache-2.0",
|
|
870
|
+
"dependencies": {
|
|
871
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
872
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
873
|
+
"@aws-sdk/core": "3.932.0",
|
|
874
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
875
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
876
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
877
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
878
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
879
|
+
"@aws-sdk/types": "3.930.0",
|
|
880
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
881
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
882
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
883
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
884
|
+
"@smithy/core": "^3.18.2",
|
|
885
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
886
|
+
"@smithy/hash-node": "^4.2.5",
|
|
887
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
888
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
889
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
890
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
891
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
892
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
893
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
894
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
895
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
896
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
897
|
+
"@smithy/types": "^4.9.0",
|
|
898
|
+
"@smithy/url-parser": "^4.2.5",
|
|
899
|
+
"@smithy/util-base64": "^4.3.0",
|
|
900
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
901
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
902
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
903
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
904
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
905
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
906
|
+
"@smithy/util-retry": "^4.2.5",
|
|
907
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
908
|
+
"tslib": "^2.6.2"
|
|
909
|
+
},
|
|
910
|
+
"engines": {
|
|
911
|
+
"node": ">=18.0.0"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"node_modules/@aws-sdk/region-config-resolver": {
|
|
915
|
+
"version": "3.930.0",
|
|
916
|
+
"dev": true,
|
|
917
|
+
"license": "Apache-2.0",
|
|
918
|
+
"dependencies": {
|
|
919
|
+
"@aws-sdk/types": "3.930.0",
|
|
920
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
921
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
922
|
+
"@smithy/types": "^4.9.0",
|
|
923
|
+
"tslib": "^2.6.2"
|
|
924
|
+
},
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">=18.0.0"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
930
|
+
"version": "3.932.0",
|
|
931
|
+
"dev": true,
|
|
932
|
+
"license": "Apache-2.0",
|
|
933
|
+
"dependencies": {
|
|
934
|
+
"@aws-sdk/middleware-sdk-s3": "3.932.0",
|
|
935
|
+
"@aws-sdk/types": "3.930.0",
|
|
936
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
937
|
+
"@smithy/signature-v4": "^5.3.5",
|
|
938
|
+
"@smithy/types": "^4.9.0",
|
|
939
|
+
"tslib": "^2.6.2"
|
|
940
|
+
},
|
|
941
|
+
"engines": {
|
|
942
|
+
"node": ">=18.0.0"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"node_modules/@aws-sdk/token-providers": {
|
|
946
|
+
"version": "3.932.0",
|
|
947
|
+
"dev": true,
|
|
948
|
+
"license": "Apache-2.0",
|
|
949
|
+
"dependencies": {
|
|
950
|
+
"@aws-sdk/core": "3.932.0",
|
|
951
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
952
|
+
"@aws-sdk/types": "3.930.0",
|
|
953
|
+
"@smithy/property-provider": "^4.2.5",
|
|
954
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
955
|
+
"@smithy/types": "^4.9.0",
|
|
956
|
+
"tslib": "^2.6.2"
|
|
957
|
+
},
|
|
958
|
+
"engines": {
|
|
959
|
+
"node": ">=18.0.0"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"node_modules/@aws-sdk/types": {
|
|
963
|
+
"version": "3.930.0",
|
|
964
|
+
"dev": true,
|
|
965
|
+
"license": "Apache-2.0",
|
|
966
|
+
"dependencies": {
|
|
967
|
+
"@smithy/types": "^4.9.0",
|
|
968
|
+
"tslib": "^2.6.2"
|
|
969
|
+
},
|
|
970
|
+
"engines": {
|
|
971
|
+
"node": ">=18.0.0"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"node_modules/@aws-sdk/util-arn-parser": {
|
|
975
|
+
"version": "3.893.0",
|
|
976
|
+
"dev": true,
|
|
977
|
+
"license": "Apache-2.0",
|
|
978
|
+
"dependencies": {
|
|
979
|
+
"tslib": "^2.6.2"
|
|
980
|
+
},
|
|
981
|
+
"engines": {
|
|
982
|
+
"node": ">=18.0.0"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"node_modules/@aws-sdk/util-endpoints": {
|
|
986
|
+
"version": "3.930.0",
|
|
987
|
+
"dev": true,
|
|
988
|
+
"license": "Apache-2.0",
|
|
989
|
+
"dependencies": {
|
|
990
|
+
"@aws-sdk/types": "3.930.0",
|
|
991
|
+
"@smithy/types": "^4.9.0",
|
|
992
|
+
"@smithy/url-parser": "^4.2.5",
|
|
993
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
994
|
+
"tslib": "^2.6.2"
|
|
995
|
+
},
|
|
996
|
+
"engines": {
|
|
997
|
+
"node": ">=18.0.0"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"node_modules/@aws-sdk/util-locate-window": {
|
|
1001
|
+
"version": "3.893.0",
|
|
1002
|
+
"dev": true,
|
|
1003
|
+
"license": "Apache-2.0",
|
|
1004
|
+
"dependencies": {
|
|
1005
|
+
"tslib": "^2.6.2"
|
|
1006
|
+
},
|
|
1007
|
+
"engines": {
|
|
1008
|
+
"node": ">=18.0.0"
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
1012
|
+
"version": "3.930.0",
|
|
1013
|
+
"dev": true,
|
|
1014
|
+
"license": "Apache-2.0",
|
|
1015
|
+
"dependencies": {
|
|
1016
|
+
"@aws-sdk/types": "3.930.0",
|
|
1017
|
+
"@smithy/types": "^4.9.0",
|
|
1018
|
+
"bowser": "^2.11.0",
|
|
1019
|
+
"tslib": "^2.6.2"
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
1023
|
+
"version": "3.932.0",
|
|
1024
|
+
"dev": true,
|
|
1025
|
+
"license": "Apache-2.0",
|
|
1026
|
+
"dependencies": {
|
|
1027
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
1028
|
+
"@aws-sdk/types": "3.930.0",
|
|
1029
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
1030
|
+
"@smithy/types": "^4.9.0",
|
|
1031
|
+
"tslib": "^2.6.2"
|
|
1032
|
+
},
|
|
1033
|
+
"engines": {
|
|
1034
|
+
"node": ">=18.0.0"
|
|
1035
|
+
},
|
|
1036
|
+
"peerDependencies": {
|
|
1037
|
+
"aws-crt": ">=1.0.0"
|
|
1038
|
+
},
|
|
1039
|
+
"peerDependenciesMeta": {
|
|
1040
|
+
"aws-crt": {
|
|
1041
|
+
"optional": true
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"node_modules/@aws-sdk/xml-builder": {
|
|
1046
|
+
"version": "3.930.0",
|
|
1047
|
+
"dev": true,
|
|
1048
|
+
"license": "Apache-2.0",
|
|
1049
|
+
"dependencies": {
|
|
1050
|
+
"@smithy/types": "^4.9.0",
|
|
1051
|
+
"fast-xml-parser": "5.2.5",
|
|
1052
|
+
"tslib": "^2.6.2"
|
|
1053
|
+
},
|
|
1054
|
+
"engines": {
|
|
1055
|
+
"node": ">=18.0.0"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
|
|
1059
|
+
"version": "5.2.5",
|
|
1060
|
+
"dev": true,
|
|
1061
|
+
"funding": [
|
|
1062
|
+
{
|
|
1063
|
+
"type": "github",
|
|
1064
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"license": "MIT",
|
|
1068
|
+
"dependencies": {
|
|
1069
|
+
"strnum": "^2.1.0"
|
|
1070
|
+
},
|
|
1071
|
+
"bin": {
|
|
1072
|
+
"fxparser": "src/cli/cli.js"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/node_modules/strnum": {
|
|
1076
|
+
"version": "2.1.1",
|
|
1077
|
+
"dev": true,
|
|
1078
|
+
"funding": [
|
|
1079
|
+
{
|
|
1080
|
+
"type": "github",
|
|
1081
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"license": "MIT"
|
|
1085
|
+
},
|
|
1086
|
+
"node_modules/@aws/lambda-invoke-store": {
|
|
1087
|
+
"version": "0.1.1",
|
|
1088
|
+
"dev": true,
|
|
1089
|
+
"license": "Apache-2.0",
|
|
1090
|
+
"engines": {
|
|
1091
|
+
"node": ">=18.0.0"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"node_modules/@babel/helper-string-parser": {
|
|
1095
|
+
"version": "7.27.1",
|
|
1096
|
+
"license": "MIT",
|
|
1097
|
+
"engines": {
|
|
1098
|
+
"node": ">=6.9.0"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
1102
|
+
"version": "7.28.5",
|
|
1103
|
+
"license": "MIT",
|
|
1104
|
+
"engines": {
|
|
1105
|
+
"node": ">=6.9.0"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"node_modules/@babel/parser": {
|
|
1109
|
+
"version": "7.29.3",
|
|
1110
|
+
"license": "MIT",
|
|
1111
|
+
"dependencies": {
|
|
1112
|
+
"@babel/types": "^7.29.0"
|
|
1113
|
+
},
|
|
1114
|
+
"bin": {
|
|
1115
|
+
"parser": "bin/babel-parser.js"
|
|
1116
|
+
},
|
|
1117
|
+
"engines": {
|
|
1118
|
+
"node": ">=6.0.0"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"node_modules/@babel/types": {
|
|
1122
|
+
"version": "7.29.0",
|
|
1123
|
+
"license": "MIT",
|
|
1124
|
+
"dependencies": {
|
|
1125
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1126
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1127
|
+
},
|
|
1128
|
+
"engines": {
|
|
1129
|
+
"node": ">=6.9.0"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"node_modules/@capsizecss/unpack": {
|
|
1133
|
+
"version": "4.0.0",
|
|
1134
|
+
"license": "MIT",
|
|
1135
|
+
"dependencies": {
|
|
1136
|
+
"fontkitten": "^1.0.0"
|
|
1137
|
+
},
|
|
1138
|
+
"engines": {
|
|
1139
|
+
"node": ">=18"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"node_modules/@clack/core": {
|
|
1143
|
+
"version": "1.3.0",
|
|
1144
|
+
"license": "MIT",
|
|
1145
|
+
"dependencies": {
|
|
1146
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
1147
|
+
"sisteransi": "^1.0.5"
|
|
1148
|
+
},
|
|
1149
|
+
"engines": {
|
|
1150
|
+
"node": ">= 20.12.0"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"node_modules/@clack/prompts": {
|
|
1154
|
+
"version": "1.3.0",
|
|
1155
|
+
"license": "MIT",
|
|
1156
|
+
"dependencies": {
|
|
1157
|
+
"@clack/core": "1.3.0",
|
|
1158
|
+
"fast-string-width": "^3.0.2",
|
|
1159
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
1160
|
+
"sisteransi": "^1.0.5"
|
|
1161
|
+
},
|
|
1162
|
+
"engines": {
|
|
1163
|
+
"node": ">= 20.12.0"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"node_modules/@cloudflare/kv-asset-handler": {
|
|
1167
|
+
"version": "0.5.0",
|
|
1168
|
+
"license": "MIT OR Apache-2.0",
|
|
1169
|
+
"engines": {
|
|
1170
|
+
"node": ">=22.0.0"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"node_modules/@cloudflare/vite-plugin": {
|
|
1174
|
+
"version": "1.36.4",
|
|
1175
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/vite-plugin/-/vite-plugin-1.36.4.tgz",
|
|
1176
|
+
"integrity": "sha512-/nMlXSOB58eg2CiU5efg33RYswMj54sxolfw49sYlZF8JiYdlBxkHE9+iOAerXTFyYZpKPYMGdApMyZgtgGhmg==",
|
|
1177
|
+
"license": "MIT",
|
|
1178
|
+
"dependencies": {
|
|
1179
|
+
"@cloudflare/unenv-preset": "2.16.1",
|
|
1180
|
+
"miniflare": "4.20260508.0",
|
|
1181
|
+
"unenv": "2.0.0-rc.24",
|
|
1182
|
+
"wrangler": "4.90.1",
|
|
1183
|
+
"ws": "8.18.0"
|
|
1184
|
+
},
|
|
1185
|
+
"peerDependencies": {
|
|
1186
|
+
"vite": "^6.1.0 || ^7.0.0 || ^8.0.0",
|
|
1187
|
+
"wrangler": "^4.90.1"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/unenv-preset": {
|
|
1191
|
+
"version": "2.16.1",
|
|
1192
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.16.1.tgz",
|
|
1193
|
+
"integrity": "sha512-ECxObrMfyTl5bhQf/lZCXwo5G6xX9IAUo+nDMKK4SZ8m4Jvvxp52vilxyySSWh2YTZz8+HQ07qGH/2rEom1vDw==",
|
|
1194
|
+
"license": "MIT OR Apache-2.0",
|
|
1195
|
+
"peerDependencies": {
|
|
1196
|
+
"unenv": "2.0.0-rc.24",
|
|
1197
|
+
"workerd": ">1.20260305.0 <2.0.0-0"
|
|
1198
|
+
},
|
|
1199
|
+
"peerDependenciesMeta": {
|
|
1200
|
+
"workerd": {
|
|
1201
|
+
"optional": true
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/workerd-darwin-64": {
|
|
1206
|
+
"version": "1.20260508.1",
|
|
1207
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20260508.1.tgz",
|
|
1208
|
+
"integrity": "sha512-IT3r6VgiSwIesL4AJbxjgxvIxwWZqM7BKkhYAzOKHl4GF2M0TxeOahUIXd+CYXVZgHX8ceEg+MXbEehPelJyNg==",
|
|
1209
|
+
"cpu": [
|
|
1210
|
+
"x64"
|
|
1211
|
+
],
|
|
1212
|
+
"license": "Apache-2.0",
|
|
1213
|
+
"optional": true,
|
|
1214
|
+
"os": [
|
|
1215
|
+
"darwin"
|
|
1216
|
+
],
|
|
1217
|
+
"engines": {
|
|
1218
|
+
"node": ">=16"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/workerd-darwin-arm64": {
|
|
1222
|
+
"version": "1.20260508.1",
|
|
1223
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20260508.1.tgz",
|
|
1224
|
+
"integrity": "sha512-JTVsisOJPcNKw0qovPjqyBWYahfdhUh7/9NICiG5wxaEQ45PYKdoqNq0hOAAIqvqoxsKZBvTgcPTJREPqk7avA==",
|
|
1225
|
+
"cpu": [
|
|
1226
|
+
"arm64"
|
|
1227
|
+
],
|
|
1228
|
+
"license": "Apache-2.0",
|
|
1229
|
+
"optional": true,
|
|
1230
|
+
"os": [
|
|
1231
|
+
"darwin"
|
|
1232
|
+
],
|
|
1233
|
+
"engines": {
|
|
1234
|
+
"node": ">=16"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/workerd-linux-64": {
|
|
1238
|
+
"version": "1.20260508.1",
|
|
1239
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20260508.1.tgz",
|
|
1240
|
+
"integrity": "sha512-zO38pCc27YlsZiPYcaZnosy0/t7abXrRU3VEO1oKfUvnaCpHgphDG+VsrmHL+kntda6hrtNwg2jLeMAqqIjnjw==",
|
|
1241
|
+
"cpu": [
|
|
1242
|
+
"x64"
|
|
1243
|
+
],
|
|
1244
|
+
"license": "Apache-2.0",
|
|
1245
|
+
"optional": true,
|
|
1246
|
+
"os": [
|
|
1247
|
+
"linux"
|
|
1248
|
+
],
|
|
1249
|
+
"engines": {
|
|
1250
|
+
"node": ">=16"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/workerd-linux-arm64": {
|
|
1254
|
+
"version": "1.20260508.1",
|
|
1255
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20260508.1.tgz",
|
|
1256
|
+
"integrity": "sha512-XhJa780Ia6MNIrtxn/ruZHS79b9pu5EKPfRNReaUqxy8erPT2fs93axMfFoS9kIkcaRRj/1TOUKcTeAMoywY7w==",
|
|
1257
|
+
"cpu": [
|
|
1258
|
+
"arm64"
|
|
1259
|
+
],
|
|
1260
|
+
"license": "Apache-2.0",
|
|
1261
|
+
"optional": true,
|
|
1262
|
+
"os": [
|
|
1263
|
+
"linux"
|
|
1264
|
+
],
|
|
1265
|
+
"engines": {
|
|
1266
|
+
"node": ">=16"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/@cloudflare/workerd-windows-64": {
|
|
1270
|
+
"version": "1.20260508.1",
|
|
1271
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20260508.1.tgz",
|
|
1272
|
+
"integrity": "sha512-QdDOK3B/Ul1s3QmIwDrFyx9230to6LsNmWcVR8w+TYjNZuRPzqQBgusp78LO7MlqCoEl9dvIcN00jkJnLtBSfw==",
|
|
1273
|
+
"cpu": [
|
|
1274
|
+
"x64"
|
|
1275
|
+
],
|
|
1276
|
+
"license": "Apache-2.0",
|
|
1277
|
+
"optional": true,
|
|
1278
|
+
"os": [
|
|
1279
|
+
"win32"
|
|
1280
|
+
],
|
|
1281
|
+
"engines": {
|
|
1282
|
+
"node": ">=16"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/miniflare": {
|
|
1286
|
+
"version": "4.20260508.0",
|
|
1287
|
+
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20260508.0.tgz",
|
|
1288
|
+
"integrity": "sha512-h3aG+PA8jEH76V4ZtBAbs3g7kjMfHJUF8hPvxeeajLTKwir+G+dqfBODg5yF9MT29LqrZKCRQRqzfHPWX4kCIg==",
|
|
1289
|
+
"license": "MIT",
|
|
1290
|
+
"dependencies": {
|
|
1291
|
+
"@cspotcode/source-map-support": "0.8.1",
|
|
1292
|
+
"sharp": "^0.34.5",
|
|
1293
|
+
"undici": "7.24.8",
|
|
1294
|
+
"workerd": "1.20260508.1",
|
|
1295
|
+
"ws": "8.18.0",
|
|
1296
|
+
"youch": "4.1.0-beta.10"
|
|
1297
|
+
},
|
|
1298
|
+
"bin": {
|
|
1299
|
+
"miniflare": "bootstrap.js"
|
|
1300
|
+
},
|
|
1301
|
+
"engines": {
|
|
1302
|
+
"node": ">=22.0.0"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/unenv": {
|
|
1306
|
+
"version": "2.0.0-rc.24",
|
|
1307
|
+
"resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
|
|
1308
|
+
"integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
|
|
1309
|
+
"license": "MIT",
|
|
1310
|
+
"dependencies": {
|
|
1311
|
+
"pathe": "^2.0.3"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/workerd": {
|
|
1315
|
+
"version": "1.20260508.1",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20260508.1.tgz",
|
|
1317
|
+
"integrity": "sha512-VlnjyH3AjVddpSK7J54nsCVgf8i2733pl8GjKttfNi7vN/hEjjAk20d2b1nDToOLKvRQpTewRnVkqaaeGHCaAw==",
|
|
1318
|
+
"hasInstallScript": true,
|
|
1319
|
+
"license": "Apache-2.0",
|
|
1320
|
+
"bin": {
|
|
1321
|
+
"workerd": "bin/workerd"
|
|
1322
|
+
},
|
|
1323
|
+
"engines": {
|
|
1324
|
+
"node": ">=16"
|
|
1325
|
+
},
|
|
1326
|
+
"optionalDependencies": {
|
|
1327
|
+
"@cloudflare/workerd-darwin-64": "1.20260508.1",
|
|
1328
|
+
"@cloudflare/workerd-darwin-arm64": "1.20260508.1",
|
|
1329
|
+
"@cloudflare/workerd-linux-64": "1.20260508.1",
|
|
1330
|
+
"@cloudflare/workerd-linux-arm64": "1.20260508.1",
|
|
1331
|
+
"@cloudflare/workerd-windows-64": "1.20260508.1"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"node_modules/@cloudflare/vite-plugin/node_modules/ws": {
|
|
1335
|
+
"version": "8.18.0",
|
|
1336
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
|
|
1337
|
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
1338
|
+
"license": "MIT",
|
|
1339
|
+
"engines": {
|
|
1340
|
+
"node": ">=10.0.0"
|
|
1341
|
+
},
|
|
1342
|
+
"peerDependencies": {
|
|
1343
|
+
"bufferutil": "^4.0.1",
|
|
1344
|
+
"utf-8-validate": ">=5.0.2"
|
|
1345
|
+
},
|
|
1346
|
+
"peerDependenciesMeta": {
|
|
1347
|
+
"bufferutil": {
|
|
1348
|
+
"optional": true
|
|
1349
|
+
},
|
|
1350
|
+
"utf-8-validate": {
|
|
1351
|
+
"optional": true
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
"node_modules/@cspotcode/source-map-support": {
|
|
1356
|
+
"version": "0.8.1",
|
|
1357
|
+
"license": "MIT",
|
|
1358
|
+
"dependencies": {
|
|
1359
|
+
"@jridgewell/trace-mapping": "0.3.9"
|
|
1360
|
+
},
|
|
1361
|
+
"engines": {
|
|
1362
|
+
"node": ">=12"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"node_modules/@ctrl/tinycolor": {
|
|
1366
|
+
"version": "4.2.0",
|
|
1367
|
+
"license": "MIT",
|
|
1368
|
+
"engines": {
|
|
1369
|
+
"node": ">=14"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"node_modules/@expressive-code/core": {
|
|
1373
|
+
"version": "0.42.0",
|
|
1374
|
+
"license": "MIT",
|
|
1375
|
+
"dependencies": {
|
|
1376
|
+
"@ctrl/tinycolor": "^4.0.4",
|
|
1377
|
+
"hast-util-select": "^6.0.2",
|
|
1378
|
+
"hast-util-to-html": "^9.0.1",
|
|
1379
|
+
"hast-util-to-text": "^4.0.1",
|
|
1380
|
+
"hastscript": "^9.0.0",
|
|
1381
|
+
"postcss": "^8.4.38",
|
|
1382
|
+
"postcss-nested": "^6.0.1",
|
|
1383
|
+
"unist-util-visit": "^5.0.0",
|
|
1384
|
+
"unist-util-visit-parents": "^6.0.1"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"node_modules/@expressive-code/core/node_modules/postcss": {
|
|
1388
|
+
"version": "8.5.14",
|
|
1389
|
+
"funding": [
|
|
1390
|
+
{
|
|
1391
|
+
"type": "opencollective",
|
|
1392
|
+
"url": "https://opencollective.com/postcss/"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"type": "tidelift",
|
|
1396
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"type": "github",
|
|
1400
|
+
"url": "https://github.com/sponsors/ai"
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"license": "MIT",
|
|
1404
|
+
"dependencies": {
|
|
1405
|
+
"nanoid": "^3.3.11",
|
|
1406
|
+
"picocolors": "^1.1.1",
|
|
1407
|
+
"source-map-js": "^1.2.1"
|
|
1408
|
+
},
|
|
1409
|
+
"engines": {
|
|
1410
|
+
"node": "^10 || ^12 || >=14"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"node_modules/@expressive-code/plugin-frames": {
|
|
1414
|
+
"version": "0.42.0",
|
|
1415
|
+
"license": "MIT",
|
|
1416
|
+
"dependencies": {
|
|
1417
|
+
"@expressive-code/core": "^0.42.0"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"node_modules/@expressive-code/plugin-shiki": {
|
|
1421
|
+
"version": "0.42.0",
|
|
1422
|
+
"license": "MIT",
|
|
1423
|
+
"dependencies": {
|
|
1424
|
+
"@expressive-code/core": "^0.42.0",
|
|
1425
|
+
"shiki": "^4.0.2"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"node_modules/@expressive-code/plugin-text-markers": {
|
|
1429
|
+
"version": "0.42.0",
|
|
1430
|
+
"license": "MIT",
|
|
1431
|
+
"dependencies": {
|
|
1432
|
+
"@expressive-code/core": "^0.42.0"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"node_modules/@iconify-json/material-symbols": {
|
|
1436
|
+
"version": "1.2.39",
|
|
1437
|
+
"dev": true,
|
|
1438
|
+
"license": "Apache-2.0",
|
|
1439
|
+
"dependencies": {
|
|
1440
|
+
"@iconify/types": "*"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"node_modules/@iconify-json/mdi": {
|
|
1444
|
+
"version": "1.2.3",
|
|
1445
|
+
"dev": true,
|
|
1446
|
+
"license": "Apache-2.0",
|
|
1447
|
+
"dependencies": {
|
|
1448
|
+
"@iconify/types": "*"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"node_modules/@iconify-json/vscode-icons": {
|
|
1452
|
+
"version": "1.2.36",
|
|
1453
|
+
"dev": true,
|
|
1454
|
+
"license": "MIT",
|
|
1455
|
+
"dependencies": {
|
|
1456
|
+
"@iconify/types": "*"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"node_modules/@iconify/tools": {
|
|
1460
|
+
"version": "4.1.3",
|
|
1461
|
+
"license": "MIT",
|
|
1462
|
+
"dependencies": {
|
|
1463
|
+
"@iconify/types": "^2.0.0",
|
|
1464
|
+
"@iconify/utils": "^2.3.0",
|
|
1465
|
+
"@types/tar": "^6.1.13",
|
|
1466
|
+
"axios": "^1.12.1",
|
|
1467
|
+
"cheerio": "1.0.0",
|
|
1468
|
+
"domhandler": "^5.0.3",
|
|
1469
|
+
"extract-zip": "^2.0.1",
|
|
1470
|
+
"local-pkg": "^0.5.1",
|
|
1471
|
+
"pathe": "^1.1.2",
|
|
1472
|
+
"svgo": "^3.3.2",
|
|
1473
|
+
"tar": "^6.2.1"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
"node_modules/@iconify/tools/node_modules/pathe": {
|
|
1477
|
+
"version": "1.1.2",
|
|
1478
|
+
"license": "MIT"
|
|
1479
|
+
},
|
|
1480
|
+
"node_modules/@iconify/tools/node_modules/svgo": {
|
|
1481
|
+
"version": "3.3.2",
|
|
1482
|
+
"license": "MIT",
|
|
1483
|
+
"dependencies": {
|
|
1484
|
+
"@trysound/sax": "0.2.0",
|
|
1485
|
+
"commander": "^7.2.0",
|
|
1486
|
+
"css-select": "^5.1.0",
|
|
1487
|
+
"css-tree": "^2.3.1",
|
|
1488
|
+
"css-what": "^6.1.0",
|
|
1489
|
+
"csso": "^5.0.5",
|
|
1490
|
+
"picocolors": "^1.0.0"
|
|
1491
|
+
},
|
|
1492
|
+
"bin": {
|
|
1493
|
+
"svgo": "bin/svgo"
|
|
1494
|
+
},
|
|
1495
|
+
"engines": {
|
|
1496
|
+
"node": ">=14.0.0"
|
|
1497
|
+
},
|
|
1498
|
+
"funding": {
|
|
1499
|
+
"type": "opencollective",
|
|
1500
|
+
"url": "https://opencollective.com/svgo"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"node_modules/@iconify/tools/node_modules/svgo/node_modules/commander": {
|
|
1504
|
+
"version": "7.2.0",
|
|
1505
|
+
"license": "MIT",
|
|
1506
|
+
"engines": {
|
|
1507
|
+
"node": ">= 10"
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
"node_modules/@iconify/tools/node_modules/svgo/node_modules/css-tree": {
|
|
1511
|
+
"version": "2.3.1",
|
|
1512
|
+
"license": "MIT",
|
|
1513
|
+
"dependencies": {
|
|
1514
|
+
"mdn-data": "2.0.30",
|
|
1515
|
+
"source-map-js": "^1.0.1"
|
|
1516
|
+
},
|
|
1517
|
+
"engines": {
|
|
1518
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
"node_modules/@iconify/tools/node_modules/svgo/node_modules/css-tree/node_modules/mdn-data": {
|
|
1522
|
+
"version": "2.0.30",
|
|
1523
|
+
"license": "CC0-1.0"
|
|
1524
|
+
},
|
|
1525
|
+
"node_modules/@iconify/types": {
|
|
1526
|
+
"version": "2.0.0",
|
|
1527
|
+
"license": "MIT"
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/@iconify/utils": {
|
|
1530
|
+
"version": "2.3.0",
|
|
1531
|
+
"license": "MIT",
|
|
1532
|
+
"dependencies": {
|
|
1533
|
+
"@antfu/install-pkg": "^1.0.0",
|
|
1534
|
+
"@antfu/utils": "^8.1.0",
|
|
1535
|
+
"@iconify/types": "^2.0.0",
|
|
1536
|
+
"debug": "^4.4.0",
|
|
1537
|
+
"globals": "^15.14.0",
|
|
1538
|
+
"kolorist": "^1.8.0",
|
|
1539
|
+
"local-pkg": "^1.0.0",
|
|
1540
|
+
"mlly": "^1.7.4"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"node_modules/@iconify/utils/node_modules/debug": {
|
|
1544
|
+
"version": "4.4.0",
|
|
1545
|
+
"license": "MIT",
|
|
1546
|
+
"dependencies": {
|
|
1547
|
+
"ms": "^2.1.3"
|
|
1548
|
+
},
|
|
1549
|
+
"engines": {
|
|
1550
|
+
"node": ">=6.0"
|
|
1551
|
+
},
|
|
1552
|
+
"peerDependenciesMeta": {
|
|
1553
|
+
"supports-color": {
|
|
1554
|
+
"optional": true
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"node_modules/@iconify/utils/node_modules/local-pkg": {
|
|
1559
|
+
"version": "1.1.2",
|
|
1560
|
+
"license": "MIT",
|
|
1561
|
+
"dependencies": {
|
|
1562
|
+
"mlly": "^1.7.4",
|
|
1563
|
+
"pkg-types": "^2.3.0",
|
|
1564
|
+
"quansync": "^0.2.11"
|
|
1565
|
+
},
|
|
1566
|
+
"engines": {
|
|
1567
|
+
"node": ">=14"
|
|
1568
|
+
},
|
|
1569
|
+
"funding": {
|
|
1570
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"node_modules/@iconify/utils/node_modules/local-pkg/node_modules/pkg-types": {
|
|
1574
|
+
"version": "2.3.0",
|
|
1575
|
+
"license": "MIT",
|
|
1576
|
+
"dependencies": {
|
|
1577
|
+
"confbox": "^0.2.2",
|
|
1578
|
+
"exsolve": "^1.0.7",
|
|
1579
|
+
"pathe": "^2.0.3"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"node_modules/@iconify/utils/node_modules/local-pkg/node_modules/pkg-types/node_modules/confbox": {
|
|
1583
|
+
"version": "0.2.2",
|
|
1584
|
+
"license": "MIT"
|
|
1585
|
+
},
|
|
1586
|
+
"node_modules/@img/colour": {
|
|
1587
|
+
"version": "1.0.0",
|
|
1588
|
+
"license": "MIT",
|
|
1589
|
+
"engines": {
|
|
1590
|
+
"node": ">=18"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
1594
|
+
"version": "0.34.5",
|
|
1595
|
+
"cpu": [
|
|
1596
|
+
"arm64"
|
|
1597
|
+
],
|
|
1598
|
+
"license": "Apache-2.0",
|
|
1599
|
+
"optional": true,
|
|
1600
|
+
"os": [
|
|
1601
|
+
"darwin"
|
|
1602
|
+
],
|
|
1603
|
+
"engines": {
|
|
1604
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1605
|
+
},
|
|
1606
|
+
"funding": {
|
|
1607
|
+
"url": "https://opencollective.com/libvips"
|
|
1608
|
+
},
|
|
1609
|
+
"optionalDependencies": {
|
|
1610
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
1614
|
+
"version": "1.2.4",
|
|
1615
|
+
"cpu": [
|
|
1616
|
+
"arm64"
|
|
1617
|
+
],
|
|
1618
|
+
"license": "LGPL-3.0-or-later",
|
|
1619
|
+
"optional": true,
|
|
1620
|
+
"os": [
|
|
1621
|
+
"darwin"
|
|
1622
|
+
],
|
|
1623
|
+
"funding": {
|
|
1624
|
+
"url": "https://opencollective.com/libvips"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/@inversifyjs/common": {
|
|
1628
|
+
"version": "1.4.0",
|
|
1629
|
+
"dev": true,
|
|
1630
|
+
"license": "MIT"
|
|
1631
|
+
},
|
|
1632
|
+
"node_modules/@inversifyjs/core": {
|
|
1633
|
+
"version": "1.3.5",
|
|
1634
|
+
"dev": true,
|
|
1635
|
+
"license": "MIT",
|
|
1636
|
+
"dependencies": {
|
|
1637
|
+
"@inversifyjs/common": "1.4.0",
|
|
1638
|
+
"@inversifyjs/reflect-metadata-utils": "0.2.4"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"node_modules/@inversifyjs/reflect-metadata-utils": {
|
|
1642
|
+
"version": "0.2.4",
|
|
1643
|
+
"dev": true,
|
|
1644
|
+
"license": "MIT",
|
|
1645
|
+
"peerDependencies": {
|
|
1646
|
+
"reflect-metadata": "0.2.2"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
1650
|
+
"version": "3.1.2",
|
|
1651
|
+
"license": "MIT",
|
|
1652
|
+
"engines": {
|
|
1653
|
+
"node": ">=6.0.0"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1657
|
+
"version": "1.5.5",
|
|
1658
|
+
"license": "MIT"
|
|
1659
|
+
},
|
|
1660
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
1661
|
+
"version": "0.3.9",
|
|
1662
|
+
"license": "MIT",
|
|
1663
|
+
"dependencies": {
|
|
1664
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
1665
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
|
|
1669
|
+
"version": "1.5.0",
|
|
1670
|
+
"license": "MIT"
|
|
1671
|
+
},
|
|
1672
|
+
"node_modules/@kwsites/file-exists": {
|
|
1673
|
+
"version": "1.1.1",
|
|
1674
|
+
"license": "MIT",
|
|
1675
|
+
"dependencies": {
|
|
1676
|
+
"debug": "^4.1.1"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"node_modules/@kwsites/file-exists/node_modules/debug": {
|
|
1680
|
+
"version": "4.4.0",
|
|
1681
|
+
"license": "MIT",
|
|
1682
|
+
"dependencies": {
|
|
1683
|
+
"ms": "^2.1.3"
|
|
1684
|
+
},
|
|
1685
|
+
"engines": {
|
|
1686
|
+
"node": ">=6.0"
|
|
1687
|
+
},
|
|
1688
|
+
"peerDependenciesMeta": {
|
|
1689
|
+
"supports-color": {
|
|
1690
|
+
"optional": true
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"node_modules/@kwsites/promise-deferred": {
|
|
1695
|
+
"version": "1.1.1",
|
|
1696
|
+
"license": "MIT"
|
|
1697
|
+
},
|
|
1698
|
+
"node_modules/@nodable/entities": {
|
|
1699
|
+
"version": "2.1.0",
|
|
1700
|
+
"dev": true,
|
|
1701
|
+
"funding": [
|
|
1702
|
+
{
|
|
1703
|
+
"type": "github",
|
|
1704
|
+
"url": "https://github.com/sponsors/nodable"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"license": "MIT"
|
|
1708
|
+
},
|
|
1709
|
+
"node_modules/@oslojs/encoding": {
|
|
1710
|
+
"version": "1.1.0",
|
|
1711
|
+
"license": "MIT"
|
|
1712
|
+
},
|
|
1713
|
+
"node_modules/@playwright/test": {
|
|
1714
|
+
"version": "1.52.0",
|
|
1715
|
+
"dev": true,
|
|
1716
|
+
"license": "Apache-2.0",
|
|
1717
|
+
"dependencies": {
|
|
1718
|
+
"playwright": "1.52.0"
|
|
1719
|
+
},
|
|
1720
|
+
"bin": {
|
|
1721
|
+
"playwright": "cli.js"
|
|
1722
|
+
},
|
|
1723
|
+
"engines": {
|
|
1724
|
+
"node": ">=18"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"node_modules/@poppinss/colors": {
|
|
1728
|
+
"version": "4.1.5",
|
|
1729
|
+
"license": "MIT",
|
|
1730
|
+
"dependencies": {
|
|
1731
|
+
"kleur": "^4.1.5"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"node_modules/@poppinss/colors/node_modules/kleur": {
|
|
1735
|
+
"version": "4.1.5",
|
|
1736
|
+
"license": "MIT",
|
|
1737
|
+
"engines": {
|
|
1738
|
+
"node": ">=6"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"node_modules/@poppinss/dumper": {
|
|
1742
|
+
"version": "0.6.5",
|
|
1743
|
+
"license": "MIT",
|
|
1744
|
+
"dependencies": {
|
|
1745
|
+
"@poppinss/colors": "^4.1.5",
|
|
1746
|
+
"@sindresorhus/is": "^7.0.2",
|
|
1747
|
+
"supports-color": "^10.0.0"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"node_modules/@poppinss/dumper/node_modules/supports-color": {
|
|
1751
|
+
"version": "10.2.2",
|
|
1752
|
+
"license": "MIT",
|
|
1753
|
+
"engines": {
|
|
1754
|
+
"node": ">=18"
|
|
1755
|
+
},
|
|
1756
|
+
"funding": {
|
|
1757
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"node_modules/@poppinss/exception": {
|
|
1761
|
+
"version": "1.2.2",
|
|
1762
|
+
"license": "MIT"
|
|
1763
|
+
},
|
|
1764
|
+
"node_modules/@rollup/pluginutils": {
|
|
1765
|
+
"version": "5.3.0",
|
|
1766
|
+
"license": "MIT",
|
|
1767
|
+
"dependencies": {
|
|
1768
|
+
"@types/estree": "^1.0.0",
|
|
1769
|
+
"estree-walker": "^2.0.2",
|
|
1770
|
+
"picomatch": "^4.0.2"
|
|
1771
|
+
},
|
|
1772
|
+
"engines": {
|
|
1773
|
+
"node": ">=14.0.0"
|
|
1774
|
+
},
|
|
1775
|
+
"peerDependencies": {
|
|
1776
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
1777
|
+
},
|
|
1778
|
+
"peerDependenciesMeta": {
|
|
1779
|
+
"rollup": {
|
|
1780
|
+
"optional": true
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
"node_modules/@rollup/pluginutils/node_modules/estree-walker": {
|
|
1785
|
+
"version": "2.0.2",
|
|
1786
|
+
"license": "MIT"
|
|
1787
|
+
},
|
|
1788
|
+
"node_modules/@rollup/pluginutils/node_modules/picomatch": {
|
|
1789
|
+
"version": "4.0.3",
|
|
1790
|
+
"license": "MIT",
|
|
1791
|
+
"engines": {
|
|
1792
|
+
"node": ">=12"
|
|
1793
|
+
},
|
|
1794
|
+
"funding": {
|
|
1795
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"node_modules/@shikijs/core": {
|
|
1799
|
+
"version": "4.0.2",
|
|
1800
|
+
"license": "MIT",
|
|
1801
|
+
"dependencies": {
|
|
1802
|
+
"@shikijs/primitive": "4.0.2",
|
|
1803
|
+
"@shikijs/types": "4.0.2",
|
|
1804
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1805
|
+
"@types/hast": "^3.0.4",
|
|
1806
|
+
"hast-util-to-html": "^9.0.5"
|
|
1807
|
+
},
|
|
1808
|
+
"engines": {
|
|
1809
|
+
"node": ">=20"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"node_modules/@shikijs/engine-javascript": {
|
|
1813
|
+
"version": "4.0.2",
|
|
1814
|
+
"license": "MIT",
|
|
1815
|
+
"dependencies": {
|
|
1816
|
+
"@shikijs/types": "4.0.2",
|
|
1817
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1818
|
+
"oniguruma-to-es": "^4.3.4"
|
|
1819
|
+
},
|
|
1820
|
+
"engines": {
|
|
1821
|
+
"node": ">=20"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
1825
|
+
"version": "4.0.2",
|
|
1826
|
+
"license": "MIT",
|
|
1827
|
+
"dependencies": {
|
|
1828
|
+
"@shikijs/types": "4.0.2",
|
|
1829
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1830
|
+
},
|
|
1831
|
+
"engines": {
|
|
1832
|
+
"node": ">=20"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"node_modules/@shikijs/langs": {
|
|
1836
|
+
"version": "4.0.2",
|
|
1837
|
+
"license": "MIT",
|
|
1838
|
+
"dependencies": {
|
|
1839
|
+
"@shikijs/types": "4.0.2"
|
|
1840
|
+
},
|
|
1841
|
+
"engines": {
|
|
1842
|
+
"node": ">=20"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
"node_modules/@shikijs/primitive": {
|
|
1846
|
+
"version": "4.0.2",
|
|
1847
|
+
"license": "MIT",
|
|
1848
|
+
"dependencies": {
|
|
1849
|
+
"@shikijs/types": "4.0.2",
|
|
1850
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1851
|
+
"@types/hast": "^3.0.4"
|
|
1852
|
+
},
|
|
1853
|
+
"engines": {
|
|
1854
|
+
"node": ">=20"
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"node_modules/@shikijs/themes": {
|
|
1858
|
+
"version": "4.0.2",
|
|
1859
|
+
"license": "MIT",
|
|
1860
|
+
"dependencies": {
|
|
1861
|
+
"@shikijs/types": "4.0.2"
|
|
1862
|
+
},
|
|
1863
|
+
"engines": {
|
|
1864
|
+
"node": ">=20"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"node_modules/@shikijs/types": {
|
|
1868
|
+
"version": "4.0.2",
|
|
1869
|
+
"license": "MIT",
|
|
1870
|
+
"dependencies": {
|
|
1871
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1872
|
+
"@types/hast": "^3.0.4"
|
|
1873
|
+
},
|
|
1874
|
+
"engines": {
|
|
1875
|
+
"node": ">=20"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
1879
|
+
"version": "10.0.2",
|
|
1880
|
+
"license": "MIT"
|
|
1881
|
+
},
|
|
1882
|
+
"node_modules/@sindresorhus/is": {
|
|
1883
|
+
"version": "7.1.1",
|
|
1884
|
+
"license": "MIT",
|
|
1885
|
+
"engines": {
|
|
1886
|
+
"node": ">=18"
|
|
1887
|
+
},
|
|
1888
|
+
"funding": {
|
|
1889
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"node_modules/@smithy/abort-controller": {
|
|
1893
|
+
"version": "4.2.5",
|
|
1894
|
+
"dev": true,
|
|
1895
|
+
"license": "Apache-2.0",
|
|
1896
|
+
"dependencies": {
|
|
1897
|
+
"@smithy/types": "^4.9.0",
|
|
1898
|
+
"tslib": "^2.6.2"
|
|
1899
|
+
},
|
|
1900
|
+
"engines": {
|
|
1901
|
+
"node": ">=18.0.0"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"node_modules/@smithy/chunked-blob-reader": {
|
|
1905
|
+
"version": "5.2.0",
|
|
1906
|
+
"dev": true,
|
|
1907
|
+
"license": "Apache-2.0",
|
|
1908
|
+
"dependencies": {
|
|
1909
|
+
"tslib": "^2.6.2"
|
|
1910
|
+
},
|
|
1911
|
+
"engines": {
|
|
1912
|
+
"node": ">=18.0.0"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"node_modules/@smithy/chunked-blob-reader-native": {
|
|
1916
|
+
"version": "4.2.1",
|
|
1917
|
+
"dev": true,
|
|
1918
|
+
"license": "Apache-2.0",
|
|
1919
|
+
"dependencies": {
|
|
1920
|
+
"@smithy/util-base64": "^4.3.0",
|
|
1921
|
+
"tslib": "^2.6.2"
|
|
1922
|
+
},
|
|
1923
|
+
"engines": {
|
|
1924
|
+
"node": ">=18.0.0"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"node_modules/@smithy/config-resolver": {
|
|
1928
|
+
"version": "4.4.3",
|
|
1929
|
+
"dev": true,
|
|
1930
|
+
"license": "Apache-2.0",
|
|
1931
|
+
"dependencies": {
|
|
1932
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
1933
|
+
"@smithy/types": "^4.9.0",
|
|
1934
|
+
"@smithy/util-config-provider": "^4.2.0",
|
|
1935
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
1936
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
1937
|
+
"tslib": "^2.6.2"
|
|
1938
|
+
},
|
|
1939
|
+
"engines": {
|
|
1940
|
+
"node": ">=18.0.0"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"node_modules/@smithy/core": {
|
|
1944
|
+
"version": "3.18.4",
|
|
1945
|
+
"dev": true,
|
|
1946
|
+
"license": "Apache-2.0",
|
|
1947
|
+
"dependencies": {
|
|
1948
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
1949
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
1950
|
+
"@smithy/types": "^4.9.0",
|
|
1951
|
+
"@smithy/util-base64": "^4.3.0",
|
|
1952
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
1953
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
1954
|
+
"@smithy/util-stream": "^4.5.6",
|
|
1955
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
1956
|
+
"@smithy/uuid": "^1.1.0",
|
|
1957
|
+
"tslib": "^2.6.2"
|
|
1958
|
+
},
|
|
1959
|
+
"engines": {
|
|
1960
|
+
"node": ">=18.0.0"
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"node_modules/@smithy/credential-provider-imds": {
|
|
1964
|
+
"version": "4.2.5",
|
|
1965
|
+
"dev": true,
|
|
1966
|
+
"license": "Apache-2.0",
|
|
1967
|
+
"dependencies": {
|
|
1968
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
1969
|
+
"@smithy/property-provider": "^4.2.5",
|
|
1970
|
+
"@smithy/types": "^4.9.0",
|
|
1971
|
+
"@smithy/url-parser": "^4.2.5",
|
|
1972
|
+
"tslib": "^2.6.2"
|
|
1973
|
+
},
|
|
1974
|
+
"engines": {
|
|
1975
|
+
"node": ">=18.0.0"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"node_modules/@smithy/eventstream-codec": {
|
|
1979
|
+
"version": "4.2.5",
|
|
1980
|
+
"dev": true,
|
|
1981
|
+
"license": "Apache-2.0",
|
|
1982
|
+
"dependencies": {
|
|
1983
|
+
"@aws-crypto/crc32": "5.2.0",
|
|
1984
|
+
"@smithy/types": "^4.9.0",
|
|
1985
|
+
"@smithy/util-hex-encoding": "^4.2.0",
|
|
1986
|
+
"tslib": "^2.6.2"
|
|
1987
|
+
},
|
|
1988
|
+
"engines": {
|
|
1989
|
+
"node": ">=18.0.0"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"node_modules/@smithy/eventstream-serde-browser": {
|
|
1993
|
+
"version": "4.2.5",
|
|
1994
|
+
"dev": true,
|
|
1995
|
+
"license": "Apache-2.0",
|
|
1996
|
+
"dependencies": {
|
|
1997
|
+
"@smithy/eventstream-serde-universal": "^4.2.5",
|
|
1998
|
+
"@smithy/types": "^4.9.0",
|
|
1999
|
+
"tslib": "^2.6.2"
|
|
2000
|
+
},
|
|
2001
|
+
"engines": {
|
|
2002
|
+
"node": ">=18.0.0"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"node_modules/@smithy/eventstream-serde-config-resolver": {
|
|
2006
|
+
"version": "4.3.5",
|
|
2007
|
+
"dev": true,
|
|
2008
|
+
"license": "Apache-2.0",
|
|
2009
|
+
"dependencies": {
|
|
2010
|
+
"@smithy/types": "^4.9.0",
|
|
2011
|
+
"tslib": "^2.6.2"
|
|
2012
|
+
},
|
|
2013
|
+
"engines": {
|
|
2014
|
+
"node": ">=18.0.0"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
"node_modules/@smithy/eventstream-serde-node": {
|
|
2018
|
+
"version": "4.2.5",
|
|
2019
|
+
"dev": true,
|
|
2020
|
+
"license": "Apache-2.0",
|
|
2021
|
+
"dependencies": {
|
|
2022
|
+
"@smithy/eventstream-serde-universal": "^4.2.5",
|
|
2023
|
+
"@smithy/types": "^4.9.0",
|
|
2024
|
+
"tslib": "^2.6.2"
|
|
2025
|
+
},
|
|
2026
|
+
"engines": {
|
|
2027
|
+
"node": ">=18.0.0"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"node_modules/@smithy/eventstream-serde-universal": {
|
|
2031
|
+
"version": "4.2.5",
|
|
2032
|
+
"dev": true,
|
|
2033
|
+
"license": "Apache-2.0",
|
|
2034
|
+
"dependencies": {
|
|
2035
|
+
"@smithy/eventstream-codec": "^4.2.5",
|
|
2036
|
+
"@smithy/types": "^4.9.0",
|
|
2037
|
+
"tslib": "^2.6.2"
|
|
2038
|
+
},
|
|
2039
|
+
"engines": {
|
|
2040
|
+
"node": ">=18.0.0"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"node_modules/@smithy/fetch-http-handler": {
|
|
2044
|
+
"version": "5.3.6",
|
|
2045
|
+
"dev": true,
|
|
2046
|
+
"license": "Apache-2.0",
|
|
2047
|
+
"dependencies": {
|
|
2048
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2049
|
+
"@smithy/querystring-builder": "^4.2.5",
|
|
2050
|
+
"@smithy/types": "^4.9.0",
|
|
2051
|
+
"@smithy/util-base64": "^4.3.0",
|
|
2052
|
+
"tslib": "^2.6.2"
|
|
2053
|
+
},
|
|
2054
|
+
"engines": {
|
|
2055
|
+
"node": ">=18.0.0"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"node_modules/@smithy/hash-blob-browser": {
|
|
2059
|
+
"version": "4.2.6",
|
|
2060
|
+
"dev": true,
|
|
2061
|
+
"license": "Apache-2.0",
|
|
2062
|
+
"dependencies": {
|
|
2063
|
+
"@smithy/chunked-blob-reader": "^5.2.0",
|
|
2064
|
+
"@smithy/chunked-blob-reader-native": "^4.2.1",
|
|
2065
|
+
"@smithy/types": "^4.9.0",
|
|
2066
|
+
"tslib": "^2.6.2"
|
|
2067
|
+
},
|
|
2068
|
+
"engines": {
|
|
2069
|
+
"node": ">=18.0.0"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"node_modules/@smithy/hash-node": {
|
|
2073
|
+
"version": "4.2.5",
|
|
2074
|
+
"dev": true,
|
|
2075
|
+
"license": "Apache-2.0",
|
|
2076
|
+
"dependencies": {
|
|
2077
|
+
"@smithy/types": "^4.9.0",
|
|
2078
|
+
"@smithy/util-buffer-from": "^4.2.0",
|
|
2079
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2080
|
+
"tslib": "^2.6.2"
|
|
2081
|
+
},
|
|
2082
|
+
"engines": {
|
|
2083
|
+
"node": ">=18.0.0"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
"node_modules/@smithy/hash-stream-node": {
|
|
2087
|
+
"version": "4.2.5",
|
|
2088
|
+
"dev": true,
|
|
2089
|
+
"license": "Apache-2.0",
|
|
2090
|
+
"dependencies": {
|
|
2091
|
+
"@smithy/types": "^4.9.0",
|
|
2092
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2093
|
+
"tslib": "^2.6.2"
|
|
2094
|
+
},
|
|
2095
|
+
"engines": {
|
|
2096
|
+
"node": ">=18.0.0"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"node_modules/@smithy/invalid-dependency": {
|
|
2100
|
+
"version": "4.2.5",
|
|
2101
|
+
"dev": true,
|
|
2102
|
+
"license": "Apache-2.0",
|
|
2103
|
+
"dependencies": {
|
|
2104
|
+
"@smithy/types": "^4.9.0",
|
|
2105
|
+
"tslib": "^2.6.2"
|
|
2106
|
+
},
|
|
2107
|
+
"engines": {
|
|
2108
|
+
"node": ">=18.0.0"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
"node_modules/@smithy/is-array-buffer": {
|
|
2112
|
+
"version": "4.2.0",
|
|
2113
|
+
"dev": true,
|
|
2114
|
+
"license": "Apache-2.0",
|
|
2115
|
+
"dependencies": {
|
|
2116
|
+
"tslib": "^2.6.2"
|
|
2117
|
+
},
|
|
2118
|
+
"engines": {
|
|
2119
|
+
"node": ">=18.0.0"
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"node_modules/@smithy/md5-js": {
|
|
2123
|
+
"version": "4.2.5",
|
|
2124
|
+
"dev": true,
|
|
2125
|
+
"license": "Apache-2.0",
|
|
2126
|
+
"dependencies": {
|
|
2127
|
+
"@smithy/types": "^4.9.0",
|
|
2128
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2129
|
+
"tslib": "^2.6.2"
|
|
2130
|
+
},
|
|
2131
|
+
"engines": {
|
|
2132
|
+
"node": ">=18.0.0"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"node_modules/@smithy/middleware-content-length": {
|
|
2136
|
+
"version": "4.2.5",
|
|
2137
|
+
"dev": true,
|
|
2138
|
+
"license": "Apache-2.0",
|
|
2139
|
+
"dependencies": {
|
|
2140
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2141
|
+
"@smithy/types": "^4.9.0",
|
|
2142
|
+
"tslib": "^2.6.2"
|
|
2143
|
+
},
|
|
2144
|
+
"engines": {
|
|
2145
|
+
"node": ">=18.0.0"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"node_modules/@smithy/middleware-endpoint": {
|
|
2149
|
+
"version": "4.3.11",
|
|
2150
|
+
"dev": true,
|
|
2151
|
+
"license": "Apache-2.0",
|
|
2152
|
+
"dependencies": {
|
|
2153
|
+
"@smithy/core": "^3.18.4",
|
|
2154
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
2155
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
2156
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
2157
|
+
"@smithy/types": "^4.9.0",
|
|
2158
|
+
"@smithy/url-parser": "^4.2.5",
|
|
2159
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
2160
|
+
"tslib": "^2.6.2"
|
|
2161
|
+
},
|
|
2162
|
+
"engines": {
|
|
2163
|
+
"node": ">=18.0.0"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"node_modules/@smithy/middleware-retry": {
|
|
2167
|
+
"version": "4.4.11",
|
|
2168
|
+
"dev": true,
|
|
2169
|
+
"license": "Apache-2.0",
|
|
2170
|
+
"dependencies": {
|
|
2171
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
2172
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2173
|
+
"@smithy/service-error-classification": "^4.2.5",
|
|
2174
|
+
"@smithy/smithy-client": "^4.9.7",
|
|
2175
|
+
"@smithy/types": "^4.9.0",
|
|
2176
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
2177
|
+
"@smithy/util-retry": "^4.2.5",
|
|
2178
|
+
"@smithy/uuid": "^1.1.0",
|
|
2179
|
+
"tslib": "^2.6.2"
|
|
2180
|
+
},
|
|
2181
|
+
"engines": {
|
|
2182
|
+
"node": ">=18.0.0"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"node_modules/@smithy/middleware-serde": {
|
|
2186
|
+
"version": "4.2.6",
|
|
2187
|
+
"dev": true,
|
|
2188
|
+
"license": "Apache-2.0",
|
|
2189
|
+
"dependencies": {
|
|
2190
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2191
|
+
"@smithy/types": "^4.9.0",
|
|
2192
|
+
"tslib": "^2.6.2"
|
|
2193
|
+
},
|
|
2194
|
+
"engines": {
|
|
2195
|
+
"node": ">=18.0.0"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"node_modules/@smithy/middleware-stack": {
|
|
2199
|
+
"version": "4.2.5",
|
|
2200
|
+
"dev": true,
|
|
2201
|
+
"license": "Apache-2.0",
|
|
2202
|
+
"dependencies": {
|
|
2203
|
+
"@smithy/types": "^4.9.0",
|
|
2204
|
+
"tslib": "^2.6.2"
|
|
2205
|
+
},
|
|
2206
|
+
"engines": {
|
|
2207
|
+
"node": ">=18.0.0"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
"node_modules/@smithy/node-config-provider": {
|
|
2211
|
+
"version": "4.3.5",
|
|
2212
|
+
"dev": true,
|
|
2213
|
+
"license": "Apache-2.0",
|
|
2214
|
+
"dependencies": {
|
|
2215
|
+
"@smithy/property-provider": "^4.2.5",
|
|
2216
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
2217
|
+
"@smithy/types": "^4.9.0",
|
|
2218
|
+
"tslib": "^2.6.2"
|
|
2219
|
+
},
|
|
2220
|
+
"engines": {
|
|
2221
|
+
"node": ">=18.0.0"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"node_modules/@smithy/node-http-handler": {
|
|
2225
|
+
"version": "4.4.5",
|
|
2226
|
+
"dev": true,
|
|
2227
|
+
"license": "Apache-2.0",
|
|
2228
|
+
"dependencies": {
|
|
2229
|
+
"@smithy/abort-controller": "^4.2.5",
|
|
2230
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2231
|
+
"@smithy/querystring-builder": "^4.2.5",
|
|
2232
|
+
"@smithy/types": "^4.9.0",
|
|
2233
|
+
"tslib": "^2.6.2"
|
|
2234
|
+
},
|
|
2235
|
+
"engines": {
|
|
2236
|
+
"node": ">=18.0.0"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"node_modules/@smithy/property-provider": {
|
|
2240
|
+
"version": "4.2.5",
|
|
2241
|
+
"dev": true,
|
|
2242
|
+
"license": "Apache-2.0",
|
|
2243
|
+
"dependencies": {
|
|
2244
|
+
"@smithy/types": "^4.9.0",
|
|
2245
|
+
"tslib": "^2.6.2"
|
|
2246
|
+
},
|
|
2247
|
+
"engines": {
|
|
2248
|
+
"node": ">=18.0.0"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
"node_modules/@smithy/protocol-http": {
|
|
2252
|
+
"version": "5.3.5",
|
|
2253
|
+
"dev": true,
|
|
2254
|
+
"license": "Apache-2.0",
|
|
2255
|
+
"dependencies": {
|
|
2256
|
+
"@smithy/types": "^4.9.0",
|
|
2257
|
+
"tslib": "^2.6.2"
|
|
2258
|
+
},
|
|
2259
|
+
"engines": {
|
|
2260
|
+
"node": ">=18.0.0"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"node_modules/@smithy/querystring-builder": {
|
|
2264
|
+
"version": "4.2.5",
|
|
2265
|
+
"dev": true,
|
|
2266
|
+
"license": "Apache-2.0",
|
|
2267
|
+
"dependencies": {
|
|
2268
|
+
"@smithy/types": "^4.9.0",
|
|
2269
|
+
"@smithy/util-uri-escape": "^4.2.0",
|
|
2270
|
+
"tslib": "^2.6.2"
|
|
2271
|
+
},
|
|
2272
|
+
"engines": {
|
|
2273
|
+
"node": ">=18.0.0"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
"node_modules/@smithy/querystring-parser": {
|
|
2277
|
+
"version": "4.2.5",
|
|
2278
|
+
"dev": true,
|
|
2279
|
+
"license": "Apache-2.0",
|
|
2280
|
+
"dependencies": {
|
|
2281
|
+
"@smithy/types": "^4.9.0",
|
|
2282
|
+
"tslib": "^2.6.2"
|
|
2283
|
+
},
|
|
2284
|
+
"engines": {
|
|
2285
|
+
"node": ">=18.0.0"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
"node_modules/@smithy/service-error-classification": {
|
|
2289
|
+
"version": "4.2.5",
|
|
2290
|
+
"dev": true,
|
|
2291
|
+
"license": "Apache-2.0",
|
|
2292
|
+
"dependencies": {
|
|
2293
|
+
"@smithy/types": "^4.9.0"
|
|
2294
|
+
},
|
|
2295
|
+
"engines": {
|
|
2296
|
+
"node": ">=18.0.0"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"node_modules/@smithy/shared-ini-file-loader": {
|
|
2300
|
+
"version": "4.4.0",
|
|
2301
|
+
"dev": true,
|
|
2302
|
+
"license": "Apache-2.0",
|
|
2303
|
+
"dependencies": {
|
|
2304
|
+
"@smithy/types": "^4.9.0",
|
|
2305
|
+
"tslib": "^2.6.2"
|
|
2306
|
+
},
|
|
2307
|
+
"engines": {
|
|
2308
|
+
"node": ">=18.0.0"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"node_modules/@smithy/signature-v4": {
|
|
2312
|
+
"version": "5.3.5",
|
|
2313
|
+
"dev": true,
|
|
2314
|
+
"license": "Apache-2.0",
|
|
2315
|
+
"dependencies": {
|
|
2316
|
+
"@smithy/is-array-buffer": "^4.2.0",
|
|
2317
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2318
|
+
"@smithy/types": "^4.9.0",
|
|
2319
|
+
"@smithy/util-hex-encoding": "^4.2.0",
|
|
2320
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
2321
|
+
"@smithy/util-uri-escape": "^4.2.0",
|
|
2322
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2323
|
+
"tslib": "^2.6.2"
|
|
2324
|
+
},
|
|
2325
|
+
"engines": {
|
|
2326
|
+
"node": ">=18.0.0"
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
"node_modules/@smithy/smithy-client": {
|
|
2330
|
+
"version": "4.9.7",
|
|
2331
|
+
"dev": true,
|
|
2332
|
+
"license": "Apache-2.0",
|
|
2333
|
+
"dependencies": {
|
|
2334
|
+
"@smithy/core": "^3.18.4",
|
|
2335
|
+
"@smithy/middleware-endpoint": "^4.3.11",
|
|
2336
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
2337
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
2338
|
+
"@smithy/types": "^4.9.0",
|
|
2339
|
+
"@smithy/util-stream": "^4.5.6",
|
|
2340
|
+
"tslib": "^2.6.2"
|
|
2341
|
+
},
|
|
2342
|
+
"engines": {
|
|
2343
|
+
"node": ">=18.0.0"
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"node_modules/@smithy/types": {
|
|
2347
|
+
"version": "4.9.0",
|
|
2348
|
+
"dev": true,
|
|
2349
|
+
"license": "Apache-2.0",
|
|
2350
|
+
"dependencies": {
|
|
2351
|
+
"tslib": "^2.6.2"
|
|
2352
|
+
},
|
|
2353
|
+
"engines": {
|
|
2354
|
+
"node": ">=18.0.0"
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
"node_modules/@smithy/url-parser": {
|
|
2358
|
+
"version": "4.2.5",
|
|
2359
|
+
"dev": true,
|
|
2360
|
+
"license": "Apache-2.0",
|
|
2361
|
+
"dependencies": {
|
|
2362
|
+
"@smithy/querystring-parser": "^4.2.5",
|
|
2363
|
+
"@smithy/types": "^4.9.0",
|
|
2364
|
+
"tslib": "^2.6.2"
|
|
2365
|
+
},
|
|
2366
|
+
"engines": {
|
|
2367
|
+
"node": ">=18.0.0"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
"node_modules/@smithy/util-base64": {
|
|
2371
|
+
"version": "4.3.0",
|
|
2372
|
+
"dev": true,
|
|
2373
|
+
"license": "Apache-2.0",
|
|
2374
|
+
"dependencies": {
|
|
2375
|
+
"@smithy/util-buffer-from": "^4.2.0",
|
|
2376
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2377
|
+
"tslib": "^2.6.2"
|
|
2378
|
+
},
|
|
2379
|
+
"engines": {
|
|
2380
|
+
"node": ">=18.0.0"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
"node_modules/@smithy/util-body-length-browser": {
|
|
2384
|
+
"version": "4.2.0",
|
|
2385
|
+
"dev": true,
|
|
2386
|
+
"license": "Apache-2.0",
|
|
2387
|
+
"dependencies": {
|
|
2388
|
+
"tslib": "^2.6.2"
|
|
2389
|
+
},
|
|
2390
|
+
"engines": {
|
|
2391
|
+
"node": ">=18.0.0"
|
|
2392
|
+
}
|
|
2393
|
+
},
|
|
2394
|
+
"node_modules/@smithy/util-body-length-node": {
|
|
2395
|
+
"version": "4.2.1",
|
|
2396
|
+
"dev": true,
|
|
2397
|
+
"license": "Apache-2.0",
|
|
2398
|
+
"dependencies": {
|
|
2399
|
+
"tslib": "^2.6.2"
|
|
2400
|
+
},
|
|
2401
|
+
"engines": {
|
|
2402
|
+
"node": ">=18.0.0"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
"node_modules/@smithy/util-buffer-from": {
|
|
2406
|
+
"version": "4.2.0",
|
|
2407
|
+
"dev": true,
|
|
2408
|
+
"license": "Apache-2.0",
|
|
2409
|
+
"dependencies": {
|
|
2410
|
+
"@smithy/is-array-buffer": "^4.2.0",
|
|
2411
|
+
"tslib": "^2.6.2"
|
|
2412
|
+
},
|
|
2413
|
+
"engines": {
|
|
2414
|
+
"node": ">=18.0.0"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"node_modules/@smithy/util-config-provider": {
|
|
2418
|
+
"version": "4.2.0",
|
|
2419
|
+
"dev": true,
|
|
2420
|
+
"license": "Apache-2.0",
|
|
2421
|
+
"dependencies": {
|
|
2422
|
+
"tslib": "^2.6.2"
|
|
2423
|
+
},
|
|
2424
|
+
"engines": {
|
|
2425
|
+
"node": ">=18.0.0"
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
"node_modules/@smithy/util-defaults-mode-browser": {
|
|
2429
|
+
"version": "4.3.10",
|
|
2430
|
+
"dev": true,
|
|
2431
|
+
"license": "Apache-2.0",
|
|
2432
|
+
"dependencies": {
|
|
2433
|
+
"@smithy/property-provider": "^4.2.5",
|
|
2434
|
+
"@smithy/smithy-client": "^4.9.7",
|
|
2435
|
+
"@smithy/types": "^4.9.0",
|
|
2436
|
+
"tslib": "^2.6.2"
|
|
2437
|
+
},
|
|
2438
|
+
"engines": {
|
|
2439
|
+
"node": ">=18.0.0"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"node_modules/@smithy/util-defaults-mode-node": {
|
|
2443
|
+
"version": "4.2.13",
|
|
2444
|
+
"dev": true,
|
|
2445
|
+
"license": "Apache-2.0",
|
|
2446
|
+
"dependencies": {
|
|
2447
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
2448
|
+
"@smithy/credential-provider-imds": "^4.2.5",
|
|
2449
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
2450
|
+
"@smithy/property-provider": "^4.2.5",
|
|
2451
|
+
"@smithy/smithy-client": "^4.9.7",
|
|
2452
|
+
"@smithy/types": "^4.9.0",
|
|
2453
|
+
"tslib": "^2.6.2"
|
|
2454
|
+
},
|
|
2455
|
+
"engines": {
|
|
2456
|
+
"node": ">=18.0.0"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"node_modules/@smithy/util-endpoints": {
|
|
2460
|
+
"version": "3.2.5",
|
|
2461
|
+
"dev": true,
|
|
2462
|
+
"license": "Apache-2.0",
|
|
2463
|
+
"dependencies": {
|
|
2464
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
2465
|
+
"@smithy/types": "^4.9.0",
|
|
2466
|
+
"tslib": "^2.6.2"
|
|
2467
|
+
},
|
|
2468
|
+
"engines": {
|
|
2469
|
+
"node": ">=18.0.0"
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
"node_modules/@smithy/util-hex-encoding": {
|
|
2473
|
+
"version": "4.2.0",
|
|
2474
|
+
"dev": true,
|
|
2475
|
+
"license": "Apache-2.0",
|
|
2476
|
+
"dependencies": {
|
|
2477
|
+
"tslib": "^2.6.2"
|
|
2478
|
+
},
|
|
2479
|
+
"engines": {
|
|
2480
|
+
"node": ">=18.0.0"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"node_modules/@smithy/util-middleware": {
|
|
2484
|
+
"version": "4.2.5",
|
|
2485
|
+
"dev": true,
|
|
2486
|
+
"license": "Apache-2.0",
|
|
2487
|
+
"dependencies": {
|
|
2488
|
+
"@smithy/types": "^4.9.0",
|
|
2489
|
+
"tslib": "^2.6.2"
|
|
2490
|
+
},
|
|
2491
|
+
"engines": {
|
|
2492
|
+
"node": ">=18.0.0"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"node_modules/@smithy/util-retry": {
|
|
2496
|
+
"version": "4.2.5",
|
|
2497
|
+
"dev": true,
|
|
2498
|
+
"license": "Apache-2.0",
|
|
2499
|
+
"dependencies": {
|
|
2500
|
+
"@smithy/service-error-classification": "^4.2.5",
|
|
2501
|
+
"@smithy/types": "^4.9.0",
|
|
2502
|
+
"tslib": "^2.6.2"
|
|
2503
|
+
},
|
|
2504
|
+
"engines": {
|
|
2505
|
+
"node": ">=18.0.0"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"node_modules/@smithy/util-stream": {
|
|
2509
|
+
"version": "4.5.6",
|
|
2510
|
+
"dev": true,
|
|
2511
|
+
"license": "Apache-2.0",
|
|
2512
|
+
"dependencies": {
|
|
2513
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
2514
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
2515
|
+
"@smithy/types": "^4.9.0",
|
|
2516
|
+
"@smithy/util-base64": "^4.3.0",
|
|
2517
|
+
"@smithy/util-buffer-from": "^4.2.0",
|
|
2518
|
+
"@smithy/util-hex-encoding": "^4.2.0",
|
|
2519
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
2520
|
+
"tslib": "^2.6.2"
|
|
2521
|
+
},
|
|
2522
|
+
"engines": {
|
|
2523
|
+
"node": ">=18.0.0"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"node_modules/@smithy/util-uri-escape": {
|
|
2527
|
+
"version": "4.2.0",
|
|
2528
|
+
"dev": true,
|
|
2529
|
+
"license": "Apache-2.0",
|
|
2530
|
+
"dependencies": {
|
|
2531
|
+
"tslib": "^2.6.2"
|
|
2532
|
+
},
|
|
2533
|
+
"engines": {
|
|
2534
|
+
"node": ">=18.0.0"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
"node_modules/@smithy/util-utf8": {
|
|
2538
|
+
"version": "4.2.0",
|
|
2539
|
+
"dev": true,
|
|
2540
|
+
"license": "Apache-2.0",
|
|
2541
|
+
"dependencies": {
|
|
2542
|
+
"@smithy/util-buffer-from": "^4.2.0",
|
|
2543
|
+
"tslib": "^2.6.2"
|
|
2544
|
+
},
|
|
2545
|
+
"engines": {
|
|
2546
|
+
"node": ">=18.0.0"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"node_modules/@smithy/util-waiter": {
|
|
2550
|
+
"version": "4.2.5",
|
|
2551
|
+
"dev": true,
|
|
2552
|
+
"license": "Apache-2.0",
|
|
2553
|
+
"dependencies": {
|
|
2554
|
+
"@smithy/abort-controller": "^4.2.5",
|
|
2555
|
+
"@smithy/types": "^4.9.0",
|
|
2556
|
+
"tslib": "^2.6.2"
|
|
2557
|
+
},
|
|
2558
|
+
"engines": {
|
|
2559
|
+
"node": ">=18.0.0"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
"node_modules/@smithy/uuid": {
|
|
2563
|
+
"version": "1.1.0",
|
|
2564
|
+
"dev": true,
|
|
2565
|
+
"license": "Apache-2.0",
|
|
2566
|
+
"dependencies": {
|
|
2567
|
+
"tslib": "^2.6.2"
|
|
2568
|
+
},
|
|
2569
|
+
"engines": {
|
|
2570
|
+
"node": ">=18.0.0"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"node_modules/@speed-highlight/core": {
|
|
2574
|
+
"version": "1.2.12",
|
|
2575
|
+
"license": "CC0-1.0"
|
|
2576
|
+
},
|
|
2577
|
+
"node_modules/@trysound/sax": {
|
|
2578
|
+
"version": "0.2.0",
|
|
2579
|
+
"license": "ISC",
|
|
2580
|
+
"engines": {
|
|
2581
|
+
"node": ">=10.13.0"
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
"node_modules/@types/bun": {
|
|
2585
|
+
"version": "1.3.2",
|
|
2586
|
+
"dev": true,
|
|
2587
|
+
"license": "MIT",
|
|
2588
|
+
"dependencies": {
|
|
2589
|
+
"bun-types": "1.3.2"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"node_modules/@types/debug": {
|
|
2593
|
+
"version": "4.1.12",
|
|
2594
|
+
"license": "MIT",
|
|
2595
|
+
"dependencies": {
|
|
2596
|
+
"@types/ms": "*"
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
"node_modules/@types/estree": {
|
|
2600
|
+
"version": "1.0.7",
|
|
2601
|
+
"license": "MIT"
|
|
2602
|
+
},
|
|
2603
|
+
"node_modules/@types/hast": {
|
|
2604
|
+
"version": "3.0.4",
|
|
2605
|
+
"license": "MIT",
|
|
2606
|
+
"dependencies": {
|
|
2607
|
+
"@types/unist": "*"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"node_modules/@types/mdast": {
|
|
2611
|
+
"version": "4.0.4",
|
|
2612
|
+
"license": "MIT",
|
|
2613
|
+
"dependencies": {
|
|
2614
|
+
"@types/unist": "*"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"node_modules/@types/ms": {
|
|
2618
|
+
"version": "2.1.0",
|
|
2619
|
+
"license": "MIT"
|
|
2620
|
+
},
|
|
2621
|
+
"node_modules/@types/nlcst": {
|
|
2622
|
+
"version": "2.0.3",
|
|
2623
|
+
"license": "MIT",
|
|
2624
|
+
"dependencies": {
|
|
2625
|
+
"@types/unist": "*"
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"node_modules/@types/node": {
|
|
2629
|
+
"version": "24.12.2",
|
|
2630
|
+
"devOptional": true,
|
|
2631
|
+
"license": "MIT",
|
|
2632
|
+
"dependencies": {
|
|
2633
|
+
"undici-types": "~7.16.0"
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"node_modules/@types/react": {
|
|
2637
|
+
"version": "19.2.5",
|
|
2638
|
+
"dev": true,
|
|
2639
|
+
"license": "MIT",
|
|
2640
|
+
"peer": true,
|
|
2641
|
+
"dependencies": {
|
|
2642
|
+
"csstype": "^3.0.2"
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
"node_modules/@types/sax": {
|
|
2646
|
+
"version": "1.2.7",
|
|
2647
|
+
"dev": true,
|
|
2648
|
+
"license": "MIT",
|
|
2649
|
+
"dependencies": {
|
|
2650
|
+
"@types/node": "*"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"node_modules/@types/sax/node_modules/@types/node": {
|
|
2654
|
+
"version": "17.0.45",
|
|
2655
|
+
"dev": true,
|
|
2656
|
+
"license": "MIT"
|
|
2657
|
+
},
|
|
2658
|
+
"node_modules/@types/tar": {
|
|
2659
|
+
"version": "6.1.13",
|
|
2660
|
+
"license": "MIT",
|
|
2661
|
+
"dependencies": {
|
|
2662
|
+
"@types/node": "*",
|
|
2663
|
+
"minipass": "^4.0.0"
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
"node_modules/@types/tar/node_modules/@types/node": {
|
|
2667
|
+
"version": "22.15.3",
|
|
2668
|
+
"license": "MIT",
|
|
2669
|
+
"dependencies": {
|
|
2670
|
+
"undici-types": "~6.21.0"
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
"node_modules/@types/tar/node_modules/@types/node/node_modules/undici-types": {
|
|
2674
|
+
"version": "6.21.0",
|
|
2675
|
+
"license": "MIT"
|
|
2676
|
+
},
|
|
2677
|
+
"node_modules/@types/tar/node_modules/minipass": {
|
|
2678
|
+
"version": "4.2.8",
|
|
2679
|
+
"license": "ISC",
|
|
2680
|
+
"engines": {
|
|
2681
|
+
"node": ">=8"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
"node_modules/@types/unist": {
|
|
2685
|
+
"version": "3.0.3",
|
|
2686
|
+
"license": "MIT"
|
|
2687
|
+
},
|
|
2688
|
+
"node_modules/@types/yauzl": {
|
|
2689
|
+
"version": "2.10.3",
|
|
2690
|
+
"license": "MIT",
|
|
2691
|
+
"optional": true,
|
|
2692
|
+
"dependencies": {
|
|
2693
|
+
"@types/node": "*"
|
|
2694
|
+
}
|
|
2695
|
+
},
|
|
2696
|
+
"node_modules/@types/yauzl/node_modules/@types/node": {
|
|
2697
|
+
"version": "22.15.3",
|
|
2698
|
+
"license": "MIT",
|
|
2699
|
+
"optional": true,
|
|
2700
|
+
"dependencies": {
|
|
2701
|
+
"undici-types": "~6.21.0"
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2704
|
+
"node_modules/@types/yauzl/node_modules/@types/node/node_modules/undici-types": {
|
|
2705
|
+
"version": "6.21.0",
|
|
2706
|
+
"license": "MIT",
|
|
2707
|
+
"optional": true
|
|
2708
|
+
},
|
|
2709
|
+
"node_modules/@ungap/structured-clone": {
|
|
2710
|
+
"version": "1.3.0",
|
|
2711
|
+
"license": "ISC"
|
|
2712
|
+
},
|
|
2713
|
+
"node_modules/abbrev": {
|
|
2714
|
+
"version": "1.1.1",
|
|
2715
|
+
"dev": true,
|
|
2716
|
+
"license": "ISC"
|
|
2717
|
+
},
|
|
2718
|
+
"node_modules/anymatch": {
|
|
2719
|
+
"version": "3.1.3",
|
|
2720
|
+
"license": "ISC",
|
|
2721
|
+
"dependencies": {
|
|
2722
|
+
"normalize-path": "^3.0.0",
|
|
2723
|
+
"picomatch": "^2.0.4"
|
|
2724
|
+
},
|
|
2725
|
+
"engines": {
|
|
2726
|
+
"node": ">= 8"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
"node_modules/anymatch/node_modules/picomatch": {
|
|
2730
|
+
"version": "2.3.1",
|
|
2731
|
+
"license": "MIT",
|
|
2732
|
+
"engines": {
|
|
2733
|
+
"node": ">=8.6"
|
|
2734
|
+
},
|
|
2735
|
+
"funding": {
|
|
2736
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"node_modules/arg": {
|
|
2740
|
+
"version": "5.0.2",
|
|
2741
|
+
"dev": true,
|
|
2742
|
+
"license": "MIT"
|
|
2743
|
+
},
|
|
2744
|
+
"node_modules/argparse": {
|
|
2745
|
+
"version": "2.0.1",
|
|
2746
|
+
"license": "Python-2.0"
|
|
2747
|
+
},
|
|
2748
|
+
"node_modules/aria-query": {
|
|
2749
|
+
"version": "5.3.2",
|
|
2750
|
+
"license": "Apache-2.0",
|
|
2751
|
+
"engines": {
|
|
2752
|
+
"node": ">= 0.4"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"node_modules/array-iterate": {
|
|
2756
|
+
"version": "2.0.1",
|
|
2757
|
+
"license": "MIT",
|
|
2758
|
+
"funding": {
|
|
2759
|
+
"type": "github",
|
|
2760
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
"node_modules/astro": {
|
|
2764
|
+
"version": "6.3.1",
|
|
2765
|
+
"license": "MIT",
|
|
2766
|
+
"dependencies": {
|
|
2767
|
+
"@astrojs/compiler": "^4.0.0",
|
|
2768
|
+
"@astrojs/internal-helpers": "0.9.0",
|
|
2769
|
+
"@astrojs/markdown-remark": "7.1.1",
|
|
2770
|
+
"@astrojs/telemetry": "3.3.2",
|
|
2771
|
+
"@capsizecss/unpack": "^4.0.0",
|
|
2772
|
+
"@clack/prompts": "^1.1.0",
|
|
2773
|
+
"@oslojs/encoding": "^1.1.0",
|
|
2774
|
+
"@rollup/pluginutils": "^5.3.0",
|
|
2775
|
+
"aria-query": "^5.3.2",
|
|
2776
|
+
"axobject-query": "^4.1.0",
|
|
2777
|
+
"ci-info": "^4.4.0",
|
|
2778
|
+
"clsx": "^2.1.1",
|
|
2779
|
+
"common-ancestor-path": "^2.0.0",
|
|
2780
|
+
"cookie": "^1.1.1",
|
|
2781
|
+
"devalue": "^5.6.3",
|
|
2782
|
+
"diff": "^8.0.3",
|
|
2783
|
+
"dset": "^3.1.4",
|
|
2784
|
+
"es-module-lexer": "^2.0.0",
|
|
2785
|
+
"esbuild": "^0.27.3",
|
|
2786
|
+
"flattie": "^1.1.1",
|
|
2787
|
+
"fontace": "~0.4.1",
|
|
2788
|
+
"get-tsconfig": "5.0.0-beta.4",
|
|
2789
|
+
"github-slugger": "^2.0.0",
|
|
2790
|
+
"html-escaper": "3.0.3",
|
|
2791
|
+
"http-cache-semantics": "^4.2.0",
|
|
2792
|
+
"js-yaml": "^4.1.1",
|
|
2793
|
+
"jsonc-parser": "^3.3.1",
|
|
2794
|
+
"magic-string": "^0.30.21",
|
|
2795
|
+
"magicast": "^0.5.2",
|
|
2796
|
+
"mrmime": "^2.0.1",
|
|
2797
|
+
"neotraverse": "^0.6.18",
|
|
2798
|
+
"obug": "^2.1.1",
|
|
2799
|
+
"p-limit": "^7.3.0",
|
|
2800
|
+
"p-queue": "^9.1.0",
|
|
2801
|
+
"package-manager-detector": "^1.6.0",
|
|
2802
|
+
"piccolore": "^0.1.3",
|
|
2803
|
+
"picomatch": "^4.0.4",
|
|
2804
|
+
"rehype": "^13.0.2",
|
|
2805
|
+
"semver": "^7.7.4",
|
|
2806
|
+
"shiki": "^4.0.2",
|
|
2807
|
+
"smol-toml": "^1.6.0",
|
|
2808
|
+
"svgo": "^4.0.1",
|
|
2809
|
+
"tinyclip": "^0.1.12",
|
|
2810
|
+
"tinyexec": "^1.0.4",
|
|
2811
|
+
"tinyglobby": "^0.2.15",
|
|
2812
|
+
"ultrahtml": "^1.6.0",
|
|
2813
|
+
"unifont": "~0.7.4",
|
|
2814
|
+
"unist-util-visit": "^5.1.0",
|
|
2815
|
+
"unstorage": "^1.17.5",
|
|
2816
|
+
"vfile": "^6.0.3",
|
|
2817
|
+
"vite": "^7.3.2",
|
|
2818
|
+
"vitefu": "^1.1.2",
|
|
2819
|
+
"xxhash-wasm": "^1.1.0",
|
|
2820
|
+
"yargs-parser": "^22.0.0",
|
|
2821
|
+
"zod": "^4.3.6"
|
|
2822
|
+
},
|
|
2823
|
+
"bin": {
|
|
2824
|
+
"astro": "bin/astro.mjs"
|
|
2825
|
+
},
|
|
2826
|
+
"engines": {
|
|
2827
|
+
"node": ">=22.12.0",
|
|
2828
|
+
"npm": ">=9.6.5",
|
|
2829
|
+
"pnpm": ">=7.1.0"
|
|
2830
|
+
},
|
|
2831
|
+
"funding": {
|
|
2832
|
+
"type": "opencollective",
|
|
2833
|
+
"url": "https://opencollective.com/astrodotbuild"
|
|
2834
|
+
},
|
|
2835
|
+
"optionalDependencies": {
|
|
2836
|
+
"sharp": "^0.34.0"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
"node_modules/astro-color-scheme": {
|
|
2840
|
+
"version": "1.1.6",
|
|
2841
|
+
"license": "MIT"
|
|
2842
|
+
},
|
|
2843
|
+
"node_modules/astro-expressive-code": {
|
|
2844
|
+
"version": "0.42.0",
|
|
2845
|
+
"license": "MIT",
|
|
2846
|
+
"dependencies": {
|
|
2847
|
+
"rehype-expressive-code": "^0.42.0"
|
|
2848
|
+
},
|
|
2849
|
+
"peerDependencies": {
|
|
2850
|
+
"astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"node_modules/astro-icon": {
|
|
2854
|
+
"version": "1.1.5",
|
|
2855
|
+
"license": "MIT",
|
|
2856
|
+
"dependencies": {
|
|
2857
|
+
"@iconify/tools": "^4.0.5",
|
|
2858
|
+
"@iconify/types": "^2.0.0",
|
|
2859
|
+
"@iconify/utils": "^2.1.30"
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
"node_modules/astro/node_modules/@esbuild/aix-ppc64": {
|
|
2863
|
+
"version": "0.27.7",
|
|
2864
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
|
|
2865
|
+
"integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
|
|
2866
|
+
"cpu": [
|
|
2867
|
+
"ppc64"
|
|
2868
|
+
],
|
|
2869
|
+
"license": "MIT",
|
|
2870
|
+
"optional": true,
|
|
2871
|
+
"os": [
|
|
2872
|
+
"aix"
|
|
2873
|
+
],
|
|
2874
|
+
"engines": {
|
|
2875
|
+
"node": ">=18"
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
"node_modules/astro/node_modules/@esbuild/android-arm": {
|
|
2879
|
+
"version": "0.27.7",
|
|
2880
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
|
|
2881
|
+
"integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
|
|
2882
|
+
"cpu": [
|
|
2883
|
+
"arm"
|
|
2884
|
+
],
|
|
2885
|
+
"license": "MIT",
|
|
2886
|
+
"optional": true,
|
|
2887
|
+
"os": [
|
|
2888
|
+
"android"
|
|
2889
|
+
],
|
|
2890
|
+
"engines": {
|
|
2891
|
+
"node": ">=18"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
"node_modules/astro/node_modules/@esbuild/android-arm64": {
|
|
2895
|
+
"version": "0.27.7",
|
|
2896
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
|
|
2897
|
+
"integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
|
|
2898
|
+
"cpu": [
|
|
2899
|
+
"arm64"
|
|
2900
|
+
],
|
|
2901
|
+
"license": "MIT",
|
|
2902
|
+
"optional": true,
|
|
2903
|
+
"os": [
|
|
2904
|
+
"android"
|
|
2905
|
+
],
|
|
2906
|
+
"engines": {
|
|
2907
|
+
"node": ">=18"
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
"node_modules/astro/node_modules/@esbuild/android-x64": {
|
|
2911
|
+
"version": "0.27.7",
|
|
2912
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
|
|
2913
|
+
"integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
|
|
2914
|
+
"cpu": [
|
|
2915
|
+
"x64"
|
|
2916
|
+
],
|
|
2917
|
+
"license": "MIT",
|
|
2918
|
+
"optional": true,
|
|
2919
|
+
"os": [
|
|
2920
|
+
"android"
|
|
2921
|
+
],
|
|
2922
|
+
"engines": {
|
|
2923
|
+
"node": ">=18"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
"node_modules/astro/node_modules/@esbuild/darwin-x64": {
|
|
2927
|
+
"version": "0.27.7",
|
|
2928
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
|
|
2929
|
+
"integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
|
|
2930
|
+
"cpu": [
|
|
2931
|
+
"x64"
|
|
2932
|
+
],
|
|
2933
|
+
"license": "MIT",
|
|
2934
|
+
"optional": true,
|
|
2935
|
+
"os": [
|
|
2936
|
+
"darwin"
|
|
2937
|
+
],
|
|
2938
|
+
"engines": {
|
|
2939
|
+
"node": ">=18"
|
|
2940
|
+
}
|
|
2941
|
+
},
|
|
2942
|
+
"node_modules/astro/node_modules/@esbuild/freebsd-arm64": {
|
|
2943
|
+
"version": "0.27.7",
|
|
2944
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
|
|
2945
|
+
"integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
|
|
2946
|
+
"cpu": [
|
|
2947
|
+
"arm64"
|
|
2948
|
+
],
|
|
2949
|
+
"license": "MIT",
|
|
2950
|
+
"optional": true,
|
|
2951
|
+
"os": [
|
|
2952
|
+
"freebsd"
|
|
2953
|
+
],
|
|
2954
|
+
"engines": {
|
|
2955
|
+
"node": ">=18"
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"node_modules/astro/node_modules/@esbuild/freebsd-x64": {
|
|
2959
|
+
"version": "0.27.7",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
|
|
2961
|
+
"integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
|
|
2962
|
+
"cpu": [
|
|
2963
|
+
"x64"
|
|
2964
|
+
],
|
|
2965
|
+
"license": "MIT",
|
|
2966
|
+
"optional": true,
|
|
2967
|
+
"os": [
|
|
2968
|
+
"freebsd"
|
|
2969
|
+
],
|
|
2970
|
+
"engines": {
|
|
2971
|
+
"node": ">=18"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
"node_modules/astro/node_modules/@esbuild/linux-arm": {
|
|
2975
|
+
"version": "0.27.7",
|
|
2976
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
|
|
2977
|
+
"integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
|
|
2978
|
+
"cpu": [
|
|
2979
|
+
"arm"
|
|
2980
|
+
],
|
|
2981
|
+
"license": "MIT",
|
|
2982
|
+
"optional": true,
|
|
2983
|
+
"os": [
|
|
2984
|
+
"linux"
|
|
2985
|
+
],
|
|
2986
|
+
"engines": {
|
|
2987
|
+
"node": ">=18"
|
|
2988
|
+
}
|
|
2989
|
+
},
|
|
2990
|
+
"node_modules/astro/node_modules/@esbuild/linux-arm64": {
|
|
2991
|
+
"version": "0.27.7",
|
|
2992
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
|
|
2993
|
+
"integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
|
|
2994
|
+
"cpu": [
|
|
2995
|
+
"arm64"
|
|
2996
|
+
],
|
|
2997
|
+
"license": "MIT",
|
|
2998
|
+
"optional": true,
|
|
2999
|
+
"os": [
|
|
3000
|
+
"linux"
|
|
3001
|
+
],
|
|
3002
|
+
"engines": {
|
|
3003
|
+
"node": ">=18"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"node_modules/astro/node_modules/@esbuild/linux-ia32": {
|
|
3007
|
+
"version": "0.27.7",
|
|
3008
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
|
|
3009
|
+
"integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
|
|
3010
|
+
"cpu": [
|
|
3011
|
+
"ia32"
|
|
3012
|
+
],
|
|
3013
|
+
"license": "MIT",
|
|
3014
|
+
"optional": true,
|
|
3015
|
+
"os": [
|
|
3016
|
+
"linux"
|
|
3017
|
+
],
|
|
3018
|
+
"engines": {
|
|
3019
|
+
"node": ">=18"
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
"node_modules/astro/node_modules/@esbuild/linux-loong64": {
|
|
3023
|
+
"version": "0.27.7",
|
|
3024
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
|
|
3025
|
+
"integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
|
|
3026
|
+
"cpu": [
|
|
3027
|
+
"loong64"
|
|
3028
|
+
],
|
|
3029
|
+
"license": "MIT",
|
|
3030
|
+
"optional": true,
|
|
3031
|
+
"os": [
|
|
3032
|
+
"linux"
|
|
3033
|
+
],
|
|
3034
|
+
"engines": {
|
|
3035
|
+
"node": ">=18"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
"node_modules/astro/node_modules/@esbuild/linux-mips64el": {
|
|
3039
|
+
"version": "0.27.7",
|
|
3040
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
|
|
3041
|
+
"integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
|
|
3042
|
+
"cpu": [
|
|
3043
|
+
"mips64el"
|
|
3044
|
+
],
|
|
3045
|
+
"license": "MIT",
|
|
3046
|
+
"optional": true,
|
|
3047
|
+
"os": [
|
|
3048
|
+
"linux"
|
|
3049
|
+
],
|
|
3050
|
+
"engines": {
|
|
3051
|
+
"node": ">=18"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"node_modules/astro/node_modules/@esbuild/linux-ppc64": {
|
|
3055
|
+
"version": "0.27.7",
|
|
3056
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
|
|
3057
|
+
"integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
|
|
3058
|
+
"cpu": [
|
|
3059
|
+
"ppc64"
|
|
3060
|
+
],
|
|
3061
|
+
"license": "MIT",
|
|
3062
|
+
"optional": true,
|
|
3063
|
+
"os": [
|
|
3064
|
+
"linux"
|
|
3065
|
+
],
|
|
3066
|
+
"engines": {
|
|
3067
|
+
"node": ">=18"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"node_modules/astro/node_modules/@esbuild/linux-riscv64": {
|
|
3071
|
+
"version": "0.27.7",
|
|
3072
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
|
|
3073
|
+
"integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
|
|
3074
|
+
"cpu": [
|
|
3075
|
+
"riscv64"
|
|
3076
|
+
],
|
|
3077
|
+
"license": "MIT",
|
|
3078
|
+
"optional": true,
|
|
3079
|
+
"os": [
|
|
3080
|
+
"linux"
|
|
3081
|
+
],
|
|
3082
|
+
"engines": {
|
|
3083
|
+
"node": ">=18"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"node_modules/astro/node_modules/@esbuild/linux-s390x": {
|
|
3087
|
+
"version": "0.27.7",
|
|
3088
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
|
|
3089
|
+
"integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
|
|
3090
|
+
"cpu": [
|
|
3091
|
+
"s390x"
|
|
3092
|
+
],
|
|
3093
|
+
"license": "MIT",
|
|
3094
|
+
"optional": true,
|
|
3095
|
+
"os": [
|
|
3096
|
+
"linux"
|
|
3097
|
+
],
|
|
3098
|
+
"engines": {
|
|
3099
|
+
"node": ">=18"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"node_modules/astro/node_modules/@esbuild/linux-x64": {
|
|
3103
|
+
"version": "0.27.7",
|
|
3104
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
|
|
3105
|
+
"integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
|
|
3106
|
+
"cpu": [
|
|
3107
|
+
"x64"
|
|
3108
|
+
],
|
|
3109
|
+
"license": "MIT",
|
|
3110
|
+
"optional": true,
|
|
3111
|
+
"os": [
|
|
3112
|
+
"linux"
|
|
3113
|
+
],
|
|
3114
|
+
"engines": {
|
|
3115
|
+
"node": ">=18"
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
"node_modules/astro/node_modules/@esbuild/netbsd-arm64": {
|
|
3119
|
+
"version": "0.27.7",
|
|
3120
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
|
|
3121
|
+
"integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
|
|
3122
|
+
"cpu": [
|
|
3123
|
+
"arm64"
|
|
3124
|
+
],
|
|
3125
|
+
"license": "MIT",
|
|
3126
|
+
"optional": true,
|
|
3127
|
+
"os": [
|
|
3128
|
+
"netbsd"
|
|
3129
|
+
],
|
|
3130
|
+
"engines": {
|
|
3131
|
+
"node": ">=18"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
"node_modules/astro/node_modules/@esbuild/netbsd-x64": {
|
|
3135
|
+
"version": "0.27.7",
|
|
3136
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
|
|
3137
|
+
"integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
|
|
3138
|
+
"cpu": [
|
|
3139
|
+
"x64"
|
|
3140
|
+
],
|
|
3141
|
+
"license": "MIT",
|
|
3142
|
+
"optional": true,
|
|
3143
|
+
"os": [
|
|
3144
|
+
"netbsd"
|
|
3145
|
+
],
|
|
3146
|
+
"engines": {
|
|
3147
|
+
"node": ">=18"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
"node_modules/astro/node_modules/@esbuild/openbsd-arm64": {
|
|
3151
|
+
"version": "0.27.7",
|
|
3152
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
|
|
3153
|
+
"integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
|
|
3154
|
+
"cpu": [
|
|
3155
|
+
"arm64"
|
|
3156
|
+
],
|
|
3157
|
+
"license": "MIT",
|
|
3158
|
+
"optional": true,
|
|
3159
|
+
"os": [
|
|
3160
|
+
"openbsd"
|
|
3161
|
+
],
|
|
3162
|
+
"engines": {
|
|
3163
|
+
"node": ">=18"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3166
|
+
"node_modules/astro/node_modules/@esbuild/openbsd-x64": {
|
|
3167
|
+
"version": "0.27.7",
|
|
3168
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
|
|
3169
|
+
"integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
|
|
3170
|
+
"cpu": [
|
|
3171
|
+
"x64"
|
|
3172
|
+
],
|
|
3173
|
+
"license": "MIT",
|
|
3174
|
+
"optional": true,
|
|
3175
|
+
"os": [
|
|
3176
|
+
"openbsd"
|
|
3177
|
+
],
|
|
3178
|
+
"engines": {
|
|
3179
|
+
"node": ">=18"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
"node_modules/astro/node_modules/@esbuild/openharmony-arm64": {
|
|
3183
|
+
"version": "0.27.7",
|
|
3184
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
|
|
3185
|
+
"integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
|
|
3186
|
+
"cpu": [
|
|
3187
|
+
"arm64"
|
|
3188
|
+
],
|
|
3189
|
+
"license": "MIT",
|
|
3190
|
+
"optional": true,
|
|
3191
|
+
"os": [
|
|
3192
|
+
"openharmony"
|
|
3193
|
+
],
|
|
3194
|
+
"engines": {
|
|
3195
|
+
"node": ">=18"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
"node_modules/astro/node_modules/@esbuild/sunos-x64": {
|
|
3199
|
+
"version": "0.27.7",
|
|
3200
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
|
|
3201
|
+
"integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
|
|
3202
|
+
"cpu": [
|
|
3203
|
+
"x64"
|
|
3204
|
+
],
|
|
3205
|
+
"license": "MIT",
|
|
3206
|
+
"optional": true,
|
|
3207
|
+
"os": [
|
|
3208
|
+
"sunos"
|
|
3209
|
+
],
|
|
3210
|
+
"engines": {
|
|
3211
|
+
"node": ">=18"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
"node_modules/astro/node_modules/@esbuild/win32-arm64": {
|
|
3215
|
+
"version": "0.27.7",
|
|
3216
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
|
|
3217
|
+
"integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
|
|
3218
|
+
"cpu": [
|
|
3219
|
+
"arm64"
|
|
3220
|
+
],
|
|
3221
|
+
"license": "MIT",
|
|
3222
|
+
"optional": true,
|
|
3223
|
+
"os": [
|
|
3224
|
+
"win32"
|
|
3225
|
+
],
|
|
3226
|
+
"engines": {
|
|
3227
|
+
"node": ">=18"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
"node_modules/astro/node_modules/@esbuild/win32-ia32": {
|
|
3231
|
+
"version": "0.27.7",
|
|
3232
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
|
|
3233
|
+
"integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
|
|
3234
|
+
"cpu": [
|
|
3235
|
+
"ia32"
|
|
3236
|
+
],
|
|
3237
|
+
"license": "MIT",
|
|
3238
|
+
"optional": true,
|
|
3239
|
+
"os": [
|
|
3240
|
+
"win32"
|
|
3241
|
+
],
|
|
3242
|
+
"engines": {
|
|
3243
|
+
"node": ">=18"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"node_modules/astro/node_modules/@esbuild/win32-x64": {
|
|
3247
|
+
"version": "0.27.7",
|
|
3248
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
|
|
3249
|
+
"integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
|
|
3250
|
+
"cpu": [
|
|
3251
|
+
"x64"
|
|
3252
|
+
],
|
|
3253
|
+
"license": "MIT",
|
|
3254
|
+
"optional": true,
|
|
3255
|
+
"os": [
|
|
3256
|
+
"win32"
|
|
3257
|
+
],
|
|
3258
|
+
"engines": {
|
|
3259
|
+
"node": ">=18"
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"node_modules/astro/node_modules/diff": {
|
|
3263
|
+
"version": "8.0.4",
|
|
3264
|
+
"license": "BSD-3-Clause",
|
|
3265
|
+
"engines": {
|
|
3266
|
+
"node": ">=0.3.1"
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
"node_modules/astro/node_modules/esbuild": {
|
|
3270
|
+
"version": "0.27.7",
|
|
3271
|
+
"hasInstallScript": true,
|
|
3272
|
+
"license": "MIT",
|
|
3273
|
+
"bin": {
|
|
3274
|
+
"esbuild": "bin/esbuild"
|
|
3275
|
+
},
|
|
3276
|
+
"engines": {
|
|
3277
|
+
"node": ">=18"
|
|
3278
|
+
},
|
|
3279
|
+
"optionalDependencies": {
|
|
3280
|
+
"@esbuild/aix-ppc64": "0.27.7",
|
|
3281
|
+
"@esbuild/android-arm": "0.27.7",
|
|
3282
|
+
"@esbuild/android-arm64": "0.27.7",
|
|
3283
|
+
"@esbuild/android-x64": "0.27.7",
|
|
3284
|
+
"@esbuild/darwin-arm64": "0.27.7",
|
|
3285
|
+
"@esbuild/darwin-x64": "0.27.7",
|
|
3286
|
+
"@esbuild/freebsd-arm64": "0.27.7",
|
|
3287
|
+
"@esbuild/freebsd-x64": "0.27.7",
|
|
3288
|
+
"@esbuild/linux-arm": "0.27.7",
|
|
3289
|
+
"@esbuild/linux-arm64": "0.27.7",
|
|
3290
|
+
"@esbuild/linux-ia32": "0.27.7",
|
|
3291
|
+
"@esbuild/linux-loong64": "0.27.7",
|
|
3292
|
+
"@esbuild/linux-mips64el": "0.27.7",
|
|
3293
|
+
"@esbuild/linux-ppc64": "0.27.7",
|
|
3294
|
+
"@esbuild/linux-riscv64": "0.27.7",
|
|
3295
|
+
"@esbuild/linux-s390x": "0.27.7",
|
|
3296
|
+
"@esbuild/linux-x64": "0.27.7",
|
|
3297
|
+
"@esbuild/netbsd-arm64": "0.27.7",
|
|
3298
|
+
"@esbuild/netbsd-x64": "0.27.7",
|
|
3299
|
+
"@esbuild/openbsd-arm64": "0.27.7",
|
|
3300
|
+
"@esbuild/openbsd-x64": "0.27.7",
|
|
3301
|
+
"@esbuild/openharmony-arm64": "0.27.7",
|
|
3302
|
+
"@esbuild/sunos-x64": "0.27.7",
|
|
3303
|
+
"@esbuild/win32-arm64": "0.27.7",
|
|
3304
|
+
"@esbuild/win32-ia32": "0.27.7",
|
|
3305
|
+
"@esbuild/win32-x64": "0.27.7"
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
"node_modules/astro/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
|
|
3309
|
+
"version": "0.27.7",
|
|
3310
|
+
"cpu": [
|
|
3311
|
+
"arm64"
|
|
3312
|
+
],
|
|
3313
|
+
"license": "MIT",
|
|
3314
|
+
"optional": true,
|
|
3315
|
+
"os": [
|
|
3316
|
+
"darwin"
|
|
3317
|
+
],
|
|
3318
|
+
"engines": {
|
|
3319
|
+
"node": ">=18"
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
"node_modules/astro/node_modules/semver": {
|
|
3323
|
+
"version": "7.7.4",
|
|
3324
|
+
"license": "ISC",
|
|
3325
|
+
"bin": {
|
|
3326
|
+
"semver": "bin/semver.js"
|
|
3327
|
+
},
|
|
3328
|
+
"engines": {
|
|
3329
|
+
"node": ">=10"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
"node_modules/asynckit": {
|
|
3333
|
+
"version": "0.4.0",
|
|
3334
|
+
"license": "MIT"
|
|
3335
|
+
},
|
|
3336
|
+
"node_modules/axios": {
|
|
3337
|
+
"version": "1.12.2",
|
|
3338
|
+
"license": "MIT",
|
|
3339
|
+
"dependencies": {
|
|
3340
|
+
"follow-redirects": "^1.15.6",
|
|
3341
|
+
"form-data": "^4.0.4",
|
|
3342
|
+
"proxy-from-env": "^1.1.0"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
"node_modules/axobject-query": {
|
|
3346
|
+
"version": "4.1.0",
|
|
3347
|
+
"license": "Apache-2.0",
|
|
3348
|
+
"engines": {
|
|
3349
|
+
"node": ">= 0.4"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"node_modules/bail": {
|
|
3353
|
+
"version": "2.0.2",
|
|
3354
|
+
"license": "MIT",
|
|
3355
|
+
"funding": {
|
|
3356
|
+
"type": "github",
|
|
3357
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
"node_modules/bcp-47-match": {
|
|
3361
|
+
"version": "2.0.3",
|
|
3362
|
+
"license": "MIT",
|
|
3363
|
+
"funding": {
|
|
3364
|
+
"type": "github",
|
|
3365
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"node_modules/blake3-wasm": {
|
|
3369
|
+
"version": "2.1.5",
|
|
3370
|
+
"license": "MIT"
|
|
3371
|
+
},
|
|
3372
|
+
"node_modules/boolbase": {
|
|
3373
|
+
"version": "1.0.0",
|
|
3374
|
+
"license": "ISC"
|
|
3375
|
+
},
|
|
3376
|
+
"node_modules/bowser": {
|
|
3377
|
+
"version": "2.12.1",
|
|
3378
|
+
"dev": true,
|
|
3379
|
+
"license": "MIT"
|
|
3380
|
+
},
|
|
3381
|
+
"node_modules/buffer-crc32": {
|
|
3382
|
+
"version": "0.2.13",
|
|
3383
|
+
"license": "MIT",
|
|
3384
|
+
"engines": {
|
|
3385
|
+
"node": "*"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
"node_modules/bun-types": {
|
|
3389
|
+
"version": "1.3.2",
|
|
3390
|
+
"dev": true,
|
|
3391
|
+
"license": "MIT",
|
|
3392
|
+
"dependencies": {
|
|
3393
|
+
"@types/node": "*"
|
|
3394
|
+
},
|
|
3395
|
+
"peerDependencies": {
|
|
3396
|
+
"@types/react": "^19"
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
"node_modules/bun-types/node_modules/@types/node": {
|
|
3400
|
+
"version": "22.15.3",
|
|
3401
|
+
"dev": true,
|
|
3402
|
+
"license": "MIT",
|
|
3403
|
+
"dependencies": {
|
|
3404
|
+
"undici-types": "~6.21.0"
|
|
3405
|
+
}
|
|
3406
|
+
},
|
|
3407
|
+
"node_modules/bun-types/node_modules/@types/node/node_modules/undici-types": {
|
|
3408
|
+
"version": "6.21.0",
|
|
3409
|
+
"dev": true,
|
|
3410
|
+
"license": "MIT"
|
|
3411
|
+
},
|
|
3412
|
+
"node_modules/call-bind-apply-helpers": {
|
|
3413
|
+
"version": "1.0.2",
|
|
3414
|
+
"license": "MIT",
|
|
3415
|
+
"dependencies": {
|
|
3416
|
+
"es-errors": "^1.3.0",
|
|
3417
|
+
"function-bind": "^1.1.2"
|
|
3418
|
+
},
|
|
3419
|
+
"engines": {
|
|
3420
|
+
"node": ">= 0.4"
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
"node_modules/ccount": {
|
|
3424
|
+
"version": "2.0.1",
|
|
3425
|
+
"license": "MIT",
|
|
3426
|
+
"funding": {
|
|
3427
|
+
"type": "github",
|
|
3428
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
"node_modules/character-entities": {
|
|
3432
|
+
"version": "2.0.2",
|
|
3433
|
+
"license": "MIT",
|
|
3434
|
+
"funding": {
|
|
3435
|
+
"type": "github",
|
|
3436
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"node_modules/character-entities-html4": {
|
|
3440
|
+
"version": "2.1.0",
|
|
3441
|
+
"license": "MIT",
|
|
3442
|
+
"funding": {
|
|
3443
|
+
"type": "github",
|
|
3444
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"node_modules/character-entities-legacy": {
|
|
3448
|
+
"version": "3.0.0",
|
|
3449
|
+
"license": "MIT",
|
|
3450
|
+
"funding": {
|
|
3451
|
+
"type": "github",
|
|
3452
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
"node_modules/cheerio": {
|
|
3456
|
+
"version": "1.0.0",
|
|
3457
|
+
"license": "MIT",
|
|
3458
|
+
"dependencies": {
|
|
3459
|
+
"cheerio-select": "^2.1.0",
|
|
3460
|
+
"dom-serializer": "^2.0.0",
|
|
3461
|
+
"domhandler": "^5.0.3",
|
|
3462
|
+
"domutils": "^3.1.0",
|
|
3463
|
+
"encoding-sniffer": "^0.2.0",
|
|
3464
|
+
"htmlparser2": "^9.1.0",
|
|
3465
|
+
"parse5": "^7.1.2",
|
|
3466
|
+
"parse5-htmlparser2-tree-adapter": "^7.0.0",
|
|
3467
|
+
"parse5-parser-stream": "^7.1.2",
|
|
3468
|
+
"undici": "^6.19.5",
|
|
3469
|
+
"whatwg-mimetype": "^4.0.0"
|
|
3470
|
+
},
|
|
3471
|
+
"engines": {
|
|
3472
|
+
"node": ">=18.17"
|
|
3473
|
+
},
|
|
3474
|
+
"funding": {
|
|
3475
|
+
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
"node_modules/cheerio-select": {
|
|
3479
|
+
"version": "2.1.0",
|
|
3480
|
+
"license": "BSD-2-Clause",
|
|
3481
|
+
"dependencies": {
|
|
3482
|
+
"boolbase": "^1.0.0",
|
|
3483
|
+
"css-select": "^5.1.0",
|
|
3484
|
+
"css-what": "^6.1.0",
|
|
3485
|
+
"domelementtype": "^2.3.0",
|
|
3486
|
+
"domhandler": "^5.0.3",
|
|
3487
|
+
"domutils": "^3.0.1"
|
|
3488
|
+
},
|
|
3489
|
+
"funding": {
|
|
3490
|
+
"url": "https://github.com/sponsors/fb55"
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
"node_modules/cheerio/node_modules/undici": {
|
|
3494
|
+
"version": "6.21.3",
|
|
3495
|
+
"license": "MIT",
|
|
3496
|
+
"engines": {
|
|
3497
|
+
"node": ">=18.17"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"node_modules/chokidar": {
|
|
3501
|
+
"version": "5.0.0",
|
|
3502
|
+
"license": "MIT",
|
|
3503
|
+
"dependencies": {
|
|
3504
|
+
"readdirp": "^5.0.0"
|
|
3505
|
+
},
|
|
3506
|
+
"engines": {
|
|
3507
|
+
"node": ">= 20.19.0"
|
|
3508
|
+
},
|
|
3509
|
+
"funding": {
|
|
3510
|
+
"url": "https://paulmillr.com/funding/"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
"node_modules/chownr": {
|
|
3514
|
+
"version": "2.0.0",
|
|
3515
|
+
"license": "ISC",
|
|
3516
|
+
"engines": {
|
|
3517
|
+
"node": ">=10"
|
|
3518
|
+
}
|
|
3519
|
+
},
|
|
3520
|
+
"node_modules/ci-info": {
|
|
3521
|
+
"version": "4.4.0",
|
|
3522
|
+
"funding": [
|
|
3523
|
+
{
|
|
3524
|
+
"type": "github",
|
|
3525
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"license": "MIT",
|
|
3529
|
+
"engines": {
|
|
3530
|
+
"node": ">=8"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
"node_modules/clsx": {
|
|
3534
|
+
"version": "2.1.1",
|
|
3535
|
+
"license": "MIT",
|
|
3536
|
+
"engines": {
|
|
3537
|
+
"node": ">=6"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
"node_modules/combined-stream": {
|
|
3541
|
+
"version": "1.0.8",
|
|
3542
|
+
"license": "MIT",
|
|
3543
|
+
"dependencies": {
|
|
3544
|
+
"delayed-stream": "~1.0.0"
|
|
3545
|
+
},
|
|
3546
|
+
"engines": {
|
|
3547
|
+
"node": ">= 0.8"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"node_modules/comma-separated-tokens": {
|
|
3551
|
+
"version": "2.0.3",
|
|
3552
|
+
"license": "MIT",
|
|
3553
|
+
"funding": {
|
|
3554
|
+
"type": "github",
|
|
3555
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
"node_modules/common-ancestor-path": {
|
|
3559
|
+
"version": "2.0.0",
|
|
3560
|
+
"license": "BlueOak-1.0.0",
|
|
3561
|
+
"engines": {
|
|
3562
|
+
"node": ">= 18"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
"node_modules/confbox": {
|
|
3566
|
+
"version": "0.1.8",
|
|
3567
|
+
"license": "MIT"
|
|
3568
|
+
},
|
|
3569
|
+
"node_modules/cookie": {
|
|
3570
|
+
"version": "1.1.1",
|
|
3571
|
+
"license": "MIT",
|
|
3572
|
+
"engines": {
|
|
3573
|
+
"node": ">=18"
|
|
3574
|
+
},
|
|
3575
|
+
"funding": {
|
|
3576
|
+
"type": "opencollective",
|
|
3577
|
+
"url": "https://opencollective.com/express"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
"node_modules/cookie-es": {
|
|
3581
|
+
"version": "1.2.3",
|
|
3582
|
+
"license": "MIT"
|
|
3583
|
+
},
|
|
3584
|
+
"node_modules/crossws": {
|
|
3585
|
+
"version": "0.3.5",
|
|
3586
|
+
"license": "MIT",
|
|
3587
|
+
"dependencies": {
|
|
3588
|
+
"uncrypto": "^0.1.3"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"node_modules/css-select": {
|
|
3592
|
+
"version": "5.2.2",
|
|
3593
|
+
"license": "BSD-2-Clause",
|
|
3594
|
+
"dependencies": {
|
|
3595
|
+
"boolbase": "^1.0.0",
|
|
3596
|
+
"css-what": "^6.1.0",
|
|
3597
|
+
"domhandler": "^5.0.2",
|
|
3598
|
+
"domutils": "^3.0.1",
|
|
3599
|
+
"nth-check": "^2.0.1"
|
|
3600
|
+
},
|
|
3601
|
+
"funding": {
|
|
3602
|
+
"url": "https://github.com/sponsors/fb55"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
"node_modules/css-selector-parser": {
|
|
3606
|
+
"version": "3.1.3",
|
|
3607
|
+
"funding": [
|
|
3608
|
+
{
|
|
3609
|
+
"type": "github",
|
|
3610
|
+
"url": "https://github.com/sponsors/mdevils"
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"type": "patreon",
|
|
3614
|
+
"url": "https://patreon.com/mdevils"
|
|
3615
|
+
}
|
|
3616
|
+
],
|
|
3617
|
+
"license": "MIT"
|
|
3618
|
+
},
|
|
3619
|
+
"node_modules/css-tree": {
|
|
3620
|
+
"version": "3.1.0",
|
|
3621
|
+
"license": "MIT",
|
|
3622
|
+
"dependencies": {
|
|
3623
|
+
"mdn-data": "2.12.2",
|
|
3624
|
+
"source-map-js": "^1.0.1"
|
|
3625
|
+
},
|
|
3626
|
+
"engines": {
|
|
3627
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
"node_modules/css-what": {
|
|
3631
|
+
"version": "6.2.2",
|
|
3632
|
+
"license": "BSD-2-Clause",
|
|
3633
|
+
"engines": {
|
|
3634
|
+
"node": ">= 6"
|
|
3635
|
+
},
|
|
3636
|
+
"funding": {
|
|
3637
|
+
"url": "https://github.com/sponsors/fb55"
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
"node_modules/cssesc": {
|
|
3641
|
+
"version": "3.0.0",
|
|
3642
|
+
"license": "MIT",
|
|
3643
|
+
"bin": {
|
|
3644
|
+
"cssesc": "bin/cssesc"
|
|
3645
|
+
},
|
|
3646
|
+
"engines": {
|
|
3647
|
+
"node": ">=4"
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
"node_modules/csso": {
|
|
3651
|
+
"version": "5.0.5",
|
|
3652
|
+
"license": "MIT",
|
|
3653
|
+
"dependencies": {
|
|
3654
|
+
"css-tree": "~2.2.0"
|
|
3655
|
+
},
|
|
3656
|
+
"engines": {
|
|
3657
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
3658
|
+
"npm": ">=7.0.0"
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3661
|
+
"node_modules/csso/node_modules/css-tree": {
|
|
3662
|
+
"version": "2.2.1",
|
|
3663
|
+
"license": "MIT",
|
|
3664
|
+
"dependencies": {
|
|
3665
|
+
"mdn-data": "2.0.28",
|
|
3666
|
+
"source-map-js": "^1.0.1"
|
|
3667
|
+
},
|
|
3668
|
+
"engines": {
|
|
3669
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
3670
|
+
"npm": ">=7.0.0"
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
"node_modules/csso/node_modules/css-tree/node_modules/mdn-data": {
|
|
3674
|
+
"version": "2.0.28",
|
|
3675
|
+
"license": "CC0-1.0"
|
|
3676
|
+
},
|
|
3677
|
+
"node_modules/csstype": {
|
|
3678
|
+
"version": "3.2.2",
|
|
3679
|
+
"dev": true,
|
|
3680
|
+
"license": "MIT",
|
|
3681
|
+
"peer": true
|
|
3682
|
+
},
|
|
3683
|
+
"node_modules/decode-named-character-reference": {
|
|
3684
|
+
"version": "1.1.0",
|
|
3685
|
+
"license": "MIT",
|
|
3686
|
+
"dependencies": {
|
|
3687
|
+
"character-entities": "^2.0.0"
|
|
3688
|
+
},
|
|
3689
|
+
"funding": {
|
|
3690
|
+
"type": "github",
|
|
3691
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
"node_modules/define-lazy-prop": {
|
|
3695
|
+
"version": "2.0.0",
|
|
3696
|
+
"dev": true,
|
|
3697
|
+
"license": "MIT",
|
|
3698
|
+
"engines": {
|
|
3699
|
+
"node": ">=8"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
"node_modules/delayed-stream": {
|
|
3703
|
+
"version": "1.0.0",
|
|
3704
|
+
"license": "MIT",
|
|
3705
|
+
"engines": {
|
|
3706
|
+
"node": ">=0.4.0"
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"node_modules/dequal": {
|
|
3710
|
+
"version": "2.0.3",
|
|
3711
|
+
"license": "MIT",
|
|
3712
|
+
"engines": {
|
|
3713
|
+
"node": ">=6"
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
"node_modules/destr": {
|
|
3717
|
+
"version": "2.0.5",
|
|
3718
|
+
"license": "MIT"
|
|
3719
|
+
},
|
|
3720
|
+
"node_modules/detect-libc": {
|
|
3721
|
+
"version": "2.1.2",
|
|
3722
|
+
"license": "Apache-2.0",
|
|
3723
|
+
"engines": {
|
|
3724
|
+
"node": ">=8"
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3727
|
+
"node_modules/devalue": {
|
|
3728
|
+
"version": "5.8.0",
|
|
3729
|
+
"license": "MIT"
|
|
3730
|
+
},
|
|
3731
|
+
"node_modules/devlop": {
|
|
3732
|
+
"version": "1.1.0",
|
|
3733
|
+
"license": "MIT",
|
|
3734
|
+
"dependencies": {
|
|
3735
|
+
"dequal": "^2.0.0"
|
|
3736
|
+
},
|
|
3737
|
+
"funding": {
|
|
3738
|
+
"type": "github",
|
|
3739
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
"node_modules/diff": {
|
|
3743
|
+
"version": "7.0.0",
|
|
3744
|
+
"dev": true,
|
|
3745
|
+
"license": "BSD-3-Clause",
|
|
3746
|
+
"engines": {
|
|
3747
|
+
"node": ">=0.3.1"
|
|
3748
|
+
}
|
|
3749
|
+
},
|
|
3750
|
+
"node_modules/diff2html": {
|
|
3751
|
+
"version": "3.4.52",
|
|
3752
|
+
"dev": true,
|
|
3753
|
+
"license": "MIT",
|
|
3754
|
+
"dependencies": {
|
|
3755
|
+
"diff": "^7.0.0",
|
|
3756
|
+
"hogan.js": "3.0.2"
|
|
3757
|
+
},
|
|
3758
|
+
"engines": {
|
|
3759
|
+
"node": ">=12"
|
|
3760
|
+
},
|
|
3761
|
+
"optionalDependencies": {
|
|
3762
|
+
"highlight.js": "11.9.0"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
"node_modules/direction": {
|
|
3766
|
+
"version": "2.0.1",
|
|
3767
|
+
"license": "MIT",
|
|
3768
|
+
"bin": {
|
|
3769
|
+
"direction": "cli.js"
|
|
3770
|
+
},
|
|
3771
|
+
"funding": {
|
|
3772
|
+
"type": "github",
|
|
3773
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
"node_modules/dom-serializer": {
|
|
3777
|
+
"version": "2.0.0",
|
|
3778
|
+
"license": "MIT",
|
|
3779
|
+
"dependencies": {
|
|
3780
|
+
"domelementtype": "^2.3.0",
|
|
3781
|
+
"domhandler": "^5.0.2",
|
|
3782
|
+
"entities": "^4.2.0"
|
|
3783
|
+
},
|
|
3784
|
+
"funding": {
|
|
3785
|
+
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3788
|
+
"node_modules/dom-serializer/node_modules/entities": {
|
|
3789
|
+
"version": "4.5.0",
|
|
3790
|
+
"license": "BSD-2-Clause",
|
|
3791
|
+
"engines": {
|
|
3792
|
+
"node": ">=0.12"
|
|
3793
|
+
},
|
|
3794
|
+
"funding": {
|
|
3795
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3798
|
+
"node_modules/domelementtype": {
|
|
3799
|
+
"version": "2.3.0",
|
|
3800
|
+
"funding": [
|
|
3801
|
+
{
|
|
3802
|
+
"type": "github",
|
|
3803
|
+
"url": "https://github.com/sponsors/fb55"
|
|
3804
|
+
}
|
|
3805
|
+
],
|
|
3806
|
+
"license": "BSD-2-Clause"
|
|
3807
|
+
},
|
|
3808
|
+
"node_modules/domhandler": {
|
|
3809
|
+
"version": "5.0.3",
|
|
3810
|
+
"license": "BSD-2-Clause",
|
|
3811
|
+
"dependencies": {
|
|
3812
|
+
"domelementtype": "^2.3.0"
|
|
3813
|
+
},
|
|
3814
|
+
"engines": {
|
|
3815
|
+
"node": ">= 4"
|
|
3816
|
+
},
|
|
3817
|
+
"funding": {
|
|
3818
|
+
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
"node_modules/domutils": {
|
|
3822
|
+
"version": "3.2.2",
|
|
3823
|
+
"license": "BSD-2-Clause",
|
|
3824
|
+
"dependencies": {
|
|
3825
|
+
"dom-serializer": "^2.0.0",
|
|
3826
|
+
"domelementtype": "^2.3.0",
|
|
3827
|
+
"domhandler": "^5.0.3"
|
|
3828
|
+
},
|
|
3829
|
+
"funding": {
|
|
3830
|
+
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3833
|
+
"node_modules/dset": {
|
|
3834
|
+
"version": "3.1.4",
|
|
3835
|
+
"license": "MIT",
|
|
3836
|
+
"engines": {
|
|
3837
|
+
"node": ">=4"
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
"node_modules/dunder-proto": {
|
|
3841
|
+
"version": "1.0.1",
|
|
3842
|
+
"license": "MIT",
|
|
3843
|
+
"dependencies": {
|
|
3844
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
3845
|
+
"es-errors": "^1.3.0",
|
|
3846
|
+
"gopd": "^1.2.0"
|
|
3847
|
+
},
|
|
3848
|
+
"engines": {
|
|
3849
|
+
"node": ">= 0.4"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
"node_modules/encoding-sniffer": {
|
|
3853
|
+
"version": "0.2.1",
|
|
3854
|
+
"license": "MIT",
|
|
3855
|
+
"dependencies": {
|
|
3856
|
+
"iconv-lite": "^0.6.3",
|
|
3857
|
+
"whatwg-encoding": "^3.1.1"
|
|
3858
|
+
},
|
|
3859
|
+
"funding": {
|
|
3860
|
+
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"node_modules/end-of-stream": {
|
|
3864
|
+
"version": "1.4.5",
|
|
3865
|
+
"license": "MIT",
|
|
3866
|
+
"dependencies": {
|
|
3867
|
+
"once": "^1.4.0"
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
"node_modules/entities": {
|
|
3871
|
+
"version": "6.0.0",
|
|
3872
|
+
"license": "BSD-2-Clause",
|
|
3873
|
+
"engines": {
|
|
3874
|
+
"node": ">=0.12"
|
|
3875
|
+
},
|
|
3876
|
+
"funding": {
|
|
3877
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3880
|
+
"node_modules/error-stack-parser-es": {
|
|
3881
|
+
"version": "1.0.5",
|
|
3882
|
+
"license": "MIT",
|
|
3883
|
+
"funding": {
|
|
3884
|
+
"url": "https://github.com/sponsors/antfu"
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
"node_modules/es-define-property": {
|
|
3888
|
+
"version": "1.0.1",
|
|
3889
|
+
"license": "MIT",
|
|
3890
|
+
"engines": {
|
|
3891
|
+
"node": ">= 0.4"
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
"node_modules/es-errors": {
|
|
3895
|
+
"version": "1.3.0",
|
|
3896
|
+
"license": "MIT",
|
|
3897
|
+
"engines": {
|
|
3898
|
+
"node": ">= 0.4"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
"node_modules/es-module-lexer": {
|
|
3902
|
+
"version": "2.1.0",
|
|
3903
|
+
"license": "MIT"
|
|
3904
|
+
},
|
|
3905
|
+
"node_modules/es-object-atoms": {
|
|
3906
|
+
"version": "1.1.1",
|
|
3907
|
+
"license": "MIT",
|
|
3908
|
+
"dependencies": {
|
|
3909
|
+
"es-errors": "^1.3.0"
|
|
3910
|
+
},
|
|
3911
|
+
"engines": {
|
|
3912
|
+
"node": ">= 0.4"
|
|
3913
|
+
}
|
|
3914
|
+
},
|
|
3915
|
+
"node_modules/es-set-tostringtag": {
|
|
3916
|
+
"version": "2.1.0",
|
|
3917
|
+
"license": "MIT",
|
|
3918
|
+
"dependencies": {
|
|
3919
|
+
"es-errors": "^1.3.0",
|
|
3920
|
+
"get-intrinsic": "^1.2.6",
|
|
3921
|
+
"has-tostringtag": "^1.0.2",
|
|
3922
|
+
"hasown": "^2.0.2"
|
|
3923
|
+
},
|
|
3924
|
+
"engines": {
|
|
3925
|
+
"node": ">= 0.4"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
"node_modules/escape-string-regexp": {
|
|
3929
|
+
"version": "5.0.0",
|
|
3930
|
+
"license": "MIT",
|
|
3931
|
+
"engines": {
|
|
3932
|
+
"node": ">=12"
|
|
3933
|
+
},
|
|
3934
|
+
"funding": {
|
|
3935
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
"node_modules/eventemitter3": {
|
|
3939
|
+
"version": "5.0.4",
|
|
3940
|
+
"license": "MIT"
|
|
3941
|
+
},
|
|
3942
|
+
"node_modules/expressive-code": {
|
|
3943
|
+
"version": "0.42.0",
|
|
3944
|
+
"license": "MIT",
|
|
3945
|
+
"dependencies": {
|
|
3946
|
+
"@expressive-code/core": "^0.42.0",
|
|
3947
|
+
"@expressive-code/plugin-frames": "^0.42.0",
|
|
3948
|
+
"@expressive-code/plugin-shiki": "^0.42.0",
|
|
3949
|
+
"@expressive-code/plugin-text-markers": "^0.42.0"
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3952
|
+
"node_modules/exsolve": {
|
|
3953
|
+
"version": "1.0.7",
|
|
3954
|
+
"license": "MIT"
|
|
3955
|
+
},
|
|
3956
|
+
"node_modules/extend": {
|
|
3957
|
+
"version": "3.0.2",
|
|
3958
|
+
"license": "MIT"
|
|
3959
|
+
},
|
|
3960
|
+
"node_modules/extract-zip": {
|
|
3961
|
+
"version": "2.0.1",
|
|
3962
|
+
"license": "BSD-2-Clause",
|
|
3963
|
+
"dependencies": {
|
|
3964
|
+
"debug": "^4.1.1",
|
|
3965
|
+
"get-stream": "^5.1.0",
|
|
3966
|
+
"yauzl": "^2.10.0"
|
|
3967
|
+
},
|
|
3968
|
+
"bin": {
|
|
3969
|
+
"extract-zip": "cli.js"
|
|
3970
|
+
},
|
|
3971
|
+
"engines": {
|
|
3972
|
+
"node": ">= 10.17.0"
|
|
3973
|
+
},
|
|
3974
|
+
"optionalDependencies": {
|
|
3975
|
+
"@types/yauzl": "^2.9.1"
|
|
3976
|
+
}
|
|
3977
|
+
},
|
|
3978
|
+
"node_modules/extract-zip/node_modules/debug": {
|
|
3979
|
+
"version": "4.4.0",
|
|
3980
|
+
"license": "MIT",
|
|
3981
|
+
"dependencies": {
|
|
3982
|
+
"ms": "^2.1.3"
|
|
3983
|
+
},
|
|
3984
|
+
"engines": {
|
|
3985
|
+
"node": ">=6.0"
|
|
3986
|
+
},
|
|
3987
|
+
"peerDependenciesMeta": {
|
|
3988
|
+
"supports-color": {
|
|
3989
|
+
"optional": true
|
|
3990
|
+
}
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
"node_modules/extract-zip/node_modules/get-stream": {
|
|
3994
|
+
"version": "5.2.0",
|
|
3995
|
+
"license": "MIT",
|
|
3996
|
+
"dependencies": {
|
|
3997
|
+
"pump": "^3.0.0"
|
|
3998
|
+
},
|
|
3999
|
+
"engines": {
|
|
4000
|
+
"node": ">=8"
|
|
4001
|
+
},
|
|
4002
|
+
"funding": {
|
|
4003
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
"node_modules/fast-string-truncated-width": {
|
|
4007
|
+
"version": "3.0.3",
|
|
4008
|
+
"license": "MIT"
|
|
4009
|
+
},
|
|
4010
|
+
"node_modules/fast-string-width": {
|
|
4011
|
+
"version": "3.0.2",
|
|
4012
|
+
"license": "MIT",
|
|
4013
|
+
"dependencies": {
|
|
4014
|
+
"fast-string-truncated-width": "^3.0.2"
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
"node_modules/fast-wrap-ansi": {
|
|
4018
|
+
"version": "0.2.0",
|
|
4019
|
+
"license": "MIT",
|
|
4020
|
+
"dependencies": {
|
|
4021
|
+
"fast-string-width": "^3.0.2"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"node_modules/fast-xml-builder": {
|
|
4025
|
+
"version": "1.1.9",
|
|
4026
|
+
"dev": true,
|
|
4027
|
+
"funding": [
|
|
4028
|
+
{
|
|
4029
|
+
"type": "github",
|
|
4030
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"license": "MIT",
|
|
4034
|
+
"dependencies": {
|
|
4035
|
+
"path-expression-matcher": "^1.1.3"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"node_modules/fast-xml-parser": {
|
|
4039
|
+
"version": "5.7.3",
|
|
4040
|
+
"dev": true,
|
|
4041
|
+
"funding": [
|
|
4042
|
+
{
|
|
4043
|
+
"type": "github",
|
|
4044
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4045
|
+
}
|
|
4046
|
+
],
|
|
4047
|
+
"license": "MIT",
|
|
4048
|
+
"dependencies": {
|
|
4049
|
+
"@nodable/entities": "^2.1.0",
|
|
4050
|
+
"fast-xml-builder": "^1.1.7",
|
|
4051
|
+
"path-expression-matcher": "^1.5.0",
|
|
4052
|
+
"strnum": "^2.2.3"
|
|
4053
|
+
},
|
|
4054
|
+
"bin": {
|
|
4055
|
+
"fxparser": "src/cli/cli.js"
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4058
|
+
"node_modules/fd-slicer": {
|
|
4059
|
+
"version": "1.1.0",
|
|
4060
|
+
"license": "MIT",
|
|
4061
|
+
"dependencies": {
|
|
4062
|
+
"pend": "~1.2.0"
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
"node_modules/fdir": {
|
|
4066
|
+
"version": "6.5.0",
|
|
4067
|
+
"license": "MIT",
|
|
4068
|
+
"engines": {
|
|
4069
|
+
"node": ">=12.0.0"
|
|
4070
|
+
},
|
|
4071
|
+
"peerDependencies": {
|
|
4072
|
+
"picomatch": "^3 || ^4"
|
|
4073
|
+
},
|
|
4074
|
+
"peerDependenciesMeta": {
|
|
4075
|
+
"picomatch": {
|
|
4076
|
+
"optional": true
|
|
4077
|
+
}
|
|
4078
|
+
}
|
|
4079
|
+
},
|
|
4080
|
+
"node_modules/flattie": {
|
|
4081
|
+
"version": "1.1.1",
|
|
4082
|
+
"license": "MIT",
|
|
4083
|
+
"engines": {
|
|
4084
|
+
"node": ">=8"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
"node_modules/follow-redirects": {
|
|
4088
|
+
"version": "1.15.11",
|
|
4089
|
+
"funding": [
|
|
4090
|
+
{
|
|
4091
|
+
"type": "individual",
|
|
4092
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
4093
|
+
}
|
|
4094
|
+
],
|
|
4095
|
+
"license": "MIT",
|
|
4096
|
+
"engines": {
|
|
4097
|
+
"node": ">=4.0"
|
|
4098
|
+
},
|
|
4099
|
+
"peerDependenciesMeta": {
|
|
4100
|
+
"debug": {
|
|
4101
|
+
"optional": true
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
4105
|
+
"node_modules/fontace": {
|
|
4106
|
+
"version": "0.4.1",
|
|
4107
|
+
"license": "MIT",
|
|
4108
|
+
"dependencies": {
|
|
4109
|
+
"fontkitten": "^1.0.2"
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
"node_modules/fontkitten": {
|
|
4113
|
+
"version": "1.0.3",
|
|
4114
|
+
"license": "MIT",
|
|
4115
|
+
"dependencies": {
|
|
4116
|
+
"tiny-inflate": "^1.0.3"
|
|
4117
|
+
},
|
|
4118
|
+
"engines": {
|
|
4119
|
+
"node": ">=20"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
"node_modules/form-data": {
|
|
4123
|
+
"version": "4.0.4",
|
|
4124
|
+
"license": "MIT",
|
|
4125
|
+
"dependencies": {
|
|
4126
|
+
"asynckit": "^0.4.0",
|
|
4127
|
+
"combined-stream": "^1.0.8",
|
|
4128
|
+
"es-set-tostringtag": "^2.1.0",
|
|
4129
|
+
"hasown": "^2.0.2",
|
|
4130
|
+
"mime-types": "^2.1.12"
|
|
4131
|
+
},
|
|
4132
|
+
"engines": {
|
|
4133
|
+
"node": ">= 6"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
"node_modules/fs-minipass": {
|
|
4137
|
+
"version": "2.1.0",
|
|
4138
|
+
"license": "ISC",
|
|
4139
|
+
"dependencies": {
|
|
4140
|
+
"minipass": "^3.0.0"
|
|
4141
|
+
},
|
|
4142
|
+
"engines": {
|
|
4143
|
+
"node": ">= 8"
|
|
4144
|
+
}
|
|
4145
|
+
},
|
|
4146
|
+
"node_modules/fs-minipass/node_modules/minipass": {
|
|
4147
|
+
"version": "3.3.6",
|
|
4148
|
+
"license": "ISC",
|
|
4149
|
+
"dependencies": {
|
|
4150
|
+
"yallist": "^4.0.0"
|
|
4151
|
+
},
|
|
4152
|
+
"engines": {
|
|
4153
|
+
"node": ">=8"
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4156
|
+
"node_modules/fsevents": {
|
|
4157
|
+
"version": "2.3.2",
|
|
4158
|
+
"license": "MIT",
|
|
4159
|
+
"optional": true,
|
|
4160
|
+
"os": [
|
|
4161
|
+
"darwin"
|
|
4162
|
+
],
|
|
4163
|
+
"engines": {
|
|
4164
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
4165
|
+
}
|
|
4166
|
+
},
|
|
4167
|
+
"node_modules/function-bind": {
|
|
4168
|
+
"version": "1.1.2",
|
|
4169
|
+
"license": "MIT",
|
|
4170
|
+
"funding": {
|
|
4171
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
"node_modules/get-intrinsic": {
|
|
4175
|
+
"version": "1.3.0",
|
|
4176
|
+
"license": "MIT",
|
|
4177
|
+
"dependencies": {
|
|
4178
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
4179
|
+
"es-define-property": "^1.0.1",
|
|
4180
|
+
"es-errors": "^1.3.0",
|
|
4181
|
+
"es-object-atoms": "^1.1.1",
|
|
4182
|
+
"function-bind": "^1.1.2",
|
|
4183
|
+
"get-proto": "^1.0.1",
|
|
4184
|
+
"gopd": "^1.2.0",
|
|
4185
|
+
"has-symbols": "^1.1.0",
|
|
4186
|
+
"hasown": "^2.0.2",
|
|
4187
|
+
"math-intrinsics": "^1.1.0"
|
|
4188
|
+
},
|
|
4189
|
+
"engines": {
|
|
4190
|
+
"node": ">= 0.4"
|
|
4191
|
+
},
|
|
4192
|
+
"funding": {
|
|
4193
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
"node_modules/get-proto": {
|
|
4197
|
+
"version": "1.0.1",
|
|
4198
|
+
"license": "MIT",
|
|
4199
|
+
"dependencies": {
|
|
4200
|
+
"dunder-proto": "^1.0.1",
|
|
4201
|
+
"es-object-atoms": "^1.0.0"
|
|
4202
|
+
},
|
|
4203
|
+
"engines": {
|
|
4204
|
+
"node": ">= 0.4"
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
"node_modules/get-tsconfig": {
|
|
4208
|
+
"version": "5.0.0-beta.4",
|
|
4209
|
+
"license": "MIT",
|
|
4210
|
+
"dependencies": {
|
|
4211
|
+
"resolve-pkg-maps": "^1.0.0"
|
|
4212
|
+
},
|
|
4213
|
+
"engines": {
|
|
4214
|
+
"node": ">=20.20.0"
|
|
4215
|
+
},
|
|
4216
|
+
"funding": {
|
|
4217
|
+
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4220
|
+
"node_modules/github-slugger": {
|
|
4221
|
+
"version": "2.0.0",
|
|
4222
|
+
"license": "ISC"
|
|
4223
|
+
},
|
|
4224
|
+
"node_modules/globals": {
|
|
4225
|
+
"version": "15.15.0",
|
|
4226
|
+
"license": "MIT",
|
|
4227
|
+
"engines": {
|
|
4228
|
+
"node": ">=18"
|
|
4229
|
+
},
|
|
4230
|
+
"funding": {
|
|
4231
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
4234
|
+
"node_modules/gopd": {
|
|
4235
|
+
"version": "1.2.0",
|
|
4236
|
+
"license": "MIT",
|
|
4237
|
+
"engines": {
|
|
4238
|
+
"node": ">= 0.4"
|
|
4239
|
+
},
|
|
4240
|
+
"funding": {
|
|
4241
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4242
|
+
}
|
|
4243
|
+
},
|
|
4244
|
+
"node_modules/h3": {
|
|
4245
|
+
"version": "1.15.11",
|
|
4246
|
+
"license": "MIT",
|
|
4247
|
+
"dependencies": {
|
|
4248
|
+
"cookie-es": "^1.2.3",
|
|
4249
|
+
"crossws": "^0.3.5",
|
|
4250
|
+
"defu": "^6.1.6",
|
|
4251
|
+
"destr": "^2.0.5",
|
|
4252
|
+
"iron-webcrypto": "^1.2.1",
|
|
4253
|
+
"node-mock-http": "^1.0.4",
|
|
4254
|
+
"radix3": "^1.1.2",
|
|
4255
|
+
"ufo": "^1.6.3",
|
|
4256
|
+
"uncrypto": "^0.1.3"
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
"node_modules/h3/node_modules/defu": {
|
|
4260
|
+
"version": "6.1.7",
|
|
4261
|
+
"license": "MIT"
|
|
4262
|
+
},
|
|
4263
|
+
"node_modules/h3/node_modules/ufo": {
|
|
4264
|
+
"version": "1.6.4",
|
|
4265
|
+
"license": "MIT"
|
|
4266
|
+
},
|
|
4267
|
+
"node_modules/has-symbols": {
|
|
4268
|
+
"version": "1.1.0",
|
|
4269
|
+
"license": "MIT",
|
|
4270
|
+
"engines": {
|
|
4271
|
+
"node": ">= 0.4"
|
|
4272
|
+
},
|
|
4273
|
+
"funding": {
|
|
4274
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
4277
|
+
"node_modules/has-tostringtag": {
|
|
4278
|
+
"version": "1.0.2",
|
|
4279
|
+
"license": "MIT",
|
|
4280
|
+
"dependencies": {
|
|
4281
|
+
"has-symbols": "^1.0.3"
|
|
4282
|
+
},
|
|
4283
|
+
"engines": {
|
|
4284
|
+
"node": ">= 0.4"
|
|
4285
|
+
},
|
|
4286
|
+
"funding": {
|
|
4287
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
"node_modules/hasown": {
|
|
4291
|
+
"version": "2.0.2",
|
|
4292
|
+
"license": "MIT",
|
|
4293
|
+
"dependencies": {
|
|
4294
|
+
"function-bind": "^1.1.2"
|
|
4295
|
+
},
|
|
4296
|
+
"engines": {
|
|
4297
|
+
"node": ">= 0.4"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4300
|
+
"node_modules/hast-util-from-html": {
|
|
4301
|
+
"version": "2.0.3",
|
|
4302
|
+
"license": "MIT",
|
|
4303
|
+
"dependencies": {
|
|
4304
|
+
"@types/hast": "^3.0.0",
|
|
4305
|
+
"devlop": "^1.1.0",
|
|
4306
|
+
"hast-util-from-parse5": "^8.0.0",
|
|
4307
|
+
"parse5": "^7.0.0",
|
|
4308
|
+
"vfile": "^6.0.0",
|
|
4309
|
+
"vfile-message": "^4.0.0"
|
|
4310
|
+
},
|
|
4311
|
+
"funding": {
|
|
4312
|
+
"type": "opencollective",
|
|
4313
|
+
"url": "https://opencollective.com/unified"
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
"node_modules/hast-util-from-parse5": {
|
|
4317
|
+
"version": "8.0.3",
|
|
4318
|
+
"license": "MIT",
|
|
4319
|
+
"dependencies": {
|
|
4320
|
+
"@types/hast": "^3.0.0",
|
|
4321
|
+
"@types/unist": "^3.0.0",
|
|
4322
|
+
"devlop": "^1.0.0",
|
|
4323
|
+
"hastscript": "^9.0.0",
|
|
4324
|
+
"property-information": "^7.0.0",
|
|
4325
|
+
"vfile": "^6.0.0",
|
|
4326
|
+
"vfile-location": "^5.0.0",
|
|
4327
|
+
"web-namespaces": "^2.0.0"
|
|
4328
|
+
},
|
|
4329
|
+
"funding": {
|
|
4330
|
+
"type": "opencollective",
|
|
4331
|
+
"url": "https://opencollective.com/unified"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"node_modules/hast-util-has-property": {
|
|
4335
|
+
"version": "3.0.0",
|
|
4336
|
+
"license": "MIT",
|
|
4337
|
+
"dependencies": {
|
|
4338
|
+
"@types/hast": "^3.0.0"
|
|
4339
|
+
},
|
|
4340
|
+
"funding": {
|
|
4341
|
+
"type": "opencollective",
|
|
4342
|
+
"url": "https://opencollective.com/unified"
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
"node_modules/hast-util-is-element": {
|
|
4346
|
+
"version": "3.0.0",
|
|
4347
|
+
"license": "MIT",
|
|
4348
|
+
"dependencies": {
|
|
4349
|
+
"@types/hast": "^3.0.0"
|
|
4350
|
+
},
|
|
4351
|
+
"funding": {
|
|
4352
|
+
"type": "opencollective",
|
|
4353
|
+
"url": "https://opencollective.com/unified"
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4356
|
+
"node_modules/hast-util-parse-selector": {
|
|
4357
|
+
"version": "4.0.0",
|
|
4358
|
+
"license": "MIT",
|
|
4359
|
+
"dependencies": {
|
|
4360
|
+
"@types/hast": "^3.0.0"
|
|
4361
|
+
},
|
|
4362
|
+
"funding": {
|
|
4363
|
+
"type": "opencollective",
|
|
4364
|
+
"url": "https://opencollective.com/unified"
|
|
4365
|
+
}
|
|
4366
|
+
},
|
|
4367
|
+
"node_modules/hast-util-raw": {
|
|
4368
|
+
"version": "9.1.0",
|
|
4369
|
+
"license": "MIT",
|
|
4370
|
+
"dependencies": {
|
|
4371
|
+
"@types/hast": "^3.0.0",
|
|
4372
|
+
"@types/unist": "^3.0.0",
|
|
4373
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
4374
|
+
"hast-util-from-parse5": "^8.0.0",
|
|
4375
|
+
"hast-util-to-parse5": "^8.0.0",
|
|
4376
|
+
"html-void-elements": "^3.0.0",
|
|
4377
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
4378
|
+
"parse5": "^7.0.0",
|
|
4379
|
+
"unist-util-position": "^5.0.0",
|
|
4380
|
+
"unist-util-visit": "^5.0.0",
|
|
4381
|
+
"vfile": "^6.0.0",
|
|
4382
|
+
"web-namespaces": "^2.0.0",
|
|
4383
|
+
"zwitch": "^2.0.0"
|
|
4384
|
+
},
|
|
4385
|
+
"funding": {
|
|
4386
|
+
"type": "opencollective",
|
|
4387
|
+
"url": "https://opencollective.com/unified"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
"node_modules/hast-util-raw/node_modules/unist-util-visit": {
|
|
4391
|
+
"version": "5.0.0",
|
|
4392
|
+
"license": "MIT",
|
|
4393
|
+
"dependencies": {
|
|
4394
|
+
"@types/unist": "^3.0.0",
|
|
4395
|
+
"unist-util-is": "^6.0.0",
|
|
4396
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4397
|
+
},
|
|
4398
|
+
"funding": {
|
|
4399
|
+
"type": "opencollective",
|
|
4400
|
+
"url": "https://opencollective.com/unified"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"node_modules/hast-util-raw/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
4404
|
+
"version": "6.0.1",
|
|
4405
|
+
"license": "MIT",
|
|
4406
|
+
"dependencies": {
|
|
4407
|
+
"@types/unist": "^3.0.0",
|
|
4408
|
+
"unist-util-is": "^6.0.0"
|
|
4409
|
+
},
|
|
4410
|
+
"funding": {
|
|
4411
|
+
"type": "opencollective",
|
|
4412
|
+
"url": "https://opencollective.com/unified"
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4415
|
+
"node_modules/hast-util-select": {
|
|
4416
|
+
"version": "6.0.4",
|
|
4417
|
+
"license": "MIT",
|
|
4418
|
+
"dependencies": {
|
|
4419
|
+
"@types/hast": "^3.0.0",
|
|
4420
|
+
"@types/unist": "^3.0.0",
|
|
4421
|
+
"bcp-47-match": "^2.0.0",
|
|
4422
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4423
|
+
"css-selector-parser": "^3.0.0",
|
|
4424
|
+
"devlop": "^1.0.0",
|
|
4425
|
+
"direction": "^2.0.0",
|
|
4426
|
+
"hast-util-has-property": "^3.0.0",
|
|
4427
|
+
"hast-util-to-string": "^3.0.0",
|
|
4428
|
+
"hast-util-whitespace": "^3.0.0",
|
|
4429
|
+
"nth-check": "^2.0.0",
|
|
4430
|
+
"property-information": "^7.0.0",
|
|
4431
|
+
"space-separated-tokens": "^2.0.0",
|
|
4432
|
+
"unist-util-visit": "^5.0.0",
|
|
4433
|
+
"zwitch": "^2.0.0"
|
|
4434
|
+
},
|
|
4435
|
+
"funding": {
|
|
4436
|
+
"type": "opencollective",
|
|
4437
|
+
"url": "https://opencollective.com/unified"
|
|
4438
|
+
}
|
|
4439
|
+
},
|
|
4440
|
+
"node_modules/hast-util-select/node_modules/unist-util-visit": {
|
|
4441
|
+
"version": "5.0.0",
|
|
4442
|
+
"license": "MIT",
|
|
4443
|
+
"dependencies": {
|
|
4444
|
+
"@types/unist": "^3.0.0",
|
|
4445
|
+
"unist-util-is": "^6.0.0",
|
|
4446
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4447
|
+
},
|
|
4448
|
+
"funding": {
|
|
4449
|
+
"type": "opencollective",
|
|
4450
|
+
"url": "https://opencollective.com/unified"
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
"node_modules/hast-util-select/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
4454
|
+
"version": "6.0.1",
|
|
4455
|
+
"license": "MIT",
|
|
4456
|
+
"dependencies": {
|
|
4457
|
+
"@types/unist": "^3.0.0",
|
|
4458
|
+
"unist-util-is": "^6.0.0"
|
|
4459
|
+
},
|
|
4460
|
+
"funding": {
|
|
4461
|
+
"type": "opencollective",
|
|
4462
|
+
"url": "https://opencollective.com/unified"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
"node_modules/hast-util-to-html": {
|
|
4466
|
+
"version": "9.0.5",
|
|
4467
|
+
"license": "MIT",
|
|
4468
|
+
"dependencies": {
|
|
4469
|
+
"@types/hast": "^3.0.0",
|
|
4470
|
+
"@types/unist": "^3.0.0",
|
|
4471
|
+
"ccount": "^2.0.0",
|
|
4472
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4473
|
+
"hast-util-whitespace": "^3.0.0",
|
|
4474
|
+
"html-void-elements": "^3.0.0",
|
|
4475
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
4476
|
+
"property-information": "^7.0.0",
|
|
4477
|
+
"space-separated-tokens": "^2.0.0",
|
|
4478
|
+
"stringify-entities": "^4.0.0",
|
|
4479
|
+
"zwitch": "^2.0.4"
|
|
4480
|
+
},
|
|
4481
|
+
"funding": {
|
|
4482
|
+
"type": "opencollective",
|
|
4483
|
+
"url": "https://opencollective.com/unified"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
"node_modules/hast-util-to-parse5": {
|
|
4487
|
+
"version": "8.0.0",
|
|
4488
|
+
"license": "MIT",
|
|
4489
|
+
"dependencies": {
|
|
4490
|
+
"@types/hast": "^3.0.0",
|
|
4491
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4492
|
+
"devlop": "^1.0.0",
|
|
4493
|
+
"property-information": "^6.0.0",
|
|
4494
|
+
"space-separated-tokens": "^2.0.0",
|
|
4495
|
+
"web-namespaces": "^2.0.0",
|
|
4496
|
+
"zwitch": "^2.0.0"
|
|
4497
|
+
},
|
|
4498
|
+
"funding": {
|
|
4499
|
+
"type": "opencollective",
|
|
4500
|
+
"url": "https://opencollective.com/unified"
|
|
4501
|
+
}
|
|
4502
|
+
},
|
|
4503
|
+
"node_modules/hast-util-to-parse5/node_modules/property-information": {
|
|
4504
|
+
"version": "6.5.0",
|
|
4505
|
+
"license": "MIT",
|
|
4506
|
+
"funding": {
|
|
4507
|
+
"type": "github",
|
|
4508
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
"node_modules/hast-util-to-string": {
|
|
4512
|
+
"version": "3.0.1",
|
|
4513
|
+
"license": "MIT",
|
|
4514
|
+
"dependencies": {
|
|
4515
|
+
"@types/hast": "^3.0.0"
|
|
4516
|
+
},
|
|
4517
|
+
"funding": {
|
|
4518
|
+
"type": "opencollective",
|
|
4519
|
+
"url": "https://opencollective.com/unified"
|
|
4520
|
+
}
|
|
4521
|
+
},
|
|
4522
|
+
"node_modules/hast-util-to-text": {
|
|
4523
|
+
"version": "4.0.2",
|
|
4524
|
+
"license": "MIT",
|
|
4525
|
+
"dependencies": {
|
|
4526
|
+
"@types/hast": "^3.0.0",
|
|
4527
|
+
"@types/unist": "^3.0.0",
|
|
4528
|
+
"hast-util-is-element": "^3.0.0",
|
|
4529
|
+
"unist-util-find-after": "^5.0.0"
|
|
4530
|
+
},
|
|
4531
|
+
"funding": {
|
|
4532
|
+
"type": "opencollective",
|
|
4533
|
+
"url": "https://opencollective.com/unified"
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
"node_modules/hast-util-whitespace": {
|
|
4537
|
+
"version": "3.0.0",
|
|
4538
|
+
"license": "MIT",
|
|
4539
|
+
"dependencies": {
|
|
4540
|
+
"@types/hast": "^3.0.0"
|
|
4541
|
+
},
|
|
4542
|
+
"funding": {
|
|
4543
|
+
"type": "opencollective",
|
|
4544
|
+
"url": "https://opencollective.com/unified"
|
|
4545
|
+
}
|
|
4546
|
+
},
|
|
4547
|
+
"node_modules/hastscript": {
|
|
4548
|
+
"version": "9.0.1",
|
|
4549
|
+
"license": "MIT",
|
|
4550
|
+
"dependencies": {
|
|
4551
|
+
"@types/hast": "^3.0.0",
|
|
4552
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4553
|
+
"hast-util-parse-selector": "^4.0.0",
|
|
4554
|
+
"property-information": "^7.0.0",
|
|
4555
|
+
"space-separated-tokens": "^2.0.0"
|
|
4556
|
+
},
|
|
4557
|
+
"funding": {
|
|
4558
|
+
"type": "opencollective",
|
|
4559
|
+
"url": "https://opencollective.com/unified"
|
|
4560
|
+
}
|
|
4561
|
+
},
|
|
4562
|
+
"node_modules/highlight.js": {
|
|
4563
|
+
"version": "11.9.0",
|
|
4564
|
+
"dev": true,
|
|
4565
|
+
"license": "BSD-3-Clause",
|
|
4566
|
+
"optional": true,
|
|
4567
|
+
"engines": {
|
|
4568
|
+
"node": ">=12.0.0"
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
"node_modules/hogan.js": {
|
|
4572
|
+
"version": "3.0.2",
|
|
4573
|
+
"dev": true,
|
|
4574
|
+
"dependencies": {
|
|
4575
|
+
"mkdirp": "0.3.0",
|
|
4576
|
+
"nopt": "1.0.10"
|
|
4577
|
+
},
|
|
4578
|
+
"bin": {
|
|
4579
|
+
"hulk": "bin/hulk"
|
|
4580
|
+
}
|
|
4581
|
+
},
|
|
4582
|
+
"node_modules/html-escaper": {
|
|
4583
|
+
"version": "3.0.3",
|
|
4584
|
+
"license": "MIT"
|
|
4585
|
+
},
|
|
4586
|
+
"node_modules/html-void-elements": {
|
|
4587
|
+
"version": "3.0.0",
|
|
4588
|
+
"license": "MIT",
|
|
4589
|
+
"funding": {
|
|
4590
|
+
"type": "github",
|
|
4591
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4592
|
+
}
|
|
4593
|
+
},
|
|
4594
|
+
"node_modules/htmlparser2": {
|
|
4595
|
+
"version": "9.1.0",
|
|
4596
|
+
"funding": [
|
|
4597
|
+
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
4598
|
+
{
|
|
4599
|
+
"type": "github",
|
|
4600
|
+
"url": "https://github.com/sponsors/fb55"
|
|
4601
|
+
}
|
|
4602
|
+
],
|
|
4603
|
+
"license": "MIT",
|
|
4604
|
+
"dependencies": {
|
|
4605
|
+
"domelementtype": "^2.3.0",
|
|
4606
|
+
"domhandler": "^5.0.3",
|
|
4607
|
+
"domutils": "^3.1.0",
|
|
4608
|
+
"entities": "^4.5.0"
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
"node_modules/htmlparser2/node_modules/entities": {
|
|
4612
|
+
"version": "4.5.0",
|
|
4613
|
+
"license": "BSD-2-Clause",
|
|
4614
|
+
"engines": {
|
|
4615
|
+
"node": ">=0.12"
|
|
4616
|
+
},
|
|
4617
|
+
"funding": {
|
|
4618
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4619
|
+
}
|
|
4620
|
+
},
|
|
4621
|
+
"node_modules/http-cache-semantics": {
|
|
4622
|
+
"version": "4.2.0",
|
|
4623
|
+
"license": "BSD-2-Clause"
|
|
4624
|
+
},
|
|
4625
|
+
"node_modules/iconv-lite": {
|
|
4626
|
+
"version": "0.6.3",
|
|
4627
|
+
"license": "MIT",
|
|
4628
|
+
"dependencies": {
|
|
4629
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
4630
|
+
},
|
|
4631
|
+
"engines": {
|
|
4632
|
+
"node": ">=0.10.0"
|
|
4633
|
+
}
|
|
4634
|
+
},
|
|
4635
|
+
"node_modules/inversify": {
|
|
4636
|
+
"version": "6.2.2",
|
|
4637
|
+
"dev": true,
|
|
4638
|
+
"license": "MIT",
|
|
4639
|
+
"dependencies": {
|
|
4640
|
+
"@inversifyjs/common": "1.4.0",
|
|
4641
|
+
"@inversifyjs/core": "1.3.5"
|
|
4642
|
+
},
|
|
4643
|
+
"peerDependencies": {
|
|
4644
|
+
"reflect-metadata": "~0.2.2"
|
|
4645
|
+
}
|
|
4646
|
+
},
|
|
4647
|
+
"node_modules/iron-webcrypto": {
|
|
4648
|
+
"version": "1.2.1",
|
|
4649
|
+
"license": "MIT",
|
|
4650
|
+
"funding": {
|
|
4651
|
+
"url": "https://github.com/sponsors/brc-dd"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
"node_modules/is-docker": {
|
|
4655
|
+
"version": "2.2.1",
|
|
4656
|
+
"dev": true,
|
|
4657
|
+
"license": "MIT",
|
|
4658
|
+
"bin": {
|
|
4659
|
+
"is-docker": "cli.js"
|
|
4660
|
+
},
|
|
4661
|
+
"engines": {
|
|
4662
|
+
"node": ">=8"
|
|
4663
|
+
},
|
|
4664
|
+
"funding": {
|
|
4665
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
"node_modules/is-inside-container": {
|
|
4669
|
+
"version": "1.0.0",
|
|
4670
|
+
"license": "MIT",
|
|
4671
|
+
"dependencies": {
|
|
4672
|
+
"is-docker": "^3.0.0"
|
|
4673
|
+
},
|
|
4674
|
+
"bin": {
|
|
4675
|
+
"is-inside-container": "cli.js"
|
|
4676
|
+
},
|
|
4677
|
+
"engines": {
|
|
4678
|
+
"node": ">=14.16"
|
|
4679
|
+
},
|
|
4680
|
+
"funding": {
|
|
4681
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
4684
|
+
"node_modules/is-inside-container/node_modules/is-docker": {
|
|
4685
|
+
"version": "3.0.0",
|
|
4686
|
+
"license": "MIT",
|
|
4687
|
+
"bin": {
|
|
4688
|
+
"is-docker": "cli.js"
|
|
4689
|
+
},
|
|
4690
|
+
"engines": {
|
|
4691
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4692
|
+
},
|
|
4693
|
+
"funding": {
|
|
4694
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4697
|
+
"node_modules/is-plain-obj": {
|
|
4698
|
+
"version": "4.1.0",
|
|
4699
|
+
"license": "MIT",
|
|
4700
|
+
"engines": {
|
|
4701
|
+
"node": ">=12"
|
|
4702
|
+
},
|
|
4703
|
+
"funding": {
|
|
4704
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
"node_modules/is-wsl": {
|
|
4708
|
+
"version": "2.2.0",
|
|
4709
|
+
"dev": true,
|
|
4710
|
+
"license": "MIT",
|
|
4711
|
+
"dependencies": {
|
|
4712
|
+
"is-docker": "^2.0.0"
|
|
4713
|
+
},
|
|
4714
|
+
"engines": {
|
|
4715
|
+
"node": ">=8"
|
|
4716
|
+
}
|
|
4717
|
+
},
|
|
4718
|
+
"node_modules/js-yaml": {
|
|
4719
|
+
"version": "4.1.1",
|
|
4720
|
+
"license": "MIT",
|
|
4721
|
+
"dependencies": {
|
|
4722
|
+
"argparse": "^2.0.1"
|
|
4723
|
+
},
|
|
4724
|
+
"bin": {
|
|
4725
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4728
|
+
"node_modules/jsonc-parser": {
|
|
4729
|
+
"version": "3.3.1",
|
|
4730
|
+
"license": "MIT"
|
|
4731
|
+
},
|
|
4732
|
+
"node_modules/kolorist": {
|
|
4733
|
+
"version": "1.8.0",
|
|
4734
|
+
"license": "MIT"
|
|
4735
|
+
},
|
|
4736
|
+
"node_modules/local-pkg": {
|
|
4737
|
+
"version": "0.5.1",
|
|
4738
|
+
"license": "MIT",
|
|
4739
|
+
"dependencies": {
|
|
4740
|
+
"mlly": "^1.7.3",
|
|
4741
|
+
"pkg-types": "^1.2.1"
|
|
4742
|
+
},
|
|
4743
|
+
"engines": {
|
|
4744
|
+
"node": ">=14"
|
|
4745
|
+
},
|
|
4746
|
+
"funding": {
|
|
4747
|
+
"url": "https://github.com/sponsors/antfu"
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
"node_modules/lodash": {
|
|
4751
|
+
"version": "4.18.1",
|
|
4752
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
4753
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
4754
|
+
"dev": true,
|
|
4755
|
+
"license": "MIT"
|
|
4756
|
+
},
|
|
4757
|
+
"node_modules/longest-streak": {
|
|
4758
|
+
"version": "3.1.0",
|
|
4759
|
+
"license": "MIT",
|
|
4760
|
+
"funding": {
|
|
4761
|
+
"type": "github",
|
|
4762
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4763
|
+
}
|
|
4764
|
+
},
|
|
4765
|
+
"node_modules/lru-cache": {
|
|
4766
|
+
"version": "11.3.6",
|
|
4767
|
+
"license": "BlueOak-1.0.0",
|
|
4768
|
+
"engines": {
|
|
4769
|
+
"node": "20 || >=22"
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4772
|
+
"node_modules/magic-string": {
|
|
4773
|
+
"version": "0.30.21",
|
|
4774
|
+
"license": "MIT",
|
|
4775
|
+
"dependencies": {
|
|
4776
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
4777
|
+
}
|
|
4778
|
+
},
|
|
4779
|
+
"node_modules/magicast": {
|
|
4780
|
+
"version": "0.5.2",
|
|
4781
|
+
"license": "MIT",
|
|
4782
|
+
"dependencies": {
|
|
4783
|
+
"@babel/parser": "^7.29.0",
|
|
4784
|
+
"@babel/types": "^7.29.0",
|
|
4785
|
+
"source-map-js": "^1.2.1"
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
"node_modules/markdown-table": {
|
|
4789
|
+
"version": "3.0.4",
|
|
4790
|
+
"license": "MIT",
|
|
4791
|
+
"funding": {
|
|
4792
|
+
"type": "github",
|
|
4793
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4794
|
+
}
|
|
4795
|
+
},
|
|
4796
|
+
"node_modules/math-intrinsics": {
|
|
4797
|
+
"version": "1.1.0",
|
|
4798
|
+
"license": "MIT",
|
|
4799
|
+
"engines": {
|
|
4800
|
+
"node": ">= 0.4"
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
"node_modules/mdast-util-definitions": {
|
|
4804
|
+
"version": "6.0.0",
|
|
4805
|
+
"license": "MIT",
|
|
4806
|
+
"dependencies": {
|
|
4807
|
+
"@types/mdast": "^4.0.0",
|
|
4808
|
+
"@types/unist": "^3.0.0",
|
|
4809
|
+
"unist-util-visit": "^5.0.0"
|
|
4810
|
+
},
|
|
4811
|
+
"funding": {
|
|
4812
|
+
"type": "opencollective",
|
|
4813
|
+
"url": "https://opencollective.com/unified"
|
|
4814
|
+
}
|
|
4815
|
+
},
|
|
4816
|
+
"node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
|
|
4817
|
+
"version": "5.0.0",
|
|
4818
|
+
"license": "MIT",
|
|
4819
|
+
"dependencies": {
|
|
4820
|
+
"@types/unist": "^3.0.0",
|
|
4821
|
+
"unist-util-is": "^6.0.0",
|
|
4822
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4823
|
+
},
|
|
4824
|
+
"funding": {
|
|
4825
|
+
"type": "opencollective",
|
|
4826
|
+
"url": "https://opencollective.com/unified"
|
|
4827
|
+
}
|
|
4828
|
+
},
|
|
4829
|
+
"node_modules/mdast-util-definitions/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
4830
|
+
"version": "6.0.1",
|
|
4831
|
+
"license": "MIT",
|
|
4832
|
+
"dependencies": {
|
|
4833
|
+
"@types/unist": "^3.0.0",
|
|
4834
|
+
"unist-util-is": "^6.0.0"
|
|
4835
|
+
},
|
|
4836
|
+
"funding": {
|
|
4837
|
+
"type": "opencollective",
|
|
4838
|
+
"url": "https://opencollective.com/unified"
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4841
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
4842
|
+
"version": "3.0.2",
|
|
4843
|
+
"license": "MIT",
|
|
4844
|
+
"dependencies": {
|
|
4845
|
+
"@types/mdast": "^4.0.0",
|
|
4846
|
+
"escape-string-regexp": "^5.0.0",
|
|
4847
|
+
"unist-util-is": "^6.0.0",
|
|
4848
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4849
|
+
},
|
|
4850
|
+
"funding": {
|
|
4851
|
+
"type": "opencollective",
|
|
4852
|
+
"url": "https://opencollective.com/unified"
|
|
4853
|
+
}
|
|
4854
|
+
},
|
|
4855
|
+
"node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": {
|
|
4856
|
+
"version": "6.0.1",
|
|
4857
|
+
"license": "MIT",
|
|
4858
|
+
"dependencies": {
|
|
4859
|
+
"@types/unist": "^3.0.0",
|
|
4860
|
+
"unist-util-is": "^6.0.0"
|
|
4861
|
+
},
|
|
4862
|
+
"funding": {
|
|
4863
|
+
"type": "opencollective",
|
|
4864
|
+
"url": "https://opencollective.com/unified"
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4867
|
+
"node_modules/mdast-util-from-markdown": {
|
|
4868
|
+
"version": "2.0.2",
|
|
4869
|
+
"license": "MIT",
|
|
4870
|
+
"dependencies": {
|
|
4871
|
+
"@types/mdast": "^4.0.0",
|
|
4872
|
+
"@types/unist": "^3.0.0",
|
|
4873
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4874
|
+
"devlop": "^1.0.0",
|
|
4875
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4876
|
+
"micromark": "^4.0.0",
|
|
4877
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4878
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
4879
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4880
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4881
|
+
"micromark-util-types": "^2.0.0",
|
|
4882
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
4883
|
+
},
|
|
4884
|
+
"funding": {
|
|
4885
|
+
"type": "opencollective",
|
|
4886
|
+
"url": "https://opencollective.com/unified"
|
|
4887
|
+
}
|
|
4888
|
+
},
|
|
4889
|
+
"node_modules/mdast-util-gfm": {
|
|
4890
|
+
"version": "3.1.0",
|
|
4891
|
+
"license": "MIT",
|
|
4892
|
+
"dependencies": {
|
|
4893
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4894
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
4895
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
4896
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
4897
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
4898
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
4899
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4900
|
+
},
|
|
4901
|
+
"funding": {
|
|
4902
|
+
"type": "opencollective",
|
|
4903
|
+
"url": "https://opencollective.com/unified"
|
|
4904
|
+
}
|
|
4905
|
+
},
|
|
4906
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
4907
|
+
"version": "2.0.1",
|
|
4908
|
+
"license": "MIT",
|
|
4909
|
+
"dependencies": {
|
|
4910
|
+
"@types/mdast": "^4.0.0",
|
|
4911
|
+
"ccount": "^2.0.0",
|
|
4912
|
+
"devlop": "^1.0.0",
|
|
4913
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
4914
|
+
"micromark-util-character": "^2.0.0"
|
|
4915
|
+
},
|
|
4916
|
+
"funding": {
|
|
4917
|
+
"type": "opencollective",
|
|
4918
|
+
"url": "https://opencollective.com/unified"
|
|
4919
|
+
}
|
|
4920
|
+
},
|
|
4921
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
4922
|
+
"version": "2.1.0",
|
|
4923
|
+
"license": "MIT",
|
|
4924
|
+
"dependencies": {
|
|
4925
|
+
"@types/mdast": "^4.0.0",
|
|
4926
|
+
"devlop": "^1.1.0",
|
|
4927
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4928
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4929
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
4930
|
+
},
|
|
4931
|
+
"funding": {
|
|
4932
|
+
"type": "opencollective",
|
|
4933
|
+
"url": "https://opencollective.com/unified"
|
|
4934
|
+
}
|
|
4935
|
+
},
|
|
4936
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
4937
|
+
"version": "2.0.0",
|
|
4938
|
+
"license": "MIT",
|
|
4939
|
+
"dependencies": {
|
|
4940
|
+
"@types/mdast": "^4.0.0",
|
|
4941
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4942
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4943
|
+
},
|
|
4944
|
+
"funding": {
|
|
4945
|
+
"type": "opencollective",
|
|
4946
|
+
"url": "https://opencollective.com/unified"
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4949
|
+
"node_modules/mdast-util-gfm-table": {
|
|
4950
|
+
"version": "2.0.0",
|
|
4951
|
+
"license": "MIT",
|
|
4952
|
+
"dependencies": {
|
|
4953
|
+
"@types/mdast": "^4.0.0",
|
|
4954
|
+
"devlop": "^1.0.0",
|
|
4955
|
+
"markdown-table": "^3.0.0",
|
|
4956
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4957
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4958
|
+
},
|
|
4959
|
+
"funding": {
|
|
4960
|
+
"type": "opencollective",
|
|
4961
|
+
"url": "https://opencollective.com/unified"
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4964
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
4965
|
+
"version": "2.0.0",
|
|
4966
|
+
"license": "MIT",
|
|
4967
|
+
"dependencies": {
|
|
4968
|
+
"@types/mdast": "^4.0.0",
|
|
4969
|
+
"devlop": "^1.0.0",
|
|
4970
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4971
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4972
|
+
},
|
|
4973
|
+
"funding": {
|
|
4974
|
+
"type": "opencollective",
|
|
4975
|
+
"url": "https://opencollective.com/unified"
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
"node_modules/mdast-util-phrasing": {
|
|
4979
|
+
"version": "4.1.0",
|
|
4980
|
+
"license": "MIT",
|
|
4981
|
+
"dependencies": {
|
|
4982
|
+
"@types/mdast": "^4.0.0",
|
|
4983
|
+
"unist-util-is": "^6.0.0"
|
|
4984
|
+
},
|
|
4985
|
+
"funding": {
|
|
4986
|
+
"type": "opencollective",
|
|
4987
|
+
"url": "https://opencollective.com/unified"
|
|
4988
|
+
}
|
|
4989
|
+
},
|
|
4990
|
+
"node_modules/mdast-util-to-hast": {
|
|
4991
|
+
"version": "13.2.0",
|
|
4992
|
+
"license": "MIT",
|
|
4993
|
+
"dependencies": {
|
|
4994
|
+
"@types/hast": "^3.0.0",
|
|
4995
|
+
"@types/mdast": "^4.0.0",
|
|
4996
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
4997
|
+
"devlop": "^1.0.0",
|
|
4998
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4999
|
+
"trim-lines": "^3.0.0",
|
|
5000
|
+
"unist-util-position": "^5.0.0",
|
|
5001
|
+
"unist-util-visit": "^5.0.0",
|
|
5002
|
+
"vfile": "^6.0.0"
|
|
5003
|
+
},
|
|
5004
|
+
"funding": {
|
|
5005
|
+
"type": "opencollective",
|
|
5006
|
+
"url": "https://opencollective.com/unified"
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
"node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
|
|
5010
|
+
"version": "5.0.0",
|
|
5011
|
+
"license": "MIT",
|
|
5012
|
+
"dependencies": {
|
|
5013
|
+
"@types/unist": "^3.0.0",
|
|
5014
|
+
"unist-util-is": "^6.0.0",
|
|
5015
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
5016
|
+
},
|
|
5017
|
+
"funding": {
|
|
5018
|
+
"type": "opencollective",
|
|
5019
|
+
"url": "https://opencollective.com/unified"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
"node_modules/mdast-util-to-hast/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
5023
|
+
"version": "6.0.1",
|
|
5024
|
+
"license": "MIT",
|
|
5025
|
+
"dependencies": {
|
|
5026
|
+
"@types/unist": "^3.0.0",
|
|
5027
|
+
"unist-util-is": "^6.0.0"
|
|
5028
|
+
},
|
|
5029
|
+
"funding": {
|
|
5030
|
+
"type": "opencollective",
|
|
5031
|
+
"url": "https://opencollective.com/unified"
|
|
5032
|
+
}
|
|
5033
|
+
},
|
|
5034
|
+
"node_modules/mdast-util-to-markdown": {
|
|
5035
|
+
"version": "2.1.2",
|
|
5036
|
+
"license": "MIT",
|
|
5037
|
+
"dependencies": {
|
|
5038
|
+
"@types/mdast": "^4.0.0",
|
|
5039
|
+
"@types/unist": "^3.0.0",
|
|
5040
|
+
"longest-streak": "^3.0.0",
|
|
5041
|
+
"mdast-util-phrasing": "^4.0.0",
|
|
5042
|
+
"mdast-util-to-string": "^4.0.0",
|
|
5043
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
5044
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
5045
|
+
"unist-util-visit": "^5.0.0",
|
|
5046
|
+
"zwitch": "^2.0.0"
|
|
5047
|
+
},
|
|
5048
|
+
"funding": {
|
|
5049
|
+
"type": "opencollective",
|
|
5050
|
+
"url": "https://opencollective.com/unified"
|
|
5051
|
+
}
|
|
5052
|
+
},
|
|
5053
|
+
"node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
|
|
5054
|
+
"version": "5.0.0",
|
|
5055
|
+
"license": "MIT",
|
|
5056
|
+
"dependencies": {
|
|
5057
|
+
"@types/unist": "^3.0.0",
|
|
5058
|
+
"unist-util-is": "^6.0.0",
|
|
5059
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
5060
|
+
},
|
|
5061
|
+
"funding": {
|
|
5062
|
+
"type": "opencollective",
|
|
5063
|
+
"url": "https://opencollective.com/unified"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"node_modules/mdast-util-to-markdown/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
5067
|
+
"version": "6.0.1",
|
|
5068
|
+
"license": "MIT",
|
|
5069
|
+
"dependencies": {
|
|
5070
|
+
"@types/unist": "^3.0.0",
|
|
5071
|
+
"unist-util-is": "^6.0.0"
|
|
5072
|
+
},
|
|
5073
|
+
"funding": {
|
|
5074
|
+
"type": "opencollective",
|
|
5075
|
+
"url": "https://opencollective.com/unified"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
"node_modules/mdast-util-to-string": {
|
|
5079
|
+
"version": "4.0.0",
|
|
5080
|
+
"license": "MIT",
|
|
5081
|
+
"dependencies": {
|
|
5082
|
+
"@types/mdast": "^4.0.0"
|
|
5083
|
+
},
|
|
5084
|
+
"funding": {
|
|
5085
|
+
"type": "opencollective",
|
|
5086
|
+
"url": "https://opencollective.com/unified"
|
|
5087
|
+
}
|
|
5088
|
+
},
|
|
5089
|
+
"node_modules/mdn-data": {
|
|
5090
|
+
"version": "2.12.2",
|
|
5091
|
+
"license": "CC0-1.0"
|
|
5092
|
+
},
|
|
5093
|
+
"node_modules/micromark": {
|
|
5094
|
+
"version": "4.0.2",
|
|
5095
|
+
"funding": [
|
|
5096
|
+
{
|
|
5097
|
+
"type": "GitHub Sponsors",
|
|
5098
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"type": "OpenCollective",
|
|
5102
|
+
"url": "https://opencollective.com/unified"
|
|
5103
|
+
}
|
|
5104
|
+
],
|
|
5105
|
+
"license": "MIT",
|
|
5106
|
+
"dependencies": {
|
|
5107
|
+
"@types/debug": "^4.0.0",
|
|
5108
|
+
"debug": "^4.0.0",
|
|
5109
|
+
"decode-named-character-reference": "^1.0.0",
|
|
5110
|
+
"devlop": "^1.0.0",
|
|
5111
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
5112
|
+
"micromark-factory-space": "^2.0.0",
|
|
5113
|
+
"micromark-util-character": "^2.0.0",
|
|
5114
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5115
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
5116
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
5117
|
+
"micromark-util-encode": "^2.0.0",
|
|
5118
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
5119
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
5120
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5121
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
5122
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5123
|
+
"micromark-util-types": "^2.0.0"
|
|
5124
|
+
}
|
|
5125
|
+
},
|
|
5126
|
+
"node_modules/micromark-core-commonmark": {
|
|
5127
|
+
"version": "2.0.3",
|
|
5128
|
+
"funding": [
|
|
5129
|
+
{
|
|
5130
|
+
"type": "GitHub Sponsors",
|
|
5131
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"type": "OpenCollective",
|
|
5135
|
+
"url": "https://opencollective.com/unified"
|
|
5136
|
+
}
|
|
5137
|
+
],
|
|
5138
|
+
"license": "MIT",
|
|
5139
|
+
"dependencies": {
|
|
5140
|
+
"decode-named-character-reference": "^1.0.0",
|
|
5141
|
+
"devlop": "^1.0.0",
|
|
5142
|
+
"micromark-factory-destination": "^2.0.0",
|
|
5143
|
+
"micromark-factory-label": "^2.0.0",
|
|
5144
|
+
"micromark-factory-space": "^2.0.0",
|
|
5145
|
+
"micromark-factory-title": "^2.0.0",
|
|
5146
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
5147
|
+
"micromark-util-character": "^2.0.0",
|
|
5148
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5149
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
5150
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
5151
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
5152
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
5153
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
5154
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5155
|
+
"micromark-util-types": "^2.0.0"
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
5158
|
+
"node_modules/micromark-extension-gfm": {
|
|
5159
|
+
"version": "3.0.0",
|
|
5160
|
+
"license": "MIT",
|
|
5161
|
+
"dependencies": {
|
|
5162
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
5163
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
5164
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
5165
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
5166
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
5167
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
5168
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
5169
|
+
"micromark-util-types": "^2.0.0"
|
|
5170
|
+
},
|
|
5171
|
+
"funding": {
|
|
5172
|
+
"type": "opencollective",
|
|
5173
|
+
"url": "https://opencollective.com/unified"
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
5176
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
5177
|
+
"version": "2.1.0",
|
|
5178
|
+
"license": "MIT",
|
|
5179
|
+
"dependencies": {
|
|
5180
|
+
"micromark-util-character": "^2.0.0",
|
|
5181
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5182
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5183
|
+
"micromark-util-types": "^2.0.0"
|
|
5184
|
+
},
|
|
5185
|
+
"funding": {
|
|
5186
|
+
"type": "opencollective",
|
|
5187
|
+
"url": "https://opencollective.com/unified"
|
|
5188
|
+
}
|
|
5189
|
+
},
|
|
5190
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
5191
|
+
"version": "2.1.0",
|
|
5192
|
+
"license": "MIT",
|
|
5193
|
+
"dependencies": {
|
|
5194
|
+
"devlop": "^1.0.0",
|
|
5195
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
5196
|
+
"micromark-factory-space": "^2.0.0",
|
|
5197
|
+
"micromark-util-character": "^2.0.0",
|
|
5198
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
5199
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5200
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5201
|
+
"micromark-util-types": "^2.0.0"
|
|
5202
|
+
},
|
|
5203
|
+
"funding": {
|
|
5204
|
+
"type": "opencollective",
|
|
5205
|
+
"url": "https://opencollective.com/unified"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
5209
|
+
"version": "2.1.0",
|
|
5210
|
+
"license": "MIT",
|
|
5211
|
+
"dependencies": {
|
|
5212
|
+
"devlop": "^1.0.0",
|
|
5213
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5214
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
5215
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
5216
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5217
|
+
"micromark-util-types": "^2.0.0"
|
|
5218
|
+
},
|
|
5219
|
+
"funding": {
|
|
5220
|
+
"type": "opencollective",
|
|
5221
|
+
"url": "https://opencollective.com/unified"
|
|
5222
|
+
}
|
|
5223
|
+
},
|
|
5224
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
5225
|
+
"version": "2.1.1",
|
|
5226
|
+
"license": "MIT",
|
|
5227
|
+
"dependencies": {
|
|
5228
|
+
"devlop": "^1.0.0",
|
|
5229
|
+
"micromark-factory-space": "^2.0.0",
|
|
5230
|
+
"micromark-util-character": "^2.0.0",
|
|
5231
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5232
|
+
"micromark-util-types": "^2.0.0"
|
|
5233
|
+
},
|
|
5234
|
+
"funding": {
|
|
5235
|
+
"type": "opencollective",
|
|
5236
|
+
"url": "https://opencollective.com/unified"
|
|
5237
|
+
}
|
|
5238
|
+
},
|
|
5239
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
5240
|
+
"version": "2.0.0",
|
|
5241
|
+
"license": "MIT",
|
|
5242
|
+
"dependencies": {
|
|
5243
|
+
"micromark-util-types": "^2.0.0"
|
|
5244
|
+
},
|
|
5245
|
+
"funding": {
|
|
5246
|
+
"type": "opencollective",
|
|
5247
|
+
"url": "https://opencollective.com/unified"
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
5250
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
5251
|
+
"version": "2.1.0",
|
|
5252
|
+
"license": "MIT",
|
|
5253
|
+
"dependencies": {
|
|
5254
|
+
"devlop": "^1.0.0",
|
|
5255
|
+
"micromark-factory-space": "^2.0.0",
|
|
5256
|
+
"micromark-util-character": "^2.0.0",
|
|
5257
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5258
|
+
"micromark-util-types": "^2.0.0"
|
|
5259
|
+
},
|
|
5260
|
+
"funding": {
|
|
5261
|
+
"type": "opencollective",
|
|
5262
|
+
"url": "https://opencollective.com/unified"
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
"node_modules/micromark-factory-destination": {
|
|
5266
|
+
"version": "2.0.1",
|
|
5267
|
+
"funding": [
|
|
5268
|
+
{
|
|
5269
|
+
"type": "GitHub Sponsors",
|
|
5270
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"type": "OpenCollective",
|
|
5274
|
+
"url": "https://opencollective.com/unified"
|
|
5275
|
+
}
|
|
5276
|
+
],
|
|
5277
|
+
"license": "MIT",
|
|
5278
|
+
"dependencies": {
|
|
5279
|
+
"micromark-util-character": "^2.0.0",
|
|
5280
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5281
|
+
"micromark-util-types": "^2.0.0"
|
|
5282
|
+
}
|
|
5283
|
+
},
|
|
5284
|
+
"node_modules/micromark-factory-label": {
|
|
5285
|
+
"version": "2.0.1",
|
|
5286
|
+
"funding": [
|
|
5287
|
+
{
|
|
5288
|
+
"type": "GitHub Sponsors",
|
|
5289
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"type": "OpenCollective",
|
|
5293
|
+
"url": "https://opencollective.com/unified"
|
|
5294
|
+
}
|
|
5295
|
+
],
|
|
5296
|
+
"license": "MIT",
|
|
5297
|
+
"dependencies": {
|
|
5298
|
+
"devlop": "^1.0.0",
|
|
5299
|
+
"micromark-util-character": "^2.0.0",
|
|
5300
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5301
|
+
"micromark-util-types": "^2.0.0"
|
|
5302
|
+
}
|
|
5303
|
+
},
|
|
5304
|
+
"node_modules/micromark-factory-space": {
|
|
5305
|
+
"version": "2.0.1",
|
|
5306
|
+
"funding": [
|
|
5307
|
+
{
|
|
5308
|
+
"type": "GitHub Sponsors",
|
|
5309
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"type": "OpenCollective",
|
|
5313
|
+
"url": "https://opencollective.com/unified"
|
|
5314
|
+
}
|
|
5315
|
+
],
|
|
5316
|
+
"license": "MIT",
|
|
5317
|
+
"dependencies": {
|
|
5318
|
+
"micromark-util-character": "^2.0.0",
|
|
5319
|
+
"micromark-util-types": "^2.0.0"
|
|
5320
|
+
}
|
|
5321
|
+
},
|
|
5322
|
+
"node_modules/micromark-factory-title": {
|
|
5323
|
+
"version": "2.0.1",
|
|
5324
|
+
"funding": [
|
|
5325
|
+
{
|
|
5326
|
+
"type": "GitHub Sponsors",
|
|
5327
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"type": "OpenCollective",
|
|
5331
|
+
"url": "https://opencollective.com/unified"
|
|
5332
|
+
}
|
|
5333
|
+
],
|
|
5334
|
+
"license": "MIT",
|
|
5335
|
+
"dependencies": {
|
|
5336
|
+
"micromark-factory-space": "^2.0.0",
|
|
5337
|
+
"micromark-util-character": "^2.0.0",
|
|
5338
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5339
|
+
"micromark-util-types": "^2.0.0"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5342
|
+
"node_modules/micromark-factory-whitespace": {
|
|
5343
|
+
"version": "2.0.1",
|
|
5344
|
+
"funding": [
|
|
5345
|
+
{
|
|
5346
|
+
"type": "GitHub Sponsors",
|
|
5347
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"type": "OpenCollective",
|
|
5351
|
+
"url": "https://opencollective.com/unified"
|
|
5352
|
+
}
|
|
5353
|
+
],
|
|
5354
|
+
"license": "MIT",
|
|
5355
|
+
"dependencies": {
|
|
5356
|
+
"micromark-factory-space": "^2.0.0",
|
|
5357
|
+
"micromark-util-character": "^2.0.0",
|
|
5358
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5359
|
+
"micromark-util-types": "^2.0.0"
|
|
5360
|
+
}
|
|
5361
|
+
},
|
|
5362
|
+
"node_modules/micromark-util-character": {
|
|
5363
|
+
"version": "2.1.1",
|
|
5364
|
+
"funding": [
|
|
5365
|
+
{
|
|
5366
|
+
"type": "GitHub Sponsors",
|
|
5367
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"type": "OpenCollective",
|
|
5371
|
+
"url": "https://opencollective.com/unified"
|
|
5372
|
+
}
|
|
5373
|
+
],
|
|
5374
|
+
"license": "MIT",
|
|
5375
|
+
"dependencies": {
|
|
5376
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5377
|
+
"micromark-util-types": "^2.0.0"
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5380
|
+
"node_modules/micromark-util-chunked": {
|
|
5381
|
+
"version": "2.0.1",
|
|
5382
|
+
"funding": [
|
|
5383
|
+
{
|
|
5384
|
+
"type": "GitHub Sponsors",
|
|
5385
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"type": "OpenCollective",
|
|
5389
|
+
"url": "https://opencollective.com/unified"
|
|
5390
|
+
}
|
|
5391
|
+
],
|
|
5392
|
+
"license": "MIT",
|
|
5393
|
+
"dependencies": {
|
|
5394
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"node_modules/micromark-util-classify-character": {
|
|
5398
|
+
"version": "2.0.1",
|
|
5399
|
+
"funding": [
|
|
5400
|
+
{
|
|
5401
|
+
"type": "GitHub Sponsors",
|
|
5402
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"type": "OpenCollective",
|
|
5406
|
+
"url": "https://opencollective.com/unified"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"license": "MIT",
|
|
5410
|
+
"dependencies": {
|
|
5411
|
+
"micromark-util-character": "^2.0.0",
|
|
5412
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5413
|
+
"micromark-util-types": "^2.0.0"
|
|
5414
|
+
}
|
|
5415
|
+
},
|
|
5416
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
5417
|
+
"version": "2.0.1",
|
|
5418
|
+
"funding": [
|
|
5419
|
+
{
|
|
5420
|
+
"type": "GitHub Sponsors",
|
|
5421
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"type": "OpenCollective",
|
|
5425
|
+
"url": "https://opencollective.com/unified"
|
|
5426
|
+
}
|
|
5427
|
+
],
|
|
5428
|
+
"license": "MIT",
|
|
5429
|
+
"dependencies": {
|
|
5430
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5431
|
+
"micromark-util-types": "^2.0.0"
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
5435
|
+
"version": "2.0.2",
|
|
5436
|
+
"funding": [
|
|
5437
|
+
{
|
|
5438
|
+
"type": "GitHub Sponsors",
|
|
5439
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5440
|
+
},
|
|
5441
|
+
{
|
|
5442
|
+
"type": "OpenCollective",
|
|
5443
|
+
"url": "https://opencollective.com/unified"
|
|
5444
|
+
}
|
|
5445
|
+
],
|
|
5446
|
+
"license": "MIT",
|
|
5447
|
+
"dependencies": {
|
|
5448
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
"node_modules/micromark-util-decode-string": {
|
|
5452
|
+
"version": "2.0.1",
|
|
5453
|
+
"funding": [
|
|
5454
|
+
{
|
|
5455
|
+
"type": "GitHub Sponsors",
|
|
5456
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
"type": "OpenCollective",
|
|
5460
|
+
"url": "https://opencollective.com/unified"
|
|
5461
|
+
}
|
|
5462
|
+
],
|
|
5463
|
+
"license": "MIT",
|
|
5464
|
+
"dependencies": {
|
|
5465
|
+
"decode-named-character-reference": "^1.0.0",
|
|
5466
|
+
"micromark-util-character": "^2.0.0",
|
|
5467
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
5468
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
"node_modules/micromark-util-encode": {
|
|
5472
|
+
"version": "2.0.1",
|
|
5473
|
+
"funding": [
|
|
5474
|
+
{
|
|
5475
|
+
"type": "GitHub Sponsors",
|
|
5476
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"type": "OpenCollective",
|
|
5480
|
+
"url": "https://opencollective.com/unified"
|
|
5481
|
+
}
|
|
5482
|
+
],
|
|
5483
|
+
"license": "MIT"
|
|
5484
|
+
},
|
|
5485
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
5486
|
+
"version": "2.0.1",
|
|
5487
|
+
"funding": [
|
|
5488
|
+
{
|
|
5489
|
+
"type": "GitHub Sponsors",
|
|
5490
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
"type": "OpenCollective",
|
|
5494
|
+
"url": "https://opencollective.com/unified"
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"license": "MIT"
|
|
5498
|
+
},
|
|
5499
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
5500
|
+
"version": "2.0.1",
|
|
5501
|
+
"funding": [
|
|
5502
|
+
{
|
|
5503
|
+
"type": "GitHub Sponsors",
|
|
5504
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"type": "OpenCollective",
|
|
5508
|
+
"url": "https://opencollective.com/unified"
|
|
5509
|
+
}
|
|
5510
|
+
],
|
|
5511
|
+
"license": "MIT",
|
|
5512
|
+
"dependencies": {
|
|
5513
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"node_modules/micromark-util-resolve-all": {
|
|
5517
|
+
"version": "2.0.1",
|
|
5518
|
+
"funding": [
|
|
5519
|
+
{
|
|
5520
|
+
"type": "GitHub Sponsors",
|
|
5521
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"type": "OpenCollective",
|
|
5525
|
+
"url": "https://opencollective.com/unified"
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
5528
|
+
"license": "MIT",
|
|
5529
|
+
"dependencies": {
|
|
5530
|
+
"micromark-util-types": "^2.0.0"
|
|
5531
|
+
}
|
|
5532
|
+
},
|
|
5533
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
5534
|
+
"version": "2.0.1",
|
|
5535
|
+
"funding": [
|
|
5536
|
+
{
|
|
5537
|
+
"type": "GitHub Sponsors",
|
|
5538
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"type": "OpenCollective",
|
|
5542
|
+
"url": "https://opencollective.com/unified"
|
|
5543
|
+
}
|
|
5544
|
+
],
|
|
5545
|
+
"license": "MIT",
|
|
5546
|
+
"dependencies": {
|
|
5547
|
+
"micromark-util-character": "^2.0.0",
|
|
5548
|
+
"micromark-util-encode": "^2.0.0",
|
|
5549
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5550
|
+
}
|
|
5551
|
+
},
|
|
5552
|
+
"node_modules/micromark-util-subtokenize": {
|
|
5553
|
+
"version": "2.1.0",
|
|
5554
|
+
"funding": [
|
|
5555
|
+
{
|
|
5556
|
+
"type": "GitHub Sponsors",
|
|
5557
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"type": "OpenCollective",
|
|
5561
|
+
"url": "https://opencollective.com/unified"
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"license": "MIT",
|
|
5565
|
+
"dependencies": {
|
|
5566
|
+
"devlop": "^1.0.0",
|
|
5567
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5568
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5569
|
+
"micromark-util-types": "^2.0.0"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
"node_modules/micromark-util-symbol": {
|
|
5573
|
+
"version": "2.0.1",
|
|
5574
|
+
"funding": [
|
|
5575
|
+
{
|
|
5576
|
+
"type": "GitHub Sponsors",
|
|
5577
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"type": "OpenCollective",
|
|
5581
|
+
"url": "https://opencollective.com/unified"
|
|
5582
|
+
}
|
|
5583
|
+
],
|
|
5584
|
+
"license": "MIT"
|
|
5585
|
+
},
|
|
5586
|
+
"node_modules/micromark-util-types": {
|
|
5587
|
+
"version": "2.0.2",
|
|
5588
|
+
"funding": [
|
|
5589
|
+
{
|
|
5590
|
+
"type": "GitHub Sponsors",
|
|
5591
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
"type": "OpenCollective",
|
|
5595
|
+
"url": "https://opencollective.com/unified"
|
|
5596
|
+
}
|
|
5597
|
+
],
|
|
5598
|
+
"license": "MIT"
|
|
5599
|
+
},
|
|
5600
|
+
"node_modules/micromark/node_modules/debug": {
|
|
5601
|
+
"version": "4.4.0",
|
|
5602
|
+
"license": "MIT",
|
|
5603
|
+
"dependencies": {
|
|
5604
|
+
"ms": "^2.1.3"
|
|
5605
|
+
},
|
|
5606
|
+
"engines": {
|
|
5607
|
+
"node": ">=6.0"
|
|
5608
|
+
},
|
|
5609
|
+
"peerDependenciesMeta": {
|
|
5610
|
+
"supports-color": {
|
|
5611
|
+
"optional": true
|
|
5612
|
+
}
|
|
5613
|
+
}
|
|
5614
|
+
},
|
|
5615
|
+
"node_modules/mime-db": {
|
|
5616
|
+
"version": "1.52.0",
|
|
5617
|
+
"license": "MIT",
|
|
5618
|
+
"engines": {
|
|
5619
|
+
"node": ">= 0.6"
|
|
5620
|
+
}
|
|
5621
|
+
},
|
|
5622
|
+
"node_modules/mime-types": {
|
|
5623
|
+
"version": "2.1.35",
|
|
5624
|
+
"license": "MIT",
|
|
5625
|
+
"dependencies": {
|
|
5626
|
+
"mime-db": "1.52.0"
|
|
5627
|
+
},
|
|
5628
|
+
"engines": {
|
|
5629
|
+
"node": ">= 0.6"
|
|
5630
|
+
}
|
|
5631
|
+
},
|
|
5632
|
+
"node_modules/minizlib": {
|
|
5633
|
+
"version": "2.1.2",
|
|
5634
|
+
"license": "MIT",
|
|
5635
|
+
"dependencies": {
|
|
5636
|
+
"minipass": "^3.0.0",
|
|
5637
|
+
"yallist": "^4.0.0"
|
|
5638
|
+
},
|
|
5639
|
+
"engines": {
|
|
5640
|
+
"node": ">= 8"
|
|
5641
|
+
}
|
|
5642
|
+
},
|
|
5643
|
+
"node_modules/minizlib/node_modules/minipass": {
|
|
5644
|
+
"version": "3.3.6",
|
|
5645
|
+
"license": "ISC",
|
|
5646
|
+
"dependencies": {
|
|
5647
|
+
"yallist": "^4.0.0"
|
|
5648
|
+
},
|
|
5649
|
+
"engines": {
|
|
5650
|
+
"node": ">=8"
|
|
5651
|
+
}
|
|
5652
|
+
},
|
|
5653
|
+
"node_modules/mkdirp": {
|
|
5654
|
+
"version": "0.3.0",
|
|
5655
|
+
"dev": true,
|
|
5656
|
+
"license": "MIT/X11",
|
|
5657
|
+
"engines": {
|
|
5658
|
+
"node": "*"
|
|
5659
|
+
}
|
|
5660
|
+
},
|
|
5661
|
+
"node_modules/mlly": {
|
|
5662
|
+
"version": "1.8.0",
|
|
5663
|
+
"license": "MIT",
|
|
5664
|
+
"dependencies": {
|
|
5665
|
+
"acorn": "^8.15.0",
|
|
5666
|
+
"pathe": "^2.0.3",
|
|
5667
|
+
"pkg-types": "^1.3.1",
|
|
5668
|
+
"ufo": "^1.6.1"
|
|
5669
|
+
}
|
|
5670
|
+
},
|
|
5671
|
+
"node_modules/mlly/node_modules/acorn": {
|
|
5672
|
+
"version": "8.15.0",
|
|
5673
|
+
"license": "MIT",
|
|
5674
|
+
"bin": {
|
|
5675
|
+
"acorn": "bin/acorn"
|
|
5676
|
+
},
|
|
5677
|
+
"engines": {
|
|
5678
|
+
"node": ">=0.4.0"
|
|
5679
|
+
}
|
|
5680
|
+
},
|
|
5681
|
+
"node_modules/mlly/node_modules/ufo": {
|
|
5682
|
+
"version": "1.6.1",
|
|
5683
|
+
"license": "MIT"
|
|
5684
|
+
},
|
|
5685
|
+
"node_modules/mrmime": {
|
|
5686
|
+
"version": "2.0.1",
|
|
5687
|
+
"license": "MIT",
|
|
5688
|
+
"engines": {
|
|
5689
|
+
"node": ">=10"
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
5692
|
+
"node_modules/ms": {
|
|
5693
|
+
"version": "2.1.3",
|
|
5694
|
+
"license": "MIT"
|
|
5695
|
+
},
|
|
5696
|
+
"node_modules/nanoid": {
|
|
5697
|
+
"version": "3.3.11",
|
|
5698
|
+
"funding": [
|
|
5699
|
+
{
|
|
5700
|
+
"type": "github",
|
|
5701
|
+
"url": "https://github.com/sponsors/ai"
|
|
5702
|
+
}
|
|
5703
|
+
],
|
|
5704
|
+
"license": "MIT",
|
|
5705
|
+
"bin": {
|
|
5706
|
+
"nanoid": "bin/nanoid.cjs"
|
|
5707
|
+
},
|
|
5708
|
+
"engines": {
|
|
5709
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
5710
|
+
}
|
|
5711
|
+
},
|
|
5712
|
+
"node_modules/neotraverse": {
|
|
5713
|
+
"version": "0.6.18",
|
|
5714
|
+
"license": "MIT",
|
|
5715
|
+
"engines": {
|
|
5716
|
+
"node": ">= 10"
|
|
5717
|
+
}
|
|
5718
|
+
},
|
|
5719
|
+
"node_modules/nlcst-to-string": {
|
|
5720
|
+
"version": "4.0.0",
|
|
5721
|
+
"license": "MIT",
|
|
5722
|
+
"dependencies": {
|
|
5723
|
+
"@types/nlcst": "^2.0.0"
|
|
5724
|
+
},
|
|
5725
|
+
"funding": {
|
|
5726
|
+
"type": "opencollective",
|
|
5727
|
+
"url": "https://opencollective.com/unified"
|
|
5728
|
+
}
|
|
5729
|
+
},
|
|
5730
|
+
"node_modules/node-fetch-native": {
|
|
5731
|
+
"version": "1.6.7",
|
|
5732
|
+
"license": "MIT"
|
|
5733
|
+
},
|
|
5734
|
+
"node_modules/node-mock-http": {
|
|
5735
|
+
"version": "1.0.4",
|
|
5736
|
+
"license": "MIT"
|
|
5737
|
+
},
|
|
5738
|
+
"node_modules/nopt": {
|
|
5739
|
+
"version": "1.0.10",
|
|
5740
|
+
"dev": true,
|
|
5741
|
+
"license": "MIT",
|
|
5742
|
+
"dependencies": {
|
|
5743
|
+
"abbrev": "1"
|
|
5744
|
+
},
|
|
5745
|
+
"bin": {
|
|
5746
|
+
"nopt": "bin/nopt.js"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"node_modules/normalize-path": {
|
|
5750
|
+
"version": "3.0.0",
|
|
5751
|
+
"license": "MIT",
|
|
5752
|
+
"engines": {
|
|
5753
|
+
"node": ">=0.10.0"
|
|
5754
|
+
}
|
|
5755
|
+
},
|
|
5756
|
+
"node_modules/nth-check": {
|
|
5757
|
+
"version": "2.1.1",
|
|
5758
|
+
"license": "BSD-2-Clause",
|
|
5759
|
+
"dependencies": {
|
|
5760
|
+
"boolbase": "^1.0.0"
|
|
5761
|
+
},
|
|
5762
|
+
"funding": {
|
|
5763
|
+
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
5764
|
+
}
|
|
5765
|
+
},
|
|
5766
|
+
"node_modules/obug": {
|
|
5767
|
+
"version": "2.1.1",
|
|
5768
|
+
"funding": [
|
|
5769
|
+
"https://github.com/sponsors/sxzz",
|
|
5770
|
+
"https://opencollective.com/debug"
|
|
5771
|
+
],
|
|
5772
|
+
"license": "MIT"
|
|
5773
|
+
},
|
|
5774
|
+
"node_modules/ofetch": {
|
|
5775
|
+
"version": "1.5.1",
|
|
5776
|
+
"license": "MIT",
|
|
5777
|
+
"dependencies": {
|
|
5778
|
+
"destr": "^2.0.5",
|
|
5779
|
+
"node-fetch-native": "^1.6.7",
|
|
5780
|
+
"ufo": "^1.6.1"
|
|
5781
|
+
}
|
|
5782
|
+
},
|
|
5783
|
+
"node_modules/ofetch/node_modules/ufo": {
|
|
5784
|
+
"version": "1.6.1",
|
|
5785
|
+
"license": "MIT"
|
|
5786
|
+
},
|
|
5787
|
+
"node_modules/ohash": {
|
|
5788
|
+
"version": "2.0.11",
|
|
5789
|
+
"license": "MIT"
|
|
5790
|
+
},
|
|
5791
|
+
"node_modules/once": {
|
|
5792
|
+
"version": "1.4.0",
|
|
5793
|
+
"license": "ISC",
|
|
5794
|
+
"dependencies": {
|
|
5795
|
+
"wrappy": "1"
|
|
5796
|
+
}
|
|
5797
|
+
},
|
|
5798
|
+
"node_modules/oniguruma-parser": {
|
|
5799
|
+
"version": "0.12.1",
|
|
5800
|
+
"license": "MIT"
|
|
5801
|
+
},
|
|
5802
|
+
"node_modules/oniguruma-to-es": {
|
|
5803
|
+
"version": "4.3.4",
|
|
5804
|
+
"license": "MIT",
|
|
5805
|
+
"dependencies": {
|
|
5806
|
+
"oniguruma-parser": "^0.12.1",
|
|
5807
|
+
"regex": "^6.0.1",
|
|
5808
|
+
"regex-recursion": "^6.0.2"
|
|
5809
|
+
}
|
|
5810
|
+
},
|
|
5811
|
+
"node_modules/open": {
|
|
5812
|
+
"version": "8.4.2",
|
|
5813
|
+
"dev": true,
|
|
5814
|
+
"license": "MIT",
|
|
5815
|
+
"dependencies": {
|
|
5816
|
+
"define-lazy-prop": "^2.0.0",
|
|
5817
|
+
"is-docker": "^2.1.1",
|
|
5818
|
+
"is-wsl": "^2.2.0"
|
|
5819
|
+
},
|
|
5820
|
+
"engines": {
|
|
5821
|
+
"node": ">=12"
|
|
5822
|
+
},
|
|
5823
|
+
"funding": {
|
|
5824
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5825
|
+
}
|
|
5826
|
+
},
|
|
5827
|
+
"node_modules/p-limit": {
|
|
5828
|
+
"version": "7.3.0",
|
|
5829
|
+
"license": "MIT",
|
|
5830
|
+
"dependencies": {
|
|
5831
|
+
"yocto-queue": "^1.2.1"
|
|
5832
|
+
},
|
|
5833
|
+
"engines": {
|
|
5834
|
+
"node": ">=20"
|
|
5835
|
+
},
|
|
5836
|
+
"funding": {
|
|
5837
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5838
|
+
}
|
|
5839
|
+
},
|
|
5840
|
+
"node_modules/p-queue": {
|
|
5841
|
+
"version": "9.2.0",
|
|
5842
|
+
"license": "MIT",
|
|
5843
|
+
"dependencies": {
|
|
5844
|
+
"eventemitter3": "^5.0.4",
|
|
5845
|
+
"p-timeout": "^7.0.0"
|
|
5846
|
+
},
|
|
5847
|
+
"engines": {
|
|
5848
|
+
"node": ">=20"
|
|
5849
|
+
},
|
|
5850
|
+
"funding": {
|
|
5851
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5854
|
+
"node_modules/p-timeout": {
|
|
5855
|
+
"version": "7.0.1",
|
|
5856
|
+
"license": "MIT",
|
|
5857
|
+
"engines": {
|
|
5858
|
+
"node": ">=20"
|
|
5859
|
+
},
|
|
5860
|
+
"funding": {
|
|
5861
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5862
|
+
}
|
|
5863
|
+
},
|
|
5864
|
+
"node_modules/package-manager-detector": {
|
|
5865
|
+
"version": "1.6.0",
|
|
5866
|
+
"license": "MIT"
|
|
5867
|
+
},
|
|
5868
|
+
"node_modules/parse-latin": {
|
|
5869
|
+
"version": "7.0.0",
|
|
5870
|
+
"license": "MIT",
|
|
5871
|
+
"dependencies": {
|
|
5872
|
+
"@types/nlcst": "^2.0.0",
|
|
5873
|
+
"@types/unist": "^3.0.0",
|
|
5874
|
+
"nlcst-to-string": "^4.0.0",
|
|
5875
|
+
"unist-util-modify-children": "^4.0.0",
|
|
5876
|
+
"unist-util-visit-children": "^3.0.0",
|
|
5877
|
+
"vfile": "^6.0.0"
|
|
5878
|
+
},
|
|
5879
|
+
"funding": {
|
|
5880
|
+
"type": "github",
|
|
5881
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
"node_modules/parse5": {
|
|
5885
|
+
"version": "7.3.0",
|
|
5886
|
+
"license": "MIT",
|
|
5887
|
+
"dependencies": {
|
|
5888
|
+
"entities": "^6.0.0"
|
|
5889
|
+
},
|
|
5890
|
+
"funding": {
|
|
5891
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
5892
|
+
}
|
|
5893
|
+
},
|
|
5894
|
+
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
5895
|
+
"version": "7.1.0",
|
|
5896
|
+
"license": "MIT",
|
|
5897
|
+
"dependencies": {
|
|
5898
|
+
"domhandler": "^5.0.3",
|
|
5899
|
+
"parse5": "^7.0.0"
|
|
5900
|
+
},
|
|
5901
|
+
"funding": {
|
|
5902
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
5903
|
+
}
|
|
5904
|
+
},
|
|
5905
|
+
"node_modules/parse5-parser-stream": {
|
|
5906
|
+
"version": "7.1.2",
|
|
5907
|
+
"license": "MIT",
|
|
5908
|
+
"dependencies": {
|
|
5909
|
+
"parse5": "^7.0.0"
|
|
5910
|
+
},
|
|
5911
|
+
"funding": {
|
|
5912
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5915
|
+
"node_modules/path-expression-matcher": {
|
|
5916
|
+
"version": "1.5.0",
|
|
5917
|
+
"dev": true,
|
|
5918
|
+
"funding": [
|
|
5919
|
+
{
|
|
5920
|
+
"type": "github",
|
|
5921
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5922
|
+
}
|
|
5923
|
+
],
|
|
5924
|
+
"license": "MIT",
|
|
5925
|
+
"engines": {
|
|
5926
|
+
"node": ">=14.0.0"
|
|
5927
|
+
}
|
|
5928
|
+
},
|
|
5929
|
+
"node_modules/path-to-regexp": {
|
|
5930
|
+
"version": "6.3.0",
|
|
5931
|
+
"license": "MIT"
|
|
5932
|
+
},
|
|
5933
|
+
"node_modules/pathe": {
|
|
5934
|
+
"version": "2.0.3",
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
5936
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
5937
|
+
"license": "MIT"
|
|
5938
|
+
},
|
|
5939
|
+
"node_modules/pend": {
|
|
5940
|
+
"version": "1.2.0",
|
|
5941
|
+
"license": "MIT"
|
|
5942
|
+
},
|
|
5943
|
+
"node_modules/piccolore": {
|
|
5944
|
+
"version": "0.1.3",
|
|
5945
|
+
"license": "ISC"
|
|
5946
|
+
},
|
|
5947
|
+
"node_modules/picocolors": {
|
|
5948
|
+
"version": "1.1.1",
|
|
5949
|
+
"license": "ISC"
|
|
5950
|
+
},
|
|
5951
|
+
"node_modules/picomatch": {
|
|
5952
|
+
"version": "4.0.4",
|
|
5953
|
+
"license": "MIT",
|
|
5954
|
+
"engines": {
|
|
5955
|
+
"node": ">=12"
|
|
5956
|
+
},
|
|
5957
|
+
"funding": {
|
|
5958
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
"node_modules/pkg-types": {
|
|
5962
|
+
"version": "1.3.1",
|
|
5963
|
+
"license": "MIT",
|
|
5964
|
+
"dependencies": {
|
|
5965
|
+
"confbox": "^0.1.8",
|
|
5966
|
+
"mlly": "^1.7.4",
|
|
5967
|
+
"pathe": "^2.0.1"
|
|
5968
|
+
}
|
|
5969
|
+
},
|
|
5970
|
+
"node_modules/playwright": {
|
|
5971
|
+
"version": "1.52.0",
|
|
5972
|
+
"dev": true,
|
|
5973
|
+
"license": "Apache-2.0",
|
|
5974
|
+
"dependencies": {
|
|
5975
|
+
"playwright-core": "1.52.0"
|
|
5976
|
+
},
|
|
5977
|
+
"bin": {
|
|
5978
|
+
"playwright": "cli.js"
|
|
5979
|
+
},
|
|
5980
|
+
"engines": {
|
|
5981
|
+
"node": ">=18"
|
|
5982
|
+
},
|
|
5983
|
+
"optionalDependencies": {
|
|
5984
|
+
"fsevents": "2.3.2"
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5987
|
+
"node_modules/playwright-core": {
|
|
5988
|
+
"version": "1.52.0",
|
|
5989
|
+
"dev": true,
|
|
5990
|
+
"license": "Apache-2.0",
|
|
5991
|
+
"bin": {
|
|
5992
|
+
"playwright-core": "cli.js"
|
|
5993
|
+
},
|
|
5994
|
+
"engines": {
|
|
5995
|
+
"node": ">=18"
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
"node_modules/postcss": {
|
|
5999
|
+
"version": "8.5.14",
|
|
6000
|
+
"funding": [
|
|
6001
|
+
{
|
|
6002
|
+
"type": "opencollective",
|
|
6003
|
+
"url": "https://opencollective.com/postcss/"
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"type": "tidelift",
|
|
6007
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"type": "github",
|
|
6011
|
+
"url": "https://github.com/sponsors/ai"
|
|
6012
|
+
}
|
|
6013
|
+
],
|
|
6014
|
+
"license": "MIT",
|
|
6015
|
+
"dependencies": {
|
|
6016
|
+
"nanoid": "^3.3.11",
|
|
6017
|
+
"picocolors": "^1.1.1",
|
|
6018
|
+
"source-map-js": "^1.2.1"
|
|
6019
|
+
},
|
|
6020
|
+
"engines": {
|
|
6021
|
+
"node": "^10 || ^12 || >=14"
|
|
6022
|
+
}
|
|
6023
|
+
},
|
|
6024
|
+
"node_modules/postcss-nested": {
|
|
6025
|
+
"version": "6.2.0",
|
|
6026
|
+
"funding": [
|
|
6027
|
+
{
|
|
6028
|
+
"type": "opencollective",
|
|
6029
|
+
"url": "https://opencollective.com/postcss/"
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"type": "github",
|
|
6033
|
+
"url": "https://github.com/sponsors/ai"
|
|
6034
|
+
}
|
|
6035
|
+
],
|
|
6036
|
+
"license": "MIT",
|
|
6037
|
+
"dependencies": {
|
|
6038
|
+
"postcss-selector-parser": "^6.1.1"
|
|
6039
|
+
},
|
|
6040
|
+
"engines": {
|
|
6041
|
+
"node": ">=12.0"
|
|
6042
|
+
},
|
|
6043
|
+
"peerDependencies": {
|
|
6044
|
+
"postcss": "^8.2.14"
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6047
|
+
"node_modules/postcss-selector-parser": {
|
|
6048
|
+
"version": "6.1.2",
|
|
6049
|
+
"license": "MIT",
|
|
6050
|
+
"dependencies": {
|
|
6051
|
+
"cssesc": "^3.0.0",
|
|
6052
|
+
"util-deprecate": "^1.0.2"
|
|
6053
|
+
},
|
|
6054
|
+
"engines": {
|
|
6055
|
+
"node": ">=4"
|
|
6056
|
+
}
|
|
6057
|
+
},
|
|
6058
|
+
"node_modules/pretty-bytes": {
|
|
6059
|
+
"version": "7.1.0",
|
|
6060
|
+
"license": "MIT",
|
|
6061
|
+
"engines": {
|
|
6062
|
+
"node": ">=20"
|
|
6063
|
+
},
|
|
6064
|
+
"funding": {
|
|
6065
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6066
|
+
}
|
|
6067
|
+
},
|
|
6068
|
+
"node_modules/prismjs": {
|
|
6069
|
+
"version": "1.30.0",
|
|
6070
|
+
"license": "MIT",
|
|
6071
|
+
"engines": {
|
|
6072
|
+
"node": ">=6"
|
|
6073
|
+
}
|
|
6074
|
+
},
|
|
6075
|
+
"node_modules/property-information": {
|
|
6076
|
+
"version": "7.0.0",
|
|
6077
|
+
"license": "MIT",
|
|
6078
|
+
"funding": {
|
|
6079
|
+
"type": "github",
|
|
6080
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6083
|
+
"node_modules/proxy-from-env": {
|
|
6084
|
+
"version": "1.1.0",
|
|
6085
|
+
"license": "MIT"
|
|
6086
|
+
},
|
|
6087
|
+
"node_modules/pump": {
|
|
6088
|
+
"version": "3.0.3",
|
|
6089
|
+
"license": "MIT",
|
|
6090
|
+
"dependencies": {
|
|
6091
|
+
"end-of-stream": "^1.1.0",
|
|
6092
|
+
"once": "^1.3.1"
|
|
6093
|
+
}
|
|
6094
|
+
},
|
|
6095
|
+
"node_modules/quansync": {
|
|
6096
|
+
"version": "0.2.11",
|
|
6097
|
+
"funding": [
|
|
6098
|
+
{
|
|
6099
|
+
"type": "individual",
|
|
6100
|
+
"url": "https://github.com/sponsors/antfu"
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"type": "individual",
|
|
6104
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
6105
|
+
}
|
|
6106
|
+
],
|
|
6107
|
+
"license": "MIT"
|
|
6108
|
+
},
|
|
6109
|
+
"node_modules/radix3": {
|
|
6110
|
+
"version": "1.1.2",
|
|
6111
|
+
"license": "MIT"
|
|
6112
|
+
},
|
|
6113
|
+
"node_modules/readdirp": {
|
|
6114
|
+
"version": "5.0.0",
|
|
6115
|
+
"license": "MIT",
|
|
6116
|
+
"engines": {
|
|
6117
|
+
"node": ">= 20.19.0"
|
|
6118
|
+
},
|
|
6119
|
+
"funding": {
|
|
6120
|
+
"type": "individual",
|
|
6121
|
+
"url": "https://paulmillr.com/funding/"
|
|
6122
|
+
}
|
|
6123
|
+
},
|
|
6124
|
+
"node_modules/reflect-metadata": {
|
|
6125
|
+
"version": "0.2.2",
|
|
6126
|
+
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
|
6127
|
+
"integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
|
|
6128
|
+
"dev": true,
|
|
6129
|
+
"license": "Apache-2.0",
|
|
6130
|
+
"peer": true
|
|
6131
|
+
},
|
|
6132
|
+
"node_modules/regex": {
|
|
6133
|
+
"version": "6.0.1",
|
|
6134
|
+
"license": "MIT",
|
|
6135
|
+
"dependencies": {
|
|
6136
|
+
"regex-utilities": "^2.3.0"
|
|
6137
|
+
}
|
|
6138
|
+
},
|
|
6139
|
+
"node_modules/regex-recursion": {
|
|
6140
|
+
"version": "6.0.2",
|
|
6141
|
+
"license": "MIT",
|
|
6142
|
+
"dependencies": {
|
|
6143
|
+
"regex-utilities": "^2.3.0"
|
|
6144
|
+
}
|
|
6145
|
+
},
|
|
6146
|
+
"node_modules/regex-utilities": {
|
|
6147
|
+
"version": "2.3.0",
|
|
6148
|
+
"license": "MIT"
|
|
6149
|
+
},
|
|
6150
|
+
"node_modules/rehype": {
|
|
6151
|
+
"version": "13.0.2",
|
|
6152
|
+
"license": "MIT",
|
|
6153
|
+
"dependencies": {
|
|
6154
|
+
"@types/hast": "^3.0.0",
|
|
6155
|
+
"rehype-parse": "^9.0.0",
|
|
6156
|
+
"rehype-stringify": "^10.0.0",
|
|
6157
|
+
"unified": "^11.0.0"
|
|
6158
|
+
},
|
|
6159
|
+
"funding": {
|
|
6160
|
+
"type": "opencollective",
|
|
6161
|
+
"url": "https://opencollective.com/unified"
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
6164
|
+
"node_modules/rehype-expressive-code": {
|
|
6165
|
+
"version": "0.42.0",
|
|
6166
|
+
"license": "MIT",
|
|
6167
|
+
"dependencies": {
|
|
6168
|
+
"expressive-code": "^0.42.0"
|
|
6169
|
+
}
|
|
6170
|
+
},
|
|
6171
|
+
"node_modules/rehype-parse": {
|
|
6172
|
+
"version": "9.0.1",
|
|
6173
|
+
"license": "MIT",
|
|
6174
|
+
"dependencies": {
|
|
6175
|
+
"@types/hast": "^3.0.0",
|
|
6176
|
+
"hast-util-from-html": "^2.0.0",
|
|
6177
|
+
"unified": "^11.0.0"
|
|
6178
|
+
},
|
|
6179
|
+
"funding": {
|
|
6180
|
+
"type": "opencollective",
|
|
6181
|
+
"url": "https://opencollective.com/unified"
|
|
6182
|
+
}
|
|
6183
|
+
},
|
|
6184
|
+
"node_modules/rehype-raw": {
|
|
6185
|
+
"version": "7.0.0",
|
|
6186
|
+
"license": "MIT",
|
|
6187
|
+
"dependencies": {
|
|
6188
|
+
"@types/hast": "^3.0.0",
|
|
6189
|
+
"hast-util-raw": "^9.0.0",
|
|
6190
|
+
"vfile": "^6.0.0"
|
|
6191
|
+
},
|
|
6192
|
+
"funding": {
|
|
6193
|
+
"type": "opencollective",
|
|
6194
|
+
"url": "https://opencollective.com/unified"
|
|
6195
|
+
}
|
|
6196
|
+
},
|
|
6197
|
+
"node_modules/rehype-stringify": {
|
|
6198
|
+
"version": "10.0.1",
|
|
6199
|
+
"license": "MIT",
|
|
6200
|
+
"dependencies": {
|
|
6201
|
+
"@types/hast": "^3.0.0",
|
|
6202
|
+
"hast-util-to-html": "^9.0.0",
|
|
6203
|
+
"unified": "^11.0.0"
|
|
6204
|
+
},
|
|
6205
|
+
"funding": {
|
|
6206
|
+
"type": "opencollective",
|
|
6207
|
+
"url": "https://opencollective.com/unified"
|
|
6208
|
+
}
|
|
6209
|
+
},
|
|
6210
|
+
"node_modules/remark-gfm": {
|
|
6211
|
+
"version": "4.0.1",
|
|
6212
|
+
"license": "MIT",
|
|
6213
|
+
"dependencies": {
|
|
6214
|
+
"@types/mdast": "^4.0.0",
|
|
6215
|
+
"mdast-util-gfm": "^3.0.0",
|
|
6216
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
6217
|
+
"remark-parse": "^11.0.0",
|
|
6218
|
+
"remark-stringify": "^11.0.0",
|
|
6219
|
+
"unified": "^11.0.0"
|
|
6220
|
+
},
|
|
6221
|
+
"funding": {
|
|
6222
|
+
"type": "opencollective",
|
|
6223
|
+
"url": "https://opencollective.com/unified"
|
|
6224
|
+
}
|
|
6225
|
+
},
|
|
6226
|
+
"node_modules/remark-parse": {
|
|
6227
|
+
"version": "11.0.0",
|
|
6228
|
+
"license": "MIT",
|
|
6229
|
+
"dependencies": {
|
|
6230
|
+
"@types/mdast": "^4.0.0",
|
|
6231
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
6232
|
+
"micromark-util-types": "^2.0.0",
|
|
6233
|
+
"unified": "^11.0.0"
|
|
6234
|
+
},
|
|
6235
|
+
"funding": {
|
|
6236
|
+
"type": "opencollective",
|
|
6237
|
+
"url": "https://opencollective.com/unified"
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
6240
|
+
"node_modules/remark-rehype": {
|
|
6241
|
+
"version": "11.1.2",
|
|
6242
|
+
"license": "MIT",
|
|
6243
|
+
"dependencies": {
|
|
6244
|
+
"@types/hast": "^3.0.0",
|
|
6245
|
+
"@types/mdast": "^4.0.0",
|
|
6246
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
6247
|
+
"unified": "^11.0.0",
|
|
6248
|
+
"vfile": "^6.0.0"
|
|
6249
|
+
},
|
|
6250
|
+
"funding": {
|
|
6251
|
+
"type": "opencollective",
|
|
6252
|
+
"url": "https://opencollective.com/unified"
|
|
6253
|
+
}
|
|
6254
|
+
},
|
|
6255
|
+
"node_modules/remark-smartypants": {
|
|
6256
|
+
"version": "3.0.2",
|
|
6257
|
+
"license": "MIT",
|
|
6258
|
+
"dependencies": {
|
|
6259
|
+
"retext": "^9.0.0",
|
|
6260
|
+
"retext-smartypants": "^6.0.0",
|
|
6261
|
+
"unified": "^11.0.4",
|
|
6262
|
+
"unist-util-visit": "^5.0.0"
|
|
6263
|
+
},
|
|
6264
|
+
"engines": {
|
|
6265
|
+
"node": ">=16.0.0"
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
6268
|
+
"node_modules/remark-smartypants/node_modules/unist-util-visit": {
|
|
6269
|
+
"version": "5.0.0",
|
|
6270
|
+
"license": "MIT",
|
|
6271
|
+
"dependencies": {
|
|
6272
|
+
"@types/unist": "^3.0.0",
|
|
6273
|
+
"unist-util-is": "^6.0.0",
|
|
6274
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
6275
|
+
},
|
|
6276
|
+
"funding": {
|
|
6277
|
+
"type": "opencollective",
|
|
6278
|
+
"url": "https://opencollective.com/unified"
|
|
6279
|
+
}
|
|
6280
|
+
},
|
|
6281
|
+
"node_modules/remark-smartypants/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
6282
|
+
"version": "6.0.1",
|
|
6283
|
+
"license": "MIT",
|
|
6284
|
+
"dependencies": {
|
|
6285
|
+
"@types/unist": "^3.0.0",
|
|
6286
|
+
"unist-util-is": "^6.0.0"
|
|
6287
|
+
},
|
|
6288
|
+
"funding": {
|
|
6289
|
+
"type": "opencollective",
|
|
6290
|
+
"url": "https://opencollective.com/unified"
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
6293
|
+
"node_modules/remark-stringify": {
|
|
6294
|
+
"version": "11.0.0",
|
|
6295
|
+
"license": "MIT",
|
|
6296
|
+
"dependencies": {
|
|
6297
|
+
"@types/mdast": "^4.0.0",
|
|
6298
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
6299
|
+
"unified": "^11.0.0"
|
|
6300
|
+
},
|
|
6301
|
+
"funding": {
|
|
6302
|
+
"type": "opencollective",
|
|
6303
|
+
"url": "https://opencollective.com/unified"
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
6306
|
+
"node_modules/resolve-pkg-maps": {
|
|
6307
|
+
"version": "1.0.0",
|
|
6308
|
+
"license": "MIT",
|
|
6309
|
+
"funding": {
|
|
6310
|
+
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
6311
|
+
}
|
|
6312
|
+
},
|
|
6313
|
+
"node_modules/retext": {
|
|
6314
|
+
"version": "9.0.0",
|
|
6315
|
+
"license": "MIT",
|
|
6316
|
+
"dependencies": {
|
|
6317
|
+
"@types/nlcst": "^2.0.0",
|
|
6318
|
+
"retext-latin": "^4.0.0",
|
|
6319
|
+
"retext-stringify": "^4.0.0",
|
|
6320
|
+
"unified": "^11.0.0"
|
|
6321
|
+
},
|
|
6322
|
+
"funding": {
|
|
6323
|
+
"type": "opencollective",
|
|
6324
|
+
"url": "https://opencollective.com/unified"
|
|
6325
|
+
}
|
|
6326
|
+
},
|
|
6327
|
+
"node_modules/retext-latin": {
|
|
6328
|
+
"version": "4.0.0",
|
|
6329
|
+
"license": "MIT",
|
|
6330
|
+
"dependencies": {
|
|
6331
|
+
"@types/nlcst": "^2.0.0",
|
|
6332
|
+
"parse-latin": "^7.0.0",
|
|
6333
|
+
"unified": "^11.0.0"
|
|
6334
|
+
},
|
|
6335
|
+
"funding": {
|
|
6336
|
+
"type": "opencollective",
|
|
6337
|
+
"url": "https://opencollective.com/unified"
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
"node_modules/retext-smartypants": {
|
|
6341
|
+
"version": "6.2.0",
|
|
6342
|
+
"license": "MIT",
|
|
6343
|
+
"dependencies": {
|
|
6344
|
+
"@types/nlcst": "^2.0.0",
|
|
6345
|
+
"nlcst-to-string": "^4.0.0",
|
|
6346
|
+
"unist-util-visit": "^5.0.0"
|
|
6347
|
+
},
|
|
6348
|
+
"funding": {
|
|
6349
|
+
"type": "opencollective",
|
|
6350
|
+
"url": "https://opencollective.com/unified"
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6353
|
+
"node_modules/retext-smartypants/node_modules/unist-util-visit": {
|
|
6354
|
+
"version": "5.0.0",
|
|
6355
|
+
"license": "MIT",
|
|
6356
|
+
"dependencies": {
|
|
6357
|
+
"@types/unist": "^3.0.0",
|
|
6358
|
+
"unist-util-is": "^6.0.0",
|
|
6359
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
6360
|
+
},
|
|
6361
|
+
"funding": {
|
|
6362
|
+
"type": "opencollective",
|
|
6363
|
+
"url": "https://opencollective.com/unified"
|
|
6364
|
+
}
|
|
6365
|
+
},
|
|
6366
|
+
"node_modules/retext-smartypants/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
6367
|
+
"version": "6.0.1",
|
|
6368
|
+
"license": "MIT",
|
|
6369
|
+
"dependencies": {
|
|
6370
|
+
"@types/unist": "^3.0.0",
|
|
6371
|
+
"unist-util-is": "^6.0.0"
|
|
6372
|
+
},
|
|
6373
|
+
"funding": {
|
|
6374
|
+
"type": "opencollective",
|
|
6375
|
+
"url": "https://opencollective.com/unified"
|
|
6376
|
+
}
|
|
6377
|
+
},
|
|
6378
|
+
"node_modules/retext-stringify": {
|
|
6379
|
+
"version": "4.0.0",
|
|
6380
|
+
"license": "MIT",
|
|
6381
|
+
"dependencies": {
|
|
6382
|
+
"@types/nlcst": "^2.0.0",
|
|
6383
|
+
"nlcst-to-string": "^4.0.0",
|
|
6384
|
+
"unified": "^11.0.0"
|
|
6385
|
+
},
|
|
6386
|
+
"funding": {
|
|
6387
|
+
"type": "opencollective",
|
|
6388
|
+
"url": "https://opencollective.com/unified"
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6391
|
+
"node_modules/safer-buffer": {
|
|
6392
|
+
"version": "2.1.2",
|
|
6393
|
+
"license": "MIT"
|
|
6394
|
+
},
|
|
6395
|
+
"node_modules/sax": {
|
|
6396
|
+
"version": "1.6.0",
|
|
6397
|
+
"dev": true,
|
|
6398
|
+
"license": "BlueOak-1.0.0",
|
|
6399
|
+
"engines": {
|
|
6400
|
+
"node": ">=11.0.0"
|
|
6401
|
+
}
|
|
6402
|
+
},
|
|
6403
|
+
"node_modules/semver": {
|
|
6404
|
+
"version": "7.7.1",
|
|
6405
|
+
"dev": true,
|
|
6406
|
+
"license": "ISC",
|
|
6407
|
+
"bin": {
|
|
6408
|
+
"semver": "bin/semver.js"
|
|
6409
|
+
},
|
|
6410
|
+
"engines": {
|
|
6411
|
+
"node": ">=10"
|
|
6412
|
+
}
|
|
6413
|
+
},
|
|
6414
|
+
"node_modules/sharp": {
|
|
6415
|
+
"version": "0.34.5",
|
|
6416
|
+
"hasInstallScript": true,
|
|
6417
|
+
"license": "Apache-2.0",
|
|
6418
|
+
"dependencies": {
|
|
6419
|
+
"@img/colour": "^1.0.0",
|
|
6420
|
+
"detect-libc": "^2.1.2",
|
|
6421
|
+
"semver": "^7.7.3"
|
|
6422
|
+
},
|
|
6423
|
+
"engines": {
|
|
6424
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
6425
|
+
},
|
|
6426
|
+
"funding": {
|
|
6427
|
+
"url": "https://opencollective.com/libvips"
|
|
6428
|
+
},
|
|
6429
|
+
"optionalDependencies": {
|
|
6430
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
6431
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
6432
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
6433
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
6434
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
6435
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
6436
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
6437
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
6438
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
6439
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
6440
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
6441
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
6442
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
6443
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
6444
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
6445
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
6446
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
6447
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
6448
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
6449
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
6450
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
6451
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
6452
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
6453
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
6454
|
+
}
|
|
6455
|
+
},
|
|
6456
|
+
"node_modules/sharp/node_modules/semver": {
|
|
6457
|
+
"version": "7.7.3",
|
|
6458
|
+
"license": "ISC",
|
|
6459
|
+
"bin": {
|
|
6460
|
+
"semver": "bin/semver.js"
|
|
6461
|
+
},
|
|
6462
|
+
"engines": {
|
|
6463
|
+
"node": ">=10"
|
|
6464
|
+
}
|
|
6465
|
+
},
|
|
6466
|
+
"node_modules/shiki": {
|
|
6467
|
+
"version": "4.0.2",
|
|
6468
|
+
"license": "MIT",
|
|
6469
|
+
"dependencies": {
|
|
6470
|
+
"@shikijs/core": "4.0.2",
|
|
6471
|
+
"@shikijs/engine-javascript": "4.0.2",
|
|
6472
|
+
"@shikijs/engine-oniguruma": "4.0.2",
|
|
6473
|
+
"@shikijs/langs": "4.0.2",
|
|
6474
|
+
"@shikijs/themes": "4.0.2",
|
|
6475
|
+
"@shikijs/types": "4.0.2",
|
|
6476
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
6477
|
+
"@types/hast": "^3.0.4"
|
|
6478
|
+
},
|
|
6479
|
+
"engines": {
|
|
6480
|
+
"node": ">=20"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
"node_modules/simple-git": {
|
|
6484
|
+
"version": "3.27.0",
|
|
6485
|
+
"license": "MIT",
|
|
6486
|
+
"dependencies": {
|
|
6487
|
+
"@kwsites/file-exists": "^1.1.1",
|
|
6488
|
+
"@kwsites/promise-deferred": "^1.1.1",
|
|
6489
|
+
"debug": "^4.3.5"
|
|
6490
|
+
},
|
|
6491
|
+
"funding": {
|
|
6492
|
+
"type": "github",
|
|
6493
|
+
"url": "https://github.com/steveukx/git-js?sponsor=1"
|
|
6494
|
+
}
|
|
6495
|
+
},
|
|
6496
|
+
"node_modules/simple-git/node_modules/debug": {
|
|
6497
|
+
"version": "4.4.0",
|
|
6498
|
+
"license": "MIT",
|
|
6499
|
+
"dependencies": {
|
|
6500
|
+
"ms": "^2.1.3"
|
|
6501
|
+
},
|
|
6502
|
+
"engines": {
|
|
6503
|
+
"node": ">=6.0"
|
|
6504
|
+
},
|
|
6505
|
+
"peerDependenciesMeta": {
|
|
6506
|
+
"supports-color": {
|
|
6507
|
+
"optional": true
|
|
6508
|
+
}
|
|
6509
|
+
}
|
|
6510
|
+
},
|
|
6511
|
+
"node_modules/sisteransi": {
|
|
6512
|
+
"version": "1.0.5",
|
|
6513
|
+
"license": "MIT"
|
|
6514
|
+
},
|
|
6515
|
+
"node_modules/sitemap": {
|
|
6516
|
+
"version": "9.0.1",
|
|
6517
|
+
"dev": true,
|
|
6518
|
+
"license": "MIT",
|
|
6519
|
+
"dependencies": {
|
|
6520
|
+
"@types/node": "^24.9.2",
|
|
6521
|
+
"@types/sax": "^1.2.1",
|
|
6522
|
+
"arg": "^5.0.0",
|
|
6523
|
+
"sax": "^1.4.1"
|
|
6524
|
+
},
|
|
6525
|
+
"bin": {
|
|
6526
|
+
"sitemap": "dist/esm/cli.js"
|
|
6527
|
+
},
|
|
6528
|
+
"engines": {
|
|
6529
|
+
"node": ">=20.19.5",
|
|
6530
|
+
"npm": ">=10.8.2"
|
|
6531
|
+
}
|
|
6532
|
+
},
|
|
6533
|
+
"node_modules/smol-toml": {
|
|
6534
|
+
"version": "1.6.1",
|
|
6535
|
+
"license": "BSD-3-Clause",
|
|
6536
|
+
"engines": {
|
|
6537
|
+
"node": ">= 18"
|
|
6538
|
+
},
|
|
6539
|
+
"funding": {
|
|
6540
|
+
"url": "https://github.com/sponsors/cyyynthia"
|
|
6541
|
+
}
|
|
6542
|
+
},
|
|
6543
|
+
"node_modules/source-map-js": {
|
|
6544
|
+
"version": "1.2.1",
|
|
6545
|
+
"license": "BSD-3-Clause",
|
|
6546
|
+
"engines": {
|
|
6547
|
+
"node": ">=0.10.0"
|
|
6548
|
+
}
|
|
6549
|
+
},
|
|
6550
|
+
"node_modules/space-separated-tokens": {
|
|
6551
|
+
"version": "2.0.2",
|
|
6552
|
+
"license": "MIT",
|
|
6553
|
+
"funding": {
|
|
6554
|
+
"type": "github",
|
|
6555
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
"node_modules/stream-replace-string": {
|
|
6559
|
+
"version": "2.0.0",
|
|
6560
|
+
"dev": true,
|
|
6561
|
+
"license": "MIT"
|
|
6562
|
+
},
|
|
6563
|
+
"node_modules/stringify-entities": {
|
|
6564
|
+
"version": "4.0.4",
|
|
6565
|
+
"license": "MIT",
|
|
6566
|
+
"dependencies": {
|
|
6567
|
+
"character-entities-html4": "^2.0.0",
|
|
6568
|
+
"character-entities-legacy": "^3.0.0"
|
|
6569
|
+
},
|
|
6570
|
+
"funding": {
|
|
6571
|
+
"type": "github",
|
|
6572
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
6575
|
+
"node_modules/strnum": {
|
|
6576
|
+
"version": "2.3.0",
|
|
6577
|
+
"dev": true,
|
|
6578
|
+
"funding": [
|
|
6579
|
+
{
|
|
6580
|
+
"type": "github",
|
|
6581
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
6582
|
+
}
|
|
6583
|
+
],
|
|
6584
|
+
"license": "MIT"
|
|
6585
|
+
},
|
|
6586
|
+
"node_modules/svgo": {
|
|
6587
|
+
"version": "4.0.1",
|
|
6588
|
+
"license": "MIT",
|
|
6589
|
+
"dependencies": {
|
|
6590
|
+
"commander": "^11.1.0",
|
|
6591
|
+
"css-select": "^5.1.0",
|
|
6592
|
+
"css-tree": "^3.0.1",
|
|
6593
|
+
"css-what": "^6.1.0",
|
|
6594
|
+
"csso": "^5.0.5",
|
|
6595
|
+
"picocolors": "^1.1.1",
|
|
6596
|
+
"sax": "^1.5.0"
|
|
6597
|
+
},
|
|
6598
|
+
"bin": {
|
|
6599
|
+
"svgo": "bin/svgo.js"
|
|
6600
|
+
},
|
|
6601
|
+
"engines": {
|
|
6602
|
+
"node": ">=16"
|
|
6603
|
+
},
|
|
6604
|
+
"funding": {
|
|
6605
|
+
"type": "opencollective",
|
|
6606
|
+
"url": "https://opencollective.com/svgo"
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
6609
|
+
"node_modules/svgo/node_modules/commander": {
|
|
6610
|
+
"version": "11.1.0",
|
|
6611
|
+
"license": "MIT",
|
|
6612
|
+
"engines": {
|
|
6613
|
+
"node": ">=16"
|
|
6614
|
+
}
|
|
6615
|
+
},
|
|
6616
|
+
"node_modules/svgo/node_modules/sax": {
|
|
6617
|
+
"version": "1.6.0",
|
|
6618
|
+
"license": "BlueOak-1.0.0",
|
|
6619
|
+
"engines": {
|
|
6620
|
+
"node": ">=11.0.0"
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
6623
|
+
"node_modules/tar": {
|
|
6624
|
+
"version": "6.2.1",
|
|
6625
|
+
"license": "ISC",
|
|
6626
|
+
"dependencies": {
|
|
6627
|
+
"chownr": "^2.0.0",
|
|
6628
|
+
"fs-minipass": "^2.0.0",
|
|
6629
|
+
"minipass": "^5.0.0",
|
|
6630
|
+
"minizlib": "^2.1.1",
|
|
6631
|
+
"mkdirp": "^1.0.3",
|
|
6632
|
+
"yallist": "^4.0.0"
|
|
6633
|
+
},
|
|
6634
|
+
"engines": {
|
|
6635
|
+
"node": ">=10"
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6638
|
+
"node_modules/tar/node_modules/minipass": {
|
|
6639
|
+
"version": "5.0.0",
|
|
6640
|
+
"license": "ISC",
|
|
6641
|
+
"engines": {
|
|
6642
|
+
"node": ">=8"
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6645
|
+
"node_modules/tar/node_modules/mkdirp": {
|
|
6646
|
+
"version": "1.0.4",
|
|
6647
|
+
"license": "MIT",
|
|
6648
|
+
"bin": {
|
|
6649
|
+
"mkdirp": "bin/cmd.js"
|
|
6650
|
+
},
|
|
6651
|
+
"engines": {
|
|
6652
|
+
"node": ">=10"
|
|
6653
|
+
}
|
|
6654
|
+
},
|
|
6655
|
+
"node_modules/timeago.js": {
|
|
6656
|
+
"version": "4.0.2",
|
|
6657
|
+
"license": "MIT"
|
|
6658
|
+
},
|
|
6659
|
+
"node_modules/tiny-inflate": {
|
|
6660
|
+
"version": "1.0.3",
|
|
6661
|
+
"license": "MIT"
|
|
6662
|
+
},
|
|
6663
|
+
"node_modules/tinyclip": {
|
|
6664
|
+
"version": "0.1.12",
|
|
6665
|
+
"license": "MIT",
|
|
6666
|
+
"engines": {
|
|
6667
|
+
"node": "^16.14.0 || >= 17.3.0"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
"node_modules/tinyexec": {
|
|
6671
|
+
"version": "1.1.2",
|
|
6672
|
+
"license": "MIT",
|
|
6673
|
+
"engines": {
|
|
6674
|
+
"node": ">=18"
|
|
6675
|
+
}
|
|
6676
|
+
},
|
|
6677
|
+
"node_modules/tinyglobby": {
|
|
6678
|
+
"version": "0.2.15",
|
|
6679
|
+
"license": "MIT",
|
|
6680
|
+
"dependencies": {
|
|
6681
|
+
"fdir": "^6.5.0",
|
|
6682
|
+
"picomatch": "^4.0.3"
|
|
6683
|
+
},
|
|
6684
|
+
"engines": {
|
|
6685
|
+
"node": ">=12.0.0"
|
|
6686
|
+
},
|
|
6687
|
+
"funding": {
|
|
6688
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
6689
|
+
}
|
|
6690
|
+
},
|
|
6691
|
+
"node_modules/tinyglobby/node_modules/fdir": {
|
|
6692
|
+
"version": "6.5.0",
|
|
6693
|
+
"license": "MIT",
|
|
6694
|
+
"engines": {
|
|
6695
|
+
"node": ">=12.0.0"
|
|
6696
|
+
},
|
|
6697
|
+
"peerDependencies": {
|
|
6698
|
+
"picomatch": "^3 || ^4"
|
|
6699
|
+
},
|
|
6700
|
+
"peerDependenciesMeta": {
|
|
6701
|
+
"picomatch": {
|
|
6702
|
+
"optional": true
|
|
6703
|
+
}
|
|
6704
|
+
}
|
|
6705
|
+
},
|
|
6706
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
6707
|
+
"version": "4.0.3",
|
|
6708
|
+
"license": "MIT",
|
|
6709
|
+
"engines": {
|
|
6710
|
+
"node": ">=12"
|
|
6711
|
+
},
|
|
6712
|
+
"funding": {
|
|
6713
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
"node_modules/trim-lines": {
|
|
6717
|
+
"version": "3.0.1",
|
|
6718
|
+
"license": "MIT",
|
|
6719
|
+
"funding": {
|
|
6720
|
+
"type": "github",
|
|
6721
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6722
|
+
}
|
|
6723
|
+
},
|
|
6724
|
+
"node_modules/trough": {
|
|
6725
|
+
"version": "2.2.0",
|
|
6726
|
+
"license": "MIT",
|
|
6727
|
+
"funding": {
|
|
6728
|
+
"type": "github",
|
|
6729
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6732
|
+
"node_modules/tslib": {
|
|
6733
|
+
"version": "2.8.1",
|
|
6734
|
+
"dev": true,
|
|
6735
|
+
"license": "0BSD"
|
|
6736
|
+
},
|
|
6737
|
+
"node_modules/ultrahtml": {
|
|
6738
|
+
"version": "1.6.0",
|
|
6739
|
+
"license": "MIT"
|
|
6740
|
+
},
|
|
6741
|
+
"node_modules/uncrypto": {
|
|
6742
|
+
"version": "0.1.3",
|
|
6743
|
+
"license": "MIT"
|
|
6744
|
+
},
|
|
6745
|
+
"node_modules/undici": {
|
|
6746
|
+
"version": "7.24.8",
|
|
6747
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.8.tgz",
|
|
6748
|
+
"integrity": "sha512-6KQ/+QxK49Z/p3HO6E5ZCZWNnCasyZLa5ExaVYyvPxUwKtbCPMKELJOqh7EqOle0t9cH/7d2TaaTRRa6Nhs4YQ==",
|
|
6749
|
+
"license": "MIT",
|
|
6750
|
+
"engines": {
|
|
6751
|
+
"node": ">=20.18.1"
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
"node_modules/undici-types": {
|
|
6755
|
+
"version": "7.16.0",
|
|
6756
|
+
"devOptional": true,
|
|
6757
|
+
"license": "MIT"
|
|
6758
|
+
},
|
|
6759
|
+
"node_modules/unified": {
|
|
6760
|
+
"version": "11.0.5",
|
|
6761
|
+
"license": "MIT",
|
|
6762
|
+
"dependencies": {
|
|
6763
|
+
"@types/unist": "^3.0.0",
|
|
6764
|
+
"bail": "^2.0.0",
|
|
6765
|
+
"devlop": "^1.0.0",
|
|
6766
|
+
"extend": "^3.0.0",
|
|
6767
|
+
"is-plain-obj": "^4.0.0",
|
|
6768
|
+
"trough": "^2.0.0",
|
|
6769
|
+
"vfile": "^6.0.0"
|
|
6770
|
+
},
|
|
6771
|
+
"funding": {
|
|
6772
|
+
"type": "opencollective",
|
|
6773
|
+
"url": "https://opencollective.com/unified"
|
|
6774
|
+
}
|
|
6775
|
+
},
|
|
6776
|
+
"node_modules/unifont": {
|
|
6777
|
+
"version": "0.7.4",
|
|
6778
|
+
"license": "MIT",
|
|
6779
|
+
"dependencies": {
|
|
6780
|
+
"css-tree": "^3.1.0",
|
|
6781
|
+
"ofetch": "^1.5.1",
|
|
6782
|
+
"ohash": "^2.0.11"
|
|
6783
|
+
}
|
|
6784
|
+
},
|
|
6785
|
+
"node_modules/unist-util-find-after": {
|
|
6786
|
+
"version": "5.0.0",
|
|
6787
|
+
"license": "MIT",
|
|
6788
|
+
"dependencies": {
|
|
6789
|
+
"@types/unist": "^3.0.0",
|
|
6790
|
+
"unist-util-is": "^6.0.0"
|
|
6791
|
+
},
|
|
6792
|
+
"funding": {
|
|
6793
|
+
"type": "opencollective",
|
|
6794
|
+
"url": "https://opencollective.com/unified"
|
|
6795
|
+
}
|
|
6796
|
+
},
|
|
6797
|
+
"node_modules/unist-util-is": {
|
|
6798
|
+
"version": "6.0.0",
|
|
6799
|
+
"license": "MIT",
|
|
6800
|
+
"dependencies": {
|
|
6801
|
+
"@types/unist": "^3.0.0"
|
|
6802
|
+
},
|
|
6803
|
+
"funding": {
|
|
6804
|
+
"type": "opencollective",
|
|
6805
|
+
"url": "https://opencollective.com/unified"
|
|
6806
|
+
}
|
|
6807
|
+
},
|
|
6808
|
+
"node_modules/unist-util-modify-children": {
|
|
6809
|
+
"version": "4.0.0",
|
|
6810
|
+
"license": "MIT",
|
|
6811
|
+
"dependencies": {
|
|
6812
|
+
"@types/unist": "^3.0.0",
|
|
6813
|
+
"array-iterate": "^2.0.0"
|
|
6814
|
+
},
|
|
6815
|
+
"funding": {
|
|
6816
|
+
"type": "opencollective",
|
|
6817
|
+
"url": "https://opencollective.com/unified"
|
|
6818
|
+
}
|
|
6819
|
+
},
|
|
6820
|
+
"node_modules/unist-util-position": {
|
|
6821
|
+
"version": "5.0.0",
|
|
6822
|
+
"license": "MIT",
|
|
6823
|
+
"dependencies": {
|
|
6824
|
+
"@types/unist": "^3.0.0"
|
|
6825
|
+
},
|
|
6826
|
+
"funding": {
|
|
6827
|
+
"type": "opencollective",
|
|
6828
|
+
"url": "https://opencollective.com/unified"
|
|
6829
|
+
}
|
|
6830
|
+
},
|
|
6831
|
+
"node_modules/unist-util-remove-position": {
|
|
6832
|
+
"version": "5.0.0",
|
|
6833
|
+
"license": "MIT",
|
|
6834
|
+
"dependencies": {
|
|
6835
|
+
"@types/unist": "^3.0.0",
|
|
6836
|
+
"unist-util-visit": "^5.0.0"
|
|
6837
|
+
},
|
|
6838
|
+
"funding": {
|
|
6839
|
+
"type": "opencollective",
|
|
6840
|
+
"url": "https://opencollective.com/unified"
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6843
|
+
"node_modules/unist-util-remove-position/node_modules/unist-util-visit": {
|
|
6844
|
+
"version": "5.0.0",
|
|
6845
|
+
"license": "MIT",
|
|
6846
|
+
"dependencies": {
|
|
6847
|
+
"@types/unist": "^3.0.0",
|
|
6848
|
+
"unist-util-is": "^6.0.0",
|
|
6849
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
6850
|
+
},
|
|
6851
|
+
"funding": {
|
|
6852
|
+
"type": "opencollective",
|
|
6853
|
+
"url": "https://opencollective.com/unified"
|
|
6854
|
+
}
|
|
6855
|
+
},
|
|
6856
|
+
"node_modules/unist-util-remove-position/node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
|
|
6857
|
+
"version": "6.0.1",
|
|
6858
|
+
"license": "MIT",
|
|
6859
|
+
"dependencies": {
|
|
6860
|
+
"@types/unist": "^3.0.0",
|
|
6861
|
+
"unist-util-is": "^6.0.0"
|
|
6862
|
+
},
|
|
6863
|
+
"funding": {
|
|
6864
|
+
"type": "opencollective",
|
|
6865
|
+
"url": "https://opencollective.com/unified"
|
|
6866
|
+
}
|
|
6867
|
+
},
|
|
6868
|
+
"node_modules/unist-util-stringify-position": {
|
|
6869
|
+
"version": "4.0.0",
|
|
6870
|
+
"license": "MIT",
|
|
6871
|
+
"dependencies": {
|
|
6872
|
+
"@types/unist": "^3.0.0"
|
|
6873
|
+
},
|
|
6874
|
+
"funding": {
|
|
6875
|
+
"type": "opencollective",
|
|
6876
|
+
"url": "https://opencollective.com/unified"
|
|
6877
|
+
}
|
|
6878
|
+
},
|
|
6879
|
+
"node_modules/unist-util-visit": {
|
|
6880
|
+
"version": "5.1.0",
|
|
6881
|
+
"license": "MIT",
|
|
6882
|
+
"dependencies": {
|
|
6883
|
+
"@types/unist": "^3.0.0",
|
|
6884
|
+
"unist-util-is": "^6.0.0",
|
|
6885
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
6886
|
+
},
|
|
6887
|
+
"funding": {
|
|
6888
|
+
"type": "opencollective",
|
|
6889
|
+
"url": "https://opencollective.com/unified"
|
|
6890
|
+
}
|
|
6891
|
+
},
|
|
6892
|
+
"node_modules/unist-util-visit-children": {
|
|
6893
|
+
"version": "3.0.0",
|
|
6894
|
+
"license": "MIT",
|
|
6895
|
+
"dependencies": {
|
|
6896
|
+
"@types/unist": "^3.0.0"
|
|
6897
|
+
},
|
|
6898
|
+
"funding": {
|
|
6899
|
+
"type": "opencollective",
|
|
6900
|
+
"url": "https://opencollective.com/unified"
|
|
6901
|
+
}
|
|
6902
|
+
},
|
|
6903
|
+
"node_modules/unist-util-visit-parents": {
|
|
6904
|
+
"version": "6.0.2",
|
|
6905
|
+
"license": "MIT",
|
|
6906
|
+
"dependencies": {
|
|
6907
|
+
"@types/unist": "^3.0.0",
|
|
6908
|
+
"unist-util-is": "^6.0.0"
|
|
6909
|
+
},
|
|
6910
|
+
"funding": {
|
|
6911
|
+
"type": "opencollective",
|
|
6912
|
+
"url": "https://opencollective.com/unified"
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
"node_modules/unstorage": {
|
|
6916
|
+
"version": "1.17.5",
|
|
6917
|
+
"license": "MIT",
|
|
6918
|
+
"dependencies": {
|
|
6919
|
+
"anymatch": "^3.1.3",
|
|
6920
|
+
"chokidar": "^5.0.0",
|
|
6921
|
+
"destr": "^2.0.5",
|
|
6922
|
+
"h3": "^1.15.10",
|
|
6923
|
+
"lru-cache": "^11.2.7",
|
|
6924
|
+
"node-fetch-native": "^1.6.7",
|
|
6925
|
+
"ofetch": "^1.5.1",
|
|
6926
|
+
"ufo": "^1.6.3"
|
|
6927
|
+
},
|
|
6928
|
+
"peerDependencies": {
|
|
6929
|
+
"@azure/app-configuration": "^1.8.0",
|
|
6930
|
+
"@azure/cosmos": "^4.2.0",
|
|
6931
|
+
"@azure/data-tables": "^13.3.0",
|
|
6932
|
+
"@azure/identity": "^4.6.0",
|
|
6933
|
+
"@azure/keyvault-secrets": "^4.9.0",
|
|
6934
|
+
"@azure/storage-blob": "^12.26.0",
|
|
6935
|
+
"@capacitor/preferences": "^6 || ^7 || ^8",
|
|
6936
|
+
"@deno/kv": ">=0.9.0",
|
|
6937
|
+
"@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
|
|
6938
|
+
"@planetscale/database": "^1.19.0",
|
|
6939
|
+
"@upstash/redis": "^1.34.3",
|
|
6940
|
+
"@vercel/blob": ">=0.27.1",
|
|
6941
|
+
"@vercel/functions": "^2.2.12 || ^3.0.0",
|
|
6942
|
+
"@vercel/kv": "^1 || ^2 || ^3",
|
|
6943
|
+
"aws4fetch": "^1.0.20",
|
|
6944
|
+
"db0": ">=0.2.1",
|
|
6945
|
+
"idb-keyval": "^6.2.1",
|
|
6946
|
+
"ioredis": "^5.4.2",
|
|
6947
|
+
"uploadthing": "^7.4.4"
|
|
6948
|
+
},
|
|
6949
|
+
"peerDependenciesMeta": {
|
|
6950
|
+
"@azure/app-configuration": {
|
|
6951
|
+
"optional": true
|
|
6952
|
+
},
|
|
6953
|
+
"@azure/cosmos": {
|
|
6954
|
+
"optional": true
|
|
6955
|
+
},
|
|
6956
|
+
"@azure/data-tables": {
|
|
6957
|
+
"optional": true
|
|
6958
|
+
},
|
|
6959
|
+
"@azure/identity": {
|
|
6960
|
+
"optional": true
|
|
6961
|
+
},
|
|
6962
|
+
"@azure/keyvault-secrets": {
|
|
6963
|
+
"optional": true
|
|
6964
|
+
},
|
|
6965
|
+
"@azure/storage-blob": {
|
|
6966
|
+
"optional": true
|
|
6967
|
+
},
|
|
6968
|
+
"@capacitor/preferences": {
|
|
6969
|
+
"optional": true
|
|
6970
|
+
},
|
|
6971
|
+
"@deno/kv": {
|
|
6972
|
+
"optional": true
|
|
6973
|
+
},
|
|
6974
|
+
"@netlify/blobs": {
|
|
6975
|
+
"optional": true
|
|
6976
|
+
},
|
|
6977
|
+
"@planetscale/database": {
|
|
6978
|
+
"optional": true
|
|
6979
|
+
},
|
|
6980
|
+
"@upstash/redis": {
|
|
6981
|
+
"optional": true
|
|
6982
|
+
},
|
|
6983
|
+
"@vercel/blob": {
|
|
6984
|
+
"optional": true
|
|
6985
|
+
},
|
|
6986
|
+
"@vercel/functions": {
|
|
6987
|
+
"optional": true
|
|
6988
|
+
},
|
|
6989
|
+
"@vercel/kv": {
|
|
6990
|
+
"optional": true
|
|
6991
|
+
},
|
|
6992
|
+
"aws4fetch": {
|
|
6993
|
+
"optional": true
|
|
6994
|
+
},
|
|
6995
|
+
"db0": {
|
|
6996
|
+
"optional": true
|
|
6997
|
+
},
|
|
6998
|
+
"idb-keyval": {
|
|
6999
|
+
"optional": true
|
|
7000
|
+
},
|
|
7001
|
+
"ioredis": {
|
|
7002
|
+
"optional": true
|
|
7003
|
+
},
|
|
7004
|
+
"uploadthing": {
|
|
7005
|
+
"optional": true
|
|
7006
|
+
}
|
|
7007
|
+
}
|
|
7008
|
+
},
|
|
7009
|
+
"node_modules/unstorage/node_modules/ufo": {
|
|
7010
|
+
"version": "1.6.4",
|
|
7011
|
+
"license": "MIT"
|
|
7012
|
+
},
|
|
7013
|
+
"node_modules/util-deprecate": {
|
|
7014
|
+
"version": "1.0.2",
|
|
7015
|
+
"license": "MIT"
|
|
7016
|
+
},
|
|
7017
|
+
"node_modules/vfile": {
|
|
7018
|
+
"version": "6.0.3",
|
|
7019
|
+
"license": "MIT",
|
|
7020
|
+
"dependencies": {
|
|
7021
|
+
"@types/unist": "^3.0.0",
|
|
7022
|
+
"vfile-message": "^4.0.0"
|
|
7023
|
+
},
|
|
7024
|
+
"funding": {
|
|
7025
|
+
"type": "opencollective",
|
|
7026
|
+
"url": "https://opencollective.com/unified"
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
"node_modules/vfile-location": {
|
|
7030
|
+
"version": "5.0.3",
|
|
7031
|
+
"license": "MIT",
|
|
7032
|
+
"dependencies": {
|
|
7033
|
+
"@types/unist": "^3.0.0",
|
|
7034
|
+
"vfile": "^6.0.0"
|
|
7035
|
+
},
|
|
7036
|
+
"funding": {
|
|
7037
|
+
"type": "opencollective",
|
|
7038
|
+
"url": "https://opencollective.com/unified"
|
|
7039
|
+
}
|
|
7040
|
+
},
|
|
7041
|
+
"node_modules/vfile-message": {
|
|
7042
|
+
"version": "4.0.2",
|
|
7043
|
+
"license": "MIT",
|
|
7044
|
+
"dependencies": {
|
|
7045
|
+
"@types/unist": "^3.0.0",
|
|
7046
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
7047
|
+
},
|
|
7048
|
+
"funding": {
|
|
7049
|
+
"type": "opencollective",
|
|
7050
|
+
"url": "https://opencollective.com/unified"
|
|
7051
|
+
}
|
|
7052
|
+
},
|
|
7053
|
+
"node_modules/vite": {
|
|
7054
|
+
"version": "7.3.3",
|
|
7055
|
+
"license": "MIT",
|
|
7056
|
+
"dependencies": {
|
|
7057
|
+
"esbuild": "^0.27.0",
|
|
7058
|
+
"fdir": "^6.5.0",
|
|
7059
|
+
"picomatch": "^4.0.3",
|
|
7060
|
+
"postcss": "^8.5.6",
|
|
7061
|
+
"rollup": "^4.43.0",
|
|
7062
|
+
"tinyglobby": "^0.2.15"
|
|
7063
|
+
},
|
|
7064
|
+
"bin": {
|
|
7065
|
+
"vite": "bin/vite.js"
|
|
7066
|
+
},
|
|
7067
|
+
"engines": {
|
|
7068
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
7069
|
+
},
|
|
7070
|
+
"funding": {
|
|
7071
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
7072
|
+
},
|
|
7073
|
+
"optionalDependencies": {
|
|
7074
|
+
"fsevents": "~2.3.3"
|
|
7075
|
+
},
|
|
7076
|
+
"peerDependencies": {
|
|
7077
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
7078
|
+
"jiti": ">=1.21.0",
|
|
7079
|
+
"less": "^4.0.0",
|
|
7080
|
+
"lightningcss": "^1.21.0",
|
|
7081
|
+
"sass": "^1.70.0",
|
|
7082
|
+
"sass-embedded": "^1.70.0",
|
|
7083
|
+
"stylus": ">=0.54.8",
|
|
7084
|
+
"sugarss": "^5.0.0",
|
|
7085
|
+
"terser": "^5.16.0",
|
|
7086
|
+
"tsx": "^4.8.1",
|
|
7087
|
+
"yaml": "^2.4.2"
|
|
7088
|
+
},
|
|
7089
|
+
"peerDependenciesMeta": {
|
|
7090
|
+
"@types/node": {
|
|
7091
|
+
"optional": true
|
|
7092
|
+
},
|
|
7093
|
+
"jiti": {
|
|
7094
|
+
"optional": true
|
|
7095
|
+
},
|
|
7096
|
+
"less": {
|
|
7097
|
+
"optional": true
|
|
7098
|
+
},
|
|
7099
|
+
"lightningcss": {
|
|
7100
|
+
"optional": true
|
|
7101
|
+
},
|
|
7102
|
+
"sass": {
|
|
7103
|
+
"optional": true
|
|
7104
|
+
},
|
|
7105
|
+
"sass-embedded": {
|
|
7106
|
+
"optional": true
|
|
7107
|
+
},
|
|
7108
|
+
"stylus": {
|
|
7109
|
+
"optional": true
|
|
7110
|
+
},
|
|
7111
|
+
"sugarss": {
|
|
7112
|
+
"optional": true
|
|
7113
|
+
},
|
|
7114
|
+
"terser": {
|
|
7115
|
+
"optional": true
|
|
7116
|
+
},
|
|
7117
|
+
"tsx": {
|
|
7118
|
+
"optional": true
|
|
7119
|
+
},
|
|
7120
|
+
"yaml": {
|
|
7121
|
+
"optional": true
|
|
7122
|
+
}
|
|
7123
|
+
}
|
|
7124
|
+
},
|
|
7125
|
+
"node_modules/vite/node_modules/@esbuild/aix-ppc64": {
|
|
7126
|
+
"version": "0.27.7",
|
|
7127
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
|
|
7128
|
+
"integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
|
|
7129
|
+
"cpu": [
|
|
7130
|
+
"ppc64"
|
|
7131
|
+
],
|
|
7132
|
+
"license": "MIT",
|
|
7133
|
+
"optional": true,
|
|
7134
|
+
"os": [
|
|
7135
|
+
"aix"
|
|
7136
|
+
],
|
|
7137
|
+
"engines": {
|
|
7138
|
+
"node": ">=18"
|
|
7139
|
+
}
|
|
7140
|
+
},
|
|
7141
|
+
"node_modules/vite/node_modules/@esbuild/android-arm": {
|
|
7142
|
+
"version": "0.27.7",
|
|
7143
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
|
|
7144
|
+
"integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
|
|
7145
|
+
"cpu": [
|
|
7146
|
+
"arm"
|
|
7147
|
+
],
|
|
7148
|
+
"license": "MIT",
|
|
7149
|
+
"optional": true,
|
|
7150
|
+
"os": [
|
|
7151
|
+
"android"
|
|
7152
|
+
],
|
|
7153
|
+
"engines": {
|
|
7154
|
+
"node": ">=18"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7157
|
+
"node_modules/vite/node_modules/@esbuild/android-arm64": {
|
|
7158
|
+
"version": "0.27.7",
|
|
7159
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
|
|
7160
|
+
"integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
|
|
7161
|
+
"cpu": [
|
|
7162
|
+
"arm64"
|
|
7163
|
+
],
|
|
7164
|
+
"license": "MIT",
|
|
7165
|
+
"optional": true,
|
|
7166
|
+
"os": [
|
|
7167
|
+
"android"
|
|
7168
|
+
],
|
|
7169
|
+
"engines": {
|
|
7170
|
+
"node": ">=18"
|
|
7171
|
+
}
|
|
7172
|
+
},
|
|
7173
|
+
"node_modules/vite/node_modules/@esbuild/android-x64": {
|
|
7174
|
+
"version": "0.27.7",
|
|
7175
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
|
|
7176
|
+
"integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
|
|
7177
|
+
"cpu": [
|
|
7178
|
+
"x64"
|
|
7179
|
+
],
|
|
7180
|
+
"license": "MIT",
|
|
7181
|
+
"optional": true,
|
|
7182
|
+
"os": [
|
|
7183
|
+
"android"
|
|
7184
|
+
],
|
|
7185
|
+
"engines": {
|
|
7186
|
+
"node": ">=18"
|
|
7187
|
+
}
|
|
7188
|
+
},
|
|
7189
|
+
"node_modules/vite/node_modules/@esbuild/darwin-x64": {
|
|
7190
|
+
"version": "0.27.7",
|
|
7191
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
|
|
7192
|
+
"integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
|
|
7193
|
+
"cpu": [
|
|
7194
|
+
"x64"
|
|
7195
|
+
],
|
|
7196
|
+
"license": "MIT",
|
|
7197
|
+
"optional": true,
|
|
7198
|
+
"os": [
|
|
7199
|
+
"darwin"
|
|
7200
|
+
],
|
|
7201
|
+
"engines": {
|
|
7202
|
+
"node": ">=18"
|
|
7203
|
+
}
|
|
7204
|
+
},
|
|
7205
|
+
"node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
|
|
7206
|
+
"version": "0.27.7",
|
|
7207
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
|
|
7208
|
+
"integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
|
|
7209
|
+
"cpu": [
|
|
7210
|
+
"arm64"
|
|
7211
|
+
],
|
|
7212
|
+
"license": "MIT",
|
|
7213
|
+
"optional": true,
|
|
7214
|
+
"os": [
|
|
7215
|
+
"freebsd"
|
|
7216
|
+
],
|
|
7217
|
+
"engines": {
|
|
7218
|
+
"node": ">=18"
|
|
7219
|
+
}
|
|
7220
|
+
},
|
|
7221
|
+
"node_modules/vite/node_modules/@esbuild/freebsd-x64": {
|
|
7222
|
+
"version": "0.27.7",
|
|
7223
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
|
|
7224
|
+
"integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
|
|
7225
|
+
"cpu": [
|
|
7226
|
+
"x64"
|
|
7227
|
+
],
|
|
7228
|
+
"license": "MIT",
|
|
7229
|
+
"optional": true,
|
|
7230
|
+
"os": [
|
|
7231
|
+
"freebsd"
|
|
7232
|
+
],
|
|
7233
|
+
"engines": {
|
|
7234
|
+
"node": ">=18"
|
|
7235
|
+
}
|
|
7236
|
+
},
|
|
7237
|
+
"node_modules/vite/node_modules/@esbuild/linux-arm": {
|
|
7238
|
+
"version": "0.27.7",
|
|
7239
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
|
|
7240
|
+
"integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
|
|
7241
|
+
"cpu": [
|
|
7242
|
+
"arm"
|
|
7243
|
+
],
|
|
7244
|
+
"license": "MIT",
|
|
7245
|
+
"optional": true,
|
|
7246
|
+
"os": [
|
|
7247
|
+
"linux"
|
|
7248
|
+
],
|
|
7249
|
+
"engines": {
|
|
7250
|
+
"node": ">=18"
|
|
7251
|
+
}
|
|
7252
|
+
},
|
|
7253
|
+
"node_modules/vite/node_modules/@esbuild/linux-arm64": {
|
|
7254
|
+
"version": "0.27.7",
|
|
7255
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
|
|
7256
|
+
"integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
|
|
7257
|
+
"cpu": [
|
|
7258
|
+
"arm64"
|
|
7259
|
+
],
|
|
7260
|
+
"license": "MIT",
|
|
7261
|
+
"optional": true,
|
|
7262
|
+
"os": [
|
|
7263
|
+
"linux"
|
|
7264
|
+
],
|
|
7265
|
+
"engines": {
|
|
7266
|
+
"node": ">=18"
|
|
7267
|
+
}
|
|
7268
|
+
},
|
|
7269
|
+
"node_modules/vite/node_modules/@esbuild/linux-ia32": {
|
|
7270
|
+
"version": "0.27.7",
|
|
7271
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
|
|
7272
|
+
"integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
|
|
7273
|
+
"cpu": [
|
|
7274
|
+
"ia32"
|
|
7275
|
+
],
|
|
7276
|
+
"license": "MIT",
|
|
7277
|
+
"optional": true,
|
|
7278
|
+
"os": [
|
|
7279
|
+
"linux"
|
|
7280
|
+
],
|
|
7281
|
+
"engines": {
|
|
7282
|
+
"node": ">=18"
|
|
7283
|
+
}
|
|
7284
|
+
},
|
|
7285
|
+
"node_modules/vite/node_modules/@esbuild/linux-loong64": {
|
|
7286
|
+
"version": "0.27.7",
|
|
7287
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
|
|
7288
|
+
"integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
|
|
7289
|
+
"cpu": [
|
|
7290
|
+
"loong64"
|
|
7291
|
+
],
|
|
7292
|
+
"license": "MIT",
|
|
7293
|
+
"optional": true,
|
|
7294
|
+
"os": [
|
|
7295
|
+
"linux"
|
|
7296
|
+
],
|
|
7297
|
+
"engines": {
|
|
7298
|
+
"node": ">=18"
|
|
7299
|
+
}
|
|
7300
|
+
},
|
|
7301
|
+
"node_modules/vite/node_modules/@esbuild/linux-mips64el": {
|
|
7302
|
+
"version": "0.27.7",
|
|
7303
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
|
|
7304
|
+
"integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
|
|
7305
|
+
"cpu": [
|
|
7306
|
+
"mips64el"
|
|
7307
|
+
],
|
|
7308
|
+
"license": "MIT",
|
|
7309
|
+
"optional": true,
|
|
7310
|
+
"os": [
|
|
7311
|
+
"linux"
|
|
7312
|
+
],
|
|
7313
|
+
"engines": {
|
|
7314
|
+
"node": ">=18"
|
|
7315
|
+
}
|
|
7316
|
+
},
|
|
7317
|
+
"node_modules/vite/node_modules/@esbuild/linux-ppc64": {
|
|
7318
|
+
"version": "0.27.7",
|
|
7319
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
|
|
7320
|
+
"integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
|
|
7321
|
+
"cpu": [
|
|
7322
|
+
"ppc64"
|
|
7323
|
+
],
|
|
7324
|
+
"license": "MIT",
|
|
7325
|
+
"optional": true,
|
|
7326
|
+
"os": [
|
|
7327
|
+
"linux"
|
|
7328
|
+
],
|
|
7329
|
+
"engines": {
|
|
7330
|
+
"node": ">=18"
|
|
7331
|
+
}
|
|
7332
|
+
},
|
|
7333
|
+
"node_modules/vite/node_modules/@esbuild/linux-riscv64": {
|
|
7334
|
+
"version": "0.27.7",
|
|
7335
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
|
|
7336
|
+
"integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
|
|
7337
|
+
"cpu": [
|
|
7338
|
+
"riscv64"
|
|
7339
|
+
],
|
|
7340
|
+
"license": "MIT",
|
|
7341
|
+
"optional": true,
|
|
7342
|
+
"os": [
|
|
7343
|
+
"linux"
|
|
7344
|
+
],
|
|
7345
|
+
"engines": {
|
|
7346
|
+
"node": ">=18"
|
|
7347
|
+
}
|
|
7348
|
+
},
|
|
7349
|
+
"node_modules/vite/node_modules/@esbuild/linux-s390x": {
|
|
7350
|
+
"version": "0.27.7",
|
|
7351
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
|
|
7352
|
+
"integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
|
|
7353
|
+
"cpu": [
|
|
7354
|
+
"s390x"
|
|
7355
|
+
],
|
|
7356
|
+
"license": "MIT",
|
|
7357
|
+
"optional": true,
|
|
7358
|
+
"os": [
|
|
7359
|
+
"linux"
|
|
7360
|
+
],
|
|
7361
|
+
"engines": {
|
|
7362
|
+
"node": ">=18"
|
|
7363
|
+
}
|
|
7364
|
+
},
|
|
7365
|
+
"node_modules/vite/node_modules/@esbuild/linux-x64": {
|
|
7366
|
+
"version": "0.27.7",
|
|
7367
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
|
|
7368
|
+
"integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
|
|
7369
|
+
"cpu": [
|
|
7370
|
+
"x64"
|
|
7371
|
+
],
|
|
7372
|
+
"license": "MIT",
|
|
7373
|
+
"optional": true,
|
|
7374
|
+
"os": [
|
|
7375
|
+
"linux"
|
|
7376
|
+
],
|
|
7377
|
+
"engines": {
|
|
7378
|
+
"node": ">=18"
|
|
7379
|
+
}
|
|
7380
|
+
},
|
|
7381
|
+
"node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
|
|
7382
|
+
"version": "0.27.7",
|
|
7383
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
|
|
7384
|
+
"integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
|
|
7385
|
+
"cpu": [
|
|
7386
|
+
"arm64"
|
|
7387
|
+
],
|
|
7388
|
+
"license": "MIT",
|
|
7389
|
+
"optional": true,
|
|
7390
|
+
"os": [
|
|
7391
|
+
"netbsd"
|
|
7392
|
+
],
|
|
7393
|
+
"engines": {
|
|
7394
|
+
"node": ">=18"
|
|
7395
|
+
}
|
|
7396
|
+
},
|
|
7397
|
+
"node_modules/vite/node_modules/@esbuild/netbsd-x64": {
|
|
7398
|
+
"version": "0.27.7",
|
|
7399
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
|
|
7400
|
+
"integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
|
|
7401
|
+
"cpu": [
|
|
7402
|
+
"x64"
|
|
7403
|
+
],
|
|
7404
|
+
"license": "MIT",
|
|
7405
|
+
"optional": true,
|
|
7406
|
+
"os": [
|
|
7407
|
+
"netbsd"
|
|
7408
|
+
],
|
|
7409
|
+
"engines": {
|
|
7410
|
+
"node": ">=18"
|
|
7411
|
+
}
|
|
7412
|
+
},
|
|
7413
|
+
"node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
|
|
7414
|
+
"version": "0.27.7",
|
|
7415
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
|
|
7416
|
+
"integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
|
|
7417
|
+
"cpu": [
|
|
7418
|
+
"arm64"
|
|
7419
|
+
],
|
|
7420
|
+
"license": "MIT",
|
|
7421
|
+
"optional": true,
|
|
7422
|
+
"os": [
|
|
7423
|
+
"openbsd"
|
|
7424
|
+
],
|
|
7425
|
+
"engines": {
|
|
7426
|
+
"node": ">=18"
|
|
7427
|
+
}
|
|
7428
|
+
},
|
|
7429
|
+
"node_modules/vite/node_modules/@esbuild/openbsd-x64": {
|
|
7430
|
+
"version": "0.27.7",
|
|
7431
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
|
|
7432
|
+
"integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
|
|
7433
|
+
"cpu": [
|
|
7434
|
+
"x64"
|
|
7435
|
+
],
|
|
7436
|
+
"license": "MIT",
|
|
7437
|
+
"optional": true,
|
|
7438
|
+
"os": [
|
|
7439
|
+
"openbsd"
|
|
7440
|
+
],
|
|
7441
|
+
"engines": {
|
|
7442
|
+
"node": ">=18"
|
|
7443
|
+
}
|
|
7444
|
+
},
|
|
7445
|
+
"node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
|
|
7446
|
+
"version": "0.27.7",
|
|
7447
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
|
|
7448
|
+
"integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
|
|
7449
|
+
"cpu": [
|
|
7450
|
+
"arm64"
|
|
7451
|
+
],
|
|
7452
|
+
"license": "MIT",
|
|
7453
|
+
"optional": true,
|
|
7454
|
+
"os": [
|
|
7455
|
+
"openharmony"
|
|
7456
|
+
],
|
|
7457
|
+
"engines": {
|
|
7458
|
+
"node": ">=18"
|
|
7459
|
+
}
|
|
7460
|
+
},
|
|
7461
|
+
"node_modules/vite/node_modules/@esbuild/sunos-x64": {
|
|
7462
|
+
"version": "0.27.7",
|
|
7463
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
|
|
7464
|
+
"integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
|
|
7465
|
+
"cpu": [
|
|
7466
|
+
"x64"
|
|
7467
|
+
],
|
|
7468
|
+
"license": "MIT",
|
|
7469
|
+
"optional": true,
|
|
7470
|
+
"os": [
|
|
7471
|
+
"sunos"
|
|
7472
|
+
],
|
|
7473
|
+
"engines": {
|
|
7474
|
+
"node": ">=18"
|
|
7475
|
+
}
|
|
7476
|
+
},
|
|
7477
|
+
"node_modules/vite/node_modules/@esbuild/win32-arm64": {
|
|
7478
|
+
"version": "0.27.7",
|
|
7479
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
|
|
7480
|
+
"integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
|
|
7481
|
+
"cpu": [
|
|
7482
|
+
"arm64"
|
|
7483
|
+
],
|
|
7484
|
+
"license": "MIT",
|
|
7485
|
+
"optional": true,
|
|
7486
|
+
"os": [
|
|
7487
|
+
"win32"
|
|
7488
|
+
],
|
|
7489
|
+
"engines": {
|
|
7490
|
+
"node": ">=18"
|
|
7491
|
+
}
|
|
7492
|
+
},
|
|
7493
|
+
"node_modules/vite/node_modules/@esbuild/win32-ia32": {
|
|
7494
|
+
"version": "0.27.7",
|
|
7495
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
|
|
7496
|
+
"integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
|
|
7497
|
+
"cpu": [
|
|
7498
|
+
"ia32"
|
|
7499
|
+
],
|
|
7500
|
+
"license": "MIT",
|
|
7501
|
+
"optional": true,
|
|
7502
|
+
"os": [
|
|
7503
|
+
"win32"
|
|
7504
|
+
],
|
|
7505
|
+
"engines": {
|
|
7506
|
+
"node": ">=18"
|
|
7507
|
+
}
|
|
7508
|
+
},
|
|
7509
|
+
"node_modules/vite/node_modules/@esbuild/win32-x64": {
|
|
7510
|
+
"version": "0.27.7",
|
|
7511
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
|
|
7512
|
+
"integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
|
|
7513
|
+
"cpu": [
|
|
7514
|
+
"x64"
|
|
7515
|
+
],
|
|
7516
|
+
"license": "MIT",
|
|
7517
|
+
"optional": true,
|
|
7518
|
+
"os": [
|
|
7519
|
+
"win32"
|
|
7520
|
+
],
|
|
7521
|
+
"engines": {
|
|
7522
|
+
"node": ">=18"
|
|
7523
|
+
}
|
|
7524
|
+
},
|
|
7525
|
+
"node_modules/vite/node_modules/esbuild": {
|
|
7526
|
+
"version": "0.27.7",
|
|
7527
|
+
"hasInstallScript": true,
|
|
7528
|
+
"license": "MIT",
|
|
7529
|
+
"bin": {
|
|
7530
|
+
"esbuild": "bin/esbuild"
|
|
7531
|
+
},
|
|
7532
|
+
"engines": {
|
|
7533
|
+
"node": ">=18"
|
|
7534
|
+
},
|
|
7535
|
+
"optionalDependencies": {
|
|
7536
|
+
"@esbuild/aix-ppc64": "0.27.7",
|
|
7537
|
+
"@esbuild/android-arm": "0.27.7",
|
|
7538
|
+
"@esbuild/android-arm64": "0.27.7",
|
|
7539
|
+
"@esbuild/android-x64": "0.27.7",
|
|
7540
|
+
"@esbuild/darwin-arm64": "0.27.7",
|
|
7541
|
+
"@esbuild/darwin-x64": "0.27.7",
|
|
7542
|
+
"@esbuild/freebsd-arm64": "0.27.7",
|
|
7543
|
+
"@esbuild/freebsd-x64": "0.27.7",
|
|
7544
|
+
"@esbuild/linux-arm": "0.27.7",
|
|
7545
|
+
"@esbuild/linux-arm64": "0.27.7",
|
|
7546
|
+
"@esbuild/linux-ia32": "0.27.7",
|
|
7547
|
+
"@esbuild/linux-loong64": "0.27.7",
|
|
7548
|
+
"@esbuild/linux-mips64el": "0.27.7",
|
|
7549
|
+
"@esbuild/linux-ppc64": "0.27.7",
|
|
7550
|
+
"@esbuild/linux-riscv64": "0.27.7",
|
|
7551
|
+
"@esbuild/linux-s390x": "0.27.7",
|
|
7552
|
+
"@esbuild/linux-x64": "0.27.7",
|
|
7553
|
+
"@esbuild/netbsd-arm64": "0.27.7",
|
|
7554
|
+
"@esbuild/netbsd-x64": "0.27.7",
|
|
7555
|
+
"@esbuild/openbsd-arm64": "0.27.7",
|
|
7556
|
+
"@esbuild/openbsd-x64": "0.27.7",
|
|
7557
|
+
"@esbuild/openharmony-arm64": "0.27.7",
|
|
7558
|
+
"@esbuild/sunos-x64": "0.27.7",
|
|
7559
|
+
"@esbuild/win32-arm64": "0.27.7",
|
|
7560
|
+
"@esbuild/win32-ia32": "0.27.7",
|
|
7561
|
+
"@esbuild/win32-x64": "0.27.7"
|
|
7562
|
+
}
|
|
7563
|
+
},
|
|
7564
|
+
"node_modules/vite/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
|
|
7565
|
+
"version": "0.27.7",
|
|
7566
|
+
"cpu": [
|
|
7567
|
+
"arm64"
|
|
7568
|
+
],
|
|
7569
|
+
"license": "MIT",
|
|
7570
|
+
"optional": true,
|
|
7571
|
+
"os": [
|
|
7572
|
+
"darwin"
|
|
7573
|
+
],
|
|
7574
|
+
"engines": {
|
|
7575
|
+
"node": ">=18"
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
"node_modules/vite/node_modules/fsevents": {
|
|
7579
|
+
"version": "2.3.3",
|
|
7580
|
+
"license": "MIT",
|
|
7581
|
+
"optional": true,
|
|
7582
|
+
"os": [
|
|
7583
|
+
"darwin"
|
|
7584
|
+
],
|
|
7585
|
+
"engines": {
|
|
7586
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
7587
|
+
}
|
|
7588
|
+
},
|
|
7589
|
+
"node_modules/vite/node_modules/rollup": {
|
|
7590
|
+
"version": "4.60.3",
|
|
7591
|
+
"license": "MIT",
|
|
7592
|
+
"dependencies": {
|
|
7593
|
+
"@types/estree": "1.0.8"
|
|
7594
|
+
},
|
|
7595
|
+
"bin": {
|
|
7596
|
+
"rollup": "dist/bin/rollup"
|
|
7597
|
+
},
|
|
7598
|
+
"engines": {
|
|
7599
|
+
"node": ">=18.0.0",
|
|
7600
|
+
"npm": ">=8.0.0"
|
|
7601
|
+
},
|
|
7602
|
+
"optionalDependencies": {
|
|
7603
|
+
"@rollup/rollup-android-arm-eabi": "4.60.3",
|
|
7604
|
+
"@rollup/rollup-android-arm64": "4.60.3",
|
|
7605
|
+
"@rollup/rollup-darwin-arm64": "4.60.3",
|
|
7606
|
+
"@rollup/rollup-darwin-x64": "4.60.3",
|
|
7607
|
+
"@rollup/rollup-freebsd-arm64": "4.60.3",
|
|
7608
|
+
"@rollup/rollup-freebsd-x64": "4.60.3",
|
|
7609
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.3",
|
|
7610
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.3",
|
|
7611
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.3",
|
|
7612
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.3",
|
|
7613
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.3",
|
|
7614
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.3",
|
|
7615
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.3",
|
|
7616
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.3",
|
|
7617
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.3",
|
|
7618
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.3",
|
|
7619
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.3",
|
|
7620
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.3",
|
|
7621
|
+
"@rollup/rollup-linux-x64-musl": "4.60.3",
|
|
7622
|
+
"@rollup/rollup-openbsd-x64": "4.60.3",
|
|
7623
|
+
"@rollup/rollup-openharmony-arm64": "4.60.3",
|
|
7624
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.3",
|
|
7625
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.3",
|
|
7626
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.3",
|
|
7627
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.3",
|
|
7628
|
+
"fsevents": "~2.3.2"
|
|
7629
|
+
}
|
|
7630
|
+
},
|
|
7631
|
+
"node_modules/vite/node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
|
|
7632
|
+
"version": "4.60.3",
|
|
7633
|
+
"cpu": [
|
|
7634
|
+
"arm64"
|
|
7635
|
+
],
|
|
7636
|
+
"license": "MIT",
|
|
7637
|
+
"optional": true,
|
|
7638
|
+
"os": [
|
|
7639
|
+
"darwin"
|
|
7640
|
+
]
|
|
7641
|
+
},
|
|
7642
|
+
"node_modules/vite/node_modules/rollup/node_modules/@types/estree": {
|
|
7643
|
+
"version": "1.0.8",
|
|
7644
|
+
"license": "MIT"
|
|
7645
|
+
},
|
|
7646
|
+
"node_modules/vitefu": {
|
|
7647
|
+
"version": "1.1.3",
|
|
7648
|
+
"license": "MIT",
|
|
7649
|
+
"workspaces": [
|
|
7650
|
+
"tests/deps/*",
|
|
7651
|
+
"tests/projects/*",
|
|
7652
|
+
"tests/projects/workspace/packages/*"
|
|
7653
|
+
],
|
|
7654
|
+
"peerDependencies": {
|
|
7655
|
+
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
7656
|
+
},
|
|
7657
|
+
"peerDependenciesMeta": {
|
|
7658
|
+
"vite": {
|
|
7659
|
+
"optional": true
|
|
7660
|
+
}
|
|
7661
|
+
}
|
|
7662
|
+
},
|
|
7663
|
+
"node_modules/vscode-icons": {
|
|
7664
|
+
"version": "12.18.0",
|
|
7665
|
+
"resolved": "git+ssh://[email protected]/vscode-icons/vscode-icons.git#4fd190ffca5bdadaf306720672cb652131597730",
|
|
7666
|
+
"dev": true,
|
|
7667
|
+
"license": "MIT",
|
|
7668
|
+
"dependencies": {
|
|
7669
|
+
"inversify": "^6.0.1",
|
|
7670
|
+
"lodash": "^4.18.1",
|
|
7671
|
+
"open": "^8.4.2",
|
|
7672
|
+
"reflect-metadata": "^0.1.13",
|
|
7673
|
+
"semver": "^7.5.4"
|
|
7674
|
+
},
|
|
7675
|
+
"engines": {
|
|
7676
|
+
"node": ">=18.15.0",
|
|
7677
|
+
"vscode": "^1.82.0"
|
|
7678
|
+
}
|
|
7679
|
+
},
|
|
7680
|
+
"node_modules/vscode-icons/node_modules/reflect-metadata": {
|
|
7681
|
+
"version": "0.1.14",
|
|
7682
|
+
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz",
|
|
7683
|
+
"integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==",
|
|
7684
|
+
"dev": true,
|
|
7685
|
+
"license": "Apache-2.0"
|
|
7686
|
+
},
|
|
7687
|
+
"node_modules/web-namespaces": {
|
|
7688
|
+
"version": "2.0.1",
|
|
7689
|
+
"license": "MIT",
|
|
7690
|
+
"funding": {
|
|
7691
|
+
"type": "github",
|
|
7692
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7693
|
+
}
|
|
7694
|
+
},
|
|
7695
|
+
"node_modules/whatwg-encoding": {
|
|
7696
|
+
"version": "3.1.1",
|
|
7697
|
+
"license": "MIT",
|
|
7698
|
+
"dependencies": {
|
|
7699
|
+
"iconv-lite": "0.6.3"
|
|
7700
|
+
},
|
|
7701
|
+
"engines": {
|
|
7702
|
+
"node": ">=18"
|
|
7703
|
+
}
|
|
7704
|
+
},
|
|
7705
|
+
"node_modules/whatwg-mimetype": {
|
|
7706
|
+
"version": "4.0.0",
|
|
7707
|
+
"license": "MIT",
|
|
7708
|
+
"engines": {
|
|
7709
|
+
"node": ">=18"
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
"node_modules/which-pm-runs": {
|
|
7713
|
+
"version": "1.1.0",
|
|
7714
|
+
"license": "MIT",
|
|
7715
|
+
"engines": {
|
|
7716
|
+
"node": ">=4"
|
|
7717
|
+
}
|
|
7718
|
+
},
|
|
7719
|
+
"node_modules/wrangler": {
|
|
7720
|
+
"version": "4.90.1",
|
|
7721
|
+
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.90.1.tgz",
|
|
7722
|
+
"integrity": "sha512-u2KrieKSMfRM0toTst/CfDtcRraeoVjmcExcMWgILM/ytq3qcDhuOAULoZSyPHzma43lfLJy1BC544drFyqe1A==",
|
|
7723
|
+
"license": "MIT OR Apache-2.0",
|
|
7724
|
+
"dependencies": {
|
|
7725
|
+
"@cloudflare/kv-asset-handler": "0.5.0",
|
|
7726
|
+
"@cloudflare/unenv-preset": "2.16.1",
|
|
7727
|
+
"blake3-wasm": "2.1.5",
|
|
7728
|
+
"esbuild": "0.27.3",
|
|
7729
|
+
"miniflare": "4.20260508.0",
|
|
7730
|
+
"path-to-regexp": "6.3.0",
|
|
7731
|
+
"unenv": "2.0.0-rc.24",
|
|
7732
|
+
"workerd": "1.20260508.1"
|
|
7733
|
+
},
|
|
7734
|
+
"bin": {
|
|
7735
|
+
"wrangler": "bin/wrangler.js",
|
|
7736
|
+
"wrangler2": "bin/wrangler.js"
|
|
7737
|
+
},
|
|
7738
|
+
"engines": {
|
|
7739
|
+
"node": ">=22.0.0"
|
|
7740
|
+
},
|
|
7741
|
+
"optionalDependencies": {
|
|
7742
|
+
"fsevents": "~2.3.2"
|
|
7743
|
+
},
|
|
7744
|
+
"peerDependencies": {
|
|
7745
|
+
"@cloudflare/workers-types": "^4.20260508.1"
|
|
7746
|
+
},
|
|
7747
|
+
"peerDependenciesMeta": {
|
|
7748
|
+
"@cloudflare/workers-types": {
|
|
7749
|
+
"optional": true
|
|
7750
|
+
}
|
|
7751
|
+
}
|
|
7752
|
+
},
|
|
7753
|
+
"node_modules/wrangler/node_modules/@cloudflare/unenv-preset": {
|
|
7754
|
+
"version": "2.16.1",
|
|
7755
|
+
"license": "MIT OR Apache-2.0",
|
|
7756
|
+
"peerDependencies": {
|
|
7757
|
+
"unenv": "2.0.0-rc.24",
|
|
7758
|
+
"workerd": ">1.20260305.0 <2.0.0-0"
|
|
7759
|
+
},
|
|
7760
|
+
"peerDependenciesMeta": {
|
|
7761
|
+
"workerd": {
|
|
7762
|
+
"optional": true
|
|
7763
|
+
}
|
|
7764
|
+
}
|
|
7765
|
+
},
|
|
7766
|
+
"node_modules/wrangler/node_modules/@cloudflare/workerd-darwin-64": {
|
|
7767
|
+
"version": "1.20260508.1",
|
|
7768
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20260508.1.tgz",
|
|
7769
|
+
"integrity": "sha512-IT3r6VgiSwIesL4AJbxjgxvIxwWZqM7BKkhYAzOKHl4GF2M0TxeOahUIXd+CYXVZgHX8ceEg+MXbEehPelJyNg==",
|
|
7770
|
+
"cpu": [
|
|
7771
|
+
"x64"
|
|
7772
|
+
],
|
|
7773
|
+
"license": "Apache-2.0",
|
|
7774
|
+
"optional": true,
|
|
7775
|
+
"os": [
|
|
7776
|
+
"darwin"
|
|
7777
|
+
],
|
|
7778
|
+
"engines": {
|
|
7779
|
+
"node": ">=16"
|
|
7780
|
+
}
|
|
7781
|
+
},
|
|
7782
|
+
"node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64": {
|
|
7783
|
+
"version": "1.20260508.1",
|
|
7784
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20260508.1.tgz",
|
|
7785
|
+
"integrity": "sha512-zO38pCc27YlsZiPYcaZnosy0/t7abXrRU3VEO1oKfUvnaCpHgphDG+VsrmHL+kntda6hrtNwg2jLeMAqqIjnjw==",
|
|
7786
|
+
"cpu": [
|
|
7787
|
+
"x64"
|
|
7788
|
+
],
|
|
7789
|
+
"license": "Apache-2.0",
|
|
7790
|
+
"optional": true,
|
|
7791
|
+
"os": [
|
|
7792
|
+
"linux"
|
|
7793
|
+
],
|
|
7794
|
+
"engines": {
|
|
7795
|
+
"node": ">=16"
|
|
7796
|
+
}
|
|
7797
|
+
},
|
|
7798
|
+
"node_modules/wrangler/node_modules/@cloudflare/workerd-linux-arm64": {
|
|
7799
|
+
"version": "1.20260508.1",
|
|
7800
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20260508.1.tgz",
|
|
7801
|
+
"integrity": "sha512-XhJa780Ia6MNIrtxn/ruZHS79b9pu5EKPfRNReaUqxy8erPT2fs93axMfFoS9kIkcaRRj/1TOUKcTeAMoywY7w==",
|
|
7802
|
+
"cpu": [
|
|
7803
|
+
"arm64"
|
|
7804
|
+
],
|
|
7805
|
+
"license": "Apache-2.0",
|
|
7806
|
+
"optional": true,
|
|
7807
|
+
"os": [
|
|
7808
|
+
"linux"
|
|
7809
|
+
],
|
|
7810
|
+
"engines": {
|
|
7811
|
+
"node": ">=16"
|
|
7812
|
+
}
|
|
7813
|
+
},
|
|
7814
|
+
"node_modules/wrangler/node_modules/@cloudflare/workerd-windows-64": {
|
|
7815
|
+
"version": "1.20260508.1",
|
|
7816
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20260508.1.tgz",
|
|
7817
|
+
"integrity": "sha512-QdDOK3B/Ul1s3QmIwDrFyx9230to6LsNmWcVR8w+TYjNZuRPzqQBgusp78LO7MlqCoEl9dvIcN00jkJnLtBSfw==",
|
|
7818
|
+
"cpu": [
|
|
7819
|
+
"x64"
|
|
7820
|
+
],
|
|
7821
|
+
"license": "Apache-2.0",
|
|
7822
|
+
"optional": true,
|
|
7823
|
+
"os": [
|
|
7824
|
+
"win32"
|
|
7825
|
+
],
|
|
7826
|
+
"engines": {
|
|
7827
|
+
"node": ">=16"
|
|
7828
|
+
}
|
|
7829
|
+
},
|
|
7830
|
+
"node_modules/wrangler/node_modules/@esbuild/aix-ppc64": {
|
|
7831
|
+
"version": "0.27.3",
|
|
7832
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
|
|
7833
|
+
"integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
|
|
7834
|
+
"cpu": [
|
|
7835
|
+
"ppc64"
|
|
7836
|
+
],
|
|
7837
|
+
"license": "MIT",
|
|
7838
|
+
"optional": true,
|
|
7839
|
+
"os": [
|
|
7840
|
+
"aix"
|
|
7841
|
+
],
|
|
7842
|
+
"engines": {
|
|
7843
|
+
"node": ">=18"
|
|
7844
|
+
}
|
|
7845
|
+
},
|
|
7846
|
+
"node_modules/wrangler/node_modules/@esbuild/android-arm": {
|
|
7847
|
+
"version": "0.27.3",
|
|
7848
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
|
|
7849
|
+
"integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
|
|
7850
|
+
"cpu": [
|
|
7851
|
+
"arm"
|
|
7852
|
+
],
|
|
7853
|
+
"license": "MIT",
|
|
7854
|
+
"optional": true,
|
|
7855
|
+
"os": [
|
|
7856
|
+
"android"
|
|
7857
|
+
],
|
|
7858
|
+
"engines": {
|
|
7859
|
+
"node": ">=18"
|
|
7860
|
+
}
|
|
7861
|
+
},
|
|
7862
|
+
"node_modules/wrangler/node_modules/@esbuild/android-arm64": {
|
|
7863
|
+
"version": "0.27.3",
|
|
7864
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
|
|
7865
|
+
"integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
|
|
7866
|
+
"cpu": [
|
|
7867
|
+
"arm64"
|
|
7868
|
+
],
|
|
7869
|
+
"license": "MIT",
|
|
7870
|
+
"optional": true,
|
|
7871
|
+
"os": [
|
|
7872
|
+
"android"
|
|
7873
|
+
],
|
|
7874
|
+
"engines": {
|
|
7875
|
+
"node": ">=18"
|
|
7876
|
+
}
|
|
7877
|
+
},
|
|
7878
|
+
"node_modules/wrangler/node_modules/@esbuild/android-x64": {
|
|
7879
|
+
"version": "0.27.3",
|
|
7880
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
|
|
7881
|
+
"integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
|
|
7882
|
+
"cpu": [
|
|
7883
|
+
"x64"
|
|
7884
|
+
],
|
|
7885
|
+
"license": "MIT",
|
|
7886
|
+
"optional": true,
|
|
7887
|
+
"os": [
|
|
7888
|
+
"android"
|
|
7889
|
+
],
|
|
7890
|
+
"engines": {
|
|
7891
|
+
"node": ">=18"
|
|
7892
|
+
}
|
|
7893
|
+
},
|
|
7894
|
+
"node_modules/wrangler/node_modules/@esbuild/darwin-x64": {
|
|
7895
|
+
"version": "0.27.3",
|
|
7896
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
|
|
7897
|
+
"integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
|
|
7898
|
+
"cpu": [
|
|
7899
|
+
"x64"
|
|
7900
|
+
],
|
|
7901
|
+
"license": "MIT",
|
|
7902
|
+
"optional": true,
|
|
7903
|
+
"os": [
|
|
7904
|
+
"darwin"
|
|
7905
|
+
],
|
|
7906
|
+
"engines": {
|
|
7907
|
+
"node": ">=18"
|
|
7908
|
+
}
|
|
7909
|
+
},
|
|
7910
|
+
"node_modules/wrangler/node_modules/@esbuild/freebsd-arm64": {
|
|
7911
|
+
"version": "0.27.3",
|
|
7912
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
|
|
7913
|
+
"integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
|
|
7914
|
+
"cpu": [
|
|
7915
|
+
"arm64"
|
|
7916
|
+
],
|
|
7917
|
+
"license": "MIT",
|
|
7918
|
+
"optional": true,
|
|
7919
|
+
"os": [
|
|
7920
|
+
"freebsd"
|
|
7921
|
+
],
|
|
7922
|
+
"engines": {
|
|
7923
|
+
"node": ">=18"
|
|
7924
|
+
}
|
|
7925
|
+
},
|
|
7926
|
+
"node_modules/wrangler/node_modules/@esbuild/freebsd-x64": {
|
|
7927
|
+
"version": "0.27.3",
|
|
7928
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
|
|
7929
|
+
"integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
|
|
7930
|
+
"cpu": [
|
|
7931
|
+
"x64"
|
|
7932
|
+
],
|
|
7933
|
+
"license": "MIT",
|
|
7934
|
+
"optional": true,
|
|
7935
|
+
"os": [
|
|
7936
|
+
"freebsd"
|
|
7937
|
+
],
|
|
7938
|
+
"engines": {
|
|
7939
|
+
"node": ">=18"
|
|
7940
|
+
}
|
|
7941
|
+
},
|
|
7942
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-arm": {
|
|
7943
|
+
"version": "0.27.3",
|
|
7944
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
|
|
7945
|
+
"integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
|
|
7946
|
+
"cpu": [
|
|
7947
|
+
"arm"
|
|
7948
|
+
],
|
|
7949
|
+
"license": "MIT",
|
|
7950
|
+
"optional": true,
|
|
7951
|
+
"os": [
|
|
7952
|
+
"linux"
|
|
7953
|
+
],
|
|
7954
|
+
"engines": {
|
|
7955
|
+
"node": ">=18"
|
|
7956
|
+
}
|
|
7957
|
+
},
|
|
7958
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-arm64": {
|
|
7959
|
+
"version": "0.27.3",
|
|
7960
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
|
|
7961
|
+
"integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
|
|
7962
|
+
"cpu": [
|
|
7963
|
+
"arm64"
|
|
7964
|
+
],
|
|
7965
|
+
"license": "MIT",
|
|
7966
|
+
"optional": true,
|
|
7967
|
+
"os": [
|
|
7968
|
+
"linux"
|
|
7969
|
+
],
|
|
7970
|
+
"engines": {
|
|
7971
|
+
"node": ">=18"
|
|
7972
|
+
}
|
|
7973
|
+
},
|
|
7974
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-ia32": {
|
|
7975
|
+
"version": "0.27.3",
|
|
7976
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
|
|
7977
|
+
"integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
|
|
7978
|
+
"cpu": [
|
|
7979
|
+
"ia32"
|
|
7980
|
+
],
|
|
7981
|
+
"license": "MIT",
|
|
7982
|
+
"optional": true,
|
|
7983
|
+
"os": [
|
|
7984
|
+
"linux"
|
|
7985
|
+
],
|
|
7986
|
+
"engines": {
|
|
7987
|
+
"node": ">=18"
|
|
7988
|
+
}
|
|
7989
|
+
},
|
|
7990
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-loong64": {
|
|
7991
|
+
"version": "0.27.3",
|
|
7992
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
|
|
7993
|
+
"integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
|
|
7994
|
+
"cpu": [
|
|
7995
|
+
"loong64"
|
|
7996
|
+
],
|
|
7997
|
+
"license": "MIT",
|
|
7998
|
+
"optional": true,
|
|
7999
|
+
"os": [
|
|
8000
|
+
"linux"
|
|
8001
|
+
],
|
|
8002
|
+
"engines": {
|
|
8003
|
+
"node": ">=18"
|
|
8004
|
+
}
|
|
8005
|
+
},
|
|
8006
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-mips64el": {
|
|
8007
|
+
"version": "0.27.3",
|
|
8008
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
|
|
8009
|
+
"integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
|
|
8010
|
+
"cpu": [
|
|
8011
|
+
"mips64el"
|
|
8012
|
+
],
|
|
8013
|
+
"license": "MIT",
|
|
8014
|
+
"optional": true,
|
|
8015
|
+
"os": [
|
|
8016
|
+
"linux"
|
|
8017
|
+
],
|
|
8018
|
+
"engines": {
|
|
8019
|
+
"node": ">=18"
|
|
8020
|
+
}
|
|
8021
|
+
},
|
|
8022
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-ppc64": {
|
|
8023
|
+
"version": "0.27.3",
|
|
8024
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
|
|
8025
|
+
"integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
|
|
8026
|
+
"cpu": [
|
|
8027
|
+
"ppc64"
|
|
8028
|
+
],
|
|
8029
|
+
"license": "MIT",
|
|
8030
|
+
"optional": true,
|
|
8031
|
+
"os": [
|
|
8032
|
+
"linux"
|
|
8033
|
+
],
|
|
8034
|
+
"engines": {
|
|
8035
|
+
"node": ">=18"
|
|
8036
|
+
}
|
|
8037
|
+
},
|
|
8038
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-riscv64": {
|
|
8039
|
+
"version": "0.27.3",
|
|
8040
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
|
|
8041
|
+
"integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
|
|
8042
|
+
"cpu": [
|
|
8043
|
+
"riscv64"
|
|
8044
|
+
],
|
|
8045
|
+
"license": "MIT",
|
|
8046
|
+
"optional": true,
|
|
8047
|
+
"os": [
|
|
8048
|
+
"linux"
|
|
8049
|
+
],
|
|
8050
|
+
"engines": {
|
|
8051
|
+
"node": ">=18"
|
|
8052
|
+
}
|
|
8053
|
+
},
|
|
8054
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-s390x": {
|
|
8055
|
+
"version": "0.27.3",
|
|
8056
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
|
|
8057
|
+
"integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
|
|
8058
|
+
"cpu": [
|
|
8059
|
+
"s390x"
|
|
8060
|
+
],
|
|
8061
|
+
"license": "MIT",
|
|
8062
|
+
"optional": true,
|
|
8063
|
+
"os": [
|
|
8064
|
+
"linux"
|
|
8065
|
+
],
|
|
8066
|
+
"engines": {
|
|
8067
|
+
"node": ">=18"
|
|
8068
|
+
}
|
|
8069
|
+
},
|
|
8070
|
+
"node_modules/wrangler/node_modules/@esbuild/linux-x64": {
|
|
8071
|
+
"version": "0.27.3",
|
|
8072
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
|
|
8073
|
+
"integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
|
|
8074
|
+
"cpu": [
|
|
8075
|
+
"x64"
|
|
8076
|
+
],
|
|
8077
|
+
"license": "MIT",
|
|
8078
|
+
"optional": true,
|
|
8079
|
+
"os": [
|
|
8080
|
+
"linux"
|
|
8081
|
+
],
|
|
8082
|
+
"engines": {
|
|
8083
|
+
"node": ">=18"
|
|
8084
|
+
}
|
|
8085
|
+
},
|
|
8086
|
+
"node_modules/wrangler/node_modules/@esbuild/netbsd-arm64": {
|
|
8087
|
+
"version": "0.27.3",
|
|
8088
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
|
|
8089
|
+
"integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
|
|
8090
|
+
"cpu": [
|
|
8091
|
+
"arm64"
|
|
8092
|
+
],
|
|
8093
|
+
"license": "MIT",
|
|
8094
|
+
"optional": true,
|
|
8095
|
+
"os": [
|
|
8096
|
+
"netbsd"
|
|
8097
|
+
],
|
|
8098
|
+
"engines": {
|
|
8099
|
+
"node": ">=18"
|
|
8100
|
+
}
|
|
8101
|
+
},
|
|
8102
|
+
"node_modules/wrangler/node_modules/@esbuild/netbsd-x64": {
|
|
8103
|
+
"version": "0.27.3",
|
|
8104
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
|
|
8105
|
+
"integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
|
|
8106
|
+
"cpu": [
|
|
8107
|
+
"x64"
|
|
8108
|
+
],
|
|
8109
|
+
"license": "MIT",
|
|
8110
|
+
"optional": true,
|
|
8111
|
+
"os": [
|
|
8112
|
+
"netbsd"
|
|
8113
|
+
],
|
|
8114
|
+
"engines": {
|
|
8115
|
+
"node": ">=18"
|
|
8116
|
+
}
|
|
8117
|
+
},
|
|
8118
|
+
"node_modules/wrangler/node_modules/@esbuild/openbsd-arm64": {
|
|
8119
|
+
"version": "0.27.3",
|
|
8120
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
|
|
8121
|
+
"integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
|
|
8122
|
+
"cpu": [
|
|
8123
|
+
"arm64"
|
|
8124
|
+
],
|
|
8125
|
+
"license": "MIT",
|
|
8126
|
+
"optional": true,
|
|
8127
|
+
"os": [
|
|
8128
|
+
"openbsd"
|
|
8129
|
+
],
|
|
8130
|
+
"engines": {
|
|
8131
|
+
"node": ">=18"
|
|
8132
|
+
}
|
|
8133
|
+
},
|
|
8134
|
+
"node_modules/wrangler/node_modules/@esbuild/openbsd-x64": {
|
|
8135
|
+
"version": "0.27.3",
|
|
8136
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
|
|
8137
|
+
"integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
|
|
8138
|
+
"cpu": [
|
|
8139
|
+
"x64"
|
|
8140
|
+
],
|
|
8141
|
+
"license": "MIT",
|
|
8142
|
+
"optional": true,
|
|
8143
|
+
"os": [
|
|
8144
|
+
"openbsd"
|
|
8145
|
+
],
|
|
8146
|
+
"engines": {
|
|
8147
|
+
"node": ">=18"
|
|
8148
|
+
}
|
|
8149
|
+
},
|
|
8150
|
+
"node_modules/wrangler/node_modules/@esbuild/openharmony-arm64": {
|
|
8151
|
+
"version": "0.27.3",
|
|
8152
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
|
|
8153
|
+
"integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
|
|
8154
|
+
"cpu": [
|
|
8155
|
+
"arm64"
|
|
8156
|
+
],
|
|
8157
|
+
"license": "MIT",
|
|
8158
|
+
"optional": true,
|
|
8159
|
+
"os": [
|
|
8160
|
+
"openharmony"
|
|
8161
|
+
],
|
|
8162
|
+
"engines": {
|
|
8163
|
+
"node": ">=18"
|
|
8164
|
+
}
|
|
8165
|
+
},
|
|
8166
|
+
"node_modules/wrangler/node_modules/@esbuild/sunos-x64": {
|
|
8167
|
+
"version": "0.27.3",
|
|
8168
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
|
|
8169
|
+
"integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
|
|
8170
|
+
"cpu": [
|
|
8171
|
+
"x64"
|
|
8172
|
+
],
|
|
8173
|
+
"license": "MIT",
|
|
8174
|
+
"optional": true,
|
|
8175
|
+
"os": [
|
|
8176
|
+
"sunos"
|
|
8177
|
+
],
|
|
8178
|
+
"engines": {
|
|
8179
|
+
"node": ">=18"
|
|
8180
|
+
}
|
|
8181
|
+
},
|
|
8182
|
+
"node_modules/wrangler/node_modules/@esbuild/win32-arm64": {
|
|
8183
|
+
"version": "0.27.3",
|
|
8184
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
|
|
8185
|
+
"integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
|
|
8186
|
+
"cpu": [
|
|
8187
|
+
"arm64"
|
|
8188
|
+
],
|
|
8189
|
+
"license": "MIT",
|
|
8190
|
+
"optional": true,
|
|
8191
|
+
"os": [
|
|
8192
|
+
"win32"
|
|
8193
|
+
],
|
|
8194
|
+
"engines": {
|
|
8195
|
+
"node": ">=18"
|
|
8196
|
+
}
|
|
8197
|
+
},
|
|
8198
|
+
"node_modules/wrangler/node_modules/@esbuild/win32-ia32": {
|
|
8199
|
+
"version": "0.27.3",
|
|
8200
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
|
|
8201
|
+
"integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
|
|
8202
|
+
"cpu": [
|
|
8203
|
+
"ia32"
|
|
8204
|
+
],
|
|
8205
|
+
"license": "MIT",
|
|
8206
|
+
"optional": true,
|
|
8207
|
+
"os": [
|
|
8208
|
+
"win32"
|
|
8209
|
+
],
|
|
8210
|
+
"engines": {
|
|
8211
|
+
"node": ">=18"
|
|
8212
|
+
}
|
|
8213
|
+
},
|
|
8214
|
+
"node_modules/wrangler/node_modules/@esbuild/win32-x64": {
|
|
8215
|
+
"version": "0.27.3",
|
|
8216
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
|
|
8217
|
+
"integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
|
|
8218
|
+
"cpu": [
|
|
8219
|
+
"x64"
|
|
8220
|
+
],
|
|
8221
|
+
"license": "MIT",
|
|
8222
|
+
"optional": true,
|
|
8223
|
+
"os": [
|
|
8224
|
+
"win32"
|
|
8225
|
+
],
|
|
8226
|
+
"engines": {
|
|
8227
|
+
"node": ">=18"
|
|
8228
|
+
}
|
|
8229
|
+
},
|
|
8230
|
+
"node_modules/wrangler/node_modules/esbuild": {
|
|
8231
|
+
"version": "0.27.3",
|
|
8232
|
+
"hasInstallScript": true,
|
|
8233
|
+
"license": "MIT",
|
|
8234
|
+
"bin": {
|
|
8235
|
+
"esbuild": "bin/esbuild"
|
|
8236
|
+
},
|
|
8237
|
+
"engines": {
|
|
8238
|
+
"node": ">=18"
|
|
8239
|
+
},
|
|
8240
|
+
"optionalDependencies": {
|
|
8241
|
+
"@esbuild/aix-ppc64": "0.27.3",
|
|
8242
|
+
"@esbuild/android-arm": "0.27.3",
|
|
8243
|
+
"@esbuild/android-arm64": "0.27.3",
|
|
8244
|
+
"@esbuild/android-x64": "0.27.3",
|
|
8245
|
+
"@esbuild/darwin-arm64": "0.27.3",
|
|
8246
|
+
"@esbuild/darwin-x64": "0.27.3",
|
|
8247
|
+
"@esbuild/freebsd-arm64": "0.27.3",
|
|
8248
|
+
"@esbuild/freebsd-x64": "0.27.3",
|
|
8249
|
+
"@esbuild/linux-arm": "0.27.3",
|
|
8250
|
+
"@esbuild/linux-arm64": "0.27.3",
|
|
8251
|
+
"@esbuild/linux-ia32": "0.27.3",
|
|
8252
|
+
"@esbuild/linux-loong64": "0.27.3",
|
|
8253
|
+
"@esbuild/linux-mips64el": "0.27.3",
|
|
8254
|
+
"@esbuild/linux-ppc64": "0.27.3",
|
|
8255
|
+
"@esbuild/linux-riscv64": "0.27.3",
|
|
8256
|
+
"@esbuild/linux-s390x": "0.27.3",
|
|
8257
|
+
"@esbuild/linux-x64": "0.27.3",
|
|
8258
|
+
"@esbuild/netbsd-arm64": "0.27.3",
|
|
8259
|
+
"@esbuild/netbsd-x64": "0.27.3",
|
|
8260
|
+
"@esbuild/openbsd-arm64": "0.27.3",
|
|
8261
|
+
"@esbuild/openbsd-x64": "0.27.3",
|
|
8262
|
+
"@esbuild/openharmony-arm64": "0.27.3",
|
|
8263
|
+
"@esbuild/sunos-x64": "0.27.3",
|
|
8264
|
+
"@esbuild/win32-arm64": "0.27.3",
|
|
8265
|
+
"@esbuild/win32-ia32": "0.27.3",
|
|
8266
|
+
"@esbuild/win32-x64": "0.27.3"
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
"node_modules/wrangler/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
|
|
8270
|
+
"version": "0.27.3",
|
|
8271
|
+
"cpu": [
|
|
8272
|
+
"arm64"
|
|
8273
|
+
],
|
|
8274
|
+
"license": "MIT",
|
|
8275
|
+
"optional": true,
|
|
8276
|
+
"os": [
|
|
8277
|
+
"darwin"
|
|
8278
|
+
],
|
|
8279
|
+
"engines": {
|
|
8280
|
+
"node": ">=18"
|
|
8281
|
+
}
|
|
8282
|
+
},
|
|
8283
|
+
"node_modules/wrangler/node_modules/miniflare": {
|
|
8284
|
+
"version": "4.20260508.0",
|
|
8285
|
+
"license": "MIT",
|
|
8286
|
+
"dependencies": {
|
|
8287
|
+
"@cspotcode/source-map-support": "0.8.1",
|
|
8288
|
+
"sharp": "^0.34.5",
|
|
8289
|
+
"undici": "7.24.8",
|
|
8290
|
+
"workerd": "1.20260508.1",
|
|
8291
|
+
"ws": "8.18.0",
|
|
8292
|
+
"youch": "4.1.0-beta.10"
|
|
8293
|
+
},
|
|
8294
|
+
"bin": {
|
|
8295
|
+
"miniflare": "bootstrap.js"
|
|
8296
|
+
},
|
|
8297
|
+
"engines": {
|
|
8298
|
+
"node": ">=22.0.0"
|
|
8299
|
+
}
|
|
8300
|
+
},
|
|
8301
|
+
"node_modules/wrangler/node_modules/miniflare/node_modules/ws": {
|
|
8302
|
+
"version": "8.18.0",
|
|
8303
|
+
"license": "MIT",
|
|
8304
|
+
"engines": {
|
|
8305
|
+
"node": ">=10.0.0"
|
|
8306
|
+
},
|
|
8307
|
+
"peerDependencies": {
|
|
8308
|
+
"bufferutil": "^4.0.1",
|
|
8309
|
+
"utf-8-validate": ">=5.0.2"
|
|
8310
|
+
},
|
|
8311
|
+
"peerDependenciesMeta": {
|
|
8312
|
+
"bufferutil": {
|
|
8313
|
+
"optional": true
|
|
8314
|
+
},
|
|
8315
|
+
"utf-8-validate": {
|
|
8316
|
+
"optional": true
|
|
8317
|
+
}
|
|
8318
|
+
}
|
|
8319
|
+
},
|
|
8320
|
+
"node_modules/wrangler/node_modules/unenv": {
|
|
8321
|
+
"version": "2.0.0-rc.24",
|
|
8322
|
+
"license": "MIT",
|
|
8323
|
+
"dependencies": {
|
|
8324
|
+
"pathe": "^2.0.3"
|
|
8325
|
+
}
|
|
8326
|
+
},
|
|
8327
|
+
"node_modules/wrangler/node_modules/workerd": {
|
|
8328
|
+
"version": "1.20260508.1",
|
|
8329
|
+
"hasInstallScript": true,
|
|
8330
|
+
"license": "Apache-2.0",
|
|
8331
|
+
"bin": {
|
|
8332
|
+
"workerd": "bin/workerd"
|
|
8333
|
+
},
|
|
8334
|
+
"engines": {
|
|
8335
|
+
"node": ">=16"
|
|
8336
|
+
},
|
|
8337
|
+
"optionalDependencies": {
|
|
8338
|
+
"@cloudflare/workerd-darwin-64": "1.20260508.1",
|
|
8339
|
+
"@cloudflare/workerd-darwin-arm64": "1.20260508.1",
|
|
8340
|
+
"@cloudflare/workerd-linux-64": "1.20260508.1",
|
|
8341
|
+
"@cloudflare/workerd-linux-arm64": "1.20260508.1",
|
|
8342
|
+
"@cloudflare/workerd-windows-64": "1.20260508.1"
|
|
8343
|
+
}
|
|
8344
|
+
},
|
|
8345
|
+
"node_modules/wrangler/node_modules/workerd/node_modules/@cloudflare/workerd-darwin-arm64": {
|
|
8346
|
+
"version": "1.20260508.1",
|
|
8347
|
+
"cpu": [
|
|
8348
|
+
"arm64"
|
|
8349
|
+
],
|
|
8350
|
+
"license": "Apache-2.0",
|
|
8351
|
+
"optional": true,
|
|
8352
|
+
"os": [
|
|
8353
|
+
"darwin"
|
|
8354
|
+
],
|
|
8355
|
+
"engines": {
|
|
8356
|
+
"node": ">=16"
|
|
8357
|
+
}
|
|
8358
|
+
},
|
|
8359
|
+
"node_modules/wrappy": {
|
|
8360
|
+
"version": "1.0.2",
|
|
8361
|
+
"license": "ISC"
|
|
8362
|
+
},
|
|
8363
|
+
"node_modules/xxhash-wasm": {
|
|
8364
|
+
"version": "1.1.0",
|
|
8365
|
+
"license": "MIT"
|
|
8366
|
+
},
|
|
8367
|
+
"node_modules/yallist": {
|
|
8368
|
+
"version": "4.0.0",
|
|
8369
|
+
"license": "ISC"
|
|
8370
|
+
},
|
|
8371
|
+
"node_modules/yargs-parser": {
|
|
8372
|
+
"version": "22.0.0",
|
|
8373
|
+
"license": "ISC",
|
|
8374
|
+
"engines": {
|
|
8375
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
8376
|
+
}
|
|
8377
|
+
},
|
|
8378
|
+
"node_modules/yauzl": {
|
|
8379
|
+
"version": "2.10.0",
|
|
8380
|
+
"license": "MIT",
|
|
8381
|
+
"dependencies": {
|
|
8382
|
+
"buffer-crc32": "~0.2.3",
|
|
8383
|
+
"fd-slicer": "~1.1.0"
|
|
8384
|
+
}
|
|
8385
|
+
},
|
|
8386
|
+
"node_modules/yocto-queue": {
|
|
8387
|
+
"version": "1.2.1",
|
|
8388
|
+
"license": "MIT",
|
|
8389
|
+
"engines": {
|
|
8390
|
+
"node": ">=12.20"
|
|
8391
|
+
},
|
|
8392
|
+
"funding": {
|
|
8393
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8394
|
+
}
|
|
8395
|
+
},
|
|
8396
|
+
"node_modules/youch": {
|
|
8397
|
+
"version": "4.1.0-beta.10",
|
|
8398
|
+
"license": "MIT",
|
|
8399
|
+
"dependencies": {
|
|
8400
|
+
"@poppinss/colors": "^4.1.5",
|
|
8401
|
+
"@poppinss/dumper": "^0.6.4",
|
|
8402
|
+
"@speed-highlight/core": "^1.2.7",
|
|
8403
|
+
"cookie": "^1.0.2",
|
|
8404
|
+
"youch-core": "^0.3.3"
|
|
8405
|
+
}
|
|
8406
|
+
},
|
|
8407
|
+
"node_modules/youch-core": {
|
|
8408
|
+
"version": "0.3.3",
|
|
8409
|
+
"license": "MIT",
|
|
8410
|
+
"dependencies": {
|
|
8411
|
+
"@poppinss/exception": "^1.2.2",
|
|
8412
|
+
"error-stack-parser-es": "^1.0.5"
|
|
8413
|
+
}
|
|
8414
|
+
},
|
|
8415
|
+
"node_modules/youch/node_modules/cookie": {
|
|
8416
|
+
"version": "1.0.2",
|
|
8417
|
+
"license": "MIT",
|
|
8418
|
+
"engines": {
|
|
8419
|
+
"node": ">=18"
|
|
8420
|
+
}
|
|
8421
|
+
},
|
|
8422
|
+
"node_modules/zod": {
|
|
8423
|
+
"version": "4.4.3",
|
|
8424
|
+
"license": "MIT",
|
|
8425
|
+
"funding": {
|
|
8426
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
8427
|
+
}
|
|
8428
|
+
},
|
|
8429
|
+
"node_modules/zwitch": {
|
|
8430
|
+
"version": "2.0.4",
|
|
8431
|
+
"license": "MIT",
|
|
8432
|
+
"funding": {
|
|
8433
|
+
"type": "github",
|
|
8434
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
8435
|
+
}
|
|
8436
|
+
}
|
|
8437
|
+
}
|
|
8438
|
+
}
|
package.json
CHANGED
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@appzic/astro-reset-css": "^1.2.0",
|
|
18
|
+
"@astrojs/cloudflare": "^13.5.0",
|
|
19
|
+
"alchemy": "^0.93.7",
|
|
18
|
-
"astro": "6.3.
|
|
20
|
+
"astro": "6.3.1",
|
|
19
21
|
"astro-color-scheme": "^1.1.6",
|
|
20
22
|
"astro-expressive-code": "^0.42.0",
|
|
21
23
|
"astro-icon": "^1.1.5",
|
|
@@ -33,8 +35,7 @@
|
|
|
33
35
|
"@iconify-json/vscode-icons": "^1.2.36",
|
|
34
36
|
"@playwright/test": "^1.52.0",
|
|
35
37
|
"@types/bun": "^1.3.2",
|
|
36
|
-
"alchemy": "^0.78.0",
|
|
37
38
|
"diff2html": "^3.4.52",
|
|
38
39
|
"vscode-icons": "https://github.com/vscode-icons/vscode-icons.git"
|
|
39
40
|
}
|
|
40
|
-
}
|
|
41
|
+
}
|