@salesforce/plugin-lightning-dev 2.3.2 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/commands/lightning/dev/site.js +1 -1
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/npm-shrinkwrap.json +827 -575
- package/oclif.lock +429 -208
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.5.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
13
13
|
"@inquirer/select": "^2.4.7",
|
|
14
|
-
"@lwc/lwc-dev-server": "^
|
|
15
|
-
"@lwc/sfdc-lwc-compiler": "^
|
|
14
|
+
"@lwc/lwc-dev-server": "^11.1.0",
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "^11.1.0",
|
|
16
16
|
"@lwrjs/api": "0.15.0-alpha.44",
|
|
17
17
|
"@oclif/core": "^4.0.30",
|
|
18
18
|
"@salesforce/core": "^8.6.2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.7.7",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"lwc": "^8.
|
|
24
|
+
"lwc": "^8.10.1",
|
|
25
25
|
"lwr": "0.15.0-alpha.44",
|
|
26
26
|
"node-fetch": "^3.3.2"
|
|
27
27
|
},
|
|
@@ -1436,18 +1436,6 @@
|
|
|
1436
1436
|
"node": ">=6.9.0"
|
|
1437
1437
|
}
|
|
1438
1438
|
},
|
|
1439
|
-
"node_modules/@babel/generator/node_modules/jsesc": {
|
|
1440
|
-
"version": "3.0.2",
|
|
1441
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
1442
|
-
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
1443
|
-
"license": "MIT",
|
|
1444
|
-
"bin": {
|
|
1445
|
-
"jsesc": "bin/jsesc"
|
|
1446
|
-
},
|
|
1447
|
-
"engines": {
|
|
1448
|
-
"node": ">=6"
|
|
1449
|
-
}
|
|
1450
|
-
},
|
|
1451
1439
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
1452
1440
|
"version": "7.25.7",
|
|
1453
1441
|
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz",
|
|
@@ -1563,23 +1551,6 @@
|
|
|
1563
1551
|
"url": "https://opencollective.com/babel"
|
|
1564
1552
|
}
|
|
1565
1553
|
},
|
|
1566
|
-
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers": {
|
|
1567
|
-
"version": "7.25.7",
|
|
1568
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz",
|
|
1569
|
-
"integrity": "sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==",
|
|
1570
|
-
"license": "MIT",
|
|
1571
|
-
"dependencies": {
|
|
1572
|
-
"@babel/helper-member-expression-to-functions": "^7.25.7",
|
|
1573
|
-
"@babel/helper-optimise-call-expression": "^7.25.7",
|
|
1574
|
-
"@babel/traverse": "^7.25.7"
|
|
1575
|
-
},
|
|
1576
|
-
"engines": {
|
|
1577
|
-
"node": ">=6.9.0"
|
|
1578
|
-
},
|
|
1579
|
-
"peerDependencies": {
|
|
1580
|
-
"@babel/core": "^7.0.0"
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
1554
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
1584
1555
|
"version": "6.3.1",
|
|
1585
1556
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -3916,24 +3887,6 @@
|
|
|
3916
3887
|
"node": ">=10.17.0"
|
|
3917
3888
|
}
|
|
3918
3889
|
},
|
|
3919
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
3920
|
-
"version": "7.0.0",
|
|
3921
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3922
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3923
|
-
"dev": true,
|
|
3924
|
-
"license": "MIT",
|
|
3925
|
-
"dependencies": {
|
|
3926
|
-
"ansi-styles": "^4.0.0",
|
|
3927
|
-
"string-width": "^4.1.0",
|
|
3928
|
-
"strip-ansi": "^6.0.0"
|
|
3929
|
-
},
|
|
3930
|
-
"engines": {
|
|
3931
|
-
"node": ">=10"
|
|
3932
|
-
},
|
|
3933
|
-
"funding": {
|
|
3934
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3935
|
-
}
|
|
3936
|
-
},
|
|
3937
3890
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
3938
3891
|
"version": "17.7.2",
|
|
3939
3892
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -4663,23 +4616,6 @@
|
|
|
4663
4616
|
"node": ">=12"
|
|
4664
4617
|
}
|
|
4665
4618
|
},
|
|
4666
|
-
"node_modules/@grpc/proto-loader/node_modules/wrap-ansi": {
|
|
4667
|
-
"version": "7.0.0",
|
|
4668
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4669
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4670
|
-
"license": "MIT",
|
|
4671
|
-
"dependencies": {
|
|
4672
|
-
"ansi-styles": "^4.0.0",
|
|
4673
|
-
"string-width": "^4.1.0",
|
|
4674
|
-
"strip-ansi": "^6.0.0"
|
|
4675
|
-
},
|
|
4676
|
-
"engines": {
|
|
4677
|
-
"node": ">=10"
|
|
4678
|
-
},
|
|
4679
|
-
"funding": {
|
|
4680
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
4619
|
"node_modules/@grpc/proto-loader/node_modules/yargs": {
|
|
4684
4620
|
"version": "17.7.2",
|
|
4685
4621
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -6217,433 +6153,666 @@
|
|
|
6217
6153
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
6218
6154
|
},
|
|
6219
6155
|
"node_modules/@lwc/aria-reflection": {
|
|
6220
|
-
"version": "8.
|
|
6221
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
6222
|
-
"integrity": "sha512-
|
|
6156
|
+
"version": "8.10.1",
|
|
6157
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.10.1.tgz",
|
|
6158
|
+
"integrity": "sha512-GAC+J3j4jZGvuqdM/PueGQNQdVoAN3jCVeogQtcprRfyfWtG/fhv9O8W96djes7BeZFA+SmYFoPHfAOgpaTk7g==",
|
|
6223
6159
|
"license": "MIT"
|
|
6224
6160
|
},
|
|
6225
6161
|
"node_modules/@lwc/babel-plugin-component": {
|
|
6226
|
-
"version": "8.
|
|
6227
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
6228
|
-
"integrity": "sha512-
|
|
6162
|
+
"version": "8.10.1",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.10.1.tgz",
|
|
6164
|
+
"integrity": "sha512-oy5jq79cmBbTnnGIdswCRnly7oxuBomjv4xJ58itpA4+7rKOX4p7FLxJLd6oK3fWP/BeduKUyGP/FHXMALBF7w==",
|
|
6229
6165
|
"license": "MIT",
|
|
6230
6166
|
"dependencies": {
|
|
6231
|
-
"@babel/helper-module-imports": "7.25.
|
|
6167
|
+
"@babel/helper-module-imports": "7.25.9",
|
|
6232
6168
|
"@babel/traverse": "^7.25.7",
|
|
6233
6169
|
"@babel/types": "^7.25.8",
|
|
6234
|
-
"@lwc/errors": "8.
|
|
6235
|
-
"@lwc/shared": "8.
|
|
6170
|
+
"@lwc/errors": "8.10.1",
|
|
6171
|
+
"@lwc/shared": "8.10.1",
|
|
6236
6172
|
"line-column": "~1.0.2"
|
|
6237
6173
|
},
|
|
6238
6174
|
"peerDependencies": {
|
|
6239
6175
|
"@babel/core": "^7"
|
|
6240
6176
|
}
|
|
6241
6177
|
},
|
|
6178
|
+
"node_modules/@lwc/babel-plugin-component/node_modules/@babel/helper-module-imports": {
|
|
6179
|
+
"version": "7.25.9",
|
|
6180
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
|
|
6181
|
+
"integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
|
|
6182
|
+
"license": "MIT",
|
|
6183
|
+
"dependencies": {
|
|
6184
|
+
"@babel/traverse": "^7.25.9",
|
|
6185
|
+
"@babel/types": "^7.25.9"
|
|
6186
|
+
},
|
|
6187
|
+
"engines": {
|
|
6188
|
+
"node": ">=6.9.0"
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
6242
6191
|
"node_modules/@lwc/compiler": {
|
|
6243
|
-
"version": "8.
|
|
6244
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
6245
|
-
"integrity": "sha512-
|
|
6192
|
+
"version": "8.10.1",
|
|
6193
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.10.1.tgz",
|
|
6194
|
+
"integrity": "sha512-uSN6cJA9byhFCp7Ty9F/4Nmla576CSgTeBfWJvsTvR5HYe8v4OS0hpMEtD2neUDUUbuAUTMufgJnh6WQTH7RMA==",
|
|
6246
6195
|
"license": "MIT",
|
|
6247
6196
|
"dependencies": {
|
|
6248
|
-
"@babel/core": "7.
|
|
6249
|
-
"@babel/plugin-transform-async-generator-functions": "7.25.
|
|
6250
|
-
"@babel/plugin-transform-async-to-generator": "7.25.
|
|
6251
|
-
"@babel/plugin-transform-class-properties": "7.25.
|
|
6252
|
-
"@babel/plugin-transform-object-rest-spread": "7.25.
|
|
6197
|
+
"@babel/core": "7.26.0",
|
|
6198
|
+
"@babel/plugin-transform-async-generator-functions": "7.25.9",
|
|
6199
|
+
"@babel/plugin-transform-async-to-generator": "7.25.9",
|
|
6200
|
+
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
6201
|
+
"@babel/plugin-transform-object-rest-spread": "7.25.9",
|
|
6253
6202
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
6254
|
-
"@lwc/babel-plugin-component": "8.
|
|
6255
|
-
"@lwc/errors": "8.
|
|
6256
|
-
"@lwc/shared": "8.
|
|
6257
|
-
"@lwc/ssr-compiler": "8.
|
|
6258
|
-
"@lwc/style-compiler": "8.
|
|
6259
|
-
"@lwc/template-compiler": "8.
|
|
6203
|
+
"@lwc/babel-plugin-component": "8.10.1",
|
|
6204
|
+
"@lwc/errors": "8.10.1",
|
|
6205
|
+
"@lwc/shared": "8.10.1",
|
|
6206
|
+
"@lwc/ssr-compiler": "8.10.1",
|
|
6207
|
+
"@lwc/style-compiler": "8.10.1",
|
|
6208
|
+
"@lwc/template-compiler": "8.10.1"
|
|
6260
6209
|
}
|
|
6261
6210
|
},
|
|
6262
|
-
"node_modules/@lwc/
|
|
6263
|
-
"version": "
|
|
6264
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6265
|
-
"integrity": "sha512-
|
|
6266
|
-
"license": "
|
|
6211
|
+
"node_modules/@lwc/compiler/node_modules/@babel/code-frame": {
|
|
6212
|
+
"version": "7.26.2",
|
|
6213
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
6214
|
+
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
6215
|
+
"license": "MIT",
|
|
6267
6216
|
"dependencies": {
|
|
6268
|
-
"
|
|
6217
|
+
"@babel/helper-validator-identifier": "^7.25.9",
|
|
6218
|
+
"js-tokens": "^4.0.0",
|
|
6219
|
+
"picocolors": "^1.0.0"
|
|
6269
6220
|
},
|
|
6270
|
-
"
|
|
6271
|
-
"
|
|
6272
|
-
"@lwc/errors": ">=8"
|
|
6221
|
+
"engines": {
|
|
6222
|
+
"node": ">=6.9.0"
|
|
6273
6223
|
}
|
|
6274
6224
|
},
|
|
6275
|
-
"node_modules/@lwc/
|
|
6276
|
-
"version": "
|
|
6277
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6278
|
-
"integrity": "sha512-
|
|
6225
|
+
"node_modules/@lwc/compiler/node_modules/@babel/compat-data": {
|
|
6226
|
+
"version": "7.26.2",
|
|
6227
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz",
|
|
6228
|
+
"integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==",
|
|
6279
6229
|
"license": "MIT",
|
|
6280
|
-
"
|
|
6281
|
-
"
|
|
6282
|
-
"@lwc/shared": "8.2.0",
|
|
6283
|
-
"@lwc/signals": "8.2.0"
|
|
6230
|
+
"engines": {
|
|
6231
|
+
"node": ">=6.9.0"
|
|
6284
6232
|
}
|
|
6285
6233
|
},
|
|
6286
|
-
"node_modules/@lwc/
|
|
6287
|
-
"version": "
|
|
6288
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6289
|
-
"integrity": "sha512-
|
|
6290
|
-
"license": "MIT"
|
|
6291
|
-
},
|
|
6292
|
-
"node_modules/@lwc/engine-server": {
|
|
6293
|
-
"version": "8.2.0",
|
|
6294
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.2.0.tgz",
|
|
6295
|
-
"integrity": "sha512-7lz9xsZO5+fTqEfVwaBvJTBCg4S70Bd7wb2dM5xEK5mhRDNfGoEfRZA1t/WztI7ZTHBjNdh0Nb67u0YtTd39WQ==",
|
|
6296
|
-
"license": "MIT"
|
|
6297
|
-
},
|
|
6298
|
-
"node_modules/@lwc/errors": {
|
|
6299
|
-
"version": "8.2.0",
|
|
6300
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.2.0.tgz",
|
|
6301
|
-
"integrity": "sha512-j9cU+04lm96fV75rn8HVpc7KNvXoD1SRWyueyshrU2ka193ap+7RYp5K9AagImRR1U8ldFNYxo/kYiavCLjwHQ==",
|
|
6302
|
-
"license": "MIT"
|
|
6303
|
-
},
|
|
6304
|
-
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
6305
|
-
"version": "1.8.2",
|
|
6306
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.2.tgz",
|
|
6307
|
-
"integrity": "sha512-kPlOq6G2BPo3x56qkGOgwas1SJWZYeQR6uXLMFzFrjb/Lisb24VeABNQd1i7JgoQXQzad0F12pfU0BLgIhhR7g==",
|
|
6234
|
+
"node_modules/@lwc/compiler/node_modules/@babel/core": {
|
|
6235
|
+
"version": "7.26.0",
|
|
6236
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
|
|
6237
|
+
"integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
|
|
6308
6238
|
"license": "MIT",
|
|
6309
6239
|
"dependencies": {
|
|
6310
|
-
"
|
|
6311
|
-
"
|
|
6240
|
+
"@ampproject/remapping": "^2.2.0",
|
|
6241
|
+
"@babel/code-frame": "^7.26.0",
|
|
6242
|
+
"@babel/generator": "^7.26.0",
|
|
6243
|
+
"@babel/helper-compilation-targets": "^7.25.9",
|
|
6244
|
+
"@babel/helper-module-transforms": "^7.26.0",
|
|
6245
|
+
"@babel/helpers": "^7.26.0",
|
|
6246
|
+
"@babel/parser": "^7.26.0",
|
|
6247
|
+
"@babel/template": "^7.25.9",
|
|
6248
|
+
"@babel/traverse": "^7.25.9",
|
|
6249
|
+
"@babel/types": "^7.26.0",
|
|
6250
|
+
"convert-source-map": "^2.0.0",
|
|
6251
|
+
"debug": "^4.1.0",
|
|
6252
|
+
"gensync": "^1.0.0-beta.2",
|
|
6253
|
+
"json5": "^2.2.3",
|
|
6254
|
+
"semver": "^6.3.1"
|
|
6312
6255
|
},
|
|
6313
6256
|
"engines": {
|
|
6314
|
-
"node": ">=
|
|
6257
|
+
"node": ">=6.9.0"
|
|
6315
6258
|
},
|
|
6316
|
-
"
|
|
6317
|
-
"
|
|
6318
|
-
"
|
|
6259
|
+
"funding": {
|
|
6260
|
+
"type": "opencollective",
|
|
6261
|
+
"url": "https://opencollective.com/babel"
|
|
6319
6262
|
}
|
|
6320
6263
|
},
|
|
6321
|
-
"node_modules/@lwc/
|
|
6322
|
-
"version": "
|
|
6323
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6324
|
-
"integrity": "sha512-
|
|
6264
|
+
"node_modules/@lwc/compiler/node_modules/@babel/generator": {
|
|
6265
|
+
"version": "7.26.2",
|
|
6266
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz",
|
|
6267
|
+
"integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==",
|
|
6325
6268
|
"license": "MIT",
|
|
6326
6269
|
"dependencies": {
|
|
6327
|
-
"
|
|
6270
|
+
"@babel/parser": "^7.26.2",
|
|
6271
|
+
"@babel/types": "^7.26.0",
|
|
6272
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
6273
|
+
"@jridgewell/trace-mapping": "^0.3.25",
|
|
6274
|
+
"jsesc": "^3.0.2"
|
|
6328
6275
|
},
|
|
6329
6276
|
"engines": {
|
|
6330
|
-
"node": ">=
|
|
6331
|
-
},
|
|
6332
|
-
"peerDependencies": {
|
|
6333
|
-
"@babel/eslint-parser": "^7",
|
|
6334
|
-
"eslint": "^6 || ^7 || ^8"
|
|
6277
|
+
"node": ">=6.9.0"
|
|
6335
6278
|
}
|
|
6336
6279
|
},
|
|
6337
|
-
"node_modules/@lwc/
|
|
6338
|
-
"version": "
|
|
6339
|
-
"resolved": "https://registry.npmjs.org/
|
|
6340
|
-
"integrity": "sha512-
|
|
6341
|
-
"license": "
|
|
6280
|
+
"node_modules/@lwc/compiler/node_modules/@babel/generator/node_modules/@babel/parser": {
|
|
6281
|
+
"version": "7.26.2",
|
|
6282
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
6283
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
6284
|
+
"license": "MIT",
|
|
6342
6285
|
"dependencies": {
|
|
6343
|
-
"
|
|
6286
|
+
"@babel/types": "^7.26.0"
|
|
6287
|
+
},
|
|
6288
|
+
"bin": {
|
|
6289
|
+
"parser": "bin/babel-parser.js"
|
|
6344
6290
|
},
|
|
6345
6291
|
"engines": {
|
|
6346
|
-
"node": ">=
|
|
6292
|
+
"node": ">=6.0.0"
|
|
6347
6293
|
}
|
|
6348
6294
|
},
|
|
6349
|
-
"node_modules/@lwc/
|
|
6350
|
-
"version": "
|
|
6351
|
-
"resolved": "https://registry.npmjs.org/
|
|
6352
|
-
"integrity": "sha512-
|
|
6295
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-annotate-as-pure": {
|
|
6296
|
+
"version": "7.25.9",
|
|
6297
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
|
|
6298
|
+
"integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
|
|
6353
6299
|
"license": "MIT",
|
|
6354
6300
|
"dependencies": {
|
|
6355
|
-
"
|
|
6301
|
+
"@babel/types": "^7.25.9"
|
|
6356
6302
|
},
|
|
6357
6303
|
"engines": {
|
|
6358
|
-
"node": ">=
|
|
6359
|
-
},
|
|
6360
|
-
"funding": {
|
|
6361
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6304
|
+
"node": ">=6.9.0"
|
|
6362
6305
|
}
|
|
6363
6306
|
},
|
|
6364
|
-
"node_modules/@lwc/
|
|
6365
|
-
"version": "
|
|
6366
|
-
"resolved": "https://registry.npmjs.org/
|
|
6367
|
-
"integrity": "sha512-
|
|
6368
|
-
"license": "
|
|
6307
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-compilation-targets": {
|
|
6308
|
+
"version": "7.25.9",
|
|
6309
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
|
|
6310
|
+
"integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
|
|
6311
|
+
"license": "MIT",
|
|
6369
6312
|
"dependencies": {
|
|
6370
|
-
"
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
"
|
|
6313
|
+
"@babel/compat-data": "^7.25.9",
|
|
6314
|
+
"@babel/helper-validator-option": "^7.25.9",
|
|
6315
|
+
"browserslist": "^4.24.0",
|
|
6316
|
+
"lru-cache": "^5.1.1",
|
|
6317
|
+
"semver": "^6.3.1"
|
|
6374
6318
|
},
|
|
6375
|
-
"funding": {
|
|
6376
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6377
|
-
}
|
|
6378
|
-
},
|
|
6379
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/type-fest": {
|
|
6380
|
-
"version": "0.20.2",
|
|
6381
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
6382
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
6383
|
-
"license": "(MIT OR CC0-1.0)",
|
|
6384
6319
|
"engines": {
|
|
6385
|
-
"node": ">=
|
|
6386
|
-
},
|
|
6387
|
-
"funding": {
|
|
6388
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6320
|
+
"node": ">=6.9.0"
|
|
6389
6321
|
}
|
|
6390
6322
|
},
|
|
6391
|
-
"node_modules/@lwc/features": {
|
|
6392
|
-
"version": "
|
|
6393
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6394
|
-
"integrity": "sha512-
|
|
6323
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
6324
|
+
"version": "7.25.9",
|
|
6325
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
|
|
6326
|
+
"integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
|
|
6395
6327
|
"license": "MIT",
|
|
6396
6328
|
"dependencies": {
|
|
6397
|
-
"@
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6405
|
-
"dependencies": {
|
|
6406
|
-
"@lwc/lwc-dev-server-types": "10.7.4",
|
|
6407
|
-
"@lwc/sfdc-lwc-compiler": "10.7.4",
|
|
6408
|
-
"chalk": "~5.3.0",
|
|
6409
|
-
"chokidar": "~3.6.0",
|
|
6410
|
-
"commander": "~10.0.0",
|
|
6411
|
-
"glob": "^10.4.5",
|
|
6412
|
-
"ws": "^8.18.0"
|
|
6329
|
+
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
6330
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
6331
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
6332
|
+
"@babel/helper-replace-supers": "^7.25.9",
|
|
6333
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
6334
|
+
"@babel/traverse": "^7.25.9",
|
|
6335
|
+
"semver": "^6.3.1"
|
|
6413
6336
|
},
|
|
6414
6337
|
"engines": {
|
|
6415
|
-
"node": ">=
|
|
6338
|
+
"node": ">=6.9.0"
|
|
6416
6339
|
},
|
|
6417
6340
|
"peerDependencies": {
|
|
6418
|
-
"@
|
|
6419
|
-
"@salesforce/core": ">=8"
|
|
6420
|
-
}
|
|
6421
|
-
},
|
|
6422
|
-
"node_modules/@lwc/lwc-dev-server-types": {
|
|
6423
|
-
"version": "10.7.4",
|
|
6424
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-10.7.4.tgz",
|
|
6425
|
-
"integrity": "sha512-NAIOxn4dn51RzPrqVoSIBubwR+92StRsOX0StvL+Ks4lz2izzjFv6Y0XPIGlf97J+lutfiAZSQyMibSTnElSuw==",
|
|
6426
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6427
|
-
"peerDependencies": {
|
|
6428
|
-
"@lwc/compiler": ">=8"
|
|
6341
|
+
"@babel/core": "^7.0.0"
|
|
6429
6342
|
}
|
|
6430
6343
|
},
|
|
6431
|
-
"node_modules/@lwc/
|
|
6432
|
-
"version": "
|
|
6433
|
-
"resolved": "https://registry.npmjs.org/
|
|
6434
|
-
"integrity": "sha512-
|
|
6344
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-member-expression-to-functions": {
|
|
6345
|
+
"version": "7.25.9",
|
|
6346
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
|
|
6347
|
+
"integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
|
|
6435
6348
|
"license": "MIT",
|
|
6436
|
-
"engines": {
|
|
6437
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
6438
|
-
},
|
|
6439
|
-
"funding": {
|
|
6440
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6441
|
-
}
|
|
6442
|
-
},
|
|
6443
|
-
"node_modules/@lwc/metadata": {
|
|
6444
|
-
"version": "10.7.4",
|
|
6445
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-10.7.4.tgz",
|
|
6446
|
-
"integrity": "sha512-JlTlz7uHRzGQxBOxSRVT7S3kgdNfNSdiqX9IJWc7baaKsUizBaZRf20bLEUDL/j4feukxiwXP6o9v8C+noIbeA==",
|
|
6447
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6448
6349
|
"dependencies": {
|
|
6449
|
-
"@babel/
|
|
6450
|
-
"@babel/
|
|
6451
|
-
"@babel/types": "~7.25.6",
|
|
6452
|
-
"@lwc/sfdc-compiler-utils": "10.7.4",
|
|
6453
|
-
"postcss": "~8.4.47",
|
|
6454
|
-
"postcss-selector-parser": "~6.1.2",
|
|
6455
|
-
"postcss-value-parser": "~4.2.0"
|
|
6350
|
+
"@babel/traverse": "^7.25.9",
|
|
6351
|
+
"@babel/types": "^7.25.9"
|
|
6456
6352
|
},
|
|
6457
6353
|
"engines": {
|
|
6458
|
-
"node": ">=
|
|
6459
|
-
},
|
|
6460
|
-
"peerDependencies": {
|
|
6461
|
-
"@lwc/errors": ">=8",
|
|
6462
|
-
"@lwc/template-compiler": ">=8"
|
|
6354
|
+
"node": ">=6.9.0"
|
|
6463
6355
|
}
|
|
6464
6356
|
},
|
|
6465
|
-
"node_modules/@lwc/
|
|
6357
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-module-imports": {
|
|
6466
6358
|
"version": "7.25.9",
|
|
6467
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6468
|
-
"integrity": "sha512-
|
|
6359
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
|
|
6360
|
+
"integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
|
|
6469
6361
|
"license": "MIT",
|
|
6470
6362
|
"dependencies": {
|
|
6363
|
+
"@babel/traverse": "^7.25.9",
|
|
6471
6364
|
"@babel/types": "^7.25.9"
|
|
6472
6365
|
},
|
|
6473
|
-
"bin": {
|
|
6474
|
-
"parser": "bin/babel-parser.js"
|
|
6475
|
-
},
|
|
6476
6366
|
"engines": {
|
|
6477
|
-
"node": ">=6.
|
|
6367
|
+
"node": ">=6.9.0"
|
|
6478
6368
|
}
|
|
6479
6369
|
},
|
|
6480
|
-
"node_modules/@lwc/
|
|
6370
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-module-transforms": {
|
|
6481
6371
|
"version": "7.26.0",
|
|
6482
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6483
|
-
"integrity": "sha512-
|
|
6372
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
|
|
6373
|
+
"integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
|
|
6484
6374
|
"license": "MIT",
|
|
6485
6375
|
"dependencies": {
|
|
6486
|
-
"@babel/helper-
|
|
6487
|
-
"@babel/helper-validator-identifier": "^7.25.9"
|
|
6376
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
6377
|
+
"@babel/helper-validator-identifier": "^7.25.9",
|
|
6378
|
+
"@babel/traverse": "^7.25.9"
|
|
6488
6379
|
},
|
|
6489
6380
|
"engines": {
|
|
6490
6381
|
"node": ">=6.9.0"
|
|
6382
|
+
},
|
|
6383
|
+
"peerDependencies": {
|
|
6384
|
+
"@babel/core": "^7.0.0"
|
|
6491
6385
|
}
|
|
6492
6386
|
},
|
|
6493
|
-
"node_modules/@lwc/
|
|
6387
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-optimise-call-expression": {
|
|
6494
6388
|
"version": "7.25.9",
|
|
6495
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6496
|
-
"integrity": "sha512-
|
|
6389
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
|
|
6390
|
+
"integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
|
|
6497
6391
|
"license": "MIT",
|
|
6498
6392
|
"dependencies": {
|
|
6499
|
-
"@babel/
|
|
6500
|
-
"@babel/helper-validator-identifier": "^7.25.9"
|
|
6393
|
+
"@babel/types": "^7.25.9"
|
|
6501
6394
|
},
|
|
6502
6395
|
"engines": {
|
|
6503
6396
|
"node": ">=6.9.0"
|
|
6504
6397
|
}
|
|
6505
6398
|
},
|
|
6506
|
-
"node_modules/@lwc/
|
|
6507
|
-
"version": "
|
|
6508
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6509
|
-
"integrity": "sha512-
|
|
6399
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-plugin-utils": {
|
|
6400
|
+
"version": "7.25.9",
|
|
6401
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
|
|
6402
|
+
"integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
|
|
6403
|
+
"license": "MIT",
|
|
6404
|
+
"engines": {
|
|
6405
|
+
"node": ">=6.9.0"
|
|
6406
|
+
}
|
|
6407
|
+
},
|
|
6408
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator": {
|
|
6409
|
+
"version": "7.25.9",
|
|
6410
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
|
|
6411
|
+
"integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
|
|
6510
6412
|
"license": "MIT",
|
|
6511
6413
|
"dependencies": {
|
|
6512
|
-
"
|
|
6414
|
+
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
6415
|
+
"@babel/helper-wrap-function": "^7.25.9",
|
|
6416
|
+
"@babel/traverse": "^7.25.9"
|
|
6417
|
+
},
|
|
6418
|
+
"engines": {
|
|
6419
|
+
"node": ">=6.9.0"
|
|
6420
|
+
},
|
|
6421
|
+
"peerDependencies": {
|
|
6422
|
+
"@babel/core": "^7.0.0"
|
|
6513
6423
|
}
|
|
6514
6424
|
},
|
|
6515
|
-
"node_modules/@lwc/
|
|
6516
|
-
"version": "
|
|
6517
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6518
|
-
"integrity": "sha512-
|
|
6425
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers": {
|
|
6426
|
+
"version": "7.25.9",
|
|
6427
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
|
|
6428
|
+
"integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
|
|
6519
6429
|
"license": "MIT",
|
|
6520
6430
|
"dependencies": {
|
|
6521
|
-
"@
|
|
6522
|
-
"@
|
|
6523
|
-
"@
|
|
6524
|
-
|
|
6431
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
6432
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
6433
|
+
"@babel/traverse": "^7.25.9"
|
|
6434
|
+
},
|
|
6435
|
+
"engines": {
|
|
6436
|
+
"node": ">=6.9.0"
|
|
6525
6437
|
},
|
|
6526
6438
|
"peerDependencies": {
|
|
6527
|
-
"
|
|
6439
|
+
"@babel/core": "^7.0.0"
|
|
6528
6440
|
}
|
|
6529
6441
|
},
|
|
6530
|
-
"node_modules/@lwc/
|
|
6531
|
-
"version": "
|
|
6532
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6533
|
-
"integrity": "sha512-
|
|
6534
|
-
"license": "
|
|
6442
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
6443
|
+
"version": "7.25.9",
|
|
6444
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
|
|
6445
|
+
"integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
|
|
6446
|
+
"license": "MIT",
|
|
6447
|
+
"dependencies": {
|
|
6448
|
+
"@babel/traverse": "^7.25.9",
|
|
6449
|
+
"@babel/types": "^7.25.9"
|
|
6450
|
+
},
|
|
6535
6451
|
"engines": {
|
|
6536
|
-
"node": ">=
|
|
6452
|
+
"node": ">=6.9.0"
|
|
6537
6453
|
}
|
|
6538
6454
|
},
|
|
6539
|
-
"node_modules/@lwc/
|
|
6540
|
-
"version": "
|
|
6541
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6542
|
-
"integrity": "sha512-
|
|
6455
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-validator-option": {
|
|
6456
|
+
"version": "7.25.9",
|
|
6457
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
|
|
6458
|
+
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
|
|
6459
|
+
"license": "MIT",
|
|
6460
|
+
"engines": {
|
|
6461
|
+
"node": ">=6.9.0"
|
|
6462
|
+
}
|
|
6463
|
+
},
|
|
6464
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-wrap-function": {
|
|
6465
|
+
"version": "7.25.9",
|
|
6466
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
|
|
6467
|
+
"integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
|
|
6468
|
+
"license": "MIT",
|
|
6469
|
+
"dependencies": {
|
|
6470
|
+
"@babel/template": "^7.25.9",
|
|
6471
|
+
"@babel/traverse": "^7.25.9",
|
|
6472
|
+
"@babel/types": "^7.25.9"
|
|
6473
|
+
},
|
|
6474
|
+
"engines": {
|
|
6475
|
+
"node": ">=6.9.0"
|
|
6476
|
+
}
|
|
6477
|
+
},
|
|
6478
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helpers": {
|
|
6479
|
+
"version": "7.26.0",
|
|
6480
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
|
|
6481
|
+
"integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
|
|
6482
|
+
"license": "MIT",
|
|
6483
|
+
"dependencies": {
|
|
6484
|
+
"@babel/template": "^7.25.9",
|
|
6485
|
+
"@babel/types": "^7.26.0"
|
|
6486
|
+
},
|
|
6487
|
+
"engines": {
|
|
6488
|
+
"node": ">=6.9.0"
|
|
6489
|
+
}
|
|
6490
|
+
},
|
|
6491
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
6492
|
+
"version": "7.25.9",
|
|
6493
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
|
|
6494
|
+
"integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
|
|
6495
|
+
"license": "MIT",
|
|
6496
|
+
"dependencies": {
|
|
6497
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
6498
|
+
"@babel/helper-remap-async-to-generator": "^7.25.9",
|
|
6499
|
+
"@babel/traverse": "^7.25.9"
|
|
6500
|
+
},
|
|
6501
|
+
"engines": {
|
|
6502
|
+
"node": ">=6.9.0"
|
|
6503
|
+
},
|
|
6504
|
+
"peerDependencies": {
|
|
6505
|
+
"@babel/core": "^7.0.0-0"
|
|
6506
|
+
}
|
|
6507
|
+
},
|
|
6508
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-to-generator": {
|
|
6509
|
+
"version": "7.25.9",
|
|
6510
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
|
|
6511
|
+
"integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
|
|
6512
|
+
"license": "MIT",
|
|
6513
|
+
"dependencies": {
|
|
6514
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
6515
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
6516
|
+
"@babel/helper-remap-async-to-generator": "^7.25.9"
|
|
6517
|
+
},
|
|
6518
|
+
"engines": {
|
|
6519
|
+
"node": ">=6.9.0"
|
|
6520
|
+
},
|
|
6521
|
+
"peerDependencies": {
|
|
6522
|
+
"@babel/core": "^7.0.0-0"
|
|
6523
|
+
}
|
|
6524
|
+
},
|
|
6525
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-class-properties": {
|
|
6526
|
+
"version": "7.25.9",
|
|
6527
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
|
|
6528
|
+
"integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
|
|
6529
|
+
"license": "MIT",
|
|
6530
|
+
"dependencies": {
|
|
6531
|
+
"@babel/helper-create-class-features-plugin": "^7.25.9",
|
|
6532
|
+
"@babel/helper-plugin-utils": "^7.25.9"
|
|
6533
|
+
},
|
|
6534
|
+
"engines": {
|
|
6535
|
+
"node": ">=6.9.0"
|
|
6536
|
+
},
|
|
6537
|
+
"peerDependencies": {
|
|
6538
|
+
"@babel/core": "^7.0.0-0"
|
|
6539
|
+
}
|
|
6540
|
+
},
|
|
6541
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
6542
|
+
"version": "7.25.9",
|
|
6543
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
|
|
6544
|
+
"integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
|
|
6545
|
+
"license": "MIT",
|
|
6546
|
+
"dependencies": {
|
|
6547
|
+
"@babel/helper-compilation-targets": "^7.25.9",
|
|
6548
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
6549
|
+
"@babel/plugin-transform-parameters": "^7.25.9"
|
|
6550
|
+
},
|
|
6551
|
+
"engines": {
|
|
6552
|
+
"node": ">=6.9.0"
|
|
6553
|
+
},
|
|
6554
|
+
"peerDependencies": {
|
|
6555
|
+
"@babel/core": "^7.0.0-0"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-parameters": {
|
|
6559
|
+
"version": "7.25.9",
|
|
6560
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
|
|
6561
|
+
"integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
|
|
6562
|
+
"license": "MIT",
|
|
6563
|
+
"dependencies": {
|
|
6564
|
+
"@babel/helper-plugin-utils": "^7.25.9"
|
|
6565
|
+
},
|
|
6566
|
+
"engines": {
|
|
6567
|
+
"node": ">=6.9.0"
|
|
6568
|
+
},
|
|
6569
|
+
"peerDependencies": {
|
|
6570
|
+
"@babel/core": "^7.0.0-0"
|
|
6571
|
+
}
|
|
6572
|
+
},
|
|
6573
|
+
"node_modules/@lwc/compiler/node_modules/lru-cache": {
|
|
6574
|
+
"version": "5.1.1",
|
|
6575
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
6576
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
6577
|
+
"license": "ISC",
|
|
6578
|
+
"dependencies": {
|
|
6579
|
+
"yallist": "^3.0.2"
|
|
6580
|
+
}
|
|
6581
|
+
},
|
|
6582
|
+
"node_modules/@lwc/compiler/node_modules/semver": {
|
|
6583
|
+
"version": "6.3.1",
|
|
6584
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6585
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6586
|
+
"license": "ISC",
|
|
6587
|
+
"bin": {
|
|
6588
|
+
"semver": "bin/semver.js"
|
|
6589
|
+
}
|
|
6590
|
+
},
|
|
6591
|
+
"node_modules/@lwc/compiler/node_modules/yallist": {
|
|
6592
|
+
"version": "3.1.1",
|
|
6593
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
6594
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
6595
|
+
"license": "ISC"
|
|
6596
|
+
},
|
|
6597
|
+
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
6598
|
+
"version": "11.1.0",
|
|
6599
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-11.1.0.tgz",
|
|
6600
|
+
"integrity": "sha512-KZln0DWrfEwDVrkDpm79B5z28OVCV3bU1Si3I4ZORi6pg1uJXB+JWNZSV4zuQAm09NgQa8VJcfUVP71Cf5ZfKw==",
|
|
6543
6601
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6544
6602
|
"dependencies": {
|
|
6545
|
-
"
|
|
6546
|
-
"@babel/parser": "7.24.8",
|
|
6547
|
-
"@babel/plugin-syntax-decorators": "7.24.7",
|
|
6548
|
-
"@babel/preset-typescript": "7.24.7",
|
|
6549
|
-
"@babel/traverse": "7.24.8",
|
|
6550
|
-
"@babel/types": "7.24.8",
|
|
6551
|
-
"@komaci/esm-generator": "254.0.2",
|
|
6552
|
-
"@lwc/dev-server-plugin-lex": "10.7.4",
|
|
6553
|
-
"@lwc/eslint-plugin-lwc": "~1.8.2",
|
|
6554
|
-
"@lwc/eslint-plugin-lwc-platform": "~4.1.3",
|
|
6555
|
-
"@lwc/metadata": "10.7.4",
|
|
6556
|
-
"@lwc/sfdc-compiler-utils": "10.7.4",
|
|
6557
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
6558
|
-
"@rollup/plugin-replace": "^5.0.7",
|
|
6559
|
-
"@salesforce/eslint-config-lwc": "~3.6.0",
|
|
6560
|
-
"@salesforce/eslint-plugin-lightning": "~1.0.0",
|
|
6561
|
-
"@swc/wasm": "1.4.16",
|
|
6562
|
-
"astring": "~1.8.6",
|
|
6563
|
-
"doctrine": "~3.0.0",
|
|
6564
|
-
"eslint": "~8.57.0",
|
|
6565
|
-
"eslint-plugin-import": "~2.29.1",
|
|
6566
|
-
"eslint-plugin-jest": "~27.9.0",
|
|
6567
|
-
"gray-matter": "~4.0.3",
|
|
6568
|
-
"line-column": "~1.0.2",
|
|
6569
|
-
"magic-string": "~0.30.10",
|
|
6570
|
-
"markdown-it": "~14.1.0",
|
|
6571
|
-
"parse5-sax-parser": "~6.0.1",
|
|
6572
|
-
"postcss": "~8.4.39",
|
|
6573
|
-
"postcss-selector-parser": "~6.1.0",
|
|
6574
|
-
"rollup": "~3.29.2",
|
|
6575
|
-
"terser": "~5.31.2"
|
|
6603
|
+
"magic-string": "~0.30.11"
|
|
6576
6604
|
},
|
|
6577
6605
|
"peerDependencies": {
|
|
6578
6606
|
"@lwc/compiler": ">=8",
|
|
6579
|
-
"@lwc/errors": ">=8"
|
|
6580
|
-
"@lwc/template-compiler": ">=8"
|
|
6607
|
+
"@lwc/errors": ">=8"
|
|
6581
6608
|
}
|
|
6582
6609
|
},
|
|
6583
|
-
"node_modules/@lwc/
|
|
6584
|
-
"version": "
|
|
6585
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6586
|
-
"integrity": "sha512-
|
|
6610
|
+
"node_modules/@lwc/engine-core": {
|
|
6611
|
+
"version": "8.10.1",
|
|
6612
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.10.1.tgz",
|
|
6613
|
+
"integrity": "sha512-j15ZRpwCpg6G8EWwijmS2pR2wn+ufu8NmK0mOY/QmvBeGUcNAE9H2sUes63D9KqWjMGM9wlJxO4eYKyuErlwUg==",
|
|
6587
6614
|
"license": "MIT",
|
|
6588
6615
|
"dependencies": {
|
|
6589
|
-
"@
|
|
6590
|
-
"@
|
|
6591
|
-
"@
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6616
|
+
"@lwc/features": "8.10.1",
|
|
6617
|
+
"@lwc/shared": "8.10.1",
|
|
6618
|
+
"@lwc/signals": "8.10.1"
|
|
6619
|
+
}
|
|
6620
|
+
},
|
|
6621
|
+
"node_modules/@lwc/engine-dom": {
|
|
6622
|
+
"version": "8.10.1",
|
|
6623
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.10.1.tgz",
|
|
6624
|
+
"integrity": "sha512-O+ohvoctmzS+miT79O0jWY4DlN5MEfYL254OF7Rzt/AyXxs9SrcQd3egUIett/02+6bG3rYTBnovLJ2DEaZ3kg==",
|
|
6625
|
+
"license": "MIT"
|
|
6626
|
+
},
|
|
6627
|
+
"node_modules/@lwc/engine-server": {
|
|
6628
|
+
"version": "8.10.1",
|
|
6629
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.10.1.tgz",
|
|
6630
|
+
"integrity": "sha512-8SEWHpVbj4HyXRGXDvzDzM2c/kHr3JBISRZ4J1W5jPDcBDfz+g+f9+qiFKCBM9x9wOBt3z1lBHeAyM9jsci8TQ==",
|
|
6631
|
+
"license": "MIT"
|
|
6632
|
+
},
|
|
6633
|
+
"node_modules/@lwc/errors": {
|
|
6634
|
+
"version": "8.10.1",
|
|
6635
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.10.1.tgz",
|
|
6636
|
+
"integrity": "sha512-mZYazYp+Qm2wJw8RhuVLVQ6erCNaxHqMvNrR5T5rkc4pRFljLmRQaV4aZGXKs5RgLUw6AlyyshC4Z4vcBlLH7Q==",
|
|
6637
|
+
"license": "MIT"
|
|
6638
|
+
},
|
|
6639
|
+
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
6640
|
+
"version": "1.8.2",
|
|
6641
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.2.tgz",
|
|
6642
|
+
"integrity": "sha512-kPlOq6G2BPo3x56qkGOgwas1SJWZYeQR6uXLMFzFrjb/Lisb24VeABNQd1i7JgoQXQzad0F12pfU0BLgIhhR7g==",
|
|
6643
|
+
"license": "MIT",
|
|
6644
|
+
"dependencies": {
|
|
6645
|
+
"globals": "^13.24.0",
|
|
6646
|
+
"minimatch": "^9.0.4"
|
|
6604
6647
|
},
|
|
6605
6648
|
"engines": {
|
|
6606
|
-
"node": ">=
|
|
6649
|
+
"node": ">=10.0.0"
|
|
6650
|
+
},
|
|
6651
|
+
"peerDependencies": {
|
|
6652
|
+
"@babel/eslint-parser": "^7",
|
|
6653
|
+
"eslint": "^7 || ^8"
|
|
6654
|
+
}
|
|
6655
|
+
},
|
|
6656
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
6657
|
+
"version": "4.1.3",
|
|
6658
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-4.1.3.tgz",
|
|
6659
|
+
"integrity": "sha512-wH2DSC3A2w1ns1G4Mdngr7deeUMGG9UoaEfXllJB3/KysPi/MxYJYBSXxsIul0ysCv7vtMJ4iMdrdKb6wlR2Ow==",
|
|
6660
|
+
"license": "MIT",
|
|
6661
|
+
"dependencies": {
|
|
6662
|
+
"minimatch": "~5.1.1"
|
|
6663
|
+
},
|
|
6664
|
+
"engines": {
|
|
6665
|
+
"node": ">=10"
|
|
6666
|
+
},
|
|
6667
|
+
"peerDependencies": {
|
|
6668
|
+
"@babel/eslint-parser": "^7",
|
|
6669
|
+
"eslint": "^6 || ^7 || ^8"
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/minimatch": {
|
|
6673
|
+
"version": "5.1.6",
|
|
6674
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
6675
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
6676
|
+
"license": "ISC",
|
|
6677
|
+
"dependencies": {
|
|
6678
|
+
"brace-expansion": "^2.0.1"
|
|
6679
|
+
},
|
|
6680
|
+
"engines": {
|
|
6681
|
+
"node": ">=10"
|
|
6682
|
+
}
|
|
6683
|
+
},
|
|
6684
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/globals": {
|
|
6685
|
+
"version": "13.24.0",
|
|
6686
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
6687
|
+
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
6688
|
+
"license": "MIT",
|
|
6689
|
+
"dependencies": {
|
|
6690
|
+
"type-fest": "^0.20.2"
|
|
6691
|
+
},
|
|
6692
|
+
"engines": {
|
|
6693
|
+
"node": ">=8"
|
|
6607
6694
|
},
|
|
6608
6695
|
"funding": {
|
|
6609
|
-
"
|
|
6610
|
-
"url": "https://opencollective.com/babel"
|
|
6696
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6611
6697
|
}
|
|
6612
6698
|
},
|
|
6613
|
-
"node_modules/@lwc/
|
|
6614
|
-
"version": "
|
|
6615
|
-
"resolved": "https://registry.npmjs.org
|
|
6616
|
-
"integrity": "sha512-
|
|
6699
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/minimatch": {
|
|
6700
|
+
"version": "9.0.5",
|
|
6701
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
6702
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
6703
|
+
"license": "ISC",
|
|
6704
|
+
"dependencies": {
|
|
6705
|
+
"brace-expansion": "^2.0.1"
|
|
6706
|
+
},
|
|
6707
|
+
"engines": {
|
|
6708
|
+
"node": ">=16 || 14 >=14.17"
|
|
6709
|
+
},
|
|
6710
|
+
"funding": {
|
|
6711
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6712
|
+
}
|
|
6713
|
+
},
|
|
6714
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/type-fest": {
|
|
6715
|
+
"version": "0.20.2",
|
|
6716
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
6717
|
+
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
6718
|
+
"license": "(MIT OR CC0-1.0)",
|
|
6719
|
+
"engines": {
|
|
6720
|
+
"node": ">=10"
|
|
6721
|
+
},
|
|
6722
|
+
"funding": {
|
|
6723
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6724
|
+
}
|
|
6725
|
+
},
|
|
6726
|
+
"node_modules/@lwc/features": {
|
|
6727
|
+
"version": "8.10.1",
|
|
6728
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.10.1.tgz",
|
|
6729
|
+
"integrity": "sha512-TWUh6OtcnhRK274VFwyDxVakJnyWhARWVLBFw8/NzPFgpbifxw3v1Z+1+mKKcMI74cKu/oFYqTlcvJkYSsDaQA==",
|
|
6617
6730
|
"license": "MIT",
|
|
6618
6731
|
"dependencies": {
|
|
6619
|
-
"@
|
|
6732
|
+
"@lwc/shared": "8.10.1"
|
|
6733
|
+
}
|
|
6734
|
+
},
|
|
6735
|
+
"node_modules/@lwc/lwc-dev-server": {
|
|
6736
|
+
"version": "11.1.0",
|
|
6737
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-11.1.0.tgz",
|
|
6738
|
+
"integrity": "sha512-Pn9KQOelgZEaVAt7VtT82f/KWntTv2WuuhT+20FgcnOaBvwC5Yj6RMWw7PLLM6s8BBXOR+8aQNEwfOkYMU3nTA==",
|
|
6739
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6740
|
+
"dependencies": {
|
|
6741
|
+
"@lwc/lwc-dev-server-types": "11.1.0",
|
|
6742
|
+
"@lwc/sfdc-lwc-compiler": "11.1.0",
|
|
6743
|
+
"chalk": "~5.3.0",
|
|
6744
|
+
"chokidar": "~3.6.0",
|
|
6745
|
+
"commander": "~10.0.0",
|
|
6746
|
+
"glob": "^10.4.5",
|
|
6747
|
+
"ws": "^8.18.0"
|
|
6620
6748
|
},
|
|
6621
|
-
"
|
|
6622
|
-
"
|
|
6749
|
+
"engines": {
|
|
6750
|
+
"node": ">=16"
|
|
6623
6751
|
},
|
|
6752
|
+
"peerDependencies": {
|
|
6753
|
+
"@lwc/compiler": ">=8",
|
|
6754
|
+
"@salesforce/core": ">=8"
|
|
6755
|
+
}
|
|
6756
|
+
},
|
|
6757
|
+
"node_modules/@lwc/lwc-dev-server-types": {
|
|
6758
|
+
"version": "11.1.0",
|
|
6759
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-11.1.0.tgz",
|
|
6760
|
+
"integrity": "sha512-5GfS/I/t4u00SQbHlwCmQWGBOioHkhtoxIxZolE4LdYJYGoixtu9dDvQnWcPT/Dgt4bqeyF5tuWJUH3o2ZWS8Q==",
|
|
6761
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6762
|
+
"peerDependencies": {
|
|
6763
|
+
"@lwc/compiler": ">=8"
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
6766
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
6767
|
+
"version": "5.3.0",
|
|
6768
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
6769
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
6770
|
+
"license": "MIT",
|
|
6624
6771
|
"engines": {
|
|
6625
|
-
"node": ">=
|
|
6772
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
6773
|
+
},
|
|
6774
|
+
"funding": {
|
|
6775
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6626
6776
|
}
|
|
6627
6777
|
},
|
|
6628
|
-
"node_modules/@lwc/
|
|
6778
|
+
"node_modules/@lwc/metadata": {
|
|
6779
|
+
"version": "11.1.0",
|
|
6780
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-11.1.0.tgz",
|
|
6781
|
+
"integrity": "sha512-PQty3kdqlV9TTIAih6kuUlHCyiBk530QDBXV2KeRTEM2RQZ/RygTAEBm+3cSXG90hFhHqWUNu3xbsiX9/ycOUg==",
|
|
6782
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6783
|
+
"dependencies": {
|
|
6784
|
+
"@babel/parser": "~7.25.6",
|
|
6785
|
+
"@babel/traverse": "~7.25.6",
|
|
6786
|
+
"@babel/types": "~7.25.6",
|
|
6787
|
+
"@lwc/sfdc-compiler-utils": "11.1.0",
|
|
6788
|
+
"postcss": "~8.4.47",
|
|
6789
|
+
"postcss-selector-parser": "~6.1.2",
|
|
6790
|
+
"postcss-value-parser": "~4.2.0"
|
|
6791
|
+
},
|
|
6792
|
+
"engines": {
|
|
6793
|
+
"node": ">=14"
|
|
6794
|
+
},
|
|
6795
|
+
"peerDependencies": {
|
|
6796
|
+
"@lwc/errors": ">=8",
|
|
6797
|
+
"@lwc/template-compiler": ">=8"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
6629
6801
|
"version": "7.25.9",
|
|
6630
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6631
|
-
"integrity": "sha512-
|
|
6802
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.9.tgz",
|
|
6803
|
+
"integrity": "sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==",
|
|
6632
6804
|
"license": "MIT",
|
|
6633
6805
|
"dependencies": {
|
|
6634
|
-
"@babel/
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
"
|
|
6638
|
-
"@babel/types": "^7.25.9",
|
|
6639
|
-
"debug": "^4.3.1",
|
|
6640
|
-
"globals": "^11.1.0"
|
|
6806
|
+
"@babel/types": "^7.25.9"
|
|
6807
|
+
},
|
|
6808
|
+
"bin": {
|
|
6809
|
+
"parser": "bin/babel-parser.js"
|
|
6641
6810
|
},
|
|
6642
6811
|
"engines": {
|
|
6643
|
-
"node": ">=6.
|
|
6812
|
+
"node": ">=6.0.0"
|
|
6644
6813
|
}
|
|
6645
6814
|
},
|
|
6646
|
-
"node_modules/@lwc/
|
|
6815
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
6647
6816
|
"version": "7.26.0",
|
|
6648
6817
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
6649
6818
|
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
@@ -6656,91 +6825,167 @@
|
|
|
6656
6825
|
"node": ">=6.9.0"
|
|
6657
6826
|
}
|
|
6658
6827
|
},
|
|
6659
|
-
"node_modules/@lwc/
|
|
6660
|
-
"version": "7.25.
|
|
6661
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6662
|
-
"integrity": "sha512-
|
|
6828
|
+
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
6829
|
+
"version": "7.25.9",
|
|
6830
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.9.tgz",
|
|
6831
|
+
"integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==",
|
|
6663
6832
|
"license": "MIT",
|
|
6664
6833
|
"dependencies": {
|
|
6665
|
-
"@babel/helper-
|
|
6666
|
-
"@babel/helper-
|
|
6667
|
-
"@babel/helper-optimise-call-expression": "^7.25.7",
|
|
6668
|
-
"@babel/helper-replace-supers": "^7.25.7",
|
|
6669
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
|
|
6670
|
-
"@babel/traverse": "^7.25.7",
|
|
6671
|
-
"semver": "^6.3.1"
|
|
6834
|
+
"@babel/helper-string-parser": "^7.25.9",
|
|
6835
|
+
"@babel/helper-validator-identifier": "^7.25.9"
|
|
6672
6836
|
},
|
|
6673
6837
|
"engines": {
|
|
6674
6838
|
"node": ">=6.9.0"
|
|
6839
|
+
}
|
|
6840
|
+
},
|
|
6841
|
+
"node_modules/@lwc/module-resolver": {
|
|
6842
|
+
"version": "8.10.1",
|
|
6843
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.10.1.tgz",
|
|
6844
|
+
"integrity": "sha512-QLpxXho81kpUtr8WaQg0jAQiD271uYAY+DgW89YD1oVNsfXrExKMdTUqwEtGog8R558vt6JpVltJIrG4qkVPIg==",
|
|
6845
|
+
"license": "MIT",
|
|
6846
|
+
"dependencies": {
|
|
6847
|
+
"resolve": "~1.22.8"
|
|
6848
|
+
}
|
|
6849
|
+
},
|
|
6850
|
+
"node_modules/@lwc/rollup-plugin": {
|
|
6851
|
+
"version": "8.10.1",
|
|
6852
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.10.1.tgz",
|
|
6853
|
+
"integrity": "sha512-x+8e37wGRzSSYS4mJ3vtfcZywD8bzYIWJfq10yar9XuFhCkCH0UNzQLfbSaRNGaUK2z0Zk1C/S6m3K6Uu3NKsw==",
|
|
6854
|
+
"license": "MIT",
|
|
6855
|
+
"dependencies": {
|
|
6856
|
+
"@lwc/compiler": "8.10.1",
|
|
6857
|
+
"@lwc/module-resolver": "8.10.1",
|
|
6858
|
+
"@lwc/shared": "8.10.1",
|
|
6859
|
+
"@rollup/pluginutils": "~5.1.3"
|
|
6675
6860
|
},
|
|
6676
6861
|
"peerDependencies": {
|
|
6677
|
-
"
|
|
6862
|
+
"rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
|
|
6678
6863
|
}
|
|
6679
6864
|
},
|
|
6680
|
-
"node_modules/@lwc/
|
|
6681
|
-
"version": "
|
|
6682
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6683
|
-
"integrity": "sha512-
|
|
6865
|
+
"node_modules/@lwc/rollup-plugin/node_modules/@rollup/pluginutils": {
|
|
6866
|
+
"version": "5.1.3",
|
|
6867
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
|
|
6868
|
+
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
|
|
6684
6869
|
"license": "MIT",
|
|
6685
6870
|
"dependencies": {
|
|
6686
|
-
"@
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
"parser": "bin/babel-parser.js"
|
|
6871
|
+
"@types/estree": "^1.0.0",
|
|
6872
|
+
"estree-walker": "^2.0.2",
|
|
6873
|
+
"picomatch": "^4.0.2"
|
|
6690
6874
|
},
|
|
6691
6875
|
"engines": {
|
|
6692
|
-
"node": ">=
|
|
6876
|
+
"node": ">=14.0.0"
|
|
6877
|
+
},
|
|
6878
|
+
"peerDependencies": {
|
|
6879
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
6880
|
+
},
|
|
6881
|
+
"peerDependenciesMeta": {
|
|
6882
|
+
"rollup": {
|
|
6883
|
+
"optional": true
|
|
6884
|
+
}
|
|
6693
6885
|
}
|
|
6694
6886
|
},
|
|
6695
|
-
"node_modules/@lwc/
|
|
6696
|
-
"version": "
|
|
6697
|
-
"resolved": "https://registry.npmjs.org
|
|
6698
|
-
"integrity": "sha512-
|
|
6887
|
+
"node_modules/@lwc/rollup-plugin/node_modules/estree-walker": {
|
|
6888
|
+
"version": "2.0.2",
|
|
6889
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
6890
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
6891
|
+
"license": "MIT"
|
|
6892
|
+
},
|
|
6893
|
+
"node_modules/@lwc/rollup-plugin/node_modules/picomatch": {
|
|
6894
|
+
"version": "4.0.2",
|
|
6895
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
6896
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
6699
6897
|
"license": "MIT",
|
|
6700
|
-
"
|
|
6701
|
-
"
|
|
6702
|
-
"@babel/generator": "^7.25.9",
|
|
6703
|
-
"@babel/parser": "^7.25.9",
|
|
6704
|
-
"@babel/template": "^7.25.9",
|
|
6705
|
-
"@babel/types": "^7.25.9",
|
|
6706
|
-
"debug": "^4.3.1",
|
|
6707
|
-
"globals": "^11.1.0"
|
|
6898
|
+
"engines": {
|
|
6899
|
+
"node": ">=12"
|
|
6708
6900
|
},
|
|
6901
|
+
"funding": {
|
|
6902
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
6906
|
+
"version": "11.1.0",
|
|
6907
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-11.1.0.tgz",
|
|
6908
|
+
"integrity": "sha512-10YnSNn9jEWNBaEoFS5p/OtWd19aq0unejyWnRcwjEaPIwx7uSUtMThd6sBpFZSaH8sbqo5Uo/3iiN6aNNNDRQ==",
|
|
6909
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6709
6910
|
"engines": {
|
|
6710
|
-
"node": ">=
|
|
6911
|
+
"node": ">=14"
|
|
6711
6912
|
}
|
|
6712
6913
|
},
|
|
6713
|
-
"node_modules/@lwc/sfdc-lwc-compiler
|
|
6714
|
-
"version": "
|
|
6715
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6716
|
-
"integrity": "sha512-
|
|
6717
|
-
"license": "
|
|
6914
|
+
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
6915
|
+
"version": "11.1.0",
|
|
6916
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-11.1.0.tgz",
|
|
6917
|
+
"integrity": "sha512-PP4K/6LBLpJnwVx/YOGaNj8vpkJgT5wj7AS2R49EyA4M45vIwoCdTBzp6yHNosnQo+gAe8pDY0LXAlDoe/171g==",
|
|
6918
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6718
6919
|
"dependencies": {
|
|
6719
|
-
"@babel/
|
|
6720
|
-
"@babel/
|
|
6920
|
+
"@babel/core": "7.24.8",
|
|
6921
|
+
"@babel/parser": "7.24.8",
|
|
6922
|
+
"@babel/plugin-syntax-decorators": "7.24.7",
|
|
6923
|
+
"@babel/preset-typescript": "7.24.7",
|
|
6924
|
+
"@babel/traverse": "7.24.8",
|
|
6925
|
+
"@babel/types": "7.24.8",
|
|
6926
|
+
"@komaci/esm-generator": "254.0.2",
|
|
6927
|
+
"@lwc/dev-server-plugin-lex": "11.1.0",
|
|
6928
|
+
"@lwc/eslint-plugin-lwc": "~1.8.2",
|
|
6929
|
+
"@lwc/eslint-plugin-lwc-platform": "~4.1.3",
|
|
6930
|
+
"@lwc/metadata": "11.1.0",
|
|
6931
|
+
"@lwc/sfdc-compiler-utils": "11.1.0",
|
|
6932
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
6933
|
+
"@rollup/plugin-replace": "^5.0.7",
|
|
6934
|
+
"@salesforce/eslint-config-lwc": "~3.6.0",
|
|
6935
|
+
"@salesforce/eslint-plugin-lightning": "~1.0.0",
|
|
6936
|
+
"@swc/wasm": "1.4.16",
|
|
6937
|
+
"astring": "~1.8.6",
|
|
6938
|
+
"doctrine": "~3.0.0",
|
|
6939
|
+
"eslint": "~8.57.0",
|
|
6940
|
+
"eslint-plugin-import": "~2.29.1",
|
|
6941
|
+
"eslint-plugin-jest": "~27.9.0",
|
|
6942
|
+
"gray-matter": "~4.0.3",
|
|
6943
|
+
"line-column": "~1.0.2",
|
|
6944
|
+
"magic-string": "~0.30.10",
|
|
6945
|
+
"markdown-it": "~14.1.0",
|
|
6946
|
+
"parse5-sax-parser": "~6.0.1",
|
|
6947
|
+
"postcss": "~8.4.39",
|
|
6948
|
+
"postcss-selector-parser": "~6.1.0",
|
|
6949
|
+
"rollup": "~3.29.2",
|
|
6950
|
+
"terser": "~5.31.2"
|
|
6721
6951
|
},
|
|
6722
|
-
"
|
|
6723
|
-
"
|
|
6952
|
+
"peerDependencies": {
|
|
6953
|
+
"@lwc/compiler": ">=8",
|
|
6954
|
+
"@lwc/errors": ">=8",
|
|
6955
|
+
"@lwc/template-compiler": ">=8"
|
|
6724
6956
|
}
|
|
6725
6957
|
},
|
|
6726
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
6727
|
-
"version": "7.
|
|
6728
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
6729
|
-
"integrity": "sha512-
|
|
6958
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
6959
|
+
"version": "7.24.8",
|
|
6960
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.8.tgz",
|
|
6961
|
+
"integrity": "sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==",
|
|
6730
6962
|
"license": "MIT",
|
|
6731
6963
|
"dependencies": {
|
|
6732
|
-
"@
|
|
6733
|
-
"@babel/
|
|
6734
|
-
"@babel/
|
|
6964
|
+
"@ampproject/remapping": "^2.2.0",
|
|
6965
|
+
"@babel/code-frame": "^7.24.7",
|
|
6966
|
+
"@babel/generator": "^7.24.8",
|
|
6967
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
6968
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
6969
|
+
"@babel/helpers": "^7.24.8",
|
|
6970
|
+
"@babel/parser": "^7.24.8",
|
|
6971
|
+
"@babel/template": "^7.24.7",
|
|
6972
|
+
"@babel/traverse": "^7.24.8",
|
|
6973
|
+
"@babel/types": "^7.24.8",
|
|
6974
|
+
"convert-source-map": "^2.0.0",
|
|
6975
|
+
"debug": "^4.1.0",
|
|
6976
|
+
"gensync": "^1.0.0-beta.2",
|
|
6977
|
+
"json5": "^2.2.3",
|
|
6978
|
+
"semver": "^6.3.1"
|
|
6735
6979
|
},
|
|
6736
6980
|
"engines": {
|
|
6737
6981
|
"node": ">=6.9.0"
|
|
6738
6982
|
},
|
|
6739
|
-
"
|
|
6740
|
-
"
|
|
6983
|
+
"funding": {
|
|
6984
|
+
"type": "opencollective",
|
|
6985
|
+
"url": "https://opencollective.com/babel"
|
|
6741
6986
|
}
|
|
6742
6987
|
},
|
|
6743
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
6988
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
|
|
6744
6989
|
"version": "7.26.1",
|
|
6745
6990
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz",
|
|
6746
6991
|
"integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==",
|
|
@@ -6755,7 +7000,7 @@
|
|
|
6755
7000
|
"node": ">=6.0.0"
|
|
6756
7001
|
}
|
|
6757
7002
|
},
|
|
6758
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
7003
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
6759
7004
|
"version": "7.25.9",
|
|
6760
7005
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
|
|
6761
7006
|
"integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
|
|
@@ -6773,7 +7018,7 @@
|
|
|
6773
7018
|
"node": ">=6.9.0"
|
|
6774
7019
|
}
|
|
6775
7020
|
},
|
|
6776
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
7021
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
|
|
6777
7022
|
"version": "7.26.0",
|
|
6778
7023
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
6779
7024
|
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
@@ -7008,28 +7253,6 @@
|
|
|
7008
7253
|
}
|
|
7009
7254
|
}
|
|
7010
7255
|
},
|
|
7011
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/pluginutils": {
|
|
7012
|
-
"version": "5.1.2",
|
|
7013
|
-
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
|
|
7014
|
-
"integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
|
|
7015
|
-
"license": "MIT",
|
|
7016
|
-
"dependencies": {
|
|
7017
|
-
"@types/estree": "^1.0.0",
|
|
7018
|
-
"estree-walker": "^2.0.2",
|
|
7019
|
-
"picomatch": "^2.3.1"
|
|
7020
|
-
},
|
|
7021
|
-
"engines": {
|
|
7022
|
-
"node": ">=14.0.0"
|
|
7023
|
-
},
|
|
7024
|
-
"peerDependencies": {
|
|
7025
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
7026
|
-
},
|
|
7027
|
-
"peerDependenciesMeta": {
|
|
7028
|
-
"rollup": {
|
|
7029
|
-
"optional": true
|
|
7030
|
-
}
|
|
7031
|
-
}
|
|
7032
|
-
},
|
|
7033
7256
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
|
|
7034
7257
|
"version": "1.8.6",
|
|
7035
7258
|
"resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
|
|
@@ -7051,12 +7274,6 @@
|
|
|
7051
7274
|
"node": ">=6.0.0"
|
|
7052
7275
|
}
|
|
7053
7276
|
},
|
|
7054
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/estree-walker": {
|
|
7055
|
-
"version": "2.0.2",
|
|
7056
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
7057
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
7058
|
-
"license": "MIT"
|
|
7059
|
-
},
|
|
7060
7277
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/rollup": {
|
|
7061
7278
|
"version": "3.29.4",
|
|
7062
7279
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
|
|
@@ -7083,85 +7300,148 @@
|
|
|
7083
7300
|
}
|
|
7084
7301
|
},
|
|
7085
7302
|
"node_modules/@lwc/shared": {
|
|
7086
|
-
"version": "8.
|
|
7087
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
7088
|
-
"integrity": "sha512-
|
|
7303
|
+
"version": "8.10.1",
|
|
7304
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.10.1.tgz",
|
|
7305
|
+
"integrity": "sha512-RiKRKSplNuktEpa8Y/p9/LQ+dXzBENhr0eeWo7XMS2JFK4R+G1umAibBwZ2o/UiCYFzn3+VsxDRH0QQWtLXg6w==",
|
|
7089
7306
|
"license": "MIT"
|
|
7090
7307
|
},
|
|
7091
7308
|
"node_modules/@lwc/signals": {
|
|
7092
|
-
"version": "8.
|
|
7093
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
7094
|
-
"integrity": "sha512-
|
|
7309
|
+
"version": "8.10.1",
|
|
7310
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.10.1.tgz",
|
|
7311
|
+
"integrity": "sha512-6x5oNXEYGrawIsHDL/CVyCt/7C9GrW7xne8XTWNq5XsY5+QWeCzt0lfpvqEDQbQgngkUbGgXRBLfLtw4oT0ixw==",
|
|
7095
7312
|
"license": "MIT"
|
|
7096
7313
|
},
|
|
7097
7314
|
"node_modules/@lwc/ssr-compiler": {
|
|
7098
|
-
"version": "8.
|
|
7099
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
7100
|
-
"integrity": "sha512-
|
|
7315
|
+
"version": "8.10.1",
|
|
7316
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.10.1.tgz",
|
|
7317
|
+
"integrity": "sha512-G3sLniUTp//nViQoK2CpNvl1PREwKuUcUaZ/ydtnoTZet0qqrvr77kZHcKVUzH/YB5cW5CfF2yAT8ZnuNwdX9w==",
|
|
7101
7318
|
"license": "MIT",
|
|
7102
7319
|
"dependencies": {
|
|
7103
|
-
"@lwc/
|
|
7104
|
-
"@lwc/
|
|
7105
|
-
"
|
|
7320
|
+
"@lwc/errors": "8.10.1",
|
|
7321
|
+
"@lwc/shared": "8.10.1",
|
|
7322
|
+
"@lwc/template-compiler": "8.10.1",
|
|
7323
|
+
"acorn": "8.14.0",
|
|
7106
7324
|
"astring": "^1.9.0",
|
|
7107
7325
|
"estree-toolkit": "^1.7.8",
|
|
7108
7326
|
"immer": "^10.1.1",
|
|
7109
7327
|
"meriyah": "^5.0.0"
|
|
7110
7328
|
}
|
|
7111
7329
|
},
|
|
7112
|
-
"node_modules/@lwc/ssr-
|
|
7113
|
-
"version": "8.
|
|
7114
|
-
"resolved": "https://registry.npmjs.org
|
|
7115
|
-
"integrity": "sha512
|
|
7330
|
+
"node_modules/@lwc/ssr-compiler/node_modules/acorn": {
|
|
7331
|
+
"version": "8.14.0",
|
|
7332
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
7333
|
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
7116
7334
|
"license": "MIT",
|
|
7117
|
-
"
|
|
7118
|
-
"
|
|
7335
|
+
"bin": {
|
|
7336
|
+
"acorn": "bin/acorn"
|
|
7337
|
+
},
|
|
7338
|
+
"engines": {
|
|
7339
|
+
"node": ">=0.4.0"
|
|
7119
7340
|
}
|
|
7120
7341
|
},
|
|
7342
|
+
"node_modules/@lwc/ssr-runtime": {
|
|
7343
|
+
"version": "8.10.1",
|
|
7344
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.10.1.tgz",
|
|
7345
|
+
"integrity": "sha512-pMcQnXiS+3sJZfLO13L5JHSwr82KV+fxV3ZPfaTzRoTkSAHlvwZh1xSJfwMpWFsl+366gk7bWOUkb5ODp4HDKQ==",
|
|
7346
|
+
"license": "MIT"
|
|
7347
|
+
},
|
|
7121
7348
|
"node_modules/@lwc/style-compiler": {
|
|
7122
|
-
"version": "8.
|
|
7123
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
7124
|
-
"integrity": "sha512-
|
|
7349
|
+
"version": "8.10.1",
|
|
7350
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.10.1.tgz",
|
|
7351
|
+
"integrity": "sha512-AbTIMMTG5FYJr/N/+od9GcX+lB27p58dWGIF6t1kYihhMewbdBiPv/8cUi+Fk1/poFCEhYLJza4sRRQoT2lTUQ==",
|
|
7125
7352
|
"license": "MIT",
|
|
7126
7353
|
"dependencies": {
|
|
7127
|
-
"@lwc/shared": "8.
|
|
7128
|
-
"postcss": "~8.4.
|
|
7129
|
-
"postcss-selector-parser": "~
|
|
7354
|
+
"@lwc/shared": "8.10.1",
|
|
7355
|
+
"postcss": "~8.4.49",
|
|
7356
|
+
"postcss-selector-parser": "~7.0.0",
|
|
7130
7357
|
"postcss-value-parser": "~4.2.0"
|
|
7131
7358
|
}
|
|
7132
7359
|
},
|
|
7360
|
+
"node_modules/@lwc/style-compiler/node_modules/postcss": {
|
|
7361
|
+
"version": "8.4.49",
|
|
7362
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
|
|
7363
|
+
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
|
|
7364
|
+
"funding": [
|
|
7365
|
+
{
|
|
7366
|
+
"type": "opencollective",
|
|
7367
|
+
"url": "https://opencollective.com/postcss/"
|
|
7368
|
+
},
|
|
7369
|
+
{
|
|
7370
|
+
"type": "tidelift",
|
|
7371
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
7372
|
+
},
|
|
7373
|
+
{
|
|
7374
|
+
"type": "github",
|
|
7375
|
+
"url": "https://github.com/sponsors/ai"
|
|
7376
|
+
}
|
|
7377
|
+
],
|
|
7378
|
+
"license": "MIT",
|
|
7379
|
+
"dependencies": {
|
|
7380
|
+
"nanoid": "^3.3.7",
|
|
7381
|
+
"picocolors": "^1.1.1",
|
|
7382
|
+
"source-map-js": "^1.2.1"
|
|
7383
|
+
},
|
|
7384
|
+
"engines": {
|
|
7385
|
+
"node": "^10 || ^12 || >=14"
|
|
7386
|
+
}
|
|
7387
|
+
},
|
|
7388
|
+
"node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
|
|
7389
|
+
"version": "7.0.0",
|
|
7390
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
|
|
7391
|
+
"integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
|
|
7392
|
+
"license": "MIT",
|
|
7393
|
+
"dependencies": {
|
|
7394
|
+
"cssesc": "^3.0.0",
|
|
7395
|
+
"util-deprecate": "^1.0.2"
|
|
7396
|
+
},
|
|
7397
|
+
"engines": {
|
|
7398
|
+
"node": ">=4"
|
|
7399
|
+
}
|
|
7400
|
+
},
|
|
7133
7401
|
"node_modules/@lwc/synthetic-shadow": {
|
|
7134
|
-
"version": "8.
|
|
7135
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
7136
|
-
"integrity": "sha512-
|
|
7402
|
+
"version": "8.10.1",
|
|
7403
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.10.1.tgz",
|
|
7404
|
+
"integrity": "sha512-Jl78VnYQbQt9TIsHn4Mpj0AJwelyBKcUoSiUi+TBzP8HheXqtuvS+Elqde4QNTacjZN9JvPMaMSMCH/dEbxU9g==",
|
|
7137
7405
|
"license": "MIT"
|
|
7138
7406
|
},
|
|
7139
7407
|
"node_modules/@lwc/template-compiler": {
|
|
7140
|
-
"version": "8.
|
|
7141
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
7142
|
-
"integrity": "sha512-
|
|
7408
|
+
"version": "8.10.1",
|
|
7409
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.10.1.tgz",
|
|
7410
|
+
"integrity": "sha512-0oHIqh5Vj4DIwvCnsZBalfKJxlsL4xrofSxS1bKP17h6XxOF+OSAMTbK0ahZT7rDTGNfte/DKK+nlcZO2b4QoA==",
|
|
7143
7411
|
"license": "MIT",
|
|
7144
7412
|
"dependencies": {
|
|
7145
|
-
"@lwc/errors": "8.
|
|
7146
|
-
"@lwc/shared": "8.
|
|
7147
|
-
"acorn": "~8.
|
|
7413
|
+
"@lwc/errors": "8.10.1",
|
|
7414
|
+
"@lwc/shared": "8.10.1",
|
|
7415
|
+
"acorn": "~8.14.0",
|
|
7148
7416
|
"astring": "~1.9.0",
|
|
7149
7417
|
"he": "~1.2.0"
|
|
7150
7418
|
}
|
|
7151
7419
|
},
|
|
7420
|
+
"node_modules/@lwc/template-compiler/node_modules/acorn": {
|
|
7421
|
+
"version": "8.14.0",
|
|
7422
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
7423
|
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
7424
|
+
"license": "MIT",
|
|
7425
|
+
"bin": {
|
|
7426
|
+
"acorn": "bin/acorn"
|
|
7427
|
+
},
|
|
7428
|
+
"engines": {
|
|
7429
|
+
"node": ">=0.4.0"
|
|
7430
|
+
}
|
|
7431
|
+
},
|
|
7152
7432
|
"node_modules/@lwc/types": {
|
|
7153
|
-
"version": "8.
|
|
7154
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
7155
|
-
"integrity": "sha512-
|
|
7433
|
+
"version": "8.10.1",
|
|
7434
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.10.1.tgz",
|
|
7435
|
+
"integrity": "sha512-eJ/7ygLJesJcHh0ZiQVO9Kmg29LUftJqmSlI2WY28Fcyyr2vEc763tmWcP8h8dKB+jVNNRGkAxz9kr7h8DIDAQ==",
|
|
7156
7436
|
"license": "MIT",
|
|
7157
7437
|
"dependencies": {
|
|
7158
|
-
"@lwc/engine-core": "8.
|
|
7438
|
+
"@lwc/engine-core": "8.10.1"
|
|
7159
7439
|
}
|
|
7160
7440
|
},
|
|
7161
7441
|
"node_modules/@lwc/wire-service": {
|
|
7162
|
-
"version": "8.
|
|
7163
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
7164
|
-
"integrity": "sha512-
|
|
7442
|
+
"version": "8.10.1",
|
|
7443
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.10.1.tgz",
|
|
7444
|
+
"integrity": "sha512-JrfMz8Ou/DKLSLis/ws9VkDGnrBaplDpKp0RD5yx8+Vdc7oI2VQPzKkpw2AaSj/UaGKh9DEz6P7NDy2vr43IQA==",
|
|
7165
7445
|
"license": "MIT"
|
|
7166
7446
|
},
|
|
7167
7447
|
"node_modules/@lwrjs/api": {
|
|
@@ -7970,23 +8250,6 @@
|
|
|
7970
8250
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
7971
8251
|
}
|
|
7972
8252
|
},
|
|
7973
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
7974
|
-
"version": "7.0.0",
|
|
7975
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
7976
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
7977
|
-
"license": "MIT",
|
|
7978
|
-
"dependencies": {
|
|
7979
|
-
"ansi-styles": "^4.0.0",
|
|
7980
|
-
"string-width": "^4.1.0",
|
|
7981
|
-
"strip-ansi": "^6.0.0"
|
|
7982
|
-
},
|
|
7983
|
-
"engines": {
|
|
7984
|
-
"node": ">=10"
|
|
7985
|
-
},
|
|
7986
|
-
"funding": {
|
|
7987
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7988
|
-
}
|
|
7989
|
-
},
|
|
7990
8253
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
7991
8254
|
"version": "5.2.19",
|
|
7992
8255
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz",
|
|
@@ -9216,6 +9479,22 @@
|
|
|
9216
9479
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
9217
9480
|
"license": "MIT"
|
|
9218
9481
|
},
|
|
9482
|
+
"node_modules/@rollup/pluginutils/node_modules/rollup": {
|
|
9483
|
+
"version": "3.29.4",
|
|
9484
|
+
"license": "MIT",
|
|
9485
|
+
"optional": true,
|
|
9486
|
+
"peer": true,
|
|
9487
|
+
"bin": {
|
|
9488
|
+
"rollup": "dist/bin/rollup"
|
|
9489
|
+
},
|
|
9490
|
+
"engines": {
|
|
9491
|
+
"node": ">=14.18.0",
|
|
9492
|
+
"npm": ">=8.0.0"
|
|
9493
|
+
},
|
|
9494
|
+
"optionalDependencies": {
|
|
9495
|
+
"fsevents": "~2.3.2"
|
|
9496
|
+
}
|
|
9497
|
+
},
|
|
9219
9498
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
9220
9499
|
"version": "5.3.33",
|
|
9221
9500
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz",
|
|
@@ -16738,19 +17017,6 @@
|
|
|
16738
17017
|
"eslint": ">=8.56.0"
|
|
16739
17018
|
}
|
|
16740
17019
|
},
|
|
16741
|
-
"node_modules/eslint-plugin-unicorn/node_modules/jsesc": {
|
|
16742
|
-
"version": "3.0.2",
|
|
16743
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
16744
|
-
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
16745
|
-
"dev": true,
|
|
16746
|
-
"license": "MIT",
|
|
16747
|
-
"bin": {
|
|
16748
|
-
"jsesc": "bin/jsesc"
|
|
16749
|
-
},
|
|
16750
|
-
"engines": {
|
|
16751
|
-
"node": ">=6"
|
|
16752
|
-
}
|
|
16753
|
-
},
|
|
16754
17020
|
"node_modules/eslint-plugin-use-effect-no-deps": {
|
|
16755
17021
|
"version": "1.1.2",
|
|
16756
17022
|
"resolved": "https://registry.npmjs.org/eslint-plugin-use-effect-no-deps/-/eslint-plugin-use-effect-no-deps-1.1.2.tgz",
|
|
@@ -20980,11 +21246,15 @@
|
|
|
20980
21246
|
}
|
|
20981
21247
|
},
|
|
20982
21248
|
"node_modules/jsesc": {
|
|
20983
|
-
"version": "0.
|
|
20984
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.
|
|
20985
|
-
"integrity": "sha512-
|
|
21249
|
+
"version": "3.0.2",
|
|
21250
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
21251
|
+
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
21252
|
+
"license": "MIT",
|
|
20986
21253
|
"bin": {
|
|
20987
21254
|
"jsesc": "bin/jsesc"
|
|
21255
|
+
},
|
|
21256
|
+
"engines": {
|
|
21257
|
+
"node": ">=6"
|
|
20988
21258
|
}
|
|
20989
21259
|
},
|
|
20990
21260
|
"node_modules/json-buffer": {
|
|
@@ -21975,29 +22245,29 @@
|
|
|
21975
22245
|
"license": "MIT"
|
|
21976
22246
|
},
|
|
21977
22247
|
"node_modules/lwc": {
|
|
21978
|
-
"version": "8.
|
|
21979
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
21980
|
-
"integrity": "sha512-
|
|
21981
|
-
"license": "MIT",
|
|
21982
|
-
"dependencies": {
|
|
21983
|
-
"@lwc/aria-reflection": "8.
|
|
21984
|
-
"@lwc/babel-plugin-component": "8.
|
|
21985
|
-
"@lwc/compiler": "8.
|
|
21986
|
-
"@lwc/engine-core": "8.
|
|
21987
|
-
"@lwc/engine-dom": "8.
|
|
21988
|
-
"@lwc/engine-server": "8.
|
|
21989
|
-
"@lwc/errors": "8.
|
|
21990
|
-
"@lwc/features": "8.
|
|
21991
|
-
"@lwc/module-resolver": "8.
|
|
21992
|
-
"@lwc/rollup-plugin": "8.
|
|
21993
|
-
"@lwc/shared": "8.
|
|
21994
|
-
"@lwc/ssr-compiler": "8.
|
|
21995
|
-
"@lwc/ssr-runtime": "8.
|
|
21996
|
-
"@lwc/style-compiler": "8.
|
|
21997
|
-
"@lwc/synthetic-shadow": "8.
|
|
21998
|
-
"@lwc/template-compiler": "8.
|
|
21999
|
-
"@lwc/types": "8.
|
|
22000
|
-
"@lwc/wire-service": "8.
|
|
22248
|
+
"version": "8.10.1",
|
|
22249
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.10.1.tgz",
|
|
22250
|
+
"integrity": "sha512-7LlmyMjWREdg5TE5YadZyYj7+c0tBkoON2WJTl0jBo9QZUkO7xSj/Qn1NB7Sei5nrWRxZrxTvgp58bSQShnPBA==",
|
|
22251
|
+
"license": "MIT",
|
|
22252
|
+
"dependencies": {
|
|
22253
|
+
"@lwc/aria-reflection": "8.10.1",
|
|
22254
|
+
"@lwc/babel-plugin-component": "8.10.1",
|
|
22255
|
+
"@lwc/compiler": "8.10.1",
|
|
22256
|
+
"@lwc/engine-core": "8.10.1",
|
|
22257
|
+
"@lwc/engine-dom": "8.10.1",
|
|
22258
|
+
"@lwc/engine-server": "8.10.1",
|
|
22259
|
+
"@lwc/errors": "8.10.1",
|
|
22260
|
+
"@lwc/features": "8.10.1",
|
|
22261
|
+
"@lwc/module-resolver": "8.10.1",
|
|
22262
|
+
"@lwc/rollup-plugin": "8.10.1",
|
|
22263
|
+
"@lwc/shared": "8.10.1",
|
|
22264
|
+
"@lwc/ssr-compiler": "8.10.1",
|
|
22265
|
+
"@lwc/ssr-runtime": "8.10.1",
|
|
22266
|
+
"@lwc/style-compiler": "8.10.1",
|
|
22267
|
+
"@lwc/synthetic-shadow": "8.10.1",
|
|
22268
|
+
"@lwc/template-compiler": "8.10.1",
|
|
22269
|
+
"@lwc/types": "8.10.1",
|
|
22270
|
+
"@lwc/wire-service": "8.10.1"
|
|
22001
22271
|
}
|
|
22002
22272
|
},
|
|
22003
22273
|
"node_modules/lwr": {
|
|
@@ -22989,24 +23259,6 @@
|
|
|
22989
23259
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
22990
23260
|
}
|
|
22991
23261
|
},
|
|
22992
|
-
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
22993
|
-
"version": "7.0.0",
|
|
22994
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
22995
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
22996
|
-
"dev": true,
|
|
22997
|
-
"license": "MIT",
|
|
22998
|
-
"dependencies": {
|
|
22999
|
-
"ansi-styles": "^4.0.0",
|
|
23000
|
-
"string-width": "^4.1.0",
|
|
23001
|
-
"strip-ansi": "^6.0.0"
|
|
23002
|
-
},
|
|
23003
|
-
"engines": {
|
|
23004
|
-
"node": ">=10"
|
|
23005
|
-
},
|
|
23006
|
-
"funding": {
|
|
23007
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
23008
|
-
}
|
|
23009
|
-
},
|
|
23010
23262
|
"node_modules/mocha/node_modules/yargs": {
|
|
23011
23263
|
"version": "16.2.0",
|
|
23012
23264
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
@@ -25362,6 +25614,14 @@
|
|
|
25362
25614
|
"node": ">=4"
|
|
25363
25615
|
}
|
|
25364
25616
|
},
|
|
25617
|
+
"node_modules/regexpu-core/node_modules/jsesc": {
|
|
25618
|
+
"version": "0.5.0",
|
|
25619
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
|
25620
|
+
"integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
|
|
25621
|
+
"bin": {
|
|
25622
|
+
"jsesc": "bin/jsesc"
|
|
25623
|
+
}
|
|
25624
|
+
},
|
|
25365
25625
|
"node_modules/regexpu-core/node_modules/regjsparser": {
|
|
25366
25626
|
"version": "0.9.1",
|
|
25367
25627
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
|
|
@@ -25400,6 +25660,15 @@
|
|
|
25400
25660
|
"regjsparser": "bin/parser"
|
|
25401
25661
|
}
|
|
25402
25662
|
},
|
|
25663
|
+
"node_modules/regjsparser/node_modules/jsesc": {
|
|
25664
|
+
"version": "0.5.0",
|
|
25665
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
|
25666
|
+
"integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
|
|
25667
|
+
"dev": true,
|
|
25668
|
+
"bin": {
|
|
25669
|
+
"jsesc": "bin/jsesc"
|
|
25670
|
+
}
|
|
25671
|
+
},
|
|
25403
25672
|
"node_modules/rehype-raw": {
|
|
25404
25673
|
"version": "5.1.0",
|
|
25405
25674
|
"resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-5.1.0.tgz",
|
|
@@ -25554,23 +25823,6 @@
|
|
|
25554
25823
|
"url": "https://github.com/sponsors/isaacs"
|
|
25555
25824
|
}
|
|
25556
25825
|
},
|
|
25557
|
-
"node_modules/replace-in-file/node_modules/wrap-ansi": {
|
|
25558
|
-
"version": "7.0.0",
|
|
25559
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
25560
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
25561
|
-
"license": "MIT",
|
|
25562
|
-
"dependencies": {
|
|
25563
|
-
"ansi-styles": "^4.0.0",
|
|
25564
|
-
"string-width": "^4.1.0",
|
|
25565
|
-
"strip-ansi": "^6.0.0"
|
|
25566
|
-
},
|
|
25567
|
-
"engines": {
|
|
25568
|
-
"node": ">=10"
|
|
25569
|
-
},
|
|
25570
|
-
"funding": {
|
|
25571
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
25572
|
-
}
|
|
25573
|
-
},
|
|
25574
25826
|
"node_modules/replace-in-file/node_modules/yargs": {
|
|
25575
25827
|
"version": "17.7.2",
|
|
25576
25828
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|