@salesforce/cli 2.16.7 → 2.17.1-esm.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 +9 -9
- package/npm-shrinkwrap.json +742 -964
- package/oclif.manifest.json +527 -251
- package/package.json +9 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.1-esm.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.17.1-esm.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.9.2",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.5",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.2",
|
|
18
|
-
"@oclif/plugin-plugins": "4.0.
|
|
18
|
+
"@oclif/plugin-plugins": "4.0.2",
|
|
19
19
|
"@oclif/plugin-search": "1.0.5",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.4",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.25",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
29
|
+
"@salesforce/plugin-info": "2.6.52-dev.0",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.41",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.40",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.2",
|
|
@@ -1243,26 +1243,6 @@
|
|
|
1243
1243
|
"url": "https://opencollective.com/eslint"
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1247
|
-
"version": "2.0.1",
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1249
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1250
|
-
"dev": true,
|
|
1251
|
-
"license": "Python-2.0"
|
|
1252
|
-
},
|
|
1253
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1254
|
-
"version": "4.1.0",
|
|
1255
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1256
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1257
|
-
"dev": true,
|
|
1258
|
-
"license": "MIT",
|
|
1259
|
-
"dependencies": {
|
|
1260
|
-
"argparse": "^2.0.1"
|
|
1261
|
-
},
|
|
1262
|
-
"bin": {
|
|
1263
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
1246
|
"node_modules/@eslint/js": {
|
|
1267
1247
|
"version": "8.51.0",
|
|
1268
1248
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
|
|
@@ -1495,6 +1475,16 @@
|
|
|
1495
1475
|
"node": ">=8"
|
|
1496
1476
|
}
|
|
1497
1477
|
},
|
|
1478
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
1479
|
+
"version": "1.0.10",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1481
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1482
|
+
"dev": true,
|
|
1483
|
+
"license": "MIT",
|
|
1484
|
+
"dependencies": {
|
|
1485
|
+
"sprintf-js": "~1.0.2"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1498
1488
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
|
|
1499
1489
|
"version": "4.1.0",
|
|
1500
1490
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -1509,6 +1499,20 @@
|
|
|
1509
1499
|
"node": ">=8"
|
|
1510
1500
|
}
|
|
1511
1501
|
},
|
|
1502
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
1503
|
+
"version": "3.14.1",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
1505
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
1506
|
+
"dev": true,
|
|
1507
|
+
"license": "MIT",
|
|
1508
|
+
"dependencies": {
|
|
1509
|
+
"argparse": "^1.0.7",
|
|
1510
|
+
"esprima": "^4.0.0"
|
|
1511
|
+
},
|
|
1512
|
+
"bin": {
|
|
1513
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1512
1516
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
1513
1517
|
"version": "5.0.0",
|
|
1514
1518
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2102,9 +2106,9 @@
|
|
|
2102
2106
|
}
|
|
2103
2107
|
},
|
|
2104
2108
|
"node_modules/@oclif/core": {
|
|
2105
|
-
"version": "3.
|
|
2106
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2107
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.9.2",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.2.tgz",
|
|
2111
|
+
"integrity": "sha512-fDygnFqh2KXn/IDquhypZSP7Q2V071WgRswq8cgli5uw6RzS4Uyj/7EkijboiAo7H+bRFxN0PdgGQHGyAoc+XQ==",
|
|
2108
2112
|
"license": "MIT",
|
|
2109
2113
|
"dependencies": {
|
|
2110
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2114,7 +2118,7 @@
|
|
|
2114
2118
|
"clean-stack": "^3.0.1",
|
|
2115
2119
|
"cli-progress": "^3.12.0",
|
|
2116
2120
|
"debug": "^4.3.4",
|
|
2117
|
-
"ejs": "^3.1.
|
|
2121
|
+
"ejs": "^3.1.9",
|
|
2118
2122
|
"get-package-type": "^0.1.0",
|
|
2119
2123
|
"globby": "^11.1.0",
|
|
2120
2124
|
"hyperlinker": "^1.0.0",
|
|
@@ -2137,6 +2141,28 @@
|
|
|
2137
2141
|
"node": ">=18.0.0"
|
|
2138
2142
|
}
|
|
2139
2143
|
},
|
|
2144
|
+
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2145
|
+
"version": "1.0.10",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2147
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2148
|
+
"license": "MIT",
|
|
2149
|
+
"dependencies": {
|
|
2150
|
+
"sprintf-js": "~1.0.2"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2154
|
+
"version": "3.14.1",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2156
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2157
|
+
"license": "MIT",
|
|
2158
|
+
"dependencies": {
|
|
2159
|
+
"argparse": "^1.0.7",
|
|
2160
|
+
"esprima": "^4.0.0"
|
|
2161
|
+
},
|
|
2162
|
+
"bin": {
|
|
2163
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2140
2166
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2141
2167
|
"version": "8.1.1",
|
|
2142
2168
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2167,70 +2193,6 @@
|
|
|
2167
2193
|
"node": ">=18.0.0"
|
|
2168
2194
|
}
|
|
2169
2195
|
},
|
|
2170
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
2171
|
-
"version": "3.9.1",
|
|
2172
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2173
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2174
|
-
"license": "MIT",
|
|
2175
|
-
"dependencies": {
|
|
2176
|
-
"ansi-escapes": "^4.3.2",
|
|
2177
|
-
"ansi-styles": "^4.3.0",
|
|
2178
|
-
"cardinal": "^2.1.1",
|
|
2179
|
-
"chalk": "^4.1.2",
|
|
2180
|
-
"clean-stack": "^3.0.1",
|
|
2181
|
-
"cli-progress": "^3.12.0",
|
|
2182
|
-
"debug": "^4.3.4",
|
|
2183
|
-
"ejs": "^3.1.9",
|
|
2184
|
-
"get-package-type": "^0.1.0",
|
|
2185
|
-
"globby": "^11.1.0",
|
|
2186
|
-
"hyperlinker": "^1.0.0",
|
|
2187
|
-
"indent-string": "^4.0.0",
|
|
2188
|
-
"is-wsl": "^2.2.0",
|
|
2189
|
-
"js-yaml": "^3.14.1",
|
|
2190
|
-
"natural-orderby": "^2.0.3",
|
|
2191
|
-
"object-treeify": "^1.1.33",
|
|
2192
|
-
"password-prompt": "^1.1.2",
|
|
2193
|
-
"slice-ansi": "^4.0.0",
|
|
2194
|
-
"string-width": "^4.2.3",
|
|
2195
|
-
"strip-ansi": "^6.0.1",
|
|
2196
|
-
"supports-color": "^8.1.1",
|
|
2197
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2198
|
-
"widest-line": "^3.1.0",
|
|
2199
|
-
"wordwrap": "^1.0.0",
|
|
2200
|
-
"wrap-ansi": "^7.0.0"
|
|
2201
|
-
},
|
|
2202
|
-
"engines": {
|
|
2203
|
-
"node": ">=18.0.0"
|
|
2204
|
-
}
|
|
2205
|
-
},
|
|
2206
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
|
|
2207
|
-
"version": "4.1.2",
|
|
2208
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2209
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2210
|
-
"license": "MIT",
|
|
2211
|
-
"dependencies": {
|
|
2212
|
-
"ansi-styles": "^4.1.0",
|
|
2213
|
-
"supports-color": "^7.1.0"
|
|
2214
|
-
},
|
|
2215
|
-
"engines": {
|
|
2216
|
-
"node": ">=10"
|
|
2217
|
-
},
|
|
2218
|
-
"funding": {
|
|
2219
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2223
|
-
"version": "7.2.0",
|
|
2224
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2225
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2226
|
-
"license": "MIT",
|
|
2227
|
-
"dependencies": {
|
|
2228
|
-
"has-flag": "^4.0.0"
|
|
2229
|
-
},
|
|
2230
|
-
"engines": {
|
|
2231
|
-
"node": ">=8"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
2196
|
"node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
|
|
2235
2197
|
"version": "5.3.0",
|
|
2236
2198
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2243,21 +2205,6 @@
|
|
|
2243
2205
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2244
2206
|
}
|
|
2245
2207
|
},
|
|
2246
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
2247
|
-
"version": "8.1.1",
|
|
2248
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2249
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2250
|
-
"license": "MIT",
|
|
2251
|
-
"dependencies": {
|
|
2252
|
-
"has-flag": "^4.0.0"
|
|
2253
|
-
},
|
|
2254
|
-
"engines": {
|
|
2255
|
-
"node": ">=10"
|
|
2256
|
-
},
|
|
2257
|
-
"funding": {
|
|
2258
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
2208
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2262
2209
|
"version": "4.0.14",
|
|
2263
2210
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.14.tgz",
|
|
@@ -2317,6 +2264,30 @@
|
|
|
2317
2264
|
"node": ">=14.0.0"
|
|
2318
2265
|
}
|
|
2319
2266
|
},
|
|
2267
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2268
|
+
"version": "1.0.10",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2270
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2271
|
+
"dev": true,
|
|
2272
|
+
"license": "MIT",
|
|
2273
|
+
"dependencies": {
|
|
2274
|
+
"sprintf-js": "~1.0.2"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
2278
|
+
"version": "3.14.1",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2280
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2281
|
+
"dev": true,
|
|
2282
|
+
"license": "MIT",
|
|
2283
|
+
"dependencies": {
|
|
2284
|
+
"argparse": "^1.0.7",
|
|
2285
|
+
"esprima": "^4.0.0"
|
|
2286
|
+
},
|
|
2287
|
+
"bin": {
|
|
2288
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2320
2291
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
2321
2292
|
"version": "8.1.1",
|
|
2322
2293
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2349,57 +2320,6 @@
|
|
|
2349
2320
|
"node": ">=18.0.0"
|
|
2350
2321
|
}
|
|
2351
2322
|
},
|
|
2352
|
-
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2353
|
-
"version": "3.9.1",
|
|
2354
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2355
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2356
|
-
"license": "MIT",
|
|
2357
|
-
"dependencies": {
|
|
2358
|
-
"ansi-escapes": "^4.3.2",
|
|
2359
|
-
"ansi-styles": "^4.3.0",
|
|
2360
|
-
"cardinal": "^2.1.1",
|
|
2361
|
-
"chalk": "^4.1.2",
|
|
2362
|
-
"clean-stack": "^3.0.1",
|
|
2363
|
-
"cli-progress": "^3.12.0",
|
|
2364
|
-
"debug": "^4.3.4",
|
|
2365
|
-
"ejs": "^3.1.9",
|
|
2366
|
-
"get-package-type": "^0.1.0",
|
|
2367
|
-
"globby": "^11.1.0",
|
|
2368
|
-
"hyperlinker": "^1.0.0",
|
|
2369
|
-
"indent-string": "^4.0.0",
|
|
2370
|
-
"is-wsl": "^2.2.0",
|
|
2371
|
-
"js-yaml": "^3.14.1",
|
|
2372
|
-
"natural-orderby": "^2.0.3",
|
|
2373
|
-
"object-treeify": "^1.1.33",
|
|
2374
|
-
"password-prompt": "^1.1.2",
|
|
2375
|
-
"slice-ansi": "^4.0.0",
|
|
2376
|
-
"string-width": "^4.2.3",
|
|
2377
|
-
"strip-ansi": "^6.0.1",
|
|
2378
|
-
"supports-color": "^8.1.1",
|
|
2379
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2380
|
-
"widest-line": "^3.1.0",
|
|
2381
|
-
"wordwrap": "^1.0.0",
|
|
2382
|
-
"wrap-ansi": "^7.0.0"
|
|
2383
|
-
},
|
|
2384
|
-
"engines": {
|
|
2385
|
-
"node": ">=18.0.0"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
"node_modules/@oclif/plugin-commands/node_modules/supports-color": {
|
|
2389
|
-
"version": "8.1.1",
|
|
2390
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2391
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2392
|
-
"license": "MIT",
|
|
2393
|
-
"dependencies": {
|
|
2394
|
-
"has-flag": "^4.0.0"
|
|
2395
|
-
},
|
|
2396
|
-
"engines": {
|
|
2397
|
-
"node": ">=10"
|
|
2398
|
-
},
|
|
2399
|
-
"funding": {
|
|
2400
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2401
|
-
}
|
|
2402
|
-
},
|
|
2403
2323
|
"node_modules/@oclif/plugin-help": {
|
|
2404
2324
|
"version": "6.0.5",
|
|
2405
2325
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.5.tgz",
|
|
@@ -2412,57 +2332,6 @@
|
|
|
2412
2332
|
"node": ">=18.0.0"
|
|
2413
2333
|
}
|
|
2414
2334
|
},
|
|
2415
|
-
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2416
|
-
"version": "3.9.1",
|
|
2417
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2418
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2419
|
-
"license": "MIT",
|
|
2420
|
-
"dependencies": {
|
|
2421
|
-
"ansi-escapes": "^4.3.2",
|
|
2422
|
-
"ansi-styles": "^4.3.0",
|
|
2423
|
-
"cardinal": "^2.1.1",
|
|
2424
|
-
"chalk": "^4.1.2",
|
|
2425
|
-
"clean-stack": "^3.0.1",
|
|
2426
|
-
"cli-progress": "^3.12.0",
|
|
2427
|
-
"debug": "^4.3.4",
|
|
2428
|
-
"ejs": "^3.1.9",
|
|
2429
|
-
"get-package-type": "^0.1.0",
|
|
2430
|
-
"globby": "^11.1.0",
|
|
2431
|
-
"hyperlinker": "^1.0.0",
|
|
2432
|
-
"indent-string": "^4.0.0",
|
|
2433
|
-
"is-wsl": "^2.2.0",
|
|
2434
|
-
"js-yaml": "^3.14.1",
|
|
2435
|
-
"natural-orderby": "^2.0.3",
|
|
2436
|
-
"object-treeify": "^1.1.33",
|
|
2437
|
-
"password-prompt": "^1.1.2",
|
|
2438
|
-
"slice-ansi": "^4.0.0",
|
|
2439
|
-
"string-width": "^4.2.3",
|
|
2440
|
-
"strip-ansi": "^6.0.1",
|
|
2441
|
-
"supports-color": "^8.1.1",
|
|
2442
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2443
|
-
"widest-line": "^3.1.0",
|
|
2444
|
-
"wordwrap": "^1.0.0",
|
|
2445
|
-
"wrap-ansi": "^7.0.0"
|
|
2446
|
-
},
|
|
2447
|
-
"engines": {
|
|
2448
|
-
"node": ">=18.0.0"
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
2452
|
-
"version": "8.1.1",
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2454
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2455
|
-
"license": "MIT",
|
|
2456
|
-
"dependencies": {
|
|
2457
|
-
"has-flag": "^4.0.0"
|
|
2458
|
-
},
|
|
2459
|
-
"engines": {
|
|
2460
|
-
"node": ">=10"
|
|
2461
|
-
},
|
|
2462
|
-
"funding": {
|
|
2463
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
2335
|
"node_modules/@oclif/plugin-not-found": {
|
|
2467
2336
|
"version": "3.0.2",
|
|
2468
2337
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.2.tgz",
|
|
@@ -2477,74 +2346,10 @@
|
|
|
2477
2346
|
"node": ">=18.0.0"
|
|
2478
2347
|
}
|
|
2479
2348
|
},
|
|
2480
|
-
"node_modules/@oclif/plugin-not-found/node_modules
|
|
2481
|
-
"version": "3.
|
|
2482
|
-
"resolved": "https://registry.npmjs.org
|
|
2483
|
-
"integrity": "sha512-
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"dependencies": {
|
|
2486
|
-
"ansi-escapes": "^4.3.2",
|
|
2487
|
-
"ansi-styles": "^4.3.0",
|
|
2488
|
-
"cardinal": "^2.1.1",
|
|
2489
|
-
"chalk": "^4.1.2",
|
|
2490
|
-
"clean-stack": "^3.0.1",
|
|
2491
|
-
"cli-progress": "^3.12.0",
|
|
2492
|
-
"debug": "^4.3.4",
|
|
2493
|
-
"ejs": "^3.1.9",
|
|
2494
|
-
"get-package-type": "^0.1.0",
|
|
2495
|
-
"globby": "^11.1.0",
|
|
2496
|
-
"hyperlinker": "^1.0.0",
|
|
2497
|
-
"indent-string": "^4.0.0",
|
|
2498
|
-
"is-wsl": "^2.2.0",
|
|
2499
|
-
"js-yaml": "^3.14.1",
|
|
2500
|
-
"natural-orderby": "^2.0.3",
|
|
2501
|
-
"object-treeify": "^1.1.33",
|
|
2502
|
-
"password-prompt": "^1.1.2",
|
|
2503
|
-
"slice-ansi": "^4.0.0",
|
|
2504
|
-
"string-width": "^4.2.3",
|
|
2505
|
-
"strip-ansi": "^6.0.1",
|
|
2506
|
-
"supports-color": "^8.1.1",
|
|
2507
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2508
|
-
"widest-line": "^3.1.0",
|
|
2509
|
-
"wordwrap": "^1.0.0",
|
|
2510
|
-
"wrap-ansi": "^7.0.0"
|
|
2511
|
-
},
|
|
2512
|
-
"engines": {
|
|
2513
|
-
"node": ">=18.0.0"
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
|
|
2517
|
-
"version": "4.1.2",
|
|
2518
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2519
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2520
|
-
"license": "MIT",
|
|
2521
|
-
"dependencies": {
|
|
2522
|
-
"ansi-styles": "^4.1.0",
|
|
2523
|
-
"supports-color": "^7.1.0"
|
|
2524
|
-
},
|
|
2525
|
-
"engines": {
|
|
2526
|
-
"node": ">=10"
|
|
2527
|
-
},
|
|
2528
|
-
"funding": {
|
|
2529
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2533
|
-
"version": "7.2.0",
|
|
2534
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2535
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2536
|
-
"license": "MIT",
|
|
2537
|
-
"dependencies": {
|
|
2538
|
-
"has-flag": "^4.0.0"
|
|
2539
|
-
},
|
|
2540
|
-
"engines": {
|
|
2541
|
-
"node": ">=8"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2545
|
-
"version": "5.3.0",
|
|
2546
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2547
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2349
|
+
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2350
|
+
"version": "5.3.0",
|
|
2351
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2352
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2548
2353
|
"license": "MIT",
|
|
2549
2354
|
"engines": {
|
|
2550
2355
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -2553,25 +2358,10 @@
|
|
|
2553
2358
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2554
2359
|
}
|
|
2555
2360
|
},
|
|
2556
|
-
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
2557
|
-
"version": "8.1.1",
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2559
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2560
|
-
"license": "MIT",
|
|
2561
|
-
"dependencies": {
|
|
2562
|
-
"has-flag": "^4.0.0"
|
|
2563
|
-
},
|
|
2564
|
-
"engines": {
|
|
2565
|
-
"node": ">=10"
|
|
2566
|
-
},
|
|
2567
|
-
"funding": {
|
|
2568
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2569
|
-
}
|
|
2570
|
-
},
|
|
2571
2361
|
"node_modules/@oclif/plugin-plugins": {
|
|
2572
|
-
"version": "4.0.
|
|
2573
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.
|
|
2574
|
-
"integrity": "sha512-
|
|
2362
|
+
"version": "4.0.2",
|
|
2363
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.2.tgz",
|
|
2364
|
+
"integrity": "sha512-Pc+EqLYmD6PZwKufmv6yMgfsxwWwqnogLRsovgt3NhozVL/YiC0OQUfIZA1wc1LdF6ACikykc/wtqHca41igOQ==",
|
|
2575
2365
|
"license": "MIT",
|
|
2576
2366
|
"dependencies": {
|
|
2577
2367
|
"@oclif/core": "^3.7.1",
|
|
@@ -2588,70 +2378,6 @@
|
|
|
2588
2378
|
"node": ">=18.0.0"
|
|
2589
2379
|
}
|
|
2590
2380
|
},
|
|
2591
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
|
|
2592
|
-
"version": "3.9.1",
|
|
2593
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2594
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2595
|
-
"license": "MIT",
|
|
2596
|
-
"dependencies": {
|
|
2597
|
-
"ansi-escapes": "^4.3.2",
|
|
2598
|
-
"ansi-styles": "^4.3.0",
|
|
2599
|
-
"cardinal": "^2.1.1",
|
|
2600
|
-
"chalk": "^4.1.2",
|
|
2601
|
-
"clean-stack": "^3.0.1",
|
|
2602
|
-
"cli-progress": "^3.12.0",
|
|
2603
|
-
"debug": "^4.3.4",
|
|
2604
|
-
"ejs": "^3.1.9",
|
|
2605
|
-
"get-package-type": "^0.1.0",
|
|
2606
|
-
"globby": "^11.1.0",
|
|
2607
|
-
"hyperlinker": "^1.0.0",
|
|
2608
|
-
"indent-string": "^4.0.0",
|
|
2609
|
-
"is-wsl": "^2.2.0",
|
|
2610
|
-
"js-yaml": "^3.14.1",
|
|
2611
|
-
"natural-orderby": "^2.0.3",
|
|
2612
|
-
"object-treeify": "^1.1.33",
|
|
2613
|
-
"password-prompt": "^1.1.2",
|
|
2614
|
-
"slice-ansi": "^4.0.0",
|
|
2615
|
-
"string-width": "^4.2.3",
|
|
2616
|
-
"strip-ansi": "^6.0.1",
|
|
2617
|
-
"supports-color": "^8.1.1",
|
|
2618
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2619
|
-
"widest-line": "^3.1.0",
|
|
2620
|
-
"wordwrap": "^1.0.0",
|
|
2621
|
-
"wrap-ansi": "^7.0.0"
|
|
2622
|
-
},
|
|
2623
|
-
"engines": {
|
|
2624
|
-
"node": ">=18.0.0"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk": {
|
|
2628
|
-
"version": "4.1.2",
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2630
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2631
|
-
"license": "MIT",
|
|
2632
|
-
"dependencies": {
|
|
2633
|
-
"ansi-styles": "^4.1.0",
|
|
2634
|
-
"supports-color": "^7.1.0"
|
|
2635
|
-
},
|
|
2636
|
-
"engines": {
|
|
2637
|
-
"node": ">=10"
|
|
2638
|
-
},
|
|
2639
|
-
"funding": {
|
|
2640
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2644
|
-
"version": "7.2.0",
|
|
2645
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2646
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2647
|
-
"license": "MIT",
|
|
2648
|
-
"dependencies": {
|
|
2649
|
-
"has-flag": "^4.0.0"
|
|
2650
|
-
},
|
|
2651
|
-
"engines": {
|
|
2652
|
-
"node": ">=8"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
2381
|
"node_modules/@oclif/plugin-plugins/node_modules/chalk": {
|
|
2656
2382
|
"version": "5.3.0",
|
|
2657
2383
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2664,21 +2390,6 @@
|
|
|
2664
2390
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2665
2391
|
}
|
|
2666
2392
|
},
|
|
2667
|
-
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
2668
|
-
"version": "8.1.1",
|
|
2669
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2670
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2671
|
-
"license": "MIT",
|
|
2672
|
-
"dependencies": {
|
|
2673
|
-
"has-flag": "^4.0.0"
|
|
2674
|
-
},
|
|
2675
|
-
"engines": {
|
|
2676
|
-
"node": ">=10"
|
|
2677
|
-
},
|
|
2678
|
-
"funding": {
|
|
2679
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
2393
|
"node_modules/@oclif/plugin-search": {
|
|
2683
2394
|
"version": "1.0.5",
|
|
2684
2395
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.5.tgz",
|
|
@@ -2692,57 +2403,6 @@
|
|
|
2692
2403
|
"node": ">=18.0.0"
|
|
2693
2404
|
}
|
|
2694
2405
|
},
|
|
2695
|
-
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2696
|
-
"version": "3.9.1",
|
|
2697
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2698
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2699
|
-
"license": "MIT",
|
|
2700
|
-
"dependencies": {
|
|
2701
|
-
"ansi-escapes": "^4.3.2",
|
|
2702
|
-
"ansi-styles": "^4.3.0",
|
|
2703
|
-
"cardinal": "^2.1.1",
|
|
2704
|
-
"chalk": "^4.1.2",
|
|
2705
|
-
"clean-stack": "^3.0.1",
|
|
2706
|
-
"cli-progress": "^3.12.0",
|
|
2707
|
-
"debug": "^4.3.4",
|
|
2708
|
-
"ejs": "^3.1.9",
|
|
2709
|
-
"get-package-type": "^0.1.0",
|
|
2710
|
-
"globby": "^11.1.0",
|
|
2711
|
-
"hyperlinker": "^1.0.0",
|
|
2712
|
-
"indent-string": "^4.0.0",
|
|
2713
|
-
"is-wsl": "^2.2.0",
|
|
2714
|
-
"js-yaml": "^3.14.1",
|
|
2715
|
-
"natural-orderby": "^2.0.3",
|
|
2716
|
-
"object-treeify": "^1.1.33",
|
|
2717
|
-
"password-prompt": "^1.1.2",
|
|
2718
|
-
"slice-ansi": "^4.0.0",
|
|
2719
|
-
"string-width": "^4.2.3",
|
|
2720
|
-
"strip-ansi": "^6.0.1",
|
|
2721
|
-
"supports-color": "^8.1.1",
|
|
2722
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2723
|
-
"widest-line": "^3.1.0",
|
|
2724
|
-
"wordwrap": "^1.0.0",
|
|
2725
|
-
"wrap-ansi": "^7.0.0"
|
|
2726
|
-
},
|
|
2727
|
-
"engines": {
|
|
2728
|
-
"node": ">=18.0.0"
|
|
2729
|
-
}
|
|
2730
|
-
},
|
|
2731
|
-
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
2732
|
-
"version": "8.1.1",
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2734
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2735
|
-
"license": "MIT",
|
|
2736
|
-
"dependencies": {
|
|
2737
|
-
"has-flag": "^4.0.0"
|
|
2738
|
-
},
|
|
2739
|
-
"engines": {
|
|
2740
|
-
"node": ">=10"
|
|
2741
|
-
},
|
|
2742
|
-
"funding": {
|
|
2743
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
2406
|
"node_modules/@oclif/plugin-update": {
|
|
2747
2407
|
"version": "4.1.3",
|
|
2748
2408
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.3.tgz",
|
|
@@ -2764,70 +2424,6 @@
|
|
|
2764
2424
|
"node": ">=18.0.0"
|
|
2765
2425
|
}
|
|
2766
2426
|
},
|
|
2767
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2768
|
-
"version": "3.9.1",
|
|
2769
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2770
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2771
|
-
"license": "MIT",
|
|
2772
|
-
"dependencies": {
|
|
2773
|
-
"ansi-escapes": "^4.3.2",
|
|
2774
|
-
"ansi-styles": "^4.3.0",
|
|
2775
|
-
"cardinal": "^2.1.1",
|
|
2776
|
-
"chalk": "^4.1.2",
|
|
2777
|
-
"clean-stack": "^3.0.1",
|
|
2778
|
-
"cli-progress": "^3.12.0",
|
|
2779
|
-
"debug": "^4.3.4",
|
|
2780
|
-
"ejs": "^3.1.9",
|
|
2781
|
-
"get-package-type": "^0.1.0",
|
|
2782
|
-
"globby": "^11.1.0",
|
|
2783
|
-
"hyperlinker": "^1.0.0",
|
|
2784
|
-
"indent-string": "^4.0.0",
|
|
2785
|
-
"is-wsl": "^2.2.0",
|
|
2786
|
-
"js-yaml": "^3.14.1",
|
|
2787
|
-
"natural-orderby": "^2.0.3",
|
|
2788
|
-
"object-treeify": "^1.1.33",
|
|
2789
|
-
"password-prompt": "^1.1.2",
|
|
2790
|
-
"slice-ansi": "^4.0.0",
|
|
2791
|
-
"string-width": "^4.2.3",
|
|
2792
|
-
"strip-ansi": "^6.0.1",
|
|
2793
|
-
"supports-color": "^8.1.1",
|
|
2794
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2795
|
-
"widest-line": "^3.1.0",
|
|
2796
|
-
"wordwrap": "^1.0.0",
|
|
2797
|
-
"wrap-ansi": "^7.0.0"
|
|
2798
|
-
},
|
|
2799
|
-
"engines": {
|
|
2800
|
-
"node": ">=18.0.0"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk": {
|
|
2804
|
-
"version": "4.1.2",
|
|
2805
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2806
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2807
|
-
"license": "MIT",
|
|
2808
|
-
"dependencies": {
|
|
2809
|
-
"ansi-styles": "^4.1.0",
|
|
2810
|
-
"supports-color": "^7.1.0"
|
|
2811
|
-
},
|
|
2812
|
-
"engines": {
|
|
2813
|
-
"node": ">=10"
|
|
2814
|
-
},
|
|
2815
|
-
"funding": {
|
|
2816
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2817
|
-
}
|
|
2818
|
-
},
|
|
2819
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2820
|
-
"version": "7.2.0",
|
|
2821
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2822
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2823
|
-
"license": "MIT",
|
|
2824
|
-
"dependencies": {
|
|
2825
|
-
"has-flag": "^4.0.0"
|
|
2826
|
-
},
|
|
2827
|
-
"engines": {
|
|
2828
|
-
"node": ">=8"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
2427
|
"node_modules/@oclif/plugin-update/node_modules/chalk": {
|
|
2832
2428
|
"version": "5.3.0",
|
|
2833
2429
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2924,21 +2520,6 @@
|
|
|
2924
2520
|
"node": ">=0.12.0"
|
|
2925
2521
|
}
|
|
2926
2522
|
},
|
|
2927
|
-
"node_modules/@oclif/plugin-update/node_modules/supports-color": {
|
|
2928
|
-
"version": "8.1.1",
|
|
2929
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2930
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2931
|
-
"license": "MIT",
|
|
2932
|
-
"dependencies": {
|
|
2933
|
-
"has-flag": "^4.0.0"
|
|
2934
|
-
},
|
|
2935
|
-
"engines": {
|
|
2936
|
-
"node": ">=10"
|
|
2937
|
-
},
|
|
2938
|
-
"funding": {
|
|
2939
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
2523
|
"node_modules/@oclif/plugin-version": {
|
|
2943
2524
|
"version": "2.0.4",
|
|
2944
2525
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.4.tgz",
|
|
@@ -2951,57 +2532,6 @@
|
|
|
2951
2532
|
"node": ">=18.0.0"
|
|
2952
2533
|
}
|
|
2953
2534
|
},
|
|
2954
|
-
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
2955
|
-
"version": "3.9.1",
|
|
2956
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2957
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2958
|
-
"license": "MIT",
|
|
2959
|
-
"dependencies": {
|
|
2960
|
-
"ansi-escapes": "^4.3.2",
|
|
2961
|
-
"ansi-styles": "^4.3.0",
|
|
2962
|
-
"cardinal": "^2.1.1",
|
|
2963
|
-
"chalk": "^4.1.2",
|
|
2964
|
-
"clean-stack": "^3.0.1",
|
|
2965
|
-
"cli-progress": "^3.12.0",
|
|
2966
|
-
"debug": "^4.3.4",
|
|
2967
|
-
"ejs": "^3.1.9",
|
|
2968
|
-
"get-package-type": "^0.1.0",
|
|
2969
|
-
"globby": "^11.1.0",
|
|
2970
|
-
"hyperlinker": "^1.0.0",
|
|
2971
|
-
"indent-string": "^4.0.0",
|
|
2972
|
-
"is-wsl": "^2.2.0",
|
|
2973
|
-
"js-yaml": "^3.14.1",
|
|
2974
|
-
"natural-orderby": "^2.0.3",
|
|
2975
|
-
"object-treeify": "^1.1.33",
|
|
2976
|
-
"password-prompt": "^1.1.2",
|
|
2977
|
-
"slice-ansi": "^4.0.0",
|
|
2978
|
-
"string-width": "^4.2.3",
|
|
2979
|
-
"strip-ansi": "^6.0.1",
|
|
2980
|
-
"supports-color": "^8.1.1",
|
|
2981
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2982
|
-
"widest-line": "^3.1.0",
|
|
2983
|
-
"wordwrap": "^1.0.0",
|
|
2984
|
-
"wrap-ansi": "^7.0.0"
|
|
2985
|
-
},
|
|
2986
|
-
"engines": {
|
|
2987
|
-
"node": ">=18.0.0"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
"node_modules/@oclif/plugin-version/node_modules/supports-color": {
|
|
2991
|
-
"version": "8.1.1",
|
|
2992
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2993
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2994
|
-
"license": "MIT",
|
|
2995
|
-
"dependencies": {
|
|
2996
|
-
"has-flag": "^4.0.0"
|
|
2997
|
-
},
|
|
2998
|
-
"engines": {
|
|
2999
|
-
"node": ">=10"
|
|
3000
|
-
},
|
|
3001
|
-
"funding": {
|
|
3002
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3003
|
-
}
|
|
3004
|
-
},
|
|
3005
2535
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3006
2536
|
"version": "3.0.2",
|
|
3007
2537
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz",
|
|
@@ -3018,70 +2548,6 @@
|
|
|
3018
2548
|
"node": ">=18.0.0"
|
|
3019
2549
|
}
|
|
3020
2550
|
},
|
|
3021
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3022
|
-
"version": "3.9.1",
|
|
3023
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3024
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3025
|
-
"license": "MIT",
|
|
3026
|
-
"dependencies": {
|
|
3027
|
-
"ansi-escapes": "^4.3.2",
|
|
3028
|
-
"ansi-styles": "^4.3.0",
|
|
3029
|
-
"cardinal": "^2.1.1",
|
|
3030
|
-
"chalk": "^4.1.2",
|
|
3031
|
-
"clean-stack": "^3.0.1",
|
|
3032
|
-
"cli-progress": "^3.12.0",
|
|
3033
|
-
"debug": "^4.3.4",
|
|
3034
|
-
"ejs": "^3.1.9",
|
|
3035
|
-
"get-package-type": "^0.1.0",
|
|
3036
|
-
"globby": "^11.1.0",
|
|
3037
|
-
"hyperlinker": "^1.0.0",
|
|
3038
|
-
"indent-string": "^4.0.0",
|
|
3039
|
-
"is-wsl": "^2.2.0",
|
|
3040
|
-
"js-yaml": "^3.14.1",
|
|
3041
|
-
"natural-orderby": "^2.0.3",
|
|
3042
|
-
"object-treeify": "^1.1.33",
|
|
3043
|
-
"password-prompt": "^1.1.2",
|
|
3044
|
-
"slice-ansi": "^4.0.0",
|
|
3045
|
-
"string-width": "^4.2.3",
|
|
3046
|
-
"strip-ansi": "^6.0.1",
|
|
3047
|
-
"supports-color": "^8.1.1",
|
|
3048
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3049
|
-
"widest-line": "^3.1.0",
|
|
3050
|
-
"wordwrap": "^1.0.0",
|
|
3051
|
-
"wrap-ansi": "^7.0.0"
|
|
3052
|
-
},
|
|
3053
|
-
"engines": {
|
|
3054
|
-
"node": ">=18.0.0"
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
|
|
3058
|
-
"version": "4.1.2",
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3060
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3061
|
-
"license": "MIT",
|
|
3062
|
-
"dependencies": {
|
|
3063
|
-
"ansi-styles": "^4.1.0",
|
|
3064
|
-
"supports-color": "^7.1.0"
|
|
3065
|
-
},
|
|
3066
|
-
"engines": {
|
|
3067
|
-
"node": ">=10"
|
|
3068
|
-
},
|
|
3069
|
-
"funding": {
|
|
3070
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3074
|
-
"version": "7.2.0",
|
|
3075
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3076
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3077
|
-
"license": "MIT",
|
|
3078
|
-
"dependencies": {
|
|
3079
|
-
"has-flag": "^4.0.0"
|
|
3080
|
-
},
|
|
3081
|
-
"engines": {
|
|
3082
|
-
"node": ">=8"
|
|
3083
|
-
}
|
|
3084
|
-
},
|
|
3085
2551
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
3086
2552
|
"version": "5.3.0",
|
|
3087
2553
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3094,21 +2560,6 @@
|
|
|
3094
2560
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3095
2561
|
}
|
|
3096
2562
|
},
|
|
3097
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
3098
|
-
"version": "8.1.1",
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3100
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3101
|
-
"license": "MIT",
|
|
3102
|
-
"dependencies": {
|
|
3103
|
-
"has-flag": "^4.0.0"
|
|
3104
|
-
},
|
|
3105
|
-
"engines": {
|
|
3106
|
-
"node": ">=10"
|
|
3107
|
-
},
|
|
3108
|
-
"funding": {
|
|
3109
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
2563
|
"node_modules/@oclif/plugin-which": {
|
|
3113
2564
|
"version": "3.0.7",
|
|
3114
2565
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.7.tgz",
|
|
@@ -3121,57 +2572,6 @@
|
|
|
3121
2572
|
"node": ">=18.0.0"
|
|
3122
2573
|
}
|
|
3123
2574
|
},
|
|
3124
|
-
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3125
|
-
"version": "3.9.1",
|
|
3126
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3127
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3128
|
-
"license": "MIT",
|
|
3129
|
-
"dependencies": {
|
|
3130
|
-
"ansi-escapes": "^4.3.2",
|
|
3131
|
-
"ansi-styles": "^4.3.0",
|
|
3132
|
-
"cardinal": "^2.1.1",
|
|
3133
|
-
"chalk": "^4.1.2",
|
|
3134
|
-
"clean-stack": "^3.0.1",
|
|
3135
|
-
"cli-progress": "^3.12.0",
|
|
3136
|
-
"debug": "^4.3.4",
|
|
3137
|
-
"ejs": "^3.1.9",
|
|
3138
|
-
"get-package-type": "^0.1.0",
|
|
3139
|
-
"globby": "^11.1.0",
|
|
3140
|
-
"hyperlinker": "^1.0.0",
|
|
3141
|
-
"indent-string": "^4.0.0",
|
|
3142
|
-
"is-wsl": "^2.2.0",
|
|
3143
|
-
"js-yaml": "^3.14.1",
|
|
3144
|
-
"natural-orderby": "^2.0.3",
|
|
3145
|
-
"object-treeify": "^1.1.33",
|
|
3146
|
-
"password-prompt": "^1.1.2",
|
|
3147
|
-
"slice-ansi": "^4.0.0",
|
|
3148
|
-
"string-width": "^4.2.3",
|
|
3149
|
-
"strip-ansi": "^6.0.1",
|
|
3150
|
-
"supports-color": "^8.1.1",
|
|
3151
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3152
|
-
"widest-line": "^3.1.0",
|
|
3153
|
-
"wordwrap": "^1.0.0",
|
|
3154
|
-
"wrap-ansi": "^7.0.0"
|
|
3155
|
-
},
|
|
3156
|
-
"engines": {
|
|
3157
|
-
"node": ">=18.0.0"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
"node_modules/@oclif/plugin-which/node_modules/supports-color": {
|
|
3161
|
-
"version": "8.1.1",
|
|
3162
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3163
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3164
|
-
"license": "MIT",
|
|
3165
|
-
"dependencies": {
|
|
3166
|
-
"has-flag": "^4.0.0"
|
|
3167
|
-
},
|
|
3168
|
-
"engines": {
|
|
3169
|
-
"node": ">=10"
|
|
3170
|
-
},
|
|
3171
|
-
"funding": {
|
|
3172
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3173
|
-
}
|
|
3174
|
-
},
|
|
3175
2575
|
"node_modules/@octokit/auth-token": {
|
|
3176
2576
|
"version": "2.5.0",
|
|
3177
2577
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
@@ -3627,13 +3027,6 @@
|
|
|
3627
3027
|
"dev": true,
|
|
3628
3028
|
"license": "MIT"
|
|
3629
3029
|
},
|
|
3630
|
-
"node_modules/@salesforce/dev-scripts/node_modules/argparse": {
|
|
3631
|
-
"version": "2.0.1",
|
|
3632
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3633
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3634
|
-
"dev": true,
|
|
3635
|
-
"license": "Python-2.0"
|
|
3636
|
-
},
|
|
3637
3030
|
"node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
|
|
3638
3031
|
"version": "1.1.11",
|
|
3639
3032
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -3771,25 +3164,12 @@
|
|
|
3771
3164
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
3772
3165
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
3773
3166
|
"dev": true,
|
|
3774
|
-
"license": "ISC",
|
|
3775
|
-
"dependencies": {
|
|
3776
|
-
"brace-expansion": "^1.1.7"
|
|
3777
|
-
},
|
|
3778
|
-
"engines": {
|
|
3779
|
-
"node": "*"
|
|
3780
|
-
}
|
|
3781
|
-
},
|
|
3782
|
-
"node_modules/@salesforce/dev-scripts/node_modules/js-yaml": {
|
|
3783
|
-
"version": "4.1.0",
|
|
3784
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3785
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3786
|
-
"dev": true,
|
|
3787
|
-
"license": "MIT",
|
|
3167
|
+
"license": "ISC",
|
|
3788
3168
|
"dependencies": {
|
|
3789
|
-
"
|
|
3169
|
+
"brace-expansion": "^1.1.7"
|
|
3790
3170
|
},
|
|
3791
|
-
"
|
|
3792
|
-
"
|
|
3171
|
+
"engines": {
|
|
3172
|
+
"node": "*"
|
|
3793
3173
|
}
|
|
3794
3174
|
},
|
|
3795
3175
|
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
@@ -4107,6 +3487,28 @@
|
|
|
4107
3487
|
"node": ">=16.0.0"
|
|
4108
3488
|
}
|
|
4109
3489
|
},
|
|
3490
|
+
"node_modules/@salesforce/plugin-apex/node_modules/argparse": {
|
|
3491
|
+
"version": "1.0.10",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3493
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3494
|
+
"license": "MIT",
|
|
3495
|
+
"dependencies": {
|
|
3496
|
+
"sprintf-js": "~1.0.2"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"node_modules/@salesforce/plugin-apex/node_modules/js-yaml": {
|
|
3500
|
+
"version": "3.14.1",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3502
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3503
|
+
"license": "MIT",
|
|
3504
|
+
"dependencies": {
|
|
3505
|
+
"argparse": "^1.0.7",
|
|
3506
|
+
"esprima": "^4.0.0"
|
|
3507
|
+
},
|
|
3508
|
+
"bin": {
|
|
3509
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
4110
3512
|
"node_modules/@salesforce/plugin-apex/node_modules/supports-color": {
|
|
4111
3513
|
"version": "8.1.1",
|
|
4112
3514
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4198,6 +3600,28 @@
|
|
|
4198
3600
|
"node": ">=16.0.0"
|
|
4199
3601
|
}
|
|
4200
3602
|
},
|
|
3603
|
+
"node_modules/@salesforce/plugin-auth/node_modules/argparse": {
|
|
3604
|
+
"version": "1.0.10",
|
|
3605
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3606
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3607
|
+
"license": "MIT",
|
|
3608
|
+
"dependencies": {
|
|
3609
|
+
"sprintf-js": "~1.0.2"
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
"node_modules/@salesforce/plugin-auth/node_modules/js-yaml": {
|
|
3613
|
+
"version": "3.14.1",
|
|
3614
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3615
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3616
|
+
"license": "MIT",
|
|
3617
|
+
"dependencies": {
|
|
3618
|
+
"argparse": "^1.0.7",
|
|
3619
|
+
"esprima": "^4.0.0"
|
|
3620
|
+
},
|
|
3621
|
+
"bin": {
|
|
3622
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
4201
3625
|
"node_modules/@salesforce/plugin-auth/node_modules/supports-color": {
|
|
4202
3626
|
"version": "8.1.1",
|
|
4203
3627
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4291,6 +3715,30 @@
|
|
|
4291
3715
|
"node": ">=16.0.0"
|
|
4292
3716
|
}
|
|
4293
3717
|
},
|
|
3718
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/argparse": {
|
|
3719
|
+
"version": "1.0.10",
|
|
3720
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3721
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3722
|
+
"dev": true,
|
|
3723
|
+
"license": "MIT",
|
|
3724
|
+
"dependencies": {
|
|
3725
|
+
"sprintf-js": "~1.0.2"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/js-yaml": {
|
|
3729
|
+
"version": "3.14.1",
|
|
3730
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3731
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3732
|
+
"dev": true,
|
|
3733
|
+
"license": "MIT",
|
|
3734
|
+
"dependencies": {
|
|
3735
|
+
"argparse": "^1.0.7",
|
|
3736
|
+
"esprima": "^4.0.0"
|
|
3737
|
+
},
|
|
3738
|
+
"bin": {
|
|
3739
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
4294
3742
|
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
4295
3743
|
"version": "8.1.1",
|
|
4296
3744
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4384,6 +3832,28 @@
|
|
|
4384
3832
|
"node": ">=16.0.0"
|
|
4385
3833
|
}
|
|
4386
3834
|
},
|
|
3835
|
+
"node_modules/@salesforce/plugin-data/node_modules/argparse": {
|
|
3836
|
+
"version": "1.0.10",
|
|
3837
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3838
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3839
|
+
"license": "MIT",
|
|
3840
|
+
"dependencies": {
|
|
3841
|
+
"sprintf-js": "~1.0.2"
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"node_modules/@salesforce/plugin-data/node_modules/js-yaml": {
|
|
3845
|
+
"version": "3.14.1",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3847
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3848
|
+
"license": "MIT",
|
|
3849
|
+
"dependencies": {
|
|
3850
|
+
"argparse": "^1.0.7",
|
|
3851
|
+
"esprima": "^4.0.0"
|
|
3852
|
+
},
|
|
3853
|
+
"bin": {
|
|
3854
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
4387
3857
|
"node_modules/@salesforce/plugin-data/node_modules/supports-color": {
|
|
4388
3858
|
"version": "8.1.1",
|
|
4389
3859
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4476,6 +3946,28 @@
|
|
|
4476
3946
|
"node": ">=16.0.0"
|
|
4477
3947
|
}
|
|
4478
3948
|
},
|
|
3949
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/argparse": {
|
|
3950
|
+
"version": "1.0.10",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3952
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3953
|
+
"license": "MIT",
|
|
3954
|
+
"dependencies": {
|
|
3955
|
+
"sprintf-js": "~1.0.2"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/js-yaml": {
|
|
3959
|
+
"version": "3.14.1",
|
|
3960
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3961
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3962
|
+
"license": "MIT",
|
|
3963
|
+
"dependencies": {
|
|
3964
|
+
"argparse": "^1.0.7",
|
|
3965
|
+
"esprima": "^4.0.0"
|
|
3966
|
+
},
|
|
3967
|
+
"bin": {
|
|
3968
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
4479
3971
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/supports-color": {
|
|
4480
3972
|
"version": "8.1.1",
|
|
4481
3973
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4492,96 +3984,173 @@
|
|
|
4492
3984
|
}
|
|
4493
3985
|
},
|
|
4494
3986
|
"node_modules/@salesforce/plugin-info": {
|
|
4495
|
-
"version": "2.6.
|
|
4496
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
4497
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "2.6.52-dev.0",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.52-dev.0.tgz",
|
|
3989
|
+
"integrity": "sha512-sbimZczyLaZBPR3mlW7s5W+PDFN7PZM3jH8zWypaQSRYgl1ymupxMl/97YLFPhIXY1mPUwy3WYptHx2s4lLErA==",
|
|
4498
3990
|
"license": "BSD-3-Clause",
|
|
4499
3991
|
"dependencies": {
|
|
4500
|
-
"@oclif/core": "^
|
|
3992
|
+
"@oclif/core": "^3.7.1",
|
|
4501
3993
|
"@salesforce/core": "^5.3.1",
|
|
4502
3994
|
"@salesforce/kit": "^3.0.14",
|
|
4503
|
-
"@salesforce/sf-plugins-core": "^
|
|
4504
|
-
"got": "^
|
|
3995
|
+
"@salesforce/sf-plugins-core": "^4",
|
|
3996
|
+
"got": "^13.0.0",
|
|
4505
3997
|
"marked": "^4.3.0",
|
|
4506
3998
|
"marked-terminal": "^4.2.0",
|
|
4507
3999
|
"open": "^8.4.2",
|
|
4508
4000
|
"proxy-agent": "^6.3.1",
|
|
4509
|
-
"semver": "^7.5.4"
|
|
4510
|
-
"tslib": "^2"
|
|
4001
|
+
"semver": "^7.5.4"
|
|
4511
4002
|
},
|
|
4512
4003
|
"engines": {
|
|
4513
|
-
"node": ">=
|
|
4004
|
+
"node": ">=18.0.0"
|
|
4514
4005
|
}
|
|
4515
4006
|
},
|
|
4516
|
-
"node_modules/@salesforce/plugin-info/node_modules/@
|
|
4517
|
-
"version": "
|
|
4518
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4519
|
-
"integrity": "sha512-
|
|
4007
|
+
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
|
+
"version": "5.6.0",
|
|
4009
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4010
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4011
|
+
"license": "MIT",
|
|
4012
|
+
"engines": {
|
|
4013
|
+
"node": ">=14.16"
|
|
4014
|
+
},
|
|
4015
|
+
"funding": {
|
|
4016
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
"node_modules/@salesforce/plugin-info/node_modules/@szmarczak/http-timer": {
|
|
4020
|
+
"version": "5.0.1",
|
|
4021
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
4022
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
4520
4023
|
"license": "MIT",
|
|
4521
4024
|
"dependencies": {
|
|
4522
|
-
"
|
|
4523
|
-
"ansi-escapes": "^4.3.2",
|
|
4524
|
-
"ansi-styles": "^4.3.0",
|
|
4525
|
-
"cardinal": "^2.1.1",
|
|
4526
|
-
"chalk": "^4.1.2",
|
|
4527
|
-
"clean-stack": "^3.0.1",
|
|
4528
|
-
"cli-progress": "^3.12.0",
|
|
4529
|
-
"debug": "^4.3.4",
|
|
4530
|
-
"ejs": "^3.1.8",
|
|
4531
|
-
"get-package-type": "^0.1.0",
|
|
4532
|
-
"globby": "^11.1.0",
|
|
4533
|
-
"hyperlinker": "^1.0.0",
|
|
4534
|
-
"indent-string": "^4.0.0",
|
|
4535
|
-
"is-wsl": "^2.2.0",
|
|
4536
|
-
"js-yaml": "^3.14.1",
|
|
4537
|
-
"natural-orderby": "^2.0.3",
|
|
4538
|
-
"object-treeify": "^1.1.33",
|
|
4539
|
-
"password-prompt": "^1.1.2",
|
|
4540
|
-
"slice-ansi": "^4.0.0",
|
|
4541
|
-
"string-width": "^4.2.3",
|
|
4542
|
-
"strip-ansi": "^6.0.1",
|
|
4543
|
-
"supports-color": "^8.1.1",
|
|
4544
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4545
|
-
"ts-node": "^10.9.1",
|
|
4546
|
-
"tslib": "^2.5.0",
|
|
4547
|
-
"widest-line": "^3.1.0",
|
|
4548
|
-
"wordwrap": "^1.0.0",
|
|
4549
|
-
"wrap-ansi": "^7.0.0"
|
|
4025
|
+
"defer-to-connect": "^2.0.1"
|
|
4550
4026
|
},
|
|
4551
4027
|
"engines": {
|
|
4552
|
-
"node": ">=14.
|
|
4028
|
+
"node": ">=14.16"
|
|
4553
4029
|
}
|
|
4554
4030
|
},
|
|
4555
|
-
"node_modules/@salesforce/plugin-info/node_modules
|
|
4556
|
-
"version": "
|
|
4557
|
-
"resolved": "https://registry.npmjs.org
|
|
4558
|
-
"integrity": "sha512
|
|
4559
|
-
"license": "
|
|
4031
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-lookup": {
|
|
4032
|
+
"version": "7.0.0",
|
|
4033
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4034
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4035
|
+
"license": "MIT",
|
|
4036
|
+
"engines": {
|
|
4037
|
+
"node": ">=14.16"
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-request": {
|
|
4041
|
+
"version": "10.2.14",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
4043
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
4044
|
+
"license": "MIT",
|
|
4560
4045
|
"dependencies": {
|
|
4561
|
-
"@
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4046
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
4047
|
+
"get-stream": "^6.0.1",
|
|
4048
|
+
"http-cache-semantics": "^4.1.1",
|
|
4049
|
+
"keyv": "^4.5.3",
|
|
4050
|
+
"mimic-response": "^4.0.0",
|
|
4051
|
+
"normalize-url": "^8.0.0",
|
|
4052
|
+
"responselike": "^3.0.0"
|
|
4567
4053
|
},
|
|
4568
4054
|
"engines": {
|
|
4569
|
-
"node": ">=16
|
|
4055
|
+
"node": ">=14.16"
|
|
4570
4056
|
}
|
|
4571
4057
|
},
|
|
4572
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4573
|
-
"version": "
|
|
4574
|
-
"resolved": "https://registry.npmjs.org/
|
|
4575
|
-
"integrity": "sha512-
|
|
4058
|
+
"node_modules/@salesforce/plugin-info/node_modules/got": {
|
|
4059
|
+
"version": "13.0.0",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
4061
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
4576
4062
|
"license": "MIT",
|
|
4577
4063
|
"dependencies": {
|
|
4578
|
-
"
|
|
4064
|
+
"@sindresorhus/is": "^5.2.0",
|
|
4065
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
4066
|
+
"cacheable-lookup": "^7.0.0",
|
|
4067
|
+
"cacheable-request": "^10.2.8",
|
|
4068
|
+
"decompress-response": "^6.0.0",
|
|
4069
|
+
"form-data-encoder": "^2.1.2",
|
|
4070
|
+
"get-stream": "^6.0.1",
|
|
4071
|
+
"http2-wrapper": "^2.1.10",
|
|
4072
|
+
"lowercase-keys": "^3.0.0",
|
|
4073
|
+
"p-cancelable": "^3.0.0",
|
|
4074
|
+
"responselike": "^3.0.0"
|
|
4579
4075
|
},
|
|
4580
4076
|
"engines": {
|
|
4581
|
-
"node": ">=
|
|
4077
|
+
"node": ">=16"
|
|
4582
4078
|
},
|
|
4583
4079
|
"funding": {
|
|
4584
|
-
"url": "https://github.com/
|
|
4080
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
"node_modules/@salesforce/plugin-info/node_modules/http2-wrapper": {
|
|
4084
|
+
"version": "2.2.0",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
4086
|
+
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
4087
|
+
"license": "MIT",
|
|
4088
|
+
"dependencies": {
|
|
4089
|
+
"quick-lru": "^5.1.1",
|
|
4090
|
+
"resolve-alpn": "^1.2.0"
|
|
4091
|
+
},
|
|
4092
|
+
"engines": {
|
|
4093
|
+
"node": ">=10.19.0"
|
|
4094
|
+
}
|
|
4095
|
+
},
|
|
4096
|
+
"node_modules/@salesforce/plugin-info/node_modules/lowercase-keys": {
|
|
4097
|
+
"version": "3.0.0",
|
|
4098
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4099
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4100
|
+
"license": "MIT",
|
|
4101
|
+
"engines": {
|
|
4102
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4103
|
+
},
|
|
4104
|
+
"funding": {
|
|
4105
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
4108
|
+
"node_modules/@salesforce/plugin-info/node_modules/mimic-response": {
|
|
4109
|
+
"version": "4.0.0",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4111
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4112
|
+
"license": "MIT",
|
|
4113
|
+
"engines": {
|
|
4114
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4115
|
+
},
|
|
4116
|
+
"funding": {
|
|
4117
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"node_modules/@salesforce/plugin-info/node_modules/normalize-url": {
|
|
4121
|
+
"version": "8.0.0",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4123
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4124
|
+
"license": "MIT",
|
|
4125
|
+
"engines": {
|
|
4126
|
+
"node": ">=14.16"
|
|
4127
|
+
},
|
|
4128
|
+
"funding": {
|
|
4129
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
"node_modules/@salesforce/plugin-info/node_modules/p-cancelable": {
|
|
4133
|
+
"version": "3.0.0",
|
|
4134
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4135
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4136
|
+
"license": "MIT",
|
|
4137
|
+
"engines": {
|
|
4138
|
+
"node": ">=12.20"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
"node_modules/@salesforce/plugin-info/node_modules/responselike": {
|
|
4142
|
+
"version": "3.0.0",
|
|
4143
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
4144
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
4145
|
+
"license": "MIT",
|
|
4146
|
+
"dependencies": {
|
|
4147
|
+
"lowercase-keys": "^3.0.0"
|
|
4148
|
+
},
|
|
4149
|
+
"engines": {
|
|
4150
|
+
"node": ">=14.16"
|
|
4151
|
+
},
|
|
4152
|
+
"funding": {
|
|
4153
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4585
4154
|
}
|
|
4586
4155
|
},
|
|
4587
4156
|
"node_modules/@salesforce/plugin-limits": {
|
|
@@ -4646,15 +4215,37 @@
|
|
|
4646
4215
|
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
4647
4216
|
"license": "BSD-3-Clause",
|
|
4648
4217
|
"dependencies": {
|
|
4649
|
-
"@oclif/core": "^2.15.0",
|
|
4650
|
-
"@salesforce/core": "^5.3.1",
|
|
4651
|
-
"@salesforce/kit": "^3.0.13",
|
|
4652
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
4653
|
-
"chalk": "^4",
|
|
4654
|
-
"inquirer": "^8.2.5"
|
|
4218
|
+
"@oclif/core": "^2.15.0",
|
|
4219
|
+
"@salesforce/core": "^5.3.1",
|
|
4220
|
+
"@salesforce/kit": "^3.0.13",
|
|
4221
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4222
|
+
"chalk": "^4",
|
|
4223
|
+
"inquirer": "^8.2.5"
|
|
4224
|
+
},
|
|
4225
|
+
"engines": {
|
|
4226
|
+
"node": ">=16.0.0"
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
"node_modules/@salesforce/plugin-limits/node_modules/argparse": {
|
|
4230
|
+
"version": "1.0.10",
|
|
4231
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4232
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4233
|
+
"license": "MIT",
|
|
4234
|
+
"dependencies": {
|
|
4235
|
+
"sprintf-js": "~1.0.2"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
"node_modules/@salesforce/plugin-limits/node_modules/js-yaml": {
|
|
4239
|
+
"version": "3.14.1",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4241
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4242
|
+
"license": "MIT",
|
|
4243
|
+
"dependencies": {
|
|
4244
|
+
"argparse": "^1.0.7",
|
|
4245
|
+
"esprima": "^4.0.0"
|
|
4655
4246
|
},
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4247
|
+
"bin": {
|
|
4248
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4658
4249
|
}
|
|
4659
4250
|
},
|
|
4660
4251
|
"node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
|
|
@@ -4745,6 +4336,28 @@
|
|
|
4745
4336
|
"node": ">=16.0.0"
|
|
4746
4337
|
}
|
|
4747
4338
|
},
|
|
4339
|
+
"node_modules/@salesforce/plugin-login/node_modules/argparse": {
|
|
4340
|
+
"version": "1.0.10",
|
|
4341
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4342
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4343
|
+
"license": "MIT",
|
|
4344
|
+
"dependencies": {
|
|
4345
|
+
"sprintf-js": "~1.0.2"
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
"node_modules/@salesforce/plugin-login/node_modules/js-yaml": {
|
|
4349
|
+
"version": "3.14.1",
|
|
4350
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4351
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4352
|
+
"license": "MIT",
|
|
4353
|
+
"dependencies": {
|
|
4354
|
+
"argparse": "^1.0.7",
|
|
4355
|
+
"esprima": "^4.0.0"
|
|
4356
|
+
},
|
|
4357
|
+
"bin": {
|
|
4358
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4748
4361
|
"node_modules/@salesforce/plugin-login/node_modules/supports-color": {
|
|
4749
4362
|
"version": "8.1.1",
|
|
4750
4363
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4834,6 +4447,28 @@
|
|
|
4834
4447
|
"node": ">=16.0.0"
|
|
4835
4448
|
}
|
|
4836
4449
|
},
|
|
4450
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/argparse": {
|
|
4451
|
+
"version": "1.0.10",
|
|
4452
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4453
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4454
|
+
"license": "MIT",
|
|
4455
|
+
"dependencies": {
|
|
4456
|
+
"sprintf-js": "~1.0.2"
|
|
4457
|
+
}
|
|
4458
|
+
},
|
|
4459
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/js-yaml": {
|
|
4460
|
+
"version": "3.14.1",
|
|
4461
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4462
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4463
|
+
"license": "MIT",
|
|
4464
|
+
"dependencies": {
|
|
4465
|
+
"argparse": "^1.0.7",
|
|
4466
|
+
"esprima": "^4.0.0"
|
|
4467
|
+
},
|
|
4468
|
+
"bin": {
|
|
4469
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4837
4472
|
"node_modules/@salesforce/plugin-marketplace/node_modules/supports-color": {
|
|
4838
4473
|
"version": "8.1.1",
|
|
4839
4474
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4923,6 +4558,28 @@
|
|
|
4923
4558
|
"node": ">=16.0.0"
|
|
4924
4559
|
}
|
|
4925
4560
|
},
|
|
4561
|
+
"node_modules/@salesforce/plugin-org/node_modules/argparse": {
|
|
4562
|
+
"version": "1.0.10",
|
|
4563
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4564
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4565
|
+
"license": "MIT",
|
|
4566
|
+
"dependencies": {
|
|
4567
|
+
"sprintf-js": "~1.0.2"
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
4570
|
+
"node_modules/@salesforce/plugin-org/node_modules/js-yaml": {
|
|
4571
|
+
"version": "3.14.1",
|
|
4572
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4573
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4574
|
+
"license": "MIT",
|
|
4575
|
+
"dependencies": {
|
|
4576
|
+
"argparse": "^1.0.7",
|
|
4577
|
+
"esprima": "^4.0.0"
|
|
4578
|
+
},
|
|
4579
|
+
"bin": {
|
|
4580
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4581
|
+
}
|
|
4582
|
+
},
|
|
4926
4583
|
"node_modules/@salesforce/plugin-org/node_modules/supports-color": {
|
|
4927
4584
|
"version": "8.1.1",
|
|
4928
4585
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5177,6 +4834,30 @@
|
|
|
5177
4834
|
"node": ">=16.0.0"
|
|
5178
4835
|
}
|
|
5179
4836
|
},
|
|
4837
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/argparse": {
|
|
4838
|
+
"version": "1.0.10",
|
|
4839
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4840
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4841
|
+
"dev": true,
|
|
4842
|
+
"license": "MIT",
|
|
4843
|
+
"dependencies": {
|
|
4844
|
+
"sprintf-js": "~1.0.2"
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/js-yaml": {
|
|
4848
|
+
"version": "3.14.1",
|
|
4849
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4850
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4851
|
+
"dev": true,
|
|
4852
|
+
"license": "MIT",
|
|
4853
|
+
"dependencies": {
|
|
4854
|
+
"argparse": "^1.0.7",
|
|
4855
|
+
"esprima": "^4.0.0"
|
|
4856
|
+
},
|
|
4857
|
+
"bin": {
|
|
4858
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
5180
4861
|
"node_modules/@salesforce/plugin-release-management/node_modules/supports-color": {
|
|
5181
4862
|
"version": "8.1.1",
|
|
5182
4863
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5264,6 +4945,28 @@
|
|
|
5264
4945
|
"node": ">=16.0.0"
|
|
5265
4946
|
}
|
|
5266
4947
|
},
|
|
4948
|
+
"node_modules/@salesforce/plugin-schema/node_modules/argparse": {
|
|
4949
|
+
"version": "1.0.10",
|
|
4950
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4951
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4952
|
+
"license": "MIT",
|
|
4953
|
+
"dependencies": {
|
|
4954
|
+
"sprintf-js": "~1.0.2"
|
|
4955
|
+
}
|
|
4956
|
+
},
|
|
4957
|
+
"node_modules/@salesforce/plugin-schema/node_modules/js-yaml": {
|
|
4958
|
+
"version": "3.14.1",
|
|
4959
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4960
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4961
|
+
"license": "MIT",
|
|
4962
|
+
"dependencies": {
|
|
4963
|
+
"argparse": "^1.0.7",
|
|
4964
|
+
"esprima": "^4.0.0"
|
|
4965
|
+
},
|
|
4966
|
+
"bin": {
|
|
4967
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4968
|
+
}
|
|
4969
|
+
},
|
|
5267
4970
|
"node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
|
|
5268
4971
|
"version": "8.1.1",
|
|
5269
4972
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5351,6 +5054,28 @@
|
|
|
5351
5054
|
"node": ">=16.0.0"
|
|
5352
5055
|
}
|
|
5353
5056
|
},
|
|
5057
|
+
"node_modules/@salesforce/plugin-settings/node_modules/argparse": {
|
|
5058
|
+
"version": "1.0.10",
|
|
5059
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5060
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5061
|
+
"license": "MIT",
|
|
5062
|
+
"dependencies": {
|
|
5063
|
+
"sprintf-js": "~1.0.2"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"node_modules/@salesforce/plugin-settings/node_modules/js-yaml": {
|
|
5067
|
+
"version": "3.14.1",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5069
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5070
|
+
"license": "MIT",
|
|
5071
|
+
"dependencies": {
|
|
5072
|
+
"argparse": "^1.0.7",
|
|
5073
|
+
"esprima": "^4.0.0"
|
|
5074
|
+
},
|
|
5075
|
+
"bin": {
|
|
5076
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5077
|
+
}
|
|
5078
|
+
},
|
|
5354
5079
|
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
5355
5080
|
"version": "8.1.1",
|
|
5356
5081
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5443,6 +5168,28 @@
|
|
|
5443
5168
|
"node": ">=16.0.0"
|
|
5444
5169
|
}
|
|
5445
5170
|
},
|
|
5171
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/argparse": {
|
|
5172
|
+
"version": "1.0.10",
|
|
5173
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5174
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5175
|
+
"license": "MIT",
|
|
5176
|
+
"dependencies": {
|
|
5177
|
+
"sprintf-js": "~1.0.2"
|
|
5178
|
+
}
|
|
5179
|
+
},
|
|
5180
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/js-yaml": {
|
|
5181
|
+
"version": "3.14.1",
|
|
5182
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5183
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5184
|
+
"license": "MIT",
|
|
5185
|
+
"dependencies": {
|
|
5186
|
+
"argparse": "^1.0.7",
|
|
5187
|
+
"esprima": "^4.0.0"
|
|
5188
|
+
},
|
|
5189
|
+
"bin": {
|
|
5190
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5191
|
+
}
|
|
5192
|
+
},
|
|
5446
5193
|
"node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
|
|
5447
5194
|
"version": "8.1.1",
|
|
5448
5195
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5536,6 +5283,28 @@
|
|
|
5536
5283
|
"node": ">=16.0.0"
|
|
5537
5284
|
}
|
|
5538
5285
|
},
|
|
5286
|
+
"node_modules/@salesforce/plugin-source/node_modules/argparse": {
|
|
5287
|
+
"version": "1.0.10",
|
|
5288
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5289
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5290
|
+
"license": "MIT",
|
|
5291
|
+
"dependencies": {
|
|
5292
|
+
"sprintf-js": "~1.0.2"
|
|
5293
|
+
}
|
|
5294
|
+
},
|
|
5295
|
+
"node_modules/@salesforce/plugin-source/node_modules/js-yaml": {
|
|
5296
|
+
"version": "3.14.1",
|
|
5297
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5298
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5299
|
+
"license": "MIT",
|
|
5300
|
+
"dependencies": {
|
|
5301
|
+
"argparse": "^1.0.7",
|
|
5302
|
+
"esprima": "^4.0.0"
|
|
5303
|
+
},
|
|
5304
|
+
"bin": {
|
|
5305
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5306
|
+
}
|
|
5307
|
+
},
|
|
5539
5308
|
"node_modules/@salesforce/plugin-source/node_modules/supports-color": {
|
|
5540
5309
|
"version": "8.1.1",
|
|
5541
5310
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5624,6 +5393,28 @@
|
|
|
5624
5393
|
"node": ">=16.0.0"
|
|
5625
5394
|
}
|
|
5626
5395
|
},
|
|
5396
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/argparse": {
|
|
5397
|
+
"version": "1.0.10",
|
|
5398
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5399
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5400
|
+
"license": "MIT",
|
|
5401
|
+
"dependencies": {
|
|
5402
|
+
"sprintf-js": "~1.0.2"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/js-yaml": {
|
|
5406
|
+
"version": "3.14.1",
|
|
5407
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5408
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5409
|
+
"license": "MIT",
|
|
5410
|
+
"dependencies": {
|
|
5411
|
+
"argparse": "^1.0.7",
|
|
5412
|
+
"esprima": "^4.0.0"
|
|
5413
|
+
},
|
|
5414
|
+
"bin": {
|
|
5415
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5416
|
+
}
|
|
5417
|
+
},
|
|
5627
5418
|
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
5628
5419
|
"version": "8.1.1",
|
|
5629
5420
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5713,6 +5504,28 @@
|
|
|
5713
5504
|
"node": ">=16.0.0"
|
|
5714
5505
|
}
|
|
5715
5506
|
},
|
|
5507
|
+
"node_modules/@salesforce/plugin-templates/node_modules/argparse": {
|
|
5508
|
+
"version": "1.0.10",
|
|
5509
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5510
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5511
|
+
"license": "MIT",
|
|
5512
|
+
"dependencies": {
|
|
5513
|
+
"sprintf-js": "~1.0.2"
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"node_modules/@salesforce/plugin-templates/node_modules/js-yaml": {
|
|
5517
|
+
"version": "3.14.1",
|
|
5518
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5519
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5520
|
+
"license": "MIT",
|
|
5521
|
+
"dependencies": {
|
|
5522
|
+
"argparse": "^1.0.7",
|
|
5523
|
+
"esprima": "^4.0.0"
|
|
5524
|
+
},
|
|
5525
|
+
"bin": {
|
|
5526
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
5716
5529
|
"node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
|
|
5717
5530
|
"version": "8.1.1",
|
|
5718
5531
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5807,6 +5620,28 @@
|
|
|
5807
5620
|
"node": ">=16.0.0"
|
|
5808
5621
|
}
|
|
5809
5622
|
},
|
|
5623
|
+
"node_modules/@salesforce/plugin-trust/node_modules/argparse": {
|
|
5624
|
+
"version": "1.0.10",
|
|
5625
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5626
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5627
|
+
"license": "MIT",
|
|
5628
|
+
"dependencies": {
|
|
5629
|
+
"sprintf-js": "~1.0.2"
|
|
5630
|
+
}
|
|
5631
|
+
},
|
|
5632
|
+
"node_modules/@salesforce/plugin-trust/node_modules/js-yaml": {
|
|
5633
|
+
"version": "3.14.1",
|
|
5634
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5635
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5636
|
+
"license": "MIT",
|
|
5637
|
+
"dependencies": {
|
|
5638
|
+
"argparse": "^1.0.7",
|
|
5639
|
+
"esprima": "^4.0.0"
|
|
5640
|
+
},
|
|
5641
|
+
"bin": {
|
|
5642
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5643
|
+
}
|
|
5644
|
+
},
|
|
5810
5645
|
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
5811
5646
|
"version": "8.1.1",
|
|
5812
5647
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5895,6 +5730,28 @@
|
|
|
5895
5730
|
"node": ">=16.0.0"
|
|
5896
5731
|
}
|
|
5897
5732
|
},
|
|
5733
|
+
"node_modules/@salesforce/plugin-user/node_modules/argparse": {
|
|
5734
|
+
"version": "1.0.10",
|
|
5735
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5736
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5737
|
+
"license": "MIT",
|
|
5738
|
+
"dependencies": {
|
|
5739
|
+
"sprintf-js": "~1.0.2"
|
|
5740
|
+
}
|
|
5741
|
+
},
|
|
5742
|
+
"node_modules/@salesforce/plugin-user/node_modules/js-yaml": {
|
|
5743
|
+
"version": "3.14.1",
|
|
5744
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5745
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5746
|
+
"license": "MIT",
|
|
5747
|
+
"dependencies": {
|
|
5748
|
+
"argparse": "^1.0.7",
|
|
5749
|
+
"esprima": "^4.0.0"
|
|
5750
|
+
},
|
|
5751
|
+
"bin": {
|
|
5752
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5753
|
+
}
|
|
5754
|
+
},
|
|
5898
5755
|
"node_modules/@salesforce/plugin-user/node_modules/supports-color": {
|
|
5899
5756
|
"version": "8.1.1",
|
|
5900
5757
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5940,57 +5797,6 @@
|
|
|
5940
5797
|
"node": ">=16.0.0"
|
|
5941
5798
|
}
|
|
5942
5799
|
},
|
|
5943
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
5944
|
-
"version": "3.9.1",
|
|
5945
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
5946
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
5947
|
-
"license": "MIT",
|
|
5948
|
-
"dependencies": {
|
|
5949
|
-
"ansi-escapes": "^4.3.2",
|
|
5950
|
-
"ansi-styles": "^4.3.0",
|
|
5951
|
-
"cardinal": "^2.1.1",
|
|
5952
|
-
"chalk": "^4.1.2",
|
|
5953
|
-
"clean-stack": "^3.0.1",
|
|
5954
|
-
"cli-progress": "^3.12.0",
|
|
5955
|
-
"debug": "^4.3.4",
|
|
5956
|
-
"ejs": "^3.1.9",
|
|
5957
|
-
"get-package-type": "^0.1.0",
|
|
5958
|
-
"globby": "^11.1.0",
|
|
5959
|
-
"hyperlinker": "^1.0.0",
|
|
5960
|
-
"indent-string": "^4.0.0",
|
|
5961
|
-
"is-wsl": "^2.2.0",
|
|
5962
|
-
"js-yaml": "^3.14.1",
|
|
5963
|
-
"natural-orderby": "^2.0.3",
|
|
5964
|
-
"object-treeify": "^1.1.33",
|
|
5965
|
-
"password-prompt": "^1.1.2",
|
|
5966
|
-
"slice-ansi": "^4.0.0",
|
|
5967
|
-
"string-width": "^4.2.3",
|
|
5968
|
-
"strip-ansi": "^6.0.1",
|
|
5969
|
-
"supports-color": "^8.1.1",
|
|
5970
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5971
|
-
"widest-line": "^3.1.0",
|
|
5972
|
-
"wordwrap": "^1.0.0",
|
|
5973
|
-
"wrap-ansi": "^7.0.0"
|
|
5974
|
-
},
|
|
5975
|
-
"engines": {
|
|
5976
|
-
"node": ">=18.0.0"
|
|
5977
|
-
}
|
|
5978
|
-
},
|
|
5979
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
5980
|
-
"version": "8.1.1",
|
|
5981
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5982
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5983
|
-
"license": "MIT",
|
|
5984
|
-
"dependencies": {
|
|
5985
|
-
"has-flag": "^4.0.0"
|
|
5986
|
-
},
|
|
5987
|
-
"engines": {
|
|
5988
|
-
"node": ">=10"
|
|
5989
|
-
},
|
|
5990
|
-
"funding": {
|
|
5991
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5992
|
-
}
|
|
5993
|
-
},
|
|
5994
5800
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5995
5801
|
"version": "9.8.1",
|
|
5996
5802
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.1.tgz",
|
|
@@ -6487,9 +6293,9 @@
|
|
|
6487
6293
|
"license": "MIT"
|
|
6488
6294
|
},
|
|
6489
6295
|
"node_modules/@types/http-cache-semantics": {
|
|
6490
|
-
"version": "4.0.
|
|
6491
|
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
6492
|
-
"integrity": "sha512-
|
|
6296
|
+
"version": "4.0.3",
|
|
6297
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz",
|
|
6298
|
+
"integrity": "sha512-V46MYLFp08Wf2mmaBhvgjStM3tPa+2GAdy/iqoX+noX1//zje2x4XmrIU0cAwyClATsTmahbtoQ2EwP7I5WSiA==",
|
|
6493
6299
|
"license": "MIT"
|
|
6494
6300
|
},
|
|
6495
6301
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
@@ -7234,13 +7040,11 @@
|
|
|
7234
7040
|
"license": "MIT"
|
|
7235
7041
|
},
|
|
7236
7042
|
"node_modules/argparse": {
|
|
7237
|
-
"version": "
|
|
7238
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
7239
|
-
"integrity": "sha512-
|
|
7240
|
-
"
|
|
7241
|
-
"
|
|
7242
|
-
"sprintf-js": "~1.0.2"
|
|
7243
|
-
}
|
|
7043
|
+
"version": "2.0.1",
|
|
7044
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7045
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7046
|
+
"dev": true,
|
|
7047
|
+
"license": "Python-2.0"
|
|
7244
7048
|
},
|
|
7245
7049
|
"node_modules/array-buffer-byte-length": {
|
|
7246
7050
|
"version": "1.0.0",
|
|
@@ -7864,6 +7668,21 @@
|
|
|
7864
7668
|
"node": ">=8"
|
|
7865
7669
|
}
|
|
7866
7670
|
},
|
|
7671
|
+
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
7672
|
+
"version": "5.2.0",
|
|
7673
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
7674
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
7675
|
+
"license": "MIT",
|
|
7676
|
+
"dependencies": {
|
|
7677
|
+
"pump": "^3.0.0"
|
|
7678
|
+
},
|
|
7679
|
+
"engines": {
|
|
7680
|
+
"node": ">=8"
|
|
7681
|
+
},
|
|
7682
|
+
"funding": {
|
|
7683
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7684
|
+
}
|
|
7685
|
+
},
|
|
7867
7686
|
"node_modules/caching-transform": {
|
|
7868
7687
|
"version": "4.0.0",
|
|
7869
7688
|
"resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
|
|
@@ -9041,26 +8860,6 @@
|
|
|
9041
8860
|
"typescript": ">=3"
|
|
9042
8861
|
}
|
|
9043
8862
|
},
|
|
9044
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
9045
|
-
"version": "2.0.1",
|
|
9046
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
9047
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
9048
|
-
"dev": true,
|
|
9049
|
-
"license": "Python-2.0"
|
|
9050
|
-
},
|
|
9051
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
9052
|
-
"version": "4.1.0",
|
|
9053
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9054
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9055
|
-
"dev": true,
|
|
9056
|
-
"license": "MIT",
|
|
9057
|
-
"dependencies": {
|
|
9058
|
-
"argparse": "^2.0.1"
|
|
9059
|
-
},
|
|
9060
|
-
"bin": {
|
|
9061
|
-
"js-yaml": "bin/js-yaml.js"
|
|
9062
|
-
}
|
|
9063
|
-
},
|
|
9064
8863
|
"node_modules/crc-32": {
|
|
9065
8864
|
"version": "1.2.2",
|
|
9066
8865
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -10710,13 +10509,6 @@
|
|
|
10710
10509
|
"url": "https://opencollective.com/eslint"
|
|
10711
10510
|
}
|
|
10712
10511
|
},
|
|
10713
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
10714
|
-
"version": "2.0.1",
|
|
10715
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
10716
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
10717
|
-
"dev": true,
|
|
10718
|
-
"license": "Python-2.0"
|
|
10719
|
-
},
|
|
10720
10512
|
"node_modules/eslint/node_modules/doctrine": {
|
|
10721
10513
|
"version": "3.0.0",
|
|
10722
10514
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -10760,19 +10552,6 @@
|
|
|
10760
10552
|
"node": ">=10.13.0"
|
|
10761
10553
|
}
|
|
10762
10554
|
},
|
|
10763
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
10764
|
-
"version": "4.1.0",
|
|
10765
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
10766
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
10767
|
-
"dev": true,
|
|
10768
|
-
"license": "MIT",
|
|
10769
|
-
"dependencies": {
|
|
10770
|
-
"argparse": "^2.0.1"
|
|
10771
|
-
},
|
|
10772
|
-
"bin": {
|
|
10773
|
-
"js-yaml": "bin/js-yaml.js"
|
|
10774
|
-
}
|
|
10775
|
-
},
|
|
10776
10555
|
"node_modules/espree": {
|
|
10777
10556
|
"version": "9.6.1",
|
|
10778
10557
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
@@ -10896,18 +10675,6 @@
|
|
|
10896
10675
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
10897
10676
|
}
|
|
10898
10677
|
},
|
|
10899
|
-
"node_modules/execa/node_modules/get-stream": {
|
|
10900
|
-
"version": "6.0.1",
|
|
10901
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
10902
|
-
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
10903
|
-
"license": "MIT",
|
|
10904
|
-
"engines": {
|
|
10905
|
-
"node": ">=10"
|
|
10906
|
-
},
|
|
10907
|
-
"funding": {
|
|
10908
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10909
|
-
}
|
|
10910
|
-
},
|
|
10911
10678
|
"node_modules/exponential-backoff": {
|
|
10912
10679
|
"version": "3.1.1",
|
|
10913
10680
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -11300,6 +11067,15 @@
|
|
|
11300
11067
|
"node": ">= 6"
|
|
11301
11068
|
}
|
|
11302
11069
|
},
|
|
11070
|
+
"node_modules/form-data-encoder": {
|
|
11071
|
+
"version": "2.1.4",
|
|
11072
|
+
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
11073
|
+
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
11074
|
+
"license": "MIT",
|
|
11075
|
+
"engines": {
|
|
11076
|
+
"node": ">= 14.17"
|
|
11077
|
+
}
|
|
11078
|
+
},
|
|
11303
11079
|
"node_modules/fromentries": {
|
|
11304
11080
|
"version": "1.3.2",
|
|
11305
11081
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
|
@@ -11592,15 +11368,12 @@
|
|
|
11592
11368
|
}
|
|
11593
11369
|
},
|
|
11594
11370
|
"node_modules/get-stream": {
|
|
11595
|
-
"version": "
|
|
11596
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-
|
|
11597
|
-
"integrity": "sha512-
|
|
11371
|
+
"version": "6.0.1",
|
|
11372
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
11373
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
11598
11374
|
"license": "MIT",
|
|
11599
|
-
"dependencies": {
|
|
11600
|
-
"pump": "^3.0.0"
|
|
11601
|
-
},
|
|
11602
11375
|
"engines": {
|
|
11603
|
-
"node": ">=
|
|
11376
|
+
"node": ">=10"
|
|
11604
11377
|
},
|
|
11605
11378
|
"funding": {
|
|
11606
11379
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -13381,13 +13154,13 @@
|
|
|
13381
13154
|
"license": "MIT"
|
|
13382
13155
|
},
|
|
13383
13156
|
"node_modules/js-yaml": {
|
|
13384
|
-
"version": "
|
|
13385
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
13386
|
-
"integrity": "sha512-
|
|
13157
|
+
"version": "4.1.0",
|
|
13158
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
13159
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
13160
|
+
"dev": true,
|
|
13387
13161
|
"license": "MIT",
|
|
13388
13162
|
"dependencies": {
|
|
13389
|
-
"argparse": "^
|
|
13390
|
-
"esprima": "^4.0.0"
|
|
13163
|
+
"argparse": "^2.0.1"
|
|
13391
13164
|
},
|
|
13392
13165
|
"bin": {
|
|
13393
13166
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -13756,9 +13529,9 @@
|
|
|
13756
13529
|
}
|
|
13757
13530
|
},
|
|
13758
13531
|
"node_modules/keyv": {
|
|
13759
|
-
"version": "4.5.
|
|
13760
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.
|
|
13761
|
-
"integrity": "sha512-
|
|
13532
|
+
"version": "4.5.4",
|
|
13533
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
13534
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
13762
13535
|
"license": "MIT",
|
|
13763
13536
|
"dependencies": {
|
|
13764
13537
|
"json-buffer": "3.0.1"
|
|
@@ -14550,6 +14323,28 @@
|
|
|
14550
14323
|
"node": ">=6"
|
|
14551
14324
|
}
|
|
14552
14325
|
},
|
|
14326
|
+
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
14327
|
+
"version": "1.0.10",
|
|
14328
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
14329
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
14330
|
+
"license": "MIT",
|
|
14331
|
+
"dependencies": {
|
|
14332
|
+
"sprintf-js": "~1.0.2"
|
|
14333
|
+
}
|
|
14334
|
+
},
|
|
14335
|
+
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
14336
|
+
"version": "3.14.1",
|
|
14337
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
14338
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
14339
|
+
"license": "MIT",
|
|
14340
|
+
"dependencies": {
|
|
14341
|
+
"argparse": "^1.0.7",
|
|
14342
|
+
"esprima": "^4.0.0"
|
|
14343
|
+
},
|
|
14344
|
+
"bin": {
|
|
14345
|
+
"js-yaml": "bin/js-yaml.js"
|
|
14346
|
+
}
|
|
14347
|
+
},
|
|
14553
14348
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
14554
14349
|
"version": "4.0.1",
|
|
14555
14350
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -15458,13 +15253,6 @@
|
|
|
15458
15253
|
"url": "https://opencollective.com/mochajs"
|
|
15459
15254
|
}
|
|
15460
15255
|
},
|
|
15461
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
15462
|
-
"version": "2.0.1",
|
|
15463
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
15464
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
15465
|
-
"dev": true,
|
|
15466
|
-
"license": "Python-2.0"
|
|
15467
|
-
},
|
|
15468
15256
|
"node_modules/mocha/node_modules/diff": {
|
|
15469
15257
|
"version": "5.0.0",
|
|
15470
15258
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -15520,19 +15308,6 @@
|
|
|
15520
15308
|
"node": "*"
|
|
15521
15309
|
}
|
|
15522
15310
|
},
|
|
15523
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
15524
|
-
"version": "4.1.0",
|
|
15525
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
15526
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
15527
|
-
"dev": true,
|
|
15528
|
-
"license": "MIT",
|
|
15529
|
-
"dependencies": {
|
|
15530
|
-
"argparse": "^2.0.1"
|
|
15531
|
-
},
|
|
15532
|
-
"bin": {
|
|
15533
|
-
"js-yaml": "bin/js-yaml.js"
|
|
15534
|
-
}
|
|
15535
|
-
},
|
|
15536
15311
|
"node_modules/mocha/node_modules/minimatch": {
|
|
15537
15312
|
"version": "5.0.1",
|
|
15538
15313
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
@@ -19857,43 +19632,6 @@
|
|
|
19857
19632
|
"node": ">=18.0.0"
|
|
19858
19633
|
}
|
|
19859
19634
|
},
|
|
19860
|
-
"node_modules/oclif/node_modules/@oclif/core": {
|
|
19861
|
-
"version": "3.9.1",
|
|
19862
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
19863
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
19864
|
-
"dev": true,
|
|
19865
|
-
"license": "MIT",
|
|
19866
|
-
"dependencies": {
|
|
19867
|
-
"ansi-escapes": "^4.3.2",
|
|
19868
|
-
"ansi-styles": "^4.3.0",
|
|
19869
|
-
"cardinal": "^2.1.1",
|
|
19870
|
-
"chalk": "^4.1.2",
|
|
19871
|
-
"clean-stack": "^3.0.1",
|
|
19872
|
-
"cli-progress": "^3.12.0",
|
|
19873
|
-
"debug": "^4.3.4",
|
|
19874
|
-
"ejs": "^3.1.9",
|
|
19875
|
-
"get-package-type": "^0.1.0",
|
|
19876
|
-
"globby": "^11.1.0",
|
|
19877
|
-
"hyperlinker": "^1.0.0",
|
|
19878
|
-
"indent-string": "^4.0.0",
|
|
19879
|
-
"is-wsl": "^2.2.0",
|
|
19880
|
-
"js-yaml": "^3.14.1",
|
|
19881
|
-
"natural-orderby": "^2.0.3",
|
|
19882
|
-
"object-treeify": "^1.1.33",
|
|
19883
|
-
"password-prompt": "^1.1.2",
|
|
19884
|
-
"slice-ansi": "^4.0.0",
|
|
19885
|
-
"string-width": "^4.2.3",
|
|
19886
|
-
"strip-ansi": "^6.0.1",
|
|
19887
|
-
"supports-color": "^8.1.1",
|
|
19888
|
-
"supports-hyperlinks": "^2.2.0",
|
|
19889
|
-
"widest-line": "^3.1.0",
|
|
19890
|
-
"wordwrap": "^1.0.0",
|
|
19891
|
-
"wrap-ansi": "^7.0.0"
|
|
19892
|
-
},
|
|
19893
|
-
"engines": {
|
|
19894
|
-
"node": ">=18.0.0"
|
|
19895
|
-
}
|
|
19896
|
-
},
|
|
19897
19635
|
"node_modules/oclif/node_modules/@oclif/plugin-help": {
|
|
19898
19636
|
"version": "5.2.20",
|
|
19899
19637
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
|
|
@@ -20002,6 +19740,30 @@
|
|
|
20002
19740
|
"node": ">=14.0.0"
|
|
20003
19741
|
}
|
|
20004
19742
|
},
|
|
19743
|
+
"node_modules/oclif/node_modules/argparse": {
|
|
19744
|
+
"version": "1.0.10",
|
|
19745
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
19746
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
19747
|
+
"dev": true,
|
|
19748
|
+
"license": "MIT",
|
|
19749
|
+
"dependencies": {
|
|
19750
|
+
"sprintf-js": "~1.0.2"
|
|
19751
|
+
}
|
|
19752
|
+
},
|
|
19753
|
+
"node_modules/oclif/node_modules/js-yaml": {
|
|
19754
|
+
"version": "3.14.1",
|
|
19755
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
19756
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
19757
|
+
"dev": true,
|
|
19758
|
+
"license": "MIT",
|
|
19759
|
+
"dependencies": {
|
|
19760
|
+
"argparse": "^1.0.7",
|
|
19761
|
+
"esprima": "^4.0.0"
|
|
19762
|
+
},
|
|
19763
|
+
"bin": {
|
|
19764
|
+
"js-yaml": "bin/js-yaml.js"
|
|
19765
|
+
}
|
|
19766
|
+
},
|
|
20005
19767
|
"node_modules/oclif/node_modules/supports-color": {
|
|
20006
19768
|
"version": "8.1.1",
|
|
20007
19769
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -21076,6 +20838,22 @@
|
|
|
21076
20838
|
"node": ">=8"
|
|
21077
20839
|
}
|
|
21078
20840
|
},
|
|
20841
|
+
"node_modules/pretty-quick/node_modules/get-stream": {
|
|
20842
|
+
"version": "5.2.0",
|
|
20843
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
20844
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
20845
|
+
"dev": true,
|
|
20846
|
+
"license": "MIT",
|
|
20847
|
+
"dependencies": {
|
|
20848
|
+
"pump": "^3.0.0"
|
|
20849
|
+
},
|
|
20850
|
+
"engines": {
|
|
20851
|
+
"node": ">=8"
|
|
20852
|
+
},
|
|
20853
|
+
"funding": {
|
|
20854
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
20855
|
+
}
|
|
20856
|
+
},
|
|
21079
20857
|
"node_modules/pretty-quick/node_modules/human-signals": {
|
|
21080
20858
|
"version": "1.1.1",
|
|
21081
20859
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|