@salesforce/cli 2.4.5 → 2.4.7
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/npm-shrinkwrap.json +463 -1327
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.4.
|
|
9
|
+
"version": "2.4.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "2.2.21",
|
|
16
16
|
"@oclif/plugin-help": "5.2.16",
|
|
17
17
|
"@oclif/plugin-not-found": "2.3.36",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.2.0",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.1.30",
|
|
21
21
|
"@oclif/plugin-version": "1.3.8",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "2.0.46",
|
|
23
23
|
"@oclif/plugin-which": "2.2.29",
|
|
24
|
-
"@salesforce/core": "^
|
|
24
|
+
"@salesforce/core": "^5.2.0",
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.9",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.10",
|
|
27
27
|
"@salesforce/plugin-data": "2.5.5",
|
|
@@ -57,23 +57,23 @@
|
|
|
57
57
|
"@types/debug": "^4.1.8",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
59
59
|
"@typescript-eslint/parser": "^5.62.0",
|
|
60
|
-
"aws-sdk": "^2.
|
|
60
|
+
"aws-sdk": "^2.1431.0",
|
|
61
61
|
"chai": "^4.3.7",
|
|
62
62
|
"eslint": "^8.46.0",
|
|
63
63
|
"eslint-config-oclif": "^3.1",
|
|
64
64
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
65
|
-
"eslint-config-prettier": "^8.
|
|
65
|
+
"eslint-config-prettier": "^8.10.0",
|
|
66
66
|
"eslint-config-salesforce": "^2.0.2",
|
|
67
67
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
68
68
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
69
69
|
"eslint-plugin-header": "^3.1.1",
|
|
70
|
-
"eslint-plugin-import": "^2.
|
|
70
|
+
"eslint-plugin-import": "^2.28.0",
|
|
71
71
|
"eslint-plugin-jsdoc": "^46.4.5",
|
|
72
72
|
"globby": "^11.1.0",
|
|
73
73
|
"husky": "^7.0.4",
|
|
74
74
|
"mocha": "^9.2.2",
|
|
75
75
|
"nyc": "^15.1.0",
|
|
76
|
-
"oclif": "^3.
|
|
76
|
+
"oclif": "^3.11.3",
|
|
77
77
|
"prettier": "^2.8.8",
|
|
78
78
|
"pretty-quick": "^3.1.3",
|
|
79
79
|
"sinon": "^11.1.2",
|
|
@@ -3348,9 +3348,9 @@
|
|
|
3348
3348
|
}
|
|
3349
3349
|
},
|
|
3350
3350
|
"node_modules/@oclif/plugin-plugins": {
|
|
3351
|
-
"version": "3.
|
|
3352
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
3353
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "3.2.0",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.2.0.tgz",
|
|
3353
|
+
"integrity": "sha512-GZPkYftcA9h7WhBj4I8E0KQQ2PlRHMEHPBHRXor1NYI7UySymukiiGU/CSnurk80hJAfdTMyN7OPRYlEzG3ljw==",
|
|
3354
3354
|
"license": "MIT",
|
|
3355
3355
|
"dependencies": {
|
|
3356
3356
|
"@oclif/color": "^1.0.4",
|
|
@@ -5645,8 +5645,6 @@
|
|
|
5645
5645
|
},
|
|
5646
5646
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-core-module": {
|
|
5647
5647
|
"version": "2.12.1",
|
|
5648
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
|
|
5649
|
-
"integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
|
|
5650
5648
|
"inBundle": true,
|
|
5651
5649
|
"license": "MIT",
|
|
5652
5650
|
"dependencies": {
|
|
@@ -8142,6 +8140,58 @@
|
|
|
8142
8140
|
"node": ">=16.13.0"
|
|
8143
8141
|
}
|
|
8144
8142
|
},
|
|
8143
|
+
"node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
8144
|
+
"version": "4.3.11",
|
|
8145
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
8146
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
8147
|
+
"license": "BSD-3-Clause",
|
|
8148
|
+
"dependencies": {
|
|
8149
|
+
"@salesforce/bunyan": "^2.0.0",
|
|
8150
|
+
"@salesforce/kit": "^3.0.4",
|
|
8151
|
+
"@salesforce/schemas": "^1.6.0",
|
|
8152
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
8153
|
+
"@types/semver": "^7.5.0",
|
|
8154
|
+
"ajv": "^8.12.0",
|
|
8155
|
+
"change-case": "^4.1.2",
|
|
8156
|
+
"debug": "^3.2.7",
|
|
8157
|
+
"faye": "^1.4.0",
|
|
8158
|
+
"form-data": "^4.0.0",
|
|
8159
|
+
"js2xmlparser": "^4.0.1",
|
|
8160
|
+
"jsforce": "^2.0.0-beta.27",
|
|
8161
|
+
"jsonwebtoken": "9.0.1",
|
|
8162
|
+
"jszip": "3.10.1",
|
|
8163
|
+
"proper-lockfile": "^4.1.2",
|
|
8164
|
+
"ts-retry-promise": "^0.7.0"
|
|
8165
|
+
},
|
|
8166
|
+
"engines": {
|
|
8167
|
+
"node": ">=16.0.0"
|
|
8168
|
+
}
|
|
8169
|
+
},
|
|
8170
|
+
"node_modules/@salesforce/apex-node/node_modules/ajv": {
|
|
8171
|
+
"version": "8.12.0",
|
|
8172
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
8173
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
8174
|
+
"license": "MIT",
|
|
8175
|
+
"dependencies": {
|
|
8176
|
+
"fast-deep-equal": "^3.1.1",
|
|
8177
|
+
"json-schema-traverse": "^1.0.0",
|
|
8178
|
+
"require-from-string": "^2.0.2",
|
|
8179
|
+
"uri-js": "^4.2.2"
|
|
8180
|
+
},
|
|
8181
|
+
"funding": {
|
|
8182
|
+
"type": "github",
|
|
8183
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
8184
|
+
}
|
|
8185
|
+
},
|
|
8186
|
+
"node_modules/@salesforce/apex-node/node_modules/debug": {
|
|
8187
|
+
"version": "3.2.7",
|
|
8188
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
8189
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
8190
|
+
"license": "MIT",
|
|
8191
|
+
"dependencies": {
|
|
8192
|
+
"ms": "^2.1.1"
|
|
8193
|
+
}
|
|
8194
|
+
},
|
|
8145
8195
|
"node_modules/@salesforce/apex-node/node_modules/glob": {
|
|
8146
8196
|
"version": "8.1.0",
|
|
8147
8197
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -8161,6 +8211,12 @@
|
|
|
8161
8211
|
"url": "https://github.com/sponsors/isaacs"
|
|
8162
8212
|
}
|
|
8163
8213
|
},
|
|
8214
|
+
"node_modules/@salesforce/apex-node/node_modules/json-schema-traverse": {
|
|
8215
|
+
"version": "1.0.0",
|
|
8216
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
8217
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
8218
|
+
"license": "MIT"
|
|
8219
|
+
},
|
|
8164
8220
|
"node_modules/@salesforce/apex-node/node_modules/minimatch": {
|
|
8165
8221
|
"version": "5.1.6",
|
|
8166
8222
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
@@ -8215,11 +8271,10 @@
|
|
|
8215
8271
|
"node": ">=16.0.0"
|
|
8216
8272
|
}
|
|
8217
8273
|
},
|
|
8218
|
-
"node_modules/@salesforce/
|
|
8274
|
+
"node_modules/@salesforce/core": {
|
|
8219
8275
|
"version": "5.2.0",
|
|
8220
8276
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
8221
8277
|
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
8222
|
-
"dev": true,
|
|
8223
8278
|
"license": "BSD-3-Clause",
|
|
8224
8279
|
"dependencies": {
|
|
8225
8280
|
"@salesforce/kit": "^3.0.6",
|
|
@@ -8244,57 +8299,6 @@
|
|
|
8244
8299
|
"node": ">=16.0.0"
|
|
8245
8300
|
}
|
|
8246
8301
|
},
|
|
8247
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ajv": {
|
|
8248
|
-
"version": "8.12.0",
|
|
8249
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
8250
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
8251
|
-
"dev": true,
|
|
8252
|
-
"license": "MIT",
|
|
8253
|
-
"dependencies": {
|
|
8254
|
-
"fast-deep-equal": "^3.1.1",
|
|
8255
|
-
"json-schema-traverse": "^1.0.0",
|
|
8256
|
-
"require-from-string": "^2.0.2",
|
|
8257
|
-
"uri-js": "^4.2.2"
|
|
8258
|
-
},
|
|
8259
|
-
"funding": {
|
|
8260
|
-
"type": "github",
|
|
8261
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
8262
|
-
}
|
|
8263
|
-
},
|
|
8264
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/json-schema-traverse": {
|
|
8265
|
-
"version": "1.0.0",
|
|
8266
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
8267
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
8268
|
-
"dev": true,
|
|
8269
|
-
"license": "MIT"
|
|
8270
|
-
},
|
|
8271
|
-
"node_modules/@salesforce/core": {
|
|
8272
|
-
"version": "4.3.11",
|
|
8273
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
8274
|
-
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
8275
|
-
"license": "BSD-3-Clause",
|
|
8276
|
-
"dependencies": {
|
|
8277
|
-
"@salesforce/bunyan": "^2.0.0",
|
|
8278
|
-
"@salesforce/kit": "^3.0.4",
|
|
8279
|
-
"@salesforce/schemas": "^1.6.0",
|
|
8280
|
-
"@salesforce/ts-types": "^2.0.2",
|
|
8281
|
-
"@types/semver": "^7.5.0",
|
|
8282
|
-
"ajv": "^8.12.0",
|
|
8283
|
-
"change-case": "^4.1.2",
|
|
8284
|
-
"debug": "^3.2.7",
|
|
8285
|
-
"faye": "^1.4.0",
|
|
8286
|
-
"form-data": "^4.0.0",
|
|
8287
|
-
"js2xmlparser": "^4.0.1",
|
|
8288
|
-
"jsforce": "^2.0.0-beta.27",
|
|
8289
|
-
"jsonwebtoken": "9.0.1",
|
|
8290
|
-
"jszip": "3.10.1",
|
|
8291
|
-
"proper-lockfile": "^4.1.2",
|
|
8292
|
-
"ts-retry-promise": "^0.7.0"
|
|
8293
|
-
},
|
|
8294
|
-
"engines": {
|
|
8295
|
-
"node": ">=16.0.0"
|
|
8296
|
-
}
|
|
8297
|
-
},
|
|
8298
8302
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
8299
8303
|
"version": "8.12.0",
|
|
8300
8304
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
@@ -8311,15 +8315,6 @@
|
|
|
8311
8315
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
8312
8316
|
}
|
|
8313
8317
|
},
|
|
8314
|
-
"node_modules/@salesforce/core/node_modules/debug": {
|
|
8315
|
-
"version": "3.2.7",
|
|
8316
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
8317
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
8318
|
-
"license": "MIT",
|
|
8319
|
-
"dependencies": {
|
|
8320
|
-
"ms": "^2.1.1"
|
|
8321
|
-
}
|
|
8322
|
-
},
|
|
8323
8318
|
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
8324
8319
|
"version": "1.0.0",
|
|
8325
8320
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -8864,68 +8859,26 @@
|
|
|
8864
8859
|
"node": ">=16.0.0"
|
|
8865
8860
|
}
|
|
8866
8861
|
},
|
|
8867
|
-
"node_modules/@salesforce/plugin-
|
|
8868
|
-
"version": "
|
|
8869
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
8870
|
-
"integrity": "sha512-
|
|
8862
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
|
|
8863
|
+
"version": "4.3.11",
|
|
8864
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
8865
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
8871
8866
|
"license": "BSD-3-Clause",
|
|
8872
8867
|
"dependencies": {
|
|
8873
|
-
"@
|
|
8874
|
-
"@salesforce/core": "^4.3.6",
|
|
8868
|
+
"@salesforce/bunyan": "^2.0.0",
|
|
8875
8869
|
"@salesforce/kit": "^3.0.4",
|
|
8876
|
-
"@salesforce/sf-plugins-core": "^3.1.4",
|
|
8877
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
8878
|
-
"chalk": "^4.1.2",
|
|
8879
|
-
"inquirer": "^8.2.5",
|
|
8880
|
-
"open": "^8.2.1",
|
|
8881
|
-
"tslib": "^2"
|
|
8882
|
-
},
|
|
8883
|
-
"engines": {
|
|
8884
|
-
"node": ">=16.0.0"
|
|
8885
|
-
}
|
|
8886
|
-
},
|
|
8887
|
-
"node_modules/@salesforce/plugin-command-reference": {
|
|
8888
|
-
"version": "3.0.25",
|
|
8889
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.25.tgz",
|
|
8890
|
-
"integrity": "sha512-ddieOyDapcK49HTqmbHy5bF+Iwzy59rkXr6iRoedRYEAGjj+5fYW1U2co9X/nuSUIRzT5uD13YpNqUVYG/LsbQ==",
|
|
8891
|
-
"dev": true,
|
|
8892
|
-
"license": "BSD-3-Clause",
|
|
8893
|
-
"dependencies": {
|
|
8894
|
-
"@oclif/core": "^2.11.7",
|
|
8895
|
-
"@salesforce/core": "^5.2.0",
|
|
8896
|
-
"@salesforce/kit": "^3.0.9",
|
|
8897
|
-
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
8898
|
-
"@salesforce/ts-types": "^2.0.6",
|
|
8899
|
-
"chalk": "^4",
|
|
8900
|
-
"handlebars": "^4.7.8",
|
|
8901
|
-
"tslib": "^2"
|
|
8902
|
-
},
|
|
8903
|
-
"engines": {
|
|
8904
|
-
"node": ">=16.0.0"
|
|
8905
|
-
}
|
|
8906
|
-
},
|
|
8907
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
8908
|
-
"version": "5.2.0",
|
|
8909
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
8910
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
8911
|
-
"dev": true,
|
|
8912
|
-
"license": "BSD-3-Clause",
|
|
8913
|
-
"dependencies": {
|
|
8914
|
-
"@salesforce/kit": "^3.0.6",
|
|
8915
8870
|
"@salesforce/schemas": "^1.6.0",
|
|
8916
|
-
"@salesforce/ts-types": "^2.0.
|
|
8871
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
8917
8872
|
"@types/semver": "^7.5.0",
|
|
8918
8873
|
"ajv": "^8.12.0",
|
|
8919
8874
|
"change-case": "^4.1.2",
|
|
8875
|
+
"debug": "^3.2.7",
|
|
8920
8876
|
"faye": "^1.4.0",
|
|
8921
8877
|
"form-data": "^4.0.0",
|
|
8922
8878
|
"js2xmlparser": "^4.0.1",
|
|
8923
8879
|
"jsforce": "^2.0.0-beta.27",
|
|
8924
8880
|
"jsonwebtoken": "9.0.1",
|
|
8925
8881
|
"jszip": "3.10.1",
|
|
8926
|
-
"pino": "^8.14.2",
|
|
8927
|
-
"pino-abstract-transport": "^1.0.0",
|
|
8928
|
-
"pino-pretty": "^10.2.0",
|
|
8929
8882
|
"proper-lockfile": "^4.1.2",
|
|
8930
8883
|
"ts-retry-promise": "^0.7.0"
|
|
8931
8884
|
},
|
|
@@ -8933,11 +8886,10 @@
|
|
|
8933
8886
|
"node": ">=16.0.0"
|
|
8934
8887
|
}
|
|
8935
8888
|
},
|
|
8936
|
-
"node_modules/@salesforce/plugin-
|
|
8889
|
+
"node_modules/@salesforce/plugin-apex/node_modules/ajv": {
|
|
8937
8890
|
"version": "8.12.0",
|
|
8938
8891
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
8939
8892
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
8940
|
-
"dev": true,
|
|
8941
8893
|
"license": "MIT",
|
|
8942
8894
|
"dependencies": {
|
|
8943
8895
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -8950,55 +8902,61 @@
|
|
|
8950
8902
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
8951
8903
|
}
|
|
8952
8904
|
},
|
|
8953
|
-
"node_modules/@salesforce/plugin-
|
|
8905
|
+
"node_modules/@salesforce/plugin-apex/node_modules/debug": {
|
|
8906
|
+
"version": "3.2.7",
|
|
8907
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
8908
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
8909
|
+
"license": "MIT",
|
|
8910
|
+
"dependencies": {
|
|
8911
|
+
"ms": "^2.1.1"
|
|
8912
|
+
}
|
|
8913
|
+
},
|
|
8914
|
+
"node_modules/@salesforce/plugin-apex/node_modules/json-schema-traverse": {
|
|
8954
8915
|
"version": "1.0.0",
|
|
8955
8916
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
8956
8917
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
8957
|
-
"dev": true,
|
|
8958
8918
|
"license": "MIT"
|
|
8959
8919
|
},
|
|
8960
|
-
"node_modules/@salesforce/plugin-
|
|
8961
|
-
"version": "2.
|
|
8962
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-
|
|
8963
|
-
"integrity": "sha512-
|
|
8920
|
+
"node_modules/@salesforce/plugin-auth": {
|
|
8921
|
+
"version": "2.8.10",
|
|
8922
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.10.tgz",
|
|
8923
|
+
"integrity": "sha512-8VWsNz0VCj3BgNvYvy8I6PU/0Nl85/9b5LkeGJ0KGpo8SBjpb//6eBV/E25reZNLD/oNP44Ssj0Dt41ZYeJSbA==",
|
|
8964
8924
|
"license": "BSD-3-Clause",
|
|
8965
8925
|
"dependencies": {
|
|
8966
|
-
"@oclif/core": "^2.11.
|
|
8967
|
-
"@salesforce/core": "^
|
|
8968
|
-
"@salesforce/kit": "^3.0.
|
|
8969
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
8970
|
-
"@salesforce/ts-types": "^2.0.
|
|
8971
|
-
"chalk": "^4.1.
|
|
8972
|
-
"
|
|
8973
|
-
"
|
|
8974
|
-
"jsforce": "^2.0.0-beta.27",
|
|
8926
|
+
"@oclif/core": "^2.11.1",
|
|
8927
|
+
"@salesforce/core": "^4.3.6",
|
|
8928
|
+
"@salesforce/kit": "^3.0.4",
|
|
8929
|
+
"@salesforce/sf-plugins-core": "^3.1.4",
|
|
8930
|
+
"@salesforce/ts-types": "^2.0.5",
|
|
8931
|
+
"chalk": "^4.1.2",
|
|
8932
|
+
"inquirer": "^8.2.5",
|
|
8933
|
+
"open": "^8.2.1",
|
|
8975
8934
|
"tslib": "^2"
|
|
8976
8935
|
},
|
|
8977
8936
|
"engines": {
|
|
8978
8937
|
"node": ">=16.0.0"
|
|
8979
8938
|
}
|
|
8980
8939
|
},
|
|
8981
|
-
"node_modules/@salesforce/plugin-
|
|
8982
|
-
"version": "
|
|
8983
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
8984
|
-
"integrity": "sha512-
|
|
8940
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/core": {
|
|
8941
|
+
"version": "4.3.11",
|
|
8942
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
8943
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
8985
8944
|
"license": "BSD-3-Clause",
|
|
8986
8945
|
"dependencies": {
|
|
8987
|
-
"@salesforce/
|
|
8946
|
+
"@salesforce/bunyan": "^2.0.0",
|
|
8947
|
+
"@salesforce/kit": "^3.0.4",
|
|
8988
8948
|
"@salesforce/schemas": "^1.6.0",
|
|
8989
|
-
"@salesforce/ts-types": "^2.0.
|
|
8949
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
8990
8950
|
"@types/semver": "^7.5.0",
|
|
8991
8951
|
"ajv": "^8.12.0",
|
|
8992
8952
|
"change-case": "^4.1.2",
|
|
8953
|
+
"debug": "^3.2.7",
|
|
8993
8954
|
"faye": "^1.4.0",
|
|
8994
8955
|
"form-data": "^4.0.0",
|
|
8995
8956
|
"js2xmlparser": "^4.0.1",
|
|
8996
8957
|
"jsforce": "^2.0.0-beta.27",
|
|
8997
8958
|
"jsonwebtoken": "9.0.1",
|
|
8998
8959
|
"jszip": "3.10.1",
|
|
8999
|
-
"pino": "^8.14.2",
|
|
9000
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9001
|
-
"pino-pretty": "^10.2.0",
|
|
9002
8960
|
"proper-lockfile": "^4.1.2",
|
|
9003
8961
|
"ts-retry-promise": "^0.7.0"
|
|
9004
8962
|
},
|
|
@@ -9006,7 +8964,7 @@
|
|
|
9006
8964
|
"node": ">=16.0.0"
|
|
9007
8965
|
}
|
|
9008
8966
|
},
|
|
9009
|
-
"node_modules/@salesforce/plugin-
|
|
8967
|
+
"node_modules/@salesforce/plugin-auth/node_modules/ajv": {
|
|
9010
8968
|
"version": "8.12.0",
|
|
9011
8969
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9012
8970
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
@@ -9022,83 +8980,83 @@
|
|
|
9022
8980
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
9023
8981
|
}
|
|
9024
8982
|
},
|
|
9025
|
-
"node_modules/@salesforce/plugin-
|
|
8983
|
+
"node_modules/@salesforce/plugin-auth/node_modules/debug": {
|
|
8984
|
+
"version": "3.2.7",
|
|
8985
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
8986
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
8987
|
+
"license": "MIT",
|
|
8988
|
+
"dependencies": {
|
|
8989
|
+
"ms": "^2.1.1"
|
|
8990
|
+
}
|
|
8991
|
+
},
|
|
8992
|
+
"node_modules/@salesforce/plugin-auth/node_modules/json-schema-traverse": {
|
|
9026
8993
|
"version": "1.0.0",
|
|
9027
8994
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9028
8995
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9029
8996
|
"license": "MIT"
|
|
9030
8997
|
},
|
|
9031
|
-
"node_modules/@salesforce/plugin-
|
|
9032
|
-
"version": "
|
|
9033
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-
|
|
9034
|
-
"integrity": "sha512-
|
|
8998
|
+
"node_modules/@salesforce/plugin-command-reference": {
|
|
8999
|
+
"version": "3.0.25",
|
|
9000
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.25.tgz",
|
|
9001
|
+
"integrity": "sha512-ddieOyDapcK49HTqmbHy5bF+Iwzy59rkXr6iRoedRYEAGjj+5fYW1U2co9X/nuSUIRzT5uD13YpNqUVYG/LsbQ==",
|
|
9002
|
+
"dev": true,
|
|
9035
9003
|
"license": "BSD-3-Clause",
|
|
9036
9004
|
"dependencies": {
|
|
9037
9005
|
"@oclif/core": "^2.11.7",
|
|
9038
|
-
"@salesforce/apex-node": "^1.6.2",
|
|
9039
9006
|
"@salesforce/core": "^5.2.0",
|
|
9040
9007
|
"@salesforce/kit": "^3.0.9",
|
|
9041
9008
|
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
9042
|
-
"@salesforce/
|
|
9043
|
-
"
|
|
9044
|
-
"
|
|
9045
|
-
"shelljs": "^0.8.5",
|
|
9009
|
+
"@salesforce/ts-types": "^2.0.6",
|
|
9010
|
+
"chalk": "^4",
|
|
9011
|
+
"handlebars": "^4.7.8",
|
|
9046
9012
|
"tslib": "^2"
|
|
9047
9013
|
},
|
|
9048
9014
|
"engines": {
|
|
9049
9015
|
"node": ">=16.0.0"
|
|
9050
9016
|
}
|
|
9051
9017
|
},
|
|
9052
|
-
"node_modules/@salesforce/plugin-
|
|
9053
|
-
"version": "5.
|
|
9054
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
9055
|
-
"integrity": "sha512-
|
|
9018
|
+
"node_modules/@salesforce/plugin-data": {
|
|
9019
|
+
"version": "2.5.5",
|
|
9020
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.5.tgz",
|
|
9021
|
+
"integrity": "sha512-EO3fXIgHNbKZNzlBIrxOsRw7kCdpXgBYTO/TleCJAnTEcFtfTDJIao/1APppgIQUhjl1J1PAc0vFECIhykuaOw==",
|
|
9056
9022
|
"license": "BSD-3-Clause",
|
|
9057
9023
|
"dependencies": {
|
|
9058
|
-
"@
|
|
9059
|
-
"@salesforce/
|
|
9060
|
-
"@salesforce/
|
|
9061
|
-
"@
|
|
9062
|
-
"
|
|
9063
|
-
"
|
|
9064
|
-
"
|
|
9065
|
-
"
|
|
9066
|
-
"js2xmlparser": "^4.0.1",
|
|
9024
|
+
"@oclif/core": "^2.11.7",
|
|
9025
|
+
"@salesforce/core": "^5.2.0",
|
|
9026
|
+
"@salesforce/kit": "^3.0.9",
|
|
9027
|
+
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
9028
|
+
"@salesforce/ts-types": "^2.0.6",
|
|
9029
|
+
"chalk": "^4.1.0",
|
|
9030
|
+
"csv-parse": "^4.16.3",
|
|
9031
|
+
"csv-stringify": "^6.4.0",
|
|
9067
9032
|
"jsforce": "^2.0.0-beta.27",
|
|
9068
|
-
"
|
|
9069
|
-
"jszip": "3.10.1",
|
|
9070
|
-
"pino": "^8.14.2",
|
|
9071
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9072
|
-
"pino-pretty": "^10.2.0",
|
|
9073
|
-
"proper-lockfile": "^4.1.2",
|
|
9074
|
-
"ts-retry-promise": "^0.7.0"
|
|
9033
|
+
"tslib": "^2"
|
|
9075
9034
|
},
|
|
9076
9035
|
"engines": {
|
|
9077
9036
|
"node": ">=16.0.0"
|
|
9078
9037
|
}
|
|
9079
9038
|
},
|
|
9080
|
-
"node_modules/@salesforce/plugin-deploy-retrieve
|
|
9081
|
-
"version": "
|
|
9082
|
-
"resolved": "https://registry.npmjs.org/
|
|
9083
|
-
"integrity": "sha512-
|
|
9084
|
-
"license": "
|
|
9039
|
+
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9040
|
+
"version": "1.17.1",
|
|
9041
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.17.1.tgz",
|
|
9042
|
+
"integrity": "sha512-RcoVAL8XiqC5Ero/lQfH4r7l0wL2VchSRWiZ+stcBtbo0g0XbW/yTOwBYo/6ZKS9Rq7oMXixd0UPl4TSRvKG9g==",
|
|
9043
|
+
"license": "BSD-3-Clause",
|
|
9085
9044
|
"dependencies": {
|
|
9086
|
-
"
|
|
9087
|
-
"
|
|
9088
|
-
"
|
|
9089
|
-
"
|
|
9045
|
+
"@oclif/core": "^2.11.7",
|
|
9046
|
+
"@salesforce/apex-node": "^1.6.2",
|
|
9047
|
+
"@salesforce/core": "^5.2.0",
|
|
9048
|
+
"@salesforce/kit": "^3.0.9",
|
|
9049
|
+
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
9050
|
+
"@salesforce/source-deploy-retrieve": "^9.7.2",
|
|
9051
|
+
"@salesforce/source-tracking": "^4.2.10",
|
|
9052
|
+
"chalk": "^4.1.2",
|
|
9053
|
+
"shelljs": "^0.8.5",
|
|
9054
|
+
"tslib": "^2"
|
|
9090
9055
|
},
|
|
9091
|
-
"
|
|
9092
|
-
"
|
|
9093
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9056
|
+
"engines": {
|
|
9057
|
+
"node": ">=16.0.0"
|
|
9094
9058
|
}
|
|
9095
9059
|
},
|
|
9096
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/json-schema-traverse": {
|
|
9097
|
-
"version": "1.0.0",
|
|
9098
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9099
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9100
|
-
"license": "MIT"
|
|
9101
|
-
},
|
|
9102
9060
|
"node_modules/@salesforce/plugin-info": {
|
|
9103
9061
|
"version": "2.6.38",
|
|
9104
9062
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.38.tgz",
|
|
@@ -9121,56 +9079,6 @@
|
|
|
9121
9079
|
"node": ">=16.0.0"
|
|
9122
9080
|
}
|
|
9123
9081
|
},
|
|
9124
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
|
|
9125
|
-
"version": "5.2.0",
|
|
9126
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9127
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9128
|
-
"license": "BSD-3-Clause",
|
|
9129
|
-
"dependencies": {
|
|
9130
|
-
"@salesforce/kit": "^3.0.6",
|
|
9131
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9132
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9133
|
-
"@types/semver": "^7.5.0",
|
|
9134
|
-
"ajv": "^8.12.0",
|
|
9135
|
-
"change-case": "^4.1.2",
|
|
9136
|
-
"faye": "^1.4.0",
|
|
9137
|
-
"form-data": "^4.0.0",
|
|
9138
|
-
"js2xmlparser": "^4.0.1",
|
|
9139
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9140
|
-
"jsonwebtoken": "9.0.1",
|
|
9141
|
-
"jszip": "3.10.1",
|
|
9142
|
-
"pino": "^8.14.2",
|
|
9143
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9144
|
-
"pino-pretty": "^10.2.0",
|
|
9145
|
-
"proper-lockfile": "^4.1.2",
|
|
9146
|
-
"ts-retry-promise": "^0.7.0"
|
|
9147
|
-
},
|
|
9148
|
-
"engines": {
|
|
9149
|
-
"node": ">=16.0.0"
|
|
9150
|
-
}
|
|
9151
|
-
},
|
|
9152
|
-
"node_modules/@salesforce/plugin-info/node_modules/ajv": {
|
|
9153
|
-
"version": "8.12.0",
|
|
9154
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9155
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9156
|
-
"license": "MIT",
|
|
9157
|
-
"dependencies": {
|
|
9158
|
-
"fast-deep-equal": "^3.1.1",
|
|
9159
|
-
"json-schema-traverse": "^1.0.0",
|
|
9160
|
-
"require-from-string": "^2.0.2",
|
|
9161
|
-
"uri-js": "^4.2.2"
|
|
9162
|
-
},
|
|
9163
|
-
"funding": {
|
|
9164
|
-
"type": "github",
|
|
9165
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9166
|
-
}
|
|
9167
|
-
},
|
|
9168
|
-
"node_modules/@salesforce/plugin-info/node_modules/json-schema-traverse": {
|
|
9169
|
-
"version": "1.0.0",
|
|
9170
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9171
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9172
|
-
"license": "MIT"
|
|
9173
|
-
},
|
|
9174
9082
|
"node_modules/@salesforce/plugin-limits": {
|
|
9175
9083
|
"version": "2.3.29",
|
|
9176
9084
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.29.tgz",
|
|
@@ -9188,56 +9096,6 @@
|
|
|
9188
9096
|
"node": ">=16.0.0"
|
|
9189
9097
|
}
|
|
9190
9098
|
},
|
|
9191
|
-
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/core": {
|
|
9192
|
-
"version": "5.2.0",
|
|
9193
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9194
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9195
|
-
"license": "BSD-3-Clause",
|
|
9196
|
-
"dependencies": {
|
|
9197
|
-
"@salesforce/kit": "^3.0.6",
|
|
9198
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9199
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9200
|
-
"@types/semver": "^7.5.0",
|
|
9201
|
-
"ajv": "^8.12.0",
|
|
9202
|
-
"change-case": "^4.1.2",
|
|
9203
|
-
"faye": "^1.4.0",
|
|
9204
|
-
"form-data": "^4.0.0",
|
|
9205
|
-
"js2xmlparser": "^4.0.1",
|
|
9206
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9207
|
-
"jsonwebtoken": "9.0.1",
|
|
9208
|
-
"jszip": "3.10.1",
|
|
9209
|
-
"pino": "^8.14.2",
|
|
9210
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9211
|
-
"pino-pretty": "^10.2.0",
|
|
9212
|
-
"proper-lockfile": "^4.1.2",
|
|
9213
|
-
"ts-retry-promise": "^0.7.0"
|
|
9214
|
-
},
|
|
9215
|
-
"engines": {
|
|
9216
|
-
"node": ">=16.0.0"
|
|
9217
|
-
}
|
|
9218
|
-
},
|
|
9219
|
-
"node_modules/@salesforce/plugin-limits/node_modules/ajv": {
|
|
9220
|
-
"version": "8.12.0",
|
|
9221
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9222
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9223
|
-
"license": "MIT",
|
|
9224
|
-
"dependencies": {
|
|
9225
|
-
"fast-deep-equal": "^3.1.1",
|
|
9226
|
-
"json-schema-traverse": "^1.0.0",
|
|
9227
|
-
"require-from-string": "^2.0.2",
|
|
9228
|
-
"uri-js": "^4.2.2"
|
|
9229
|
-
},
|
|
9230
|
-
"funding": {
|
|
9231
|
-
"type": "github",
|
|
9232
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9233
|
-
}
|
|
9234
|
-
},
|
|
9235
|
-
"node_modules/@salesforce/plugin-limits/node_modules/json-schema-traverse": {
|
|
9236
|
-
"version": "1.0.0",
|
|
9237
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9238
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9239
|
-
"license": "MIT"
|
|
9240
|
-
},
|
|
9241
9099
|
"node_modules/@salesforce/plugin-login": {
|
|
9242
9100
|
"version": "1.2.25",
|
|
9243
9101
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.25.tgz",
|
|
@@ -9255,56 +9113,6 @@
|
|
|
9255
9113
|
"node": ">=16.0.0"
|
|
9256
9114
|
}
|
|
9257
9115
|
},
|
|
9258
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/core": {
|
|
9259
|
-
"version": "5.2.0",
|
|
9260
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9261
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9262
|
-
"license": "BSD-3-Clause",
|
|
9263
|
-
"dependencies": {
|
|
9264
|
-
"@salesforce/kit": "^3.0.6",
|
|
9265
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9266
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9267
|
-
"@types/semver": "^7.5.0",
|
|
9268
|
-
"ajv": "^8.12.0",
|
|
9269
|
-
"change-case": "^4.1.2",
|
|
9270
|
-
"faye": "^1.4.0",
|
|
9271
|
-
"form-data": "^4.0.0",
|
|
9272
|
-
"js2xmlparser": "^4.0.1",
|
|
9273
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9274
|
-
"jsonwebtoken": "9.0.1",
|
|
9275
|
-
"jszip": "3.10.1",
|
|
9276
|
-
"pino": "^8.14.2",
|
|
9277
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9278
|
-
"pino-pretty": "^10.2.0",
|
|
9279
|
-
"proper-lockfile": "^4.1.2",
|
|
9280
|
-
"ts-retry-promise": "^0.7.0"
|
|
9281
|
-
},
|
|
9282
|
-
"engines": {
|
|
9283
|
-
"node": ">=16.0.0"
|
|
9284
|
-
}
|
|
9285
|
-
},
|
|
9286
|
-
"node_modules/@salesforce/plugin-login/node_modules/ajv": {
|
|
9287
|
-
"version": "8.12.0",
|
|
9288
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9289
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9290
|
-
"license": "MIT",
|
|
9291
|
-
"dependencies": {
|
|
9292
|
-
"fast-deep-equal": "^3.1.1",
|
|
9293
|
-
"json-schema-traverse": "^1.0.0",
|
|
9294
|
-
"require-from-string": "^2.0.2",
|
|
9295
|
-
"uri-js": "^4.2.2"
|
|
9296
|
-
},
|
|
9297
|
-
"funding": {
|
|
9298
|
-
"type": "github",
|
|
9299
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9300
|
-
}
|
|
9301
|
-
},
|
|
9302
|
-
"node_modules/@salesforce/plugin-login/node_modules/json-schema-traverse": {
|
|
9303
|
-
"version": "1.0.0",
|
|
9304
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9305
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9306
|
-
"license": "MIT"
|
|
9307
|
-
},
|
|
9308
9116
|
"node_modules/@salesforce/plugin-org": {
|
|
9309
9117
|
"version": "2.9.30",
|
|
9310
9118
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.30.tgz",
|
|
@@ -9323,56 +9131,6 @@
|
|
|
9323
9131
|
"node": ">=16.0.0"
|
|
9324
9132
|
}
|
|
9325
9133
|
},
|
|
9326
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core": {
|
|
9327
|
-
"version": "5.2.0",
|
|
9328
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9329
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9330
|
-
"license": "BSD-3-Clause",
|
|
9331
|
-
"dependencies": {
|
|
9332
|
-
"@salesforce/kit": "^3.0.6",
|
|
9333
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9334
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9335
|
-
"@types/semver": "^7.5.0",
|
|
9336
|
-
"ajv": "^8.12.0",
|
|
9337
|
-
"change-case": "^4.1.2",
|
|
9338
|
-
"faye": "^1.4.0",
|
|
9339
|
-
"form-data": "^4.0.0",
|
|
9340
|
-
"js2xmlparser": "^4.0.1",
|
|
9341
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9342
|
-
"jsonwebtoken": "9.0.1",
|
|
9343
|
-
"jszip": "3.10.1",
|
|
9344
|
-
"pino": "^8.14.2",
|
|
9345
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9346
|
-
"pino-pretty": "^10.2.0",
|
|
9347
|
-
"proper-lockfile": "^4.1.2",
|
|
9348
|
-
"ts-retry-promise": "^0.7.0"
|
|
9349
|
-
},
|
|
9350
|
-
"engines": {
|
|
9351
|
-
"node": ">=16.0.0"
|
|
9352
|
-
}
|
|
9353
|
-
},
|
|
9354
|
-
"node_modules/@salesforce/plugin-org/node_modules/ajv": {
|
|
9355
|
-
"version": "8.12.0",
|
|
9356
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9357
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9358
|
-
"license": "MIT",
|
|
9359
|
-
"dependencies": {
|
|
9360
|
-
"fast-deep-equal": "^3.1.1",
|
|
9361
|
-
"json-schema-traverse": "^1.0.0",
|
|
9362
|
-
"require-from-string": "^2.0.2",
|
|
9363
|
-
"uri-js": "^4.2.2"
|
|
9364
|
-
},
|
|
9365
|
-
"funding": {
|
|
9366
|
-
"type": "github",
|
|
9367
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9368
|
-
}
|
|
9369
|
-
},
|
|
9370
|
-
"node_modules/@salesforce/plugin-org/node_modules/json-schema-traverse": {
|
|
9371
|
-
"version": "1.0.0",
|
|
9372
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9373
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9374
|
-
"license": "MIT"
|
|
9375
|
-
},
|
|
9376
9134
|
"node_modules/@salesforce/plugin-release-management": {
|
|
9377
9135
|
"version": "4.1.19",
|
|
9378
9136
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-4.1.19.tgz",
|
|
@@ -9553,63 +9311,10 @@
|
|
|
9553
9311
|
"@octokit/openapi-types": "^18.0.0"
|
|
9554
9312
|
}
|
|
9555
9313
|
},
|
|
9556
|
-
"node_modules/@salesforce/plugin-
|
|
9557
|
-
"version": "
|
|
9558
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
9559
|
-
"integrity": "sha512-
|
|
9560
|
-
"dev": true,
|
|
9561
|
-
"license": "BSD-3-Clause",
|
|
9562
|
-
"dependencies": {
|
|
9563
|
-
"@salesforce/kit": "^3.0.6",
|
|
9564
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9565
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9566
|
-
"@types/semver": "^7.5.0",
|
|
9567
|
-
"ajv": "^8.12.0",
|
|
9568
|
-
"change-case": "^4.1.2",
|
|
9569
|
-
"faye": "^1.4.0",
|
|
9570
|
-
"form-data": "^4.0.0",
|
|
9571
|
-
"js2xmlparser": "^4.0.1",
|
|
9572
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9573
|
-
"jsonwebtoken": "9.0.1",
|
|
9574
|
-
"jszip": "3.10.1",
|
|
9575
|
-
"pino": "^8.14.2",
|
|
9576
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9577
|
-
"pino-pretty": "^10.2.0",
|
|
9578
|
-
"proper-lockfile": "^4.1.2",
|
|
9579
|
-
"ts-retry-promise": "^0.7.0"
|
|
9580
|
-
},
|
|
9581
|
-
"engines": {
|
|
9582
|
-
"node": ">=16.0.0"
|
|
9583
|
-
}
|
|
9584
|
-
},
|
|
9585
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/ajv": {
|
|
9586
|
-
"version": "8.12.0",
|
|
9587
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9588
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9589
|
-
"dev": true,
|
|
9590
|
-
"license": "MIT",
|
|
9591
|
-
"dependencies": {
|
|
9592
|
-
"fast-deep-equal": "^3.1.1",
|
|
9593
|
-
"json-schema-traverse": "^1.0.0",
|
|
9594
|
-
"require-from-string": "^2.0.2",
|
|
9595
|
-
"uri-js": "^4.2.2"
|
|
9596
|
-
},
|
|
9597
|
-
"funding": {
|
|
9598
|
-
"type": "github",
|
|
9599
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9600
|
-
}
|
|
9601
|
-
},
|
|
9602
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/json-schema-traverse": {
|
|
9603
|
-
"version": "1.0.0",
|
|
9604
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9605
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9606
|
-
"dev": true,
|
|
9607
|
-
"license": "MIT"
|
|
9608
|
-
},
|
|
9609
|
-
"node_modules/@salesforce/plugin-schema": {
|
|
9610
|
-
"version": "2.3.22",
|
|
9611
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.22.tgz",
|
|
9612
|
-
"integrity": "sha512-hfs5fGGYzlUNKsMYwf+R98urWkDU/t1rJTlwEtA5yTBneZWq2cQZDpk2G7GfH/cJuSWngbb8iDM+AMUn7AflbQ==",
|
|
9314
|
+
"node_modules/@salesforce/plugin-schema": {
|
|
9315
|
+
"version": "2.3.22",
|
|
9316
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.22.tgz",
|
|
9317
|
+
"integrity": "sha512-hfs5fGGYzlUNKsMYwf+R98urWkDU/t1rJTlwEtA5yTBneZWq2cQZDpk2G7GfH/cJuSWngbb8iDM+AMUn7AflbQ==",
|
|
9613
9318
|
"license": "BSD-3-Clause",
|
|
9614
9319
|
"dependencies": {
|
|
9615
9320
|
"@oclif/core": "^2.11.7",
|
|
@@ -9621,56 +9326,6 @@
|
|
|
9621
9326
|
"node": ">=16.0.0"
|
|
9622
9327
|
}
|
|
9623
9328
|
},
|
|
9624
|
-
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/core": {
|
|
9625
|
-
"version": "5.2.0",
|
|
9626
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9627
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9628
|
-
"license": "BSD-3-Clause",
|
|
9629
|
-
"dependencies": {
|
|
9630
|
-
"@salesforce/kit": "^3.0.6",
|
|
9631
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9632
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9633
|
-
"@types/semver": "^7.5.0",
|
|
9634
|
-
"ajv": "^8.12.0",
|
|
9635
|
-
"change-case": "^4.1.2",
|
|
9636
|
-
"faye": "^1.4.0",
|
|
9637
|
-
"form-data": "^4.0.0",
|
|
9638
|
-
"js2xmlparser": "^4.0.1",
|
|
9639
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9640
|
-
"jsonwebtoken": "9.0.1",
|
|
9641
|
-
"jszip": "3.10.1",
|
|
9642
|
-
"pino": "^8.14.2",
|
|
9643
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9644
|
-
"pino-pretty": "^10.2.0",
|
|
9645
|
-
"proper-lockfile": "^4.1.2",
|
|
9646
|
-
"ts-retry-promise": "^0.7.0"
|
|
9647
|
-
},
|
|
9648
|
-
"engines": {
|
|
9649
|
-
"node": ">=16.0.0"
|
|
9650
|
-
}
|
|
9651
|
-
},
|
|
9652
|
-
"node_modules/@salesforce/plugin-schema/node_modules/ajv": {
|
|
9653
|
-
"version": "8.12.0",
|
|
9654
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9655
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9656
|
-
"license": "MIT",
|
|
9657
|
-
"dependencies": {
|
|
9658
|
-
"fast-deep-equal": "^3.1.1",
|
|
9659
|
-
"json-schema-traverse": "^1.0.0",
|
|
9660
|
-
"require-from-string": "^2.0.2",
|
|
9661
|
-
"uri-js": "^4.2.2"
|
|
9662
|
-
},
|
|
9663
|
-
"funding": {
|
|
9664
|
-
"type": "github",
|
|
9665
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9666
|
-
}
|
|
9667
|
-
},
|
|
9668
|
-
"node_modules/@salesforce/plugin-schema/node_modules/json-schema-traverse": {
|
|
9669
|
-
"version": "1.0.0",
|
|
9670
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9671
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9672
|
-
"license": "MIT"
|
|
9673
|
-
},
|
|
9674
9329
|
"node_modules/@salesforce/plugin-settings": {
|
|
9675
9330
|
"version": "1.4.24",
|
|
9676
9331
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.24.tgz",
|
|
@@ -9687,56 +9342,6 @@
|
|
|
9687
9342
|
"node": ">=16.0.0"
|
|
9688
9343
|
}
|
|
9689
9344
|
},
|
|
9690
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/core": {
|
|
9691
|
-
"version": "5.2.0",
|
|
9692
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9693
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9694
|
-
"license": "BSD-3-Clause",
|
|
9695
|
-
"dependencies": {
|
|
9696
|
-
"@salesforce/kit": "^3.0.6",
|
|
9697
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9698
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9699
|
-
"@types/semver": "^7.5.0",
|
|
9700
|
-
"ajv": "^8.12.0",
|
|
9701
|
-
"change-case": "^4.1.2",
|
|
9702
|
-
"faye": "^1.4.0",
|
|
9703
|
-
"form-data": "^4.0.0",
|
|
9704
|
-
"js2xmlparser": "^4.0.1",
|
|
9705
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9706
|
-
"jsonwebtoken": "9.0.1",
|
|
9707
|
-
"jszip": "3.10.1",
|
|
9708
|
-
"pino": "^8.14.2",
|
|
9709
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9710
|
-
"pino-pretty": "^10.2.0",
|
|
9711
|
-
"proper-lockfile": "^4.1.2",
|
|
9712
|
-
"ts-retry-promise": "^0.7.0"
|
|
9713
|
-
},
|
|
9714
|
-
"engines": {
|
|
9715
|
-
"node": ">=16.0.0"
|
|
9716
|
-
}
|
|
9717
|
-
},
|
|
9718
|
-
"node_modules/@salesforce/plugin-settings/node_modules/ajv": {
|
|
9719
|
-
"version": "8.12.0",
|
|
9720
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9721
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9722
|
-
"license": "MIT",
|
|
9723
|
-
"dependencies": {
|
|
9724
|
-
"fast-deep-equal": "^3.1.1",
|
|
9725
|
-
"json-schema-traverse": "^1.0.0",
|
|
9726
|
-
"require-from-string": "^2.0.2",
|
|
9727
|
-
"uri-js": "^4.2.2"
|
|
9728
|
-
},
|
|
9729
|
-
"funding": {
|
|
9730
|
-
"type": "github",
|
|
9731
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9732
|
-
}
|
|
9733
|
-
},
|
|
9734
|
-
"node_modules/@salesforce/plugin-settings/node_modules/json-schema-traverse": {
|
|
9735
|
-
"version": "1.0.0",
|
|
9736
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9737
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9738
|
-
"license": "MIT"
|
|
9739
|
-
},
|
|
9740
9345
|
"node_modules/@salesforce/plugin-sobject": {
|
|
9741
9346
|
"version": "0.2.2",
|
|
9742
9347
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.2.tgz",
|
|
@@ -9758,56 +9363,6 @@
|
|
|
9758
9363
|
"node": ">=16.0.0"
|
|
9759
9364
|
}
|
|
9760
9365
|
},
|
|
9761
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/core": {
|
|
9762
|
-
"version": "5.2.0",
|
|
9763
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9764
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9765
|
-
"license": "BSD-3-Clause",
|
|
9766
|
-
"dependencies": {
|
|
9767
|
-
"@salesforce/kit": "^3.0.6",
|
|
9768
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9769
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9770
|
-
"@types/semver": "^7.5.0",
|
|
9771
|
-
"ajv": "^8.12.0",
|
|
9772
|
-
"change-case": "^4.1.2",
|
|
9773
|
-
"faye": "^1.4.0",
|
|
9774
|
-
"form-data": "^4.0.0",
|
|
9775
|
-
"js2xmlparser": "^4.0.1",
|
|
9776
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9777
|
-
"jsonwebtoken": "9.0.1",
|
|
9778
|
-
"jszip": "3.10.1",
|
|
9779
|
-
"pino": "^8.14.2",
|
|
9780
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9781
|
-
"pino-pretty": "^10.2.0",
|
|
9782
|
-
"proper-lockfile": "^4.1.2",
|
|
9783
|
-
"ts-retry-promise": "^0.7.0"
|
|
9784
|
-
},
|
|
9785
|
-
"engines": {
|
|
9786
|
-
"node": ">=16.0.0"
|
|
9787
|
-
}
|
|
9788
|
-
},
|
|
9789
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/ajv": {
|
|
9790
|
-
"version": "8.12.0",
|
|
9791
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9792
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9793
|
-
"license": "MIT",
|
|
9794
|
-
"dependencies": {
|
|
9795
|
-
"fast-deep-equal": "^3.1.1",
|
|
9796
|
-
"json-schema-traverse": "^1.0.0",
|
|
9797
|
-
"require-from-string": "^2.0.2",
|
|
9798
|
-
"uri-js": "^4.2.2"
|
|
9799
|
-
},
|
|
9800
|
-
"funding": {
|
|
9801
|
-
"type": "github",
|
|
9802
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9803
|
-
}
|
|
9804
|
-
},
|
|
9805
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/json-schema-traverse": {
|
|
9806
|
-
"version": "1.0.0",
|
|
9807
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9808
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9809
|
-
"license": "MIT"
|
|
9810
|
-
},
|
|
9811
9366
|
"node_modules/@salesforce/plugin-source": {
|
|
9812
9367
|
"version": "2.10.29",
|
|
9813
9368
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.29.tgz",
|
|
@@ -9830,56 +9385,6 @@
|
|
|
9830
9385
|
"node": ">=16.0.0"
|
|
9831
9386
|
}
|
|
9832
9387
|
},
|
|
9833
|
-
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/core": {
|
|
9834
|
-
"version": "5.2.0",
|
|
9835
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9836
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9837
|
-
"license": "BSD-3-Clause",
|
|
9838
|
-
"dependencies": {
|
|
9839
|
-
"@salesforce/kit": "^3.0.6",
|
|
9840
|
-
"@salesforce/schemas": "^1.6.0",
|
|
9841
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
9842
|
-
"@types/semver": "^7.5.0",
|
|
9843
|
-
"ajv": "^8.12.0",
|
|
9844
|
-
"change-case": "^4.1.2",
|
|
9845
|
-
"faye": "^1.4.0",
|
|
9846
|
-
"form-data": "^4.0.0",
|
|
9847
|
-
"js2xmlparser": "^4.0.1",
|
|
9848
|
-
"jsforce": "^2.0.0-beta.27",
|
|
9849
|
-
"jsonwebtoken": "9.0.1",
|
|
9850
|
-
"jszip": "3.10.1",
|
|
9851
|
-
"pino": "^8.14.2",
|
|
9852
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9853
|
-
"pino-pretty": "^10.2.0",
|
|
9854
|
-
"proper-lockfile": "^4.1.2",
|
|
9855
|
-
"ts-retry-promise": "^0.7.0"
|
|
9856
|
-
},
|
|
9857
|
-
"engines": {
|
|
9858
|
-
"node": ">=16.0.0"
|
|
9859
|
-
}
|
|
9860
|
-
},
|
|
9861
|
-
"node_modules/@salesforce/plugin-source/node_modules/ajv": {
|
|
9862
|
-
"version": "8.12.0",
|
|
9863
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9864
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9865
|
-
"license": "MIT",
|
|
9866
|
-
"dependencies": {
|
|
9867
|
-
"fast-deep-equal": "^3.1.1",
|
|
9868
|
-
"json-schema-traverse": "^1.0.0",
|
|
9869
|
-
"require-from-string": "^2.0.2",
|
|
9870
|
-
"uri-js": "^4.2.2"
|
|
9871
|
-
},
|
|
9872
|
-
"funding": {
|
|
9873
|
-
"type": "github",
|
|
9874
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9875
|
-
}
|
|
9876
|
-
},
|
|
9877
|
-
"node_modules/@salesforce/plugin-source/node_modules/json-schema-traverse": {
|
|
9878
|
-
"version": "1.0.0",
|
|
9879
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9880
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9881
|
-
"license": "MIT"
|
|
9882
|
-
},
|
|
9883
9388
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
9884
9389
|
"version": "2.2.5",
|
|
9885
9390
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.2.5.tgz",
|
|
@@ -9897,27 +9402,44 @@
|
|
|
9897
9402
|
"node": ">=16.0.0"
|
|
9898
9403
|
}
|
|
9899
9404
|
},
|
|
9900
|
-
"node_modules/@salesforce/plugin-
|
|
9901
|
-
"version": "5.
|
|
9902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
9903
|
-
"integrity": "sha512-
|
|
9405
|
+
"node_modules/@salesforce/plugin-templates": {
|
|
9406
|
+
"version": "55.5.8",
|
|
9407
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.8.tgz",
|
|
9408
|
+
"integrity": "sha512-uPltl4XGXf942XHg26PpzHNDfnFCs1jfyrqYab3IlR+KVIpgFvnxhpNy4TiNh5taBwsG6KoMDtzOYGa+doqdPA==",
|
|
9904
9409
|
"license": "BSD-3-Clause",
|
|
9905
9410
|
"dependencies": {
|
|
9906
|
-
"@
|
|
9411
|
+
"@oclif/core": "^2.9.4",
|
|
9412
|
+
"@salesforce/core": "^4.2.1",
|
|
9413
|
+
"@salesforce/sf-plugins-core": "^3.1.4",
|
|
9414
|
+
"@salesforce/templates": "^57.1.2",
|
|
9415
|
+
"tslib": "^2",
|
|
9416
|
+
"yeoman-environment": "^3.19.3",
|
|
9417
|
+
"yeoman-generator": "^5.9.0"
|
|
9418
|
+
},
|
|
9419
|
+
"engines": {
|
|
9420
|
+
"node": ">=16.0.0"
|
|
9421
|
+
}
|
|
9422
|
+
},
|
|
9423
|
+
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/core": {
|
|
9424
|
+
"version": "4.3.11",
|
|
9425
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
9426
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
9427
|
+
"license": "BSD-3-Clause",
|
|
9428
|
+
"dependencies": {
|
|
9429
|
+
"@salesforce/bunyan": "^2.0.0",
|
|
9430
|
+
"@salesforce/kit": "^3.0.4",
|
|
9907
9431
|
"@salesforce/schemas": "^1.6.0",
|
|
9908
|
-
"@salesforce/ts-types": "^2.0.
|
|
9432
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
9909
9433
|
"@types/semver": "^7.5.0",
|
|
9910
9434
|
"ajv": "^8.12.0",
|
|
9911
9435
|
"change-case": "^4.1.2",
|
|
9436
|
+
"debug": "^3.2.7",
|
|
9912
9437
|
"faye": "^1.4.0",
|
|
9913
9438
|
"form-data": "^4.0.0",
|
|
9914
9439
|
"js2xmlparser": "^4.0.1",
|
|
9915
9440
|
"jsforce": "^2.0.0-beta.27",
|
|
9916
9441
|
"jsonwebtoken": "9.0.1",
|
|
9917
9442
|
"jszip": "3.10.1",
|
|
9918
|
-
"pino": "^8.14.2",
|
|
9919
|
-
"pino-abstract-transport": "^1.0.0",
|
|
9920
|
-
"pino-pretty": "^10.2.0",
|
|
9921
9443
|
"proper-lockfile": "^4.1.2",
|
|
9922
9444
|
"ts-retry-promise": "^0.7.0"
|
|
9923
9445
|
},
|
|
@@ -9925,7 +9447,7 @@
|
|
|
9925
9447
|
"node": ">=16.0.0"
|
|
9926
9448
|
}
|
|
9927
9449
|
},
|
|
9928
|
-
"node_modules/@salesforce/plugin-
|
|
9450
|
+
"node_modules/@salesforce/plugin-templates/node_modules/ajv": {
|
|
9929
9451
|
"version": "8.12.0",
|
|
9930
9452
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9931
9453
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
@@ -9941,30 +9463,21 @@
|
|
|
9941
9463
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
9942
9464
|
}
|
|
9943
9465
|
},
|
|
9944
|
-
"node_modules/@salesforce/plugin-
|
|
9466
|
+
"node_modules/@salesforce/plugin-templates/node_modules/debug": {
|
|
9467
|
+
"version": "3.2.7",
|
|
9468
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
9469
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
9470
|
+
"license": "MIT",
|
|
9471
|
+
"dependencies": {
|
|
9472
|
+
"ms": "^2.1.1"
|
|
9473
|
+
}
|
|
9474
|
+
},
|
|
9475
|
+
"node_modules/@salesforce/plugin-templates/node_modules/json-schema-traverse": {
|
|
9945
9476
|
"version": "1.0.0",
|
|
9946
9477
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9947
9478
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9948
9479
|
"license": "MIT"
|
|
9949
9480
|
},
|
|
9950
|
-
"node_modules/@salesforce/plugin-templates": {
|
|
9951
|
-
"version": "55.5.8",
|
|
9952
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.8.tgz",
|
|
9953
|
-
"integrity": "sha512-uPltl4XGXf942XHg26PpzHNDfnFCs1jfyrqYab3IlR+KVIpgFvnxhpNy4TiNh5taBwsG6KoMDtzOYGa+doqdPA==",
|
|
9954
|
-
"license": "BSD-3-Clause",
|
|
9955
|
-
"dependencies": {
|
|
9956
|
-
"@oclif/core": "^2.9.4",
|
|
9957
|
-
"@salesforce/core": "^4.2.1",
|
|
9958
|
-
"@salesforce/sf-plugins-core": "^3.1.4",
|
|
9959
|
-
"@salesforce/templates": "^57.1.2",
|
|
9960
|
-
"tslib": "^2",
|
|
9961
|
-
"yeoman-environment": "^3.19.3",
|
|
9962
|
-
"yeoman-generator": "^5.9.0"
|
|
9963
|
-
},
|
|
9964
|
-
"engines": {
|
|
9965
|
-
"node": ">=16.0.0"
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
9481
|
"node_modules/@salesforce/plugin-trust": {
|
|
9969
9482
|
"version": "2.5.4",
|
|
9970
9483
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.5.4.tgz",
|
|
@@ -9989,56 +9502,6 @@
|
|
|
9989
9502
|
"node": ">=16.0.0"
|
|
9990
9503
|
}
|
|
9991
9504
|
},
|
|
9992
|
-
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/core": {
|
|
9993
|
-
"version": "5.2.0",
|
|
9994
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
9995
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9996
|
-
"license": "BSD-3-Clause",
|
|
9997
|
-
"dependencies": {
|
|
9998
|
-
"@salesforce/kit": "^3.0.6",
|
|
9999
|
-
"@salesforce/schemas": "^1.6.0",
|
|
10000
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10001
|
-
"@types/semver": "^7.5.0",
|
|
10002
|
-
"ajv": "^8.12.0",
|
|
10003
|
-
"change-case": "^4.1.2",
|
|
10004
|
-
"faye": "^1.4.0",
|
|
10005
|
-
"form-data": "^4.0.0",
|
|
10006
|
-
"js2xmlparser": "^4.0.1",
|
|
10007
|
-
"jsforce": "^2.0.0-beta.27",
|
|
10008
|
-
"jsonwebtoken": "9.0.1",
|
|
10009
|
-
"jszip": "3.10.1",
|
|
10010
|
-
"pino": "^8.14.2",
|
|
10011
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10012
|
-
"pino-pretty": "^10.2.0",
|
|
10013
|
-
"proper-lockfile": "^4.1.2",
|
|
10014
|
-
"ts-retry-promise": "^0.7.0"
|
|
10015
|
-
},
|
|
10016
|
-
"engines": {
|
|
10017
|
-
"node": ">=16.0.0"
|
|
10018
|
-
}
|
|
10019
|
-
},
|
|
10020
|
-
"node_modules/@salesforce/plugin-trust/node_modules/ajv": {
|
|
10021
|
-
"version": "8.12.0",
|
|
10022
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10023
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10024
|
-
"license": "MIT",
|
|
10025
|
-
"dependencies": {
|
|
10026
|
-
"fast-deep-equal": "^3.1.1",
|
|
10027
|
-
"json-schema-traverse": "^1.0.0",
|
|
10028
|
-
"require-from-string": "^2.0.2",
|
|
10029
|
-
"uri-js": "^4.2.2"
|
|
10030
|
-
},
|
|
10031
|
-
"funding": {
|
|
10032
|
-
"type": "github",
|
|
10033
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10034
|
-
}
|
|
10035
|
-
},
|
|
10036
|
-
"node_modules/@salesforce/plugin-trust/node_modules/json-schema-traverse": {
|
|
10037
|
-
"version": "1.0.0",
|
|
10038
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10039
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10040
|
-
"license": "MIT"
|
|
10041
|
-
},
|
|
10042
9505
|
"node_modules/@salesforce/plugin-user": {
|
|
10043
9506
|
"version": "2.3.28",
|
|
10044
9507
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.28.tgz",
|
|
@@ -10056,56 +9519,6 @@
|
|
|
10056
9519
|
"node": ">=16.0.0"
|
|
10057
9520
|
}
|
|
10058
9521
|
},
|
|
10059
|
-
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/core": {
|
|
10060
|
-
"version": "5.2.0",
|
|
10061
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
10062
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
10063
|
-
"license": "BSD-3-Clause",
|
|
10064
|
-
"dependencies": {
|
|
10065
|
-
"@salesforce/kit": "^3.0.6",
|
|
10066
|
-
"@salesforce/schemas": "^1.6.0",
|
|
10067
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10068
|
-
"@types/semver": "^7.5.0",
|
|
10069
|
-
"ajv": "^8.12.0",
|
|
10070
|
-
"change-case": "^4.1.2",
|
|
10071
|
-
"faye": "^1.4.0",
|
|
10072
|
-
"form-data": "^4.0.0",
|
|
10073
|
-
"js2xmlparser": "^4.0.1",
|
|
10074
|
-
"jsforce": "^2.0.0-beta.27",
|
|
10075
|
-
"jsonwebtoken": "9.0.1",
|
|
10076
|
-
"jszip": "3.10.1",
|
|
10077
|
-
"pino": "^8.14.2",
|
|
10078
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10079
|
-
"pino-pretty": "^10.2.0",
|
|
10080
|
-
"proper-lockfile": "^4.1.2",
|
|
10081
|
-
"ts-retry-promise": "^0.7.0"
|
|
10082
|
-
},
|
|
10083
|
-
"engines": {
|
|
10084
|
-
"node": ">=16.0.0"
|
|
10085
|
-
}
|
|
10086
|
-
},
|
|
10087
|
-
"node_modules/@salesforce/plugin-user/node_modules/ajv": {
|
|
10088
|
-
"version": "8.12.0",
|
|
10089
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10090
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10091
|
-
"license": "MIT",
|
|
10092
|
-
"dependencies": {
|
|
10093
|
-
"fast-deep-equal": "^3.1.1",
|
|
10094
|
-
"json-schema-traverse": "^1.0.0",
|
|
10095
|
-
"require-from-string": "^2.0.2",
|
|
10096
|
-
"uri-js": "^4.2.2"
|
|
10097
|
-
},
|
|
10098
|
-
"funding": {
|
|
10099
|
-
"type": "github",
|
|
10100
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10101
|
-
}
|
|
10102
|
-
},
|
|
10103
|
-
"node_modules/@salesforce/plugin-user/node_modules/json-schema-traverse": {
|
|
10104
|
-
"version": "1.0.0",
|
|
10105
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10106
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10107
|
-
"license": "MIT"
|
|
10108
|
-
},
|
|
10109
9522
|
"node_modules/@salesforce/prettier-config": {
|
|
10110
9523
|
"version": "0.0.3",
|
|
10111
9524
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -10126,66 +9539,16 @@
|
|
|
10126
9539
|
"license": "BSD-3-Clause",
|
|
10127
9540
|
"dependencies": {
|
|
10128
9541
|
"@oclif/core": "^2.11.1",
|
|
10129
|
-
"@salesforce/core": "^5.1.0",
|
|
10130
|
-
"@salesforce/kit": "^3.0.6",
|
|
10131
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10132
|
-
"chalk": "^4",
|
|
10133
|
-
"inquirer": "^8.2.5"
|
|
10134
|
-
},
|
|
10135
|
-
"engines": {
|
|
10136
|
-
"node": ">=16.0.0"
|
|
10137
|
-
}
|
|
10138
|
-
},
|
|
10139
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
10140
|
-
"version": "5.2.0",
|
|
10141
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
10142
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
10143
|
-
"license": "BSD-3-Clause",
|
|
10144
|
-
"dependencies": {
|
|
10145
|
-
"@salesforce/kit": "^3.0.6",
|
|
10146
|
-
"@salesforce/schemas": "^1.6.0",
|
|
10147
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10148
|
-
"@types/semver": "^7.5.0",
|
|
10149
|
-
"ajv": "^8.12.0",
|
|
10150
|
-
"change-case": "^4.1.2",
|
|
10151
|
-
"faye": "^1.4.0",
|
|
10152
|
-
"form-data": "^4.0.0",
|
|
10153
|
-
"js2xmlparser": "^4.0.1",
|
|
10154
|
-
"jsforce": "^2.0.0-beta.27",
|
|
10155
|
-
"jsonwebtoken": "9.0.1",
|
|
10156
|
-
"jszip": "3.10.1",
|
|
10157
|
-
"pino": "^8.14.2",
|
|
10158
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10159
|
-
"pino-pretty": "^10.2.0",
|
|
10160
|
-
"proper-lockfile": "^4.1.2",
|
|
10161
|
-
"ts-retry-promise": "^0.7.0"
|
|
10162
|
-
},
|
|
10163
|
-
"engines": {
|
|
10164
|
-
"node": ">=16.0.0"
|
|
10165
|
-
}
|
|
10166
|
-
},
|
|
10167
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/ajv": {
|
|
10168
|
-
"version": "8.12.0",
|
|
10169
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10170
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10171
|
-
"license": "MIT",
|
|
10172
|
-
"dependencies": {
|
|
10173
|
-
"fast-deep-equal": "^3.1.1",
|
|
10174
|
-
"json-schema-traverse": "^1.0.0",
|
|
10175
|
-
"require-from-string": "^2.0.2",
|
|
10176
|
-
"uri-js": "^4.2.2"
|
|
9542
|
+
"@salesforce/core": "^5.1.0",
|
|
9543
|
+
"@salesforce/kit": "^3.0.6",
|
|
9544
|
+
"@salesforce/ts-types": "^2.0.5",
|
|
9545
|
+
"chalk": "^4",
|
|
9546
|
+
"inquirer": "^8.2.5"
|
|
10177
9547
|
},
|
|
10178
|
-
"
|
|
10179
|
-
"
|
|
10180
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9548
|
+
"engines": {
|
|
9549
|
+
"node": ">=16.0.0"
|
|
10181
9550
|
}
|
|
10182
9551
|
},
|
|
10183
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/json-schema-traverse": {
|
|
10184
|
-
"version": "1.0.0",
|
|
10185
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10186
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10187
|
-
"license": "MIT"
|
|
10188
|
-
},
|
|
10189
9552
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
10190
9553
|
"version": "9.7.2",
|
|
10191
9554
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.2.tgz",
|
|
@@ -10210,56 +9573,6 @@
|
|
|
10210
9573
|
"node": ">=16.0.0"
|
|
10211
9574
|
}
|
|
10212
9575
|
},
|
|
10213
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@salesforce/core": {
|
|
10214
|
-
"version": "5.2.0",
|
|
10215
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
10216
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
10217
|
-
"license": "BSD-3-Clause",
|
|
10218
|
-
"dependencies": {
|
|
10219
|
-
"@salesforce/kit": "^3.0.6",
|
|
10220
|
-
"@salesforce/schemas": "^1.6.0",
|
|
10221
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10222
|
-
"@types/semver": "^7.5.0",
|
|
10223
|
-
"ajv": "^8.12.0",
|
|
10224
|
-
"change-case": "^4.1.2",
|
|
10225
|
-
"faye": "^1.4.0",
|
|
10226
|
-
"form-data": "^4.0.0",
|
|
10227
|
-
"js2xmlparser": "^4.0.1",
|
|
10228
|
-
"jsforce": "^2.0.0-beta.27",
|
|
10229
|
-
"jsonwebtoken": "9.0.1",
|
|
10230
|
-
"jszip": "3.10.1",
|
|
10231
|
-
"pino": "^8.14.2",
|
|
10232
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10233
|
-
"pino-pretty": "^10.2.0",
|
|
10234
|
-
"proper-lockfile": "^4.1.2",
|
|
10235
|
-
"ts-retry-promise": "^0.7.0"
|
|
10236
|
-
},
|
|
10237
|
-
"engines": {
|
|
10238
|
-
"node": ">=16.0.0"
|
|
10239
|
-
}
|
|
10240
|
-
},
|
|
10241
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/ajv": {
|
|
10242
|
-
"version": "8.12.0",
|
|
10243
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10244
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10245
|
-
"license": "MIT",
|
|
10246
|
-
"dependencies": {
|
|
10247
|
-
"fast-deep-equal": "^3.1.1",
|
|
10248
|
-
"json-schema-traverse": "^1.0.0",
|
|
10249
|
-
"require-from-string": "^2.0.2",
|
|
10250
|
-
"uri-js": "^4.2.2"
|
|
10251
|
-
},
|
|
10252
|
-
"funding": {
|
|
10253
|
-
"type": "github",
|
|
10254
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10255
|
-
}
|
|
10256
|
-
},
|
|
10257
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/json-schema-traverse": {
|
|
10258
|
-
"version": "1.0.0",
|
|
10259
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10260
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10261
|
-
"license": "MIT"
|
|
10262
|
-
},
|
|
10263
9576
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
|
10264
9577
|
"version": "5.1.6",
|
|
10265
9578
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
@@ -10291,56 +9604,6 @@
|
|
|
10291
9604
|
"node": ">=16.0.0"
|
|
10292
9605
|
}
|
|
10293
9606
|
},
|
|
10294
|
-
"node_modules/@salesforce/source-tracking/node_modules/@salesforce/core": {
|
|
10295
|
-
"version": "5.2.0",
|
|
10296
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
10297
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
10298
|
-
"license": "BSD-3-Clause",
|
|
10299
|
-
"dependencies": {
|
|
10300
|
-
"@salesforce/kit": "^3.0.6",
|
|
10301
|
-
"@salesforce/schemas": "^1.6.0",
|
|
10302
|
-
"@salesforce/ts-types": "^2.0.5",
|
|
10303
|
-
"@types/semver": "^7.5.0",
|
|
10304
|
-
"ajv": "^8.12.0",
|
|
10305
|
-
"change-case": "^4.1.2",
|
|
10306
|
-
"faye": "^1.4.0",
|
|
10307
|
-
"form-data": "^4.0.0",
|
|
10308
|
-
"js2xmlparser": "^4.0.1",
|
|
10309
|
-
"jsforce": "^2.0.0-beta.27",
|
|
10310
|
-
"jsonwebtoken": "9.0.1",
|
|
10311
|
-
"jszip": "3.10.1",
|
|
10312
|
-
"pino": "^8.14.2",
|
|
10313
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10314
|
-
"pino-pretty": "^10.2.0",
|
|
10315
|
-
"proper-lockfile": "^4.1.2",
|
|
10316
|
-
"ts-retry-promise": "^0.7.0"
|
|
10317
|
-
},
|
|
10318
|
-
"engines": {
|
|
10319
|
-
"node": ">=16.0.0"
|
|
10320
|
-
}
|
|
10321
|
-
},
|
|
10322
|
-
"node_modules/@salesforce/source-tracking/node_modules/ajv": {
|
|
10323
|
-
"version": "8.12.0",
|
|
10324
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10325
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10326
|
-
"license": "MIT",
|
|
10327
|
-
"dependencies": {
|
|
10328
|
-
"fast-deep-equal": "^3.1.1",
|
|
10329
|
-
"json-schema-traverse": "^1.0.0",
|
|
10330
|
-
"require-from-string": "^2.0.2",
|
|
10331
|
-
"uri-js": "^4.2.2"
|
|
10332
|
-
},
|
|
10333
|
-
"funding": {
|
|
10334
|
-
"type": "github",
|
|
10335
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10336
|
-
}
|
|
10337
|
-
},
|
|
10338
|
-
"node_modules/@salesforce/source-tracking/node_modules/json-schema-traverse": {
|
|
10339
|
-
"version": "1.0.0",
|
|
10340
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10341
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10342
|
-
"license": "MIT"
|
|
10343
|
-
},
|
|
10344
9607
|
"node_modules/@salesforce/telemetry": {
|
|
10345
9608
|
"version": "4.0.16",
|
|
10346
9609
|
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-4.0.16.tgz",
|
|
@@ -10357,27 +9620,44 @@
|
|
|
10357
9620
|
"node": ">=16.0.0"
|
|
10358
9621
|
}
|
|
10359
9622
|
},
|
|
10360
|
-
"node_modules/@salesforce/
|
|
10361
|
-
"version": "
|
|
10362
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.0.tgz",
|
|
10363
|
-
"integrity": "sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==",
|
|
9623
|
+
"node_modules/@salesforce/templates": {
|
|
9624
|
+
"version": "58.0.2",
|
|
10364
9625
|
"license": "BSD-3-Clause",
|
|
10365
9626
|
"dependencies": {
|
|
10366
|
-
"@salesforce/
|
|
9627
|
+
"@salesforce/core": "^4.0.1",
|
|
9628
|
+
"@salesforce/kit": "^3.0.8",
|
|
9629
|
+
"got": "^11.8.2",
|
|
9630
|
+
"mime-types": "^2.1.27",
|
|
9631
|
+
"proxy-agent": "^6.2.1",
|
|
9632
|
+
"tar": "^6.1.13",
|
|
9633
|
+
"tslib": "^1",
|
|
9634
|
+
"yeoman-environment": "^3.9.1",
|
|
9635
|
+
"yeoman-generator": "^5.6.1"
|
|
9636
|
+
},
|
|
9637
|
+
"engines": {
|
|
9638
|
+
"node": ">=16.13.0"
|
|
9639
|
+
}
|
|
9640
|
+
},
|
|
9641
|
+
"node_modules/@salesforce/templates/node_modules/@salesforce/core": {
|
|
9642
|
+
"version": "4.3.11",
|
|
9643
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
9644
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
9645
|
+
"license": "BSD-3-Clause",
|
|
9646
|
+
"dependencies": {
|
|
9647
|
+
"@salesforce/bunyan": "^2.0.0",
|
|
9648
|
+
"@salesforce/kit": "^3.0.4",
|
|
10367
9649
|
"@salesforce/schemas": "^1.6.0",
|
|
10368
|
-
"@salesforce/ts-types": "^2.0.
|
|
9650
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
10369
9651
|
"@types/semver": "^7.5.0",
|
|
10370
9652
|
"ajv": "^8.12.0",
|
|
10371
9653
|
"change-case": "^4.1.2",
|
|
9654
|
+
"debug": "^3.2.7",
|
|
10372
9655
|
"faye": "^1.4.0",
|
|
10373
9656
|
"form-data": "^4.0.0",
|
|
10374
9657
|
"js2xmlparser": "^4.0.1",
|
|
10375
9658
|
"jsforce": "^2.0.0-beta.27",
|
|
10376
9659
|
"jsonwebtoken": "9.0.1",
|
|
10377
9660
|
"jszip": "3.10.1",
|
|
10378
|
-
"pino": "^8.14.2",
|
|
10379
|
-
"pino-abstract-transport": "^1.0.0",
|
|
10380
|
-
"pino-pretty": "^10.2.0",
|
|
10381
9661
|
"proper-lockfile": "^4.1.2",
|
|
10382
9662
|
"ts-retry-promise": "^0.7.0"
|
|
10383
9663
|
},
|
|
@@ -10385,7 +9665,7 @@
|
|
|
10385
9665
|
"node": ">=16.0.0"
|
|
10386
9666
|
}
|
|
10387
9667
|
},
|
|
10388
|
-
"node_modules/@salesforce/
|
|
9668
|
+
"node_modules/@salesforce/templates/node_modules/ajv": {
|
|
10389
9669
|
"version": "8.12.0",
|
|
10390
9670
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10391
9671
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
@@ -10401,30 +9681,21 @@
|
|
|
10401
9681
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
10402
9682
|
}
|
|
10403
9683
|
},
|
|
10404
|
-
"node_modules/@salesforce/
|
|
9684
|
+
"node_modules/@salesforce/templates/node_modules/debug": {
|
|
9685
|
+
"version": "3.2.7",
|
|
9686
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
9687
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
9688
|
+
"license": "MIT",
|
|
9689
|
+
"dependencies": {
|
|
9690
|
+
"ms": "^2.1.1"
|
|
9691
|
+
}
|
|
9692
|
+
},
|
|
9693
|
+
"node_modules/@salesforce/templates/node_modules/json-schema-traverse": {
|
|
10405
9694
|
"version": "1.0.0",
|
|
10406
9695
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10407
9696
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10408
9697
|
"license": "MIT"
|
|
10409
9698
|
},
|
|
10410
|
-
"node_modules/@salesforce/templates": {
|
|
10411
|
-
"version": "58.0.2",
|
|
10412
|
-
"license": "BSD-3-Clause",
|
|
10413
|
-
"dependencies": {
|
|
10414
|
-
"@salesforce/core": "^4.0.1",
|
|
10415
|
-
"@salesforce/kit": "^3.0.8",
|
|
10416
|
-
"got": "^11.8.2",
|
|
10417
|
-
"mime-types": "^2.1.27",
|
|
10418
|
-
"proxy-agent": "^6.2.1",
|
|
10419
|
-
"tar": "^6.1.13",
|
|
10420
|
-
"tslib": "^1",
|
|
10421
|
-
"yeoman-environment": "^3.9.1",
|
|
10422
|
-
"yeoman-generator": "^5.6.1"
|
|
10423
|
-
},
|
|
10424
|
-
"engines": {
|
|
10425
|
-
"node": ">=16.13.0"
|
|
10426
|
-
}
|
|
10427
|
-
},
|
|
10428
9699
|
"node_modules/@salesforce/templates/node_modules/tslib": {
|
|
10429
9700
|
"version": "1.14.1",
|
|
10430
9701
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -11382,13 +10653,12 @@
|
|
|
11382
10653
|
}
|
|
11383
10654
|
},
|
|
11384
10655
|
"node_modules/ansi-regex": {
|
|
11385
|
-
"version": "
|
|
11386
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
11387
|
-
"integrity": "sha512-
|
|
11388
|
-
"dev": true,
|
|
10656
|
+
"version": "5.0.1",
|
|
10657
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
10658
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
11389
10659
|
"license": "MIT",
|
|
11390
10660
|
"engines": {
|
|
11391
|
-
"node": ">=
|
|
10661
|
+
"node": ">=8"
|
|
11392
10662
|
}
|
|
11393
10663
|
},
|
|
11394
10664
|
"node_modules/ansi-styles": {
|
|
@@ -11588,6 +10858,26 @@
|
|
|
11588
10858
|
"node": ">=8"
|
|
11589
10859
|
}
|
|
11590
10860
|
},
|
|
10861
|
+
"node_modules/array.prototype.findlastindex": {
|
|
10862
|
+
"version": "1.2.2",
|
|
10863
|
+
"resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz",
|
|
10864
|
+
"integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==",
|
|
10865
|
+
"dev": true,
|
|
10866
|
+
"license": "MIT",
|
|
10867
|
+
"dependencies": {
|
|
10868
|
+
"call-bind": "^1.0.2",
|
|
10869
|
+
"define-properties": "^1.1.4",
|
|
10870
|
+
"es-abstract": "^1.20.4",
|
|
10871
|
+
"es-shim-unscopables": "^1.0.0",
|
|
10872
|
+
"get-intrinsic": "^1.1.3"
|
|
10873
|
+
},
|
|
10874
|
+
"engines": {
|
|
10875
|
+
"node": ">= 0.4"
|
|
10876
|
+
},
|
|
10877
|
+
"funding": {
|
|
10878
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
10879
|
+
}
|
|
10880
|
+
},
|
|
11591
10881
|
"node_modules/array.prototype.flat": {
|
|
11592
10882
|
"version": "1.3.1",
|
|
11593
10883
|
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
|
|
@@ -11626,6 +10916,27 @@
|
|
|
11626
10916
|
"url": "https://github.com/sponsors/ljharb"
|
|
11627
10917
|
}
|
|
11628
10918
|
},
|
|
10919
|
+
"node_modules/arraybuffer.prototype.slice": {
|
|
10920
|
+
"version": "1.0.1",
|
|
10921
|
+
"resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz",
|
|
10922
|
+
"integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==",
|
|
10923
|
+
"dev": true,
|
|
10924
|
+
"license": "MIT",
|
|
10925
|
+
"dependencies": {
|
|
10926
|
+
"array-buffer-byte-length": "^1.0.0",
|
|
10927
|
+
"call-bind": "^1.0.2",
|
|
10928
|
+
"define-properties": "^1.2.0",
|
|
10929
|
+
"get-intrinsic": "^1.2.1",
|
|
10930
|
+
"is-array-buffer": "^3.0.2",
|
|
10931
|
+
"is-shared-array-buffer": "^1.0.2"
|
|
10932
|
+
},
|
|
10933
|
+
"engines": {
|
|
10934
|
+
"node": ">= 0.4"
|
|
10935
|
+
},
|
|
10936
|
+
"funding": {
|
|
10937
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
10938
|
+
}
|
|
10939
|
+
},
|
|
11629
10940
|
"node_modules/arrify": {
|
|
11630
10941
|
"version": "2.0.1",
|
|
11631
10942
|
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
|
|
@@ -11756,9 +11067,9 @@
|
|
|
11756
11067
|
}
|
|
11757
11068
|
},
|
|
11758
11069
|
"node_modules/aws-sdk": {
|
|
11759
|
-
"version": "2.
|
|
11760
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
11761
|
-
"integrity": "sha512-
|
|
11070
|
+
"version": "2.1431.0",
|
|
11071
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1431.0.tgz",
|
|
11072
|
+
"integrity": "sha512-p6NGyI6+BgojiGn6uW2If6v7uxRPO5C+aGy/M+9/Rhdk8a5n7l0123v9ZUnEJgAy0tsNkazL2ifzV33nc0aGNA==",
|
|
11762
11073
|
"dev": true,
|
|
11763
11074
|
"license": "Apache-2.0",
|
|
11764
11075
|
"dependencies": {
|
|
@@ -12559,16 +11870,6 @@
|
|
|
12559
11870
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12560
11871
|
}
|
|
12561
11872
|
},
|
|
12562
|
-
"node_modules/cli-boxes": {
|
|
12563
|
-
"version": "1.0.0",
|
|
12564
|
-
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
|
|
12565
|
-
"integrity": "sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==",
|
|
12566
|
-
"dev": true,
|
|
12567
|
-
"license": "MIT",
|
|
12568
|
-
"engines": {
|
|
12569
|
-
"node": ">=0.10.0"
|
|
12570
|
-
}
|
|
12571
|
-
},
|
|
12572
11873
|
"node_modules/cli-columns": {
|
|
12573
11874
|
"version": "4.0.0",
|
|
12574
11875
|
"resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
|
|
@@ -12841,16 +12142,6 @@
|
|
|
12841
12142
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
12842
12143
|
}
|
|
12843
12144
|
},
|
|
12844
|
-
"node_modules/code-point-at": {
|
|
12845
|
-
"version": "1.1.0",
|
|
12846
|
-
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
|
12847
|
-
"integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
|
|
12848
|
-
"dev": true,
|
|
12849
|
-
"license": "MIT",
|
|
12850
|
-
"engines": {
|
|
12851
|
-
"node": ">=0.10.0"
|
|
12852
|
-
}
|
|
12853
|
-
},
|
|
12854
12145
|
"node_modules/color-convert": {
|
|
12855
12146
|
"version": "2.0.1",
|
|
12856
12147
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -13413,9 +12704,9 @@
|
|
|
13413
12704
|
}
|
|
13414
12705
|
},
|
|
13415
12706
|
"node_modules/conventional-changelog-writer/node_modules/semver": {
|
|
13416
|
-
"version": "6.3.
|
|
13417
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
13418
|
-
"integrity": "sha512-
|
|
12707
|
+
"version": "6.3.1",
|
|
12708
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
12709
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
13419
12710
|
"dev": true,
|
|
13420
12711
|
"license": "ISC",
|
|
13421
12712
|
"bin": {
|
|
@@ -14282,19 +13573,20 @@
|
|
|
14282
13573
|
}
|
|
14283
13574
|
},
|
|
14284
13575
|
"node_modules/es-abstract": {
|
|
14285
|
-
"version": "1.
|
|
14286
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.
|
|
14287
|
-
"integrity": "sha512-
|
|
13576
|
+
"version": "1.22.1",
|
|
13577
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz",
|
|
13578
|
+
"integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==",
|
|
14288
13579
|
"dev": true,
|
|
14289
13580
|
"license": "MIT",
|
|
14290
13581
|
"dependencies": {
|
|
14291
13582
|
"array-buffer-byte-length": "^1.0.0",
|
|
13583
|
+
"arraybuffer.prototype.slice": "^1.0.1",
|
|
14292
13584
|
"available-typed-arrays": "^1.0.5",
|
|
14293
13585
|
"call-bind": "^1.0.2",
|
|
14294
13586
|
"es-set-tostringtag": "^2.0.1",
|
|
14295
13587
|
"es-to-primitive": "^1.2.1",
|
|
14296
13588
|
"function.prototype.name": "^1.1.5",
|
|
14297
|
-
"get-intrinsic": "^1.2.
|
|
13589
|
+
"get-intrinsic": "^1.2.1",
|
|
14298
13590
|
"get-symbol-description": "^1.0.0",
|
|
14299
13591
|
"globalthis": "^1.0.3",
|
|
14300
13592
|
"gopd": "^1.0.1",
|
|
@@ -14314,14 +13606,18 @@
|
|
|
14314
13606
|
"object-inspect": "^1.12.3",
|
|
14315
13607
|
"object-keys": "^1.1.1",
|
|
14316
13608
|
"object.assign": "^4.1.4",
|
|
14317
|
-
"regexp.prototype.flags": "^1.
|
|
13609
|
+
"regexp.prototype.flags": "^1.5.0",
|
|
13610
|
+
"safe-array-concat": "^1.0.0",
|
|
14318
13611
|
"safe-regex-test": "^1.0.0",
|
|
14319
13612
|
"string.prototype.trim": "^1.2.7",
|
|
14320
13613
|
"string.prototype.trimend": "^1.0.6",
|
|
14321
13614
|
"string.prototype.trimstart": "^1.0.6",
|
|
13615
|
+
"typed-array-buffer": "^1.0.0",
|
|
13616
|
+
"typed-array-byte-length": "^1.0.0",
|
|
13617
|
+
"typed-array-byte-offset": "^1.0.0",
|
|
14322
13618
|
"typed-array-length": "^1.0.4",
|
|
14323
13619
|
"unbox-primitive": "^1.0.2",
|
|
14324
|
-
"which-typed-array": "^1.1.
|
|
13620
|
+
"which-typed-array": "^1.1.10"
|
|
14325
13621
|
},
|
|
14326
13622
|
"engines": {
|
|
14327
13623
|
"node": ">= 0.4"
|
|
@@ -14809,9 +14105,9 @@
|
|
|
14809
14105
|
"license": "MIT"
|
|
14810
14106
|
},
|
|
14811
14107
|
"node_modules/eslint-config-prettier": {
|
|
14812
|
-
"version": "8.
|
|
14813
|
-
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.
|
|
14814
|
-
"integrity": "sha512-
|
|
14108
|
+
"version": "8.10.0",
|
|
14109
|
+
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
|
|
14110
|
+
"integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
|
|
14815
14111
|
"dev": true,
|
|
14816
14112
|
"license": "MIT",
|
|
14817
14113
|
"bin": {
|
|
@@ -14972,27 +14268,30 @@
|
|
|
14972
14268
|
}
|
|
14973
14269
|
},
|
|
14974
14270
|
"node_modules/eslint-plugin-import": {
|
|
14975
|
-
"version": "2.
|
|
14976
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
14977
|
-
"integrity": "sha512-
|
|
14271
|
+
"version": "2.28.0",
|
|
14272
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz",
|
|
14273
|
+
"integrity": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==",
|
|
14978
14274
|
"dev": true,
|
|
14979
14275
|
"license": "MIT",
|
|
14980
14276
|
"dependencies": {
|
|
14981
14277
|
"array-includes": "^3.1.6",
|
|
14278
|
+
"array.prototype.findlastindex": "^1.2.2",
|
|
14982
14279
|
"array.prototype.flat": "^1.3.1",
|
|
14983
14280
|
"array.prototype.flatmap": "^1.3.1",
|
|
14984
14281
|
"debug": "^3.2.7",
|
|
14985
14282
|
"doctrine": "^2.1.0",
|
|
14986
14283
|
"eslint-import-resolver-node": "^0.3.7",
|
|
14987
|
-
"eslint-module-utils": "^2.
|
|
14284
|
+
"eslint-module-utils": "^2.8.0",
|
|
14988
14285
|
"has": "^1.0.3",
|
|
14989
|
-
"is-core-module": "^2.
|
|
14286
|
+
"is-core-module": "^2.12.1",
|
|
14990
14287
|
"is-glob": "^4.0.3",
|
|
14991
14288
|
"minimatch": "^3.1.2",
|
|
14289
|
+
"object.fromentries": "^2.0.6",
|
|
14290
|
+
"object.groupby": "^1.0.0",
|
|
14992
14291
|
"object.values": "^1.1.6",
|
|
14993
|
-
"resolve": "^1.22.
|
|
14994
|
-
"semver": "^6.3.
|
|
14995
|
-
"tsconfig-paths": "^3.14.
|
|
14292
|
+
"resolve": "^1.22.3",
|
|
14293
|
+
"semver": "^6.3.1",
|
|
14294
|
+
"tsconfig-paths": "^3.14.2"
|
|
14996
14295
|
},
|
|
14997
14296
|
"engines": {
|
|
14998
14297
|
"node": ">=4"
|
|
@@ -15012,9 +14311,9 @@
|
|
|
15012
14311
|
}
|
|
15013
14312
|
},
|
|
15014
14313
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
15015
|
-
"version": "6.3.
|
|
15016
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
15017
|
-
"integrity": "sha512-
|
|
14314
|
+
"version": "6.3.1",
|
|
14315
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14316
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
15018
14317
|
"dev": true,
|
|
15019
14318
|
"license": "ISC",
|
|
15020
14319
|
"bin": {
|
|
@@ -15113,9 +14412,9 @@
|
|
|
15113
14412
|
}
|
|
15114
14413
|
},
|
|
15115
14414
|
"node_modules/eslint-plugin-node/node_modules/semver": {
|
|
15116
|
-
"version": "6.3.
|
|
15117
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
15118
|
-
"integrity": "sha512-
|
|
14415
|
+
"version": "6.3.1",
|
|
14416
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14417
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
15119
14418
|
"dev": true,
|
|
15120
14419
|
"license": "ISC",
|
|
15121
14420
|
"bin": {
|
|
@@ -16314,16 +15613,6 @@
|
|
|
16314
15613
|
"xtend": "~4.0.1"
|
|
16315
15614
|
}
|
|
16316
15615
|
},
|
|
16317
|
-
"node_modules/get-stdin": {
|
|
16318
|
-
"version": "4.0.1",
|
|
16319
|
-
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
|
|
16320
|
-
"integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==",
|
|
16321
|
-
"dev": true,
|
|
16322
|
-
"license": "MIT",
|
|
16323
|
-
"engines": {
|
|
16324
|
-
"node": ">=0.10.0"
|
|
16325
|
-
}
|
|
16326
|
-
},
|
|
16327
15616
|
"node_modules/get-stream": {
|
|
16328
15617
|
"version": "5.2.0",
|
|
16329
15618
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -16433,9 +15722,9 @@
|
|
|
16433
15722
|
}
|
|
16434
15723
|
},
|
|
16435
15724
|
"node_modules/git-semver-tags/node_modules/semver": {
|
|
16436
|
-
"version": "6.3.
|
|
16437
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
16438
|
-
"integrity": "sha512-
|
|
15725
|
+
"version": "6.3.1",
|
|
15726
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
15727
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
16439
15728
|
"dev": true,
|
|
16440
15729
|
"license": "ISC",
|
|
16441
15730
|
"bin": {
|
|
@@ -16698,19 +15987,6 @@
|
|
|
16698
15987
|
"node": ">= 0.4.0"
|
|
16699
15988
|
}
|
|
16700
15989
|
},
|
|
16701
|
-
"node_modules/has-ansi": {
|
|
16702
|
-
"version": "2.0.0",
|
|
16703
|
-
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
|
|
16704
|
-
"integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
|
|
16705
|
-
"dev": true,
|
|
16706
|
-
"license": "MIT",
|
|
16707
|
-
"dependencies": {
|
|
16708
|
-
"ansi-regex": "^2.0.0"
|
|
16709
|
-
},
|
|
16710
|
-
"engines": {
|
|
16711
|
-
"node": ">=0.10.0"
|
|
16712
|
-
}
|
|
16713
|
-
},
|
|
16714
15990
|
"node_modules/has-bigints": {
|
|
16715
15991
|
"version": "1.0.2",
|
|
16716
15992
|
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
|
|
@@ -17412,9 +16688,9 @@
|
|
|
17412
16688
|
}
|
|
17413
16689
|
},
|
|
17414
16690
|
"node_modules/is-core-module": {
|
|
17415
|
-
"version": "2.
|
|
17416
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.
|
|
17417
|
-
"integrity": "sha512-
|
|
16691
|
+
"version": "2.13.0",
|
|
16692
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
|
|
16693
|
+
"integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
|
|
17418
16694
|
"license": "MIT",
|
|
17419
16695
|
"dependencies": {
|
|
17420
16696
|
"has": "^1.0.3"
|
|
@@ -17867,9 +17143,9 @@
|
|
|
17867
17143
|
}
|
|
17868
17144
|
},
|
|
17869
17145
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
17870
|
-
"version": "6.3.
|
|
17871
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
17872
|
-
"integrity": "sha512-
|
|
17146
|
+
"version": "6.3.1",
|
|
17147
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
17148
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
17873
17149
|
"dev": true,
|
|
17874
17150
|
"license": "ISC",
|
|
17875
17151
|
"bin": {
|
|
@@ -19893,9 +19169,9 @@
|
|
|
19893
19169
|
}
|
|
19894
19170
|
},
|
|
19895
19171
|
"node_modules/make-dir/node_modules/semver": {
|
|
19896
|
-
"version": "6.3.
|
|
19897
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.
|
|
19898
|
-
"integrity": "sha512-
|
|
19172
|
+
"version": "6.3.1",
|
|
19173
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
19174
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
19899
19175
|
"license": "ISC",
|
|
19900
19176
|
"bin": {
|
|
19901
19177
|
"semver": "bin/semver.js"
|
|
@@ -24288,19 +23564,9 @@
|
|
|
24288
23564
|
"dependencies": {
|
|
24289
23565
|
"delegates": "^1.0.0",
|
|
24290
23566
|
"readable-stream": "^3.6.0"
|
|
24291
|
-
},
|
|
24292
|
-
"engines": {
|
|
24293
|
-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
24294
|
-
}
|
|
24295
|
-
},
|
|
24296
|
-
"node_modules/number-is-nan": {
|
|
24297
|
-
"version": "1.0.1",
|
|
24298
|
-
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
|
24299
|
-
"integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
|
|
24300
|
-
"dev": true,
|
|
24301
|
-
"license": "MIT",
|
|
23567
|
+
},
|
|
24302
23568
|
"engines": {
|
|
24303
|
-
"node": "
|
|
23569
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
24304
23570
|
}
|
|
24305
23571
|
},
|
|
24306
23572
|
"node_modules/nyc": {
|
|
@@ -24471,6 +23737,37 @@
|
|
|
24471
23737
|
"url": "https://github.com/sponsors/ljharb"
|
|
24472
23738
|
}
|
|
24473
23739
|
},
|
|
23740
|
+
"node_modules/object.fromentries": {
|
|
23741
|
+
"version": "2.0.6",
|
|
23742
|
+
"resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
|
|
23743
|
+
"integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
|
|
23744
|
+
"dev": true,
|
|
23745
|
+
"license": "MIT",
|
|
23746
|
+
"dependencies": {
|
|
23747
|
+
"call-bind": "^1.0.2",
|
|
23748
|
+
"define-properties": "^1.1.4",
|
|
23749
|
+
"es-abstract": "^1.20.4"
|
|
23750
|
+
},
|
|
23751
|
+
"engines": {
|
|
23752
|
+
"node": ">= 0.4"
|
|
23753
|
+
},
|
|
23754
|
+
"funding": {
|
|
23755
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
23756
|
+
}
|
|
23757
|
+
},
|
|
23758
|
+
"node_modules/object.groupby": {
|
|
23759
|
+
"version": "1.0.0",
|
|
23760
|
+
"resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz",
|
|
23761
|
+
"integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==",
|
|
23762
|
+
"dev": true,
|
|
23763
|
+
"license": "MIT",
|
|
23764
|
+
"dependencies": {
|
|
23765
|
+
"call-bind": "^1.0.2",
|
|
23766
|
+
"define-properties": "^1.2.0",
|
|
23767
|
+
"es-abstract": "^1.21.2",
|
|
23768
|
+
"get-intrinsic": "^1.2.1"
|
|
23769
|
+
}
|
|
23770
|
+
},
|
|
24474
23771
|
"node_modules/object.values": {
|
|
24475
23772
|
"version": "1.1.6",
|
|
24476
23773
|
"resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
|
|
@@ -24490,13 +23787,13 @@
|
|
|
24490
23787
|
}
|
|
24491
23788
|
},
|
|
24492
23789
|
"node_modules/oclif": {
|
|
24493
|
-
"version": "3.
|
|
24494
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.
|
|
24495
|
-
"integrity": "sha512-
|
|
23790
|
+
"version": "3.11.3",
|
|
23791
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.3.tgz",
|
|
23792
|
+
"integrity": "sha512-6bUVTbTflu+IN9UnuIt5S4ba052oqLqsZF6zV2U8bx6ZH+hzgc3aXPTJ5JHU2MbDUg1B9PG5zHAbmvoX7V+16Q==",
|
|
24496
23793
|
"dev": true,
|
|
24497
23794
|
"license": "MIT",
|
|
24498
23795
|
"dependencies": {
|
|
24499
|
-
"@oclif/core": "^2.
|
|
23796
|
+
"@oclif/core": "^2.11.4",
|
|
24500
23797
|
"@oclif/plugin-help": "^5.2.14",
|
|
24501
23798
|
"@oclif/plugin-not-found": "^2.3.32",
|
|
24502
23799
|
"@oclif/plugin-warn-if-update-available": "^2.0.44",
|
|
@@ -24513,12 +23810,10 @@
|
|
|
24513
23810
|
"shelljs": "^0.8.5",
|
|
24514
23811
|
"tslib": "^2.3.1",
|
|
24515
23812
|
"yeoman-environment": "^3.15.1",
|
|
24516
|
-
"yeoman-generator": "^5.8.0"
|
|
24517
|
-
"yosay": "^2.0.2"
|
|
23813
|
+
"yeoman-generator": "^5.8.0"
|
|
24518
23814
|
},
|
|
24519
23815
|
"bin": {
|
|
24520
|
-
"oclif": "bin/run"
|
|
24521
|
-
"oclif2": "bin/run"
|
|
23816
|
+
"oclif": "bin/run"
|
|
24522
23817
|
},
|
|
24523
23818
|
"engines": {
|
|
24524
23819
|
"node": ">=12.0.0"
|
|
@@ -25262,12 +24557,6 @@
|
|
|
25262
24557
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
25263
24558
|
}
|
|
25264
24559
|
},
|
|
25265
|
-
"node_modules/pad-component": {
|
|
25266
|
-
"version": "0.0.1",
|
|
25267
|
-
"resolved": "https://registry.npmjs.org/pad-component/-/pad-component-0.0.1.tgz",
|
|
25268
|
-
"integrity": "sha512-8EKVBxCRSvLnsX1p2LlSFSH3c2/wuhY9/BXXWu8boL78FbVKqn2L5SpURt1x5iw6Gq8PTqJ7MdPoe5nCtX3I+g==",
|
|
25269
|
-
"dev": true
|
|
25270
|
-
},
|
|
25271
24560
|
"node_modules/pako": {
|
|
25272
24561
|
"version": "1.0.11",
|
|
25273
24562
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
@@ -27048,12 +26337,12 @@
|
|
|
27048
26337
|
"license": "MIT"
|
|
27049
26338
|
},
|
|
27050
26339
|
"node_modules/resolve": {
|
|
27051
|
-
"version": "1.22.
|
|
27052
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
27053
|
-
"integrity": "sha512-
|
|
26340
|
+
"version": "1.22.4",
|
|
26341
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
|
|
26342
|
+
"integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
|
|
27054
26343
|
"license": "MIT",
|
|
27055
26344
|
"dependencies": {
|
|
27056
|
-
"is-core-module": "^2.
|
|
26345
|
+
"is-core-module": "^2.13.0",
|
|
27057
26346
|
"path-parse": "^1.0.7",
|
|
27058
26347
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
27059
26348
|
},
|
|
@@ -27203,6 +26492,32 @@
|
|
|
27203
26492
|
"tslib": "^2.1.0"
|
|
27204
26493
|
}
|
|
27205
26494
|
},
|
|
26495
|
+
"node_modules/safe-array-concat": {
|
|
26496
|
+
"version": "1.0.0",
|
|
26497
|
+
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz",
|
|
26498
|
+
"integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==",
|
|
26499
|
+
"dev": true,
|
|
26500
|
+
"license": "MIT",
|
|
26501
|
+
"dependencies": {
|
|
26502
|
+
"call-bind": "^1.0.2",
|
|
26503
|
+
"get-intrinsic": "^1.2.0",
|
|
26504
|
+
"has-symbols": "^1.0.3",
|
|
26505
|
+
"isarray": "^2.0.5"
|
|
26506
|
+
},
|
|
26507
|
+
"engines": {
|
|
26508
|
+
"node": ">=0.4"
|
|
26509
|
+
},
|
|
26510
|
+
"funding": {
|
|
26511
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
26512
|
+
}
|
|
26513
|
+
},
|
|
26514
|
+
"node_modules/safe-array-concat/node_modules/isarray": {
|
|
26515
|
+
"version": "2.0.5",
|
|
26516
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
26517
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
26518
|
+
"dev": true,
|
|
26519
|
+
"license": "MIT"
|
|
26520
|
+
},
|
|
27206
26521
|
"node_modules/safe-buffer": {
|
|
27207
26522
|
"version": "5.2.1",
|
|
27208
26523
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -28081,24 +27396,6 @@
|
|
|
28081
27396
|
"node": ">=8"
|
|
28082
27397
|
}
|
|
28083
27398
|
},
|
|
28084
|
-
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
28085
|
-
"version": "5.0.1",
|
|
28086
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
28087
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
28088
|
-
"license": "MIT",
|
|
28089
|
-
"engines": {
|
|
28090
|
-
"node": ">=8"
|
|
28091
|
-
}
|
|
28092
|
-
},
|
|
28093
|
-
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
28094
|
-
"version": "5.0.1",
|
|
28095
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
28096
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
28097
|
-
"license": "MIT",
|
|
28098
|
-
"engines": {
|
|
28099
|
-
"node": ">=8"
|
|
28100
|
-
}
|
|
28101
|
-
},
|
|
28102
27399
|
"node_modules/strip-bom": {
|
|
28103
27400
|
"version": "3.0.0",
|
|
28104
27401
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
|
@@ -28273,17 +27570,6 @@
|
|
|
28273
27570
|
"dev": true,
|
|
28274
27571
|
"license": "MIT"
|
|
28275
27572
|
},
|
|
28276
|
-
"node_modules/taketalk": {
|
|
28277
|
-
"version": "1.0.0",
|
|
28278
|
-
"resolved": "https://registry.npmjs.org/taketalk/-/taketalk-1.0.0.tgz",
|
|
28279
|
-
"integrity": "sha512-kS7E53It6HA8S1FVFBWP7HDwgTiJtkmYk7TsowGlizzVrivR1Mf9mgjXHY1k7rOfozRVMZSfwjB3bevO4QEqpg==",
|
|
28280
|
-
"dev": true,
|
|
28281
|
-
"license": "MIT",
|
|
28282
|
-
"dependencies": {
|
|
28283
|
-
"get-stdin": "^4.0.1",
|
|
28284
|
-
"minimist": "^1.1.0"
|
|
28285
|
-
}
|
|
28286
|
-
},
|
|
28287
27573
|
"node_modules/tar": {
|
|
28288
27574
|
"version": "6.1.15",
|
|
28289
27575
|
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
|
|
@@ -28759,6 +28045,60 @@
|
|
|
28759
28045
|
"node": ">=8"
|
|
28760
28046
|
}
|
|
28761
28047
|
},
|
|
28048
|
+
"node_modules/typed-array-buffer": {
|
|
28049
|
+
"version": "1.0.0",
|
|
28050
|
+
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
|
|
28051
|
+
"integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
|
|
28052
|
+
"dev": true,
|
|
28053
|
+
"license": "MIT",
|
|
28054
|
+
"dependencies": {
|
|
28055
|
+
"call-bind": "^1.0.2",
|
|
28056
|
+
"get-intrinsic": "^1.2.1",
|
|
28057
|
+
"is-typed-array": "^1.1.10"
|
|
28058
|
+
},
|
|
28059
|
+
"engines": {
|
|
28060
|
+
"node": ">= 0.4"
|
|
28061
|
+
}
|
|
28062
|
+
},
|
|
28063
|
+
"node_modules/typed-array-byte-length": {
|
|
28064
|
+
"version": "1.0.0",
|
|
28065
|
+
"resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
|
|
28066
|
+
"integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
|
|
28067
|
+
"dev": true,
|
|
28068
|
+
"license": "MIT",
|
|
28069
|
+
"dependencies": {
|
|
28070
|
+
"call-bind": "^1.0.2",
|
|
28071
|
+
"for-each": "^0.3.3",
|
|
28072
|
+
"has-proto": "^1.0.1",
|
|
28073
|
+
"is-typed-array": "^1.1.10"
|
|
28074
|
+
},
|
|
28075
|
+
"engines": {
|
|
28076
|
+
"node": ">= 0.4"
|
|
28077
|
+
},
|
|
28078
|
+
"funding": {
|
|
28079
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
28080
|
+
}
|
|
28081
|
+
},
|
|
28082
|
+
"node_modules/typed-array-byte-offset": {
|
|
28083
|
+
"version": "1.0.0",
|
|
28084
|
+
"resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
|
|
28085
|
+
"integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==",
|
|
28086
|
+
"dev": true,
|
|
28087
|
+
"license": "MIT",
|
|
28088
|
+
"dependencies": {
|
|
28089
|
+
"available-typed-arrays": "^1.0.5",
|
|
28090
|
+
"call-bind": "^1.0.2",
|
|
28091
|
+
"for-each": "^0.3.3",
|
|
28092
|
+
"has-proto": "^1.0.1",
|
|
28093
|
+
"is-typed-array": "^1.1.10"
|
|
28094
|
+
},
|
|
28095
|
+
"engines": {
|
|
28096
|
+
"node": ">= 0.4"
|
|
28097
|
+
},
|
|
28098
|
+
"funding": {
|
|
28099
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
28100
|
+
}
|
|
28101
|
+
},
|
|
28762
28102
|
"node_modules/typed-array-length": {
|
|
28763
28103
|
"version": "1.0.4",
|
|
28764
28104
|
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
|
|
@@ -29299,9 +28639,9 @@
|
|
|
29299
28639
|
}
|
|
29300
28640
|
},
|
|
29301
28641
|
"node_modules/which-typed-array": {
|
|
29302
|
-
"version": "1.1.
|
|
29303
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
29304
|
-
"integrity": "sha512-
|
|
28642
|
+
"version": "1.1.11",
|
|
28643
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz",
|
|
28644
|
+
"integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==",
|
|
29305
28645
|
"dev": true,
|
|
29306
28646
|
"license": "MIT",
|
|
29307
28647
|
"dependencies": {
|
|
@@ -29309,8 +28649,7 @@
|
|
|
29309
28649
|
"call-bind": "^1.0.2",
|
|
29310
28650
|
"for-each": "^0.3.3",
|
|
29311
28651
|
"gopd": "^1.0.1",
|
|
29312
|
-
"has-tostringtag": "^1.0.0"
|
|
29313
|
-
"is-typed-array": "^1.1.10"
|
|
28652
|
+
"has-tostringtag": "^1.0.0"
|
|
29314
28653
|
},
|
|
29315
28654
|
"engines": {
|
|
29316
28655
|
"node": ">= 0.4"
|
|
@@ -30546,209 +29885,6 @@
|
|
|
30546
29885
|
"funding": {
|
|
30547
29886
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
30548
29887
|
}
|
|
30549
|
-
},
|
|
30550
|
-
"node_modules/yosay": {
|
|
30551
|
-
"version": "2.0.2",
|
|
30552
|
-
"resolved": "https://registry.npmjs.org/yosay/-/yosay-2.0.2.tgz",
|
|
30553
|
-
"integrity": "sha512-avX6nz2esp7IMXGag4gu6OyQBsMh/SEn+ZybGu3yKPlOTE6z9qJrzG/0X5vCq/e0rPFy0CUYCze0G5hL310ibA==",
|
|
30554
|
-
"dev": true,
|
|
30555
|
-
"license": "BSD-2-Clause",
|
|
30556
|
-
"dependencies": {
|
|
30557
|
-
"ansi-regex": "^2.0.0",
|
|
30558
|
-
"ansi-styles": "^3.0.0",
|
|
30559
|
-
"chalk": "^1.0.0",
|
|
30560
|
-
"cli-boxes": "^1.0.0",
|
|
30561
|
-
"pad-component": "0.0.1",
|
|
30562
|
-
"string-width": "^2.0.0",
|
|
30563
|
-
"strip-ansi": "^3.0.0",
|
|
30564
|
-
"taketalk": "^1.0.0",
|
|
30565
|
-
"wrap-ansi": "^2.0.0"
|
|
30566
|
-
},
|
|
30567
|
-
"bin": {
|
|
30568
|
-
"yosay": "cli.js"
|
|
30569
|
-
},
|
|
30570
|
-
"engines": {
|
|
30571
|
-
"node": ">=4"
|
|
30572
|
-
}
|
|
30573
|
-
},
|
|
30574
|
-
"node_modules/yosay/node_modules/ansi-styles": {
|
|
30575
|
-
"version": "3.2.1",
|
|
30576
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
30577
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
30578
|
-
"dev": true,
|
|
30579
|
-
"license": "MIT",
|
|
30580
|
-
"dependencies": {
|
|
30581
|
-
"color-convert": "^1.9.0"
|
|
30582
|
-
},
|
|
30583
|
-
"engines": {
|
|
30584
|
-
"node": ">=4"
|
|
30585
|
-
}
|
|
30586
|
-
},
|
|
30587
|
-
"node_modules/yosay/node_modules/chalk": {
|
|
30588
|
-
"version": "1.1.3",
|
|
30589
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
|
30590
|
-
"integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
|
|
30591
|
-
"dev": true,
|
|
30592
|
-
"license": "MIT",
|
|
30593
|
-
"dependencies": {
|
|
30594
|
-
"ansi-styles": "^2.2.1",
|
|
30595
|
-
"escape-string-regexp": "^1.0.2",
|
|
30596
|
-
"has-ansi": "^2.0.0",
|
|
30597
|
-
"strip-ansi": "^3.0.0",
|
|
30598
|
-
"supports-color": "^2.0.0"
|
|
30599
|
-
},
|
|
30600
|
-
"engines": {
|
|
30601
|
-
"node": ">=0.10.0"
|
|
30602
|
-
}
|
|
30603
|
-
},
|
|
30604
|
-
"node_modules/yosay/node_modules/chalk/node_modules/ansi-styles": {
|
|
30605
|
-
"version": "2.2.1",
|
|
30606
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
|
30607
|
-
"integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
|
|
30608
|
-
"dev": true,
|
|
30609
|
-
"license": "MIT",
|
|
30610
|
-
"engines": {
|
|
30611
|
-
"node": ">=0.10.0"
|
|
30612
|
-
}
|
|
30613
|
-
},
|
|
30614
|
-
"node_modules/yosay/node_modules/color-convert": {
|
|
30615
|
-
"version": "1.9.3",
|
|
30616
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
30617
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
30618
|
-
"dev": true,
|
|
30619
|
-
"license": "MIT",
|
|
30620
|
-
"dependencies": {
|
|
30621
|
-
"color-name": "1.1.3"
|
|
30622
|
-
}
|
|
30623
|
-
},
|
|
30624
|
-
"node_modules/yosay/node_modules/color-name": {
|
|
30625
|
-
"version": "1.1.3",
|
|
30626
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
30627
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
30628
|
-
"dev": true,
|
|
30629
|
-
"license": "MIT"
|
|
30630
|
-
},
|
|
30631
|
-
"node_modules/yosay/node_modules/escape-string-regexp": {
|
|
30632
|
-
"version": "1.0.5",
|
|
30633
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
30634
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
30635
|
-
"dev": true,
|
|
30636
|
-
"license": "MIT",
|
|
30637
|
-
"engines": {
|
|
30638
|
-
"node": ">=0.8.0"
|
|
30639
|
-
}
|
|
30640
|
-
},
|
|
30641
|
-
"node_modules/yosay/node_modules/is-fullwidth-code-point": {
|
|
30642
|
-
"version": "2.0.0",
|
|
30643
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
30644
|
-
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
|
|
30645
|
-
"dev": true,
|
|
30646
|
-
"license": "MIT",
|
|
30647
|
-
"engines": {
|
|
30648
|
-
"node": ">=4"
|
|
30649
|
-
}
|
|
30650
|
-
},
|
|
30651
|
-
"node_modules/yosay/node_modules/string-width": {
|
|
30652
|
-
"version": "2.1.1",
|
|
30653
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
30654
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
30655
|
-
"dev": true,
|
|
30656
|
-
"license": "MIT",
|
|
30657
|
-
"dependencies": {
|
|
30658
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
30659
|
-
"strip-ansi": "^4.0.0"
|
|
30660
|
-
},
|
|
30661
|
-
"engines": {
|
|
30662
|
-
"node": ">=4"
|
|
30663
|
-
}
|
|
30664
|
-
},
|
|
30665
|
-
"node_modules/yosay/node_modules/string-width/node_modules/ansi-regex": {
|
|
30666
|
-
"version": "3.0.1",
|
|
30667
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
|
|
30668
|
-
"integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
|
|
30669
|
-
"dev": true,
|
|
30670
|
-
"license": "MIT",
|
|
30671
|
-
"engines": {
|
|
30672
|
-
"node": ">=4"
|
|
30673
|
-
}
|
|
30674
|
-
},
|
|
30675
|
-
"node_modules/yosay/node_modules/string-width/node_modules/strip-ansi": {
|
|
30676
|
-
"version": "4.0.0",
|
|
30677
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
30678
|
-
"integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
|
|
30679
|
-
"dev": true,
|
|
30680
|
-
"license": "MIT",
|
|
30681
|
-
"dependencies": {
|
|
30682
|
-
"ansi-regex": "^3.0.0"
|
|
30683
|
-
},
|
|
30684
|
-
"engines": {
|
|
30685
|
-
"node": ">=4"
|
|
30686
|
-
}
|
|
30687
|
-
},
|
|
30688
|
-
"node_modules/yosay/node_modules/strip-ansi": {
|
|
30689
|
-
"version": "3.0.1",
|
|
30690
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
30691
|
-
"integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
|
|
30692
|
-
"dev": true,
|
|
30693
|
-
"license": "MIT",
|
|
30694
|
-
"dependencies": {
|
|
30695
|
-
"ansi-regex": "^2.0.0"
|
|
30696
|
-
},
|
|
30697
|
-
"engines": {
|
|
30698
|
-
"node": ">=0.10.0"
|
|
30699
|
-
}
|
|
30700
|
-
},
|
|
30701
|
-
"node_modules/yosay/node_modules/supports-color": {
|
|
30702
|
-
"version": "2.0.0",
|
|
30703
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
|
30704
|
-
"integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
|
|
30705
|
-
"dev": true,
|
|
30706
|
-
"license": "MIT",
|
|
30707
|
-
"engines": {
|
|
30708
|
-
"node": ">=0.8.0"
|
|
30709
|
-
}
|
|
30710
|
-
},
|
|
30711
|
-
"node_modules/yosay/node_modules/wrap-ansi": {
|
|
30712
|
-
"version": "2.1.0",
|
|
30713
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
|
30714
|
-
"integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
|
|
30715
|
-
"dev": true,
|
|
30716
|
-
"license": "MIT",
|
|
30717
|
-
"dependencies": {
|
|
30718
|
-
"string-width": "^1.0.1",
|
|
30719
|
-
"strip-ansi": "^3.0.1"
|
|
30720
|
-
},
|
|
30721
|
-
"engines": {
|
|
30722
|
-
"node": ">=0.10.0"
|
|
30723
|
-
}
|
|
30724
|
-
},
|
|
30725
|
-
"node_modules/yosay/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
30726
|
-
"version": "1.0.0",
|
|
30727
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
30728
|
-
"integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
|
|
30729
|
-
"dev": true,
|
|
30730
|
-
"license": "MIT",
|
|
30731
|
-
"dependencies": {
|
|
30732
|
-
"number-is-nan": "^1.0.0"
|
|
30733
|
-
},
|
|
30734
|
-
"engines": {
|
|
30735
|
-
"node": ">=0.10.0"
|
|
30736
|
-
}
|
|
30737
|
-
},
|
|
30738
|
-
"node_modules/yosay/node_modules/wrap-ansi/node_modules/string-width": {
|
|
30739
|
-
"version": "1.0.2",
|
|
30740
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
|
30741
|
-
"integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
|
|
30742
|
-
"dev": true,
|
|
30743
|
-
"license": "MIT",
|
|
30744
|
-
"dependencies": {
|
|
30745
|
-
"code-point-at": "^1.0.0",
|
|
30746
|
-
"is-fullwidth-code-point": "^1.0.0",
|
|
30747
|
-
"strip-ansi": "^3.0.0"
|
|
30748
|
-
},
|
|
30749
|
-
"engines": {
|
|
30750
|
-
"node": ">=0.10.0"
|
|
30751
|
-
}
|
|
30752
29888
|
}
|
|
30753
29889
|
}
|
|
30754
29890
|
}
|