@salesforce/cli 1.10.0-dev → 1.10.0-dev.3
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 +258 -2908
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.10.0-dev",
|
|
3
|
+
"version": "1.10.0-dev.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.10.0-dev",
|
|
9
|
+
"version": "1.10.0-dev.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^1.1.2",
|
|
@@ -1194,1837 +1194,284 @@
|
|
|
1194
1194
|
"yeoman-environment": "~3.3.0"
|
|
1195
1195
|
}
|
|
1196
1196
|
},
|
|
1197
|
-
"node_modules/@heroku/functions-core/node_modules
|
|
1198
|
-
"version": "
|
|
1199
|
-
"resolved": "https://registry.npmjs.org
|
|
1200
|
-
"integrity": "sha512-
|
|
1201
|
-
"license": "MIT",
|
|
1202
|
-
"engines": {
|
|
1203
|
-
"node": ">= 6"
|
|
1204
|
-
}
|
|
1205
|
-
},
|
|
1206
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates": {
|
|
1207
|
-
"version": "52.7.0",
|
|
1208
|
-
"license": "BSD-3-Clause",
|
|
1209
|
-
"dependencies": {
|
|
1210
|
-
"@salesforce/core": "2.32.0",
|
|
1211
|
-
"got": "^11.8.2",
|
|
1212
|
-
"mime-types": "^2.1.27",
|
|
1213
|
-
"tar": "^6.1.10",
|
|
1214
|
-
"tslib": "^1",
|
|
1215
|
-
"yeoman-environment": "2.4.0",
|
|
1216
|
-
"yeoman-generator": "4.0.1"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/array-union": {
|
|
1220
|
-
"version": "1.0.2",
|
|
1221
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
1222
|
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
|
1223
|
-
"license": "MIT",
|
|
1224
|
-
"dependencies": {
|
|
1225
|
-
"array-uniq": "^1.0.1"
|
|
1226
|
-
},
|
|
1227
|
-
"engines": {
|
|
1228
|
-
"node": ">=0.10.0"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/chalk": {
|
|
1232
|
-
"version": "2.4.2",
|
|
1233
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
1234
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
1235
|
-
"license": "MIT",
|
|
1236
|
-
"dependencies": {
|
|
1237
|
-
"ansi-styles": "^3.2.1",
|
|
1238
|
-
"escape-string-regexp": "^1.0.5",
|
|
1239
|
-
"supports-color": "^5.3.0"
|
|
1240
|
-
},
|
|
1241
|
-
"engines": {
|
|
1242
|
-
"node": ">=4"
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/debug": {
|
|
1246
|
-
"version": "3.2.7",
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
1248
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
1249
|
-
"license": "MIT",
|
|
1250
|
-
"dependencies": {
|
|
1251
|
-
"ms": "^2.1.1"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/diff": {
|
|
1255
|
-
"version": "3.5.0",
|
|
1256
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
|
|
1257
|
-
"integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
|
|
1258
|
-
"license": "BSD-3-Clause",
|
|
1259
|
-
"engines": {
|
|
1260
|
-
"node": ">=0.3.1"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/escape-string-regexp": {
|
|
1264
|
-
"version": "1.0.5",
|
|
1265
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
1266
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
|
1267
|
-
"license": "MIT",
|
|
1268
|
-
"engines": {
|
|
1269
|
-
"node": ">=0.8.0"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/globby": {
|
|
1273
|
-
"version": "8.0.2",
|
|
1274
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
|
|
1275
|
-
"integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
|
|
1276
|
-
"license": "MIT",
|
|
1277
|
-
"dependencies": {
|
|
1278
|
-
"array-union": "^1.0.1",
|
|
1279
|
-
"dir-glob": "2.0.0",
|
|
1280
|
-
"fast-glob": "^2.0.2",
|
|
1281
|
-
"glob": "^7.1.2",
|
|
1282
|
-
"ignore": "^3.3.5",
|
|
1283
|
-
"pify": "^3.0.0",
|
|
1284
|
-
"slash": "^1.0.0"
|
|
1285
|
-
},
|
|
1286
|
-
"engines": {
|
|
1287
|
-
"node": ">=4"
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/grouped-queue": {
|
|
1291
|
-
"version": "0.3.3",
|
|
1292
|
-
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-0.3.3.tgz",
|
|
1293
|
-
"integrity": "sha1-wWfSpTGcWg4JZO9qJbfC34mWyFw=",
|
|
1294
|
-
"license": "MIT",
|
|
1295
|
-
"dependencies": {
|
|
1296
|
-
"lodash": "^4.17.2"
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/inquirer": {
|
|
1300
|
-
"version": "6.5.2",
|
|
1301
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz",
|
|
1302
|
-
"integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==",
|
|
1303
|
-
"license": "MIT",
|
|
1304
|
-
"dependencies": {
|
|
1305
|
-
"ansi-escapes": "^3.2.0",
|
|
1306
|
-
"chalk": "^2.4.2",
|
|
1307
|
-
"cli-cursor": "^2.1.0",
|
|
1308
|
-
"cli-width": "^2.0.0",
|
|
1309
|
-
"external-editor": "^3.0.3",
|
|
1310
|
-
"figures": "^2.0.0",
|
|
1311
|
-
"lodash": "^4.17.12",
|
|
1312
|
-
"mute-stream": "0.0.7",
|
|
1313
|
-
"run-async": "^2.2.0",
|
|
1314
|
-
"rxjs": "^6.4.0",
|
|
1315
|
-
"string-width": "^2.1.0",
|
|
1316
|
-
"strip-ansi": "^5.1.0",
|
|
1317
|
-
"through": "^2.3.6"
|
|
1318
|
-
},
|
|
1319
|
-
"engines": {
|
|
1320
|
-
"node": ">=6.0.0"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/inquirer/node_modules/ansi-regex": {
|
|
1324
|
-
"version": "4.1.0",
|
|
1325
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
|
1326
|
-
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
|
|
1327
|
-
"license": "MIT",
|
|
1328
|
-
"engines": {
|
|
1329
|
-
"node": ">=6"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/inquirer/node_modules/strip-ansi": {
|
|
1333
|
-
"version": "5.2.0",
|
|
1334
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
1335
|
-
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
1336
|
-
"license": "MIT",
|
|
1337
|
-
"dependencies": {
|
|
1338
|
-
"ansi-regex": "^4.1.0"
|
|
1339
|
-
},
|
|
1340
|
-
"engines": {
|
|
1341
|
-
"node": ">=6"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/is-scoped": {
|
|
1345
|
-
"version": "1.0.0",
|
|
1346
|
-
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
|
|
1347
|
-
"integrity": "sha1-RJypgpnnEwOCViieyytUDcQ3yzA=",
|
|
1348
|
-
"license": "MIT",
|
|
1349
|
-
"dependencies": {
|
|
1350
|
-
"scoped-regex": "^1.0.0"
|
|
1351
|
-
},
|
|
1352
|
-
"engines": {
|
|
1353
|
-
"node": ">=4"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/log-symbols": {
|
|
1357
|
-
"version": "2.2.0",
|
|
1358
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
|
|
1359
|
-
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
|
|
1360
|
-
"license": "MIT",
|
|
1361
|
-
"dependencies": {
|
|
1362
|
-
"chalk": "^2.0.1"
|
|
1363
|
-
},
|
|
1364
|
-
"engines": {
|
|
1365
|
-
"node": ">=4"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/mem-fs": {
|
|
1369
|
-
"version": "1.2.0",
|
|
1370
|
-
"resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.2.0.tgz",
|
|
1371
|
-
"integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==",
|
|
1372
|
-
"license": "MIT",
|
|
1373
|
-
"dependencies": {
|
|
1374
|
-
"through2": "^3.0.0",
|
|
1375
|
-
"vinyl": "^2.0.1",
|
|
1376
|
-
"vinyl-file": "^3.0.0"
|
|
1377
|
-
}
|
|
1378
|
-
},
|
|
1379
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/scoped-regex": {
|
|
1380
|
-
"version": "1.0.0",
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz",
|
|
1382
|
-
"integrity": "sha1-o0a7Gs1CB65wvXwMfKnlZra63bg=",
|
|
1383
|
-
"license": "MIT",
|
|
1384
|
-
"engines": {
|
|
1385
|
-
"node": ">=4"
|
|
1386
|
-
}
|
|
1387
|
-
},
|
|
1388
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/slash": {
|
|
1389
|
-
"version": "1.0.0",
|
|
1390
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
|
1391
|
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
|
|
1392
|
-
"license": "MIT",
|
|
1393
|
-
"engines": {
|
|
1394
|
-
"node": ">=0.10.0"
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/strip-ansi": {
|
|
1398
|
-
"version": "4.0.0",
|
|
1399
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
1400
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
1401
|
-
"license": "MIT",
|
|
1402
|
-
"dependencies": {
|
|
1403
|
-
"ansi-regex": "^3.0.0"
|
|
1404
|
-
},
|
|
1405
|
-
"engines": {
|
|
1406
|
-
"node": ">=4"
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/untildify": {
|
|
1410
|
-
"version": "3.0.3",
|
|
1411
|
-
"resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz",
|
|
1412
|
-
"integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==",
|
|
1413
|
-
"license": "MIT",
|
|
1414
|
-
"engines": {
|
|
1415
|
-
"node": ">=4"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
"node_modules/@heroku/functions-core/node_modules/@salesforce/templates/node_modules/yeoman-environment": {
|
|
1419
|
-
"version": "2.4.0",
|
|
1420
|
-
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.4.0.tgz",
|
|
1421
|
-
"integrity": "sha512-SsvoL0RNAFIX69eFxkUhwKUN2hG1UwUjxrcP+T2ytwdhqC/kHdnFOH2SXdtSN1Ju4aO4xuimmzfRoheYY88RuA==",
|
|
1422
|
-
"license": "BSD-2-Clause",
|
|
1423
|
-
"dependencies": {
|
|
1424
|
-
"chalk": "^2.4.1",
|
|
1425
|
-
"cross-spawn": "^6.0.5",
|
|
1426
|
-
"debug": "^3.1.0",
|
|
1427
|
-
"diff": "^3.5.0",
|
|
1428
|
-
"escape-string-regexp": "^1.0.2",
|
|
1429
|
-
"globby": "^8.0.1",
|
|
1430
|
-
"grouped-queue": "^0.3.3",
|
|
1431
|
-
"inquirer": "^6.0.0",
|
|
1432
|
-
"is-scoped": "^1.0.0",
|
|
1433
|
-
"lodash": "^4.17.10",
|
|
1434
|
-
"log-symbols": "^2.2.0",
|
|
1435
|
-
"mem-fs": "^1.1.0",
|
|
1436
|
-
"strip-ansi": "^4.0.0",
|
|
1437
|
-
"text-table": "^0.2.0",
|
|
1438
|
-
"untildify": "^3.0.3"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
"node_modules/@heroku/functions-core/node_modules/ansi-escapes": {
|
|
1442
|
-
"version": "3.2.0",
|
|
1443
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
|
|
1444
|
-
"integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
|
|
1445
|
-
"license": "MIT",
|
|
1446
|
-
"engines": {
|
|
1447
|
-
"node": ">=4"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
"node_modules/@heroku/functions-core/node_modules/ansi-regex": {
|
|
1451
|
-
"version": "3.0.0",
|
|
1452
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
1453
|
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
|
|
1454
|
-
"license": "MIT",
|
|
1455
|
-
"engines": {
|
|
1456
|
-
"node": ">=4"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"node_modules/@heroku/functions-core/node_modules/ansi-styles": {
|
|
1460
|
-
"version": "3.2.1",
|
|
1461
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
1462
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
1463
|
-
"license": "MIT",
|
|
1464
|
-
"dependencies": {
|
|
1465
|
-
"color-convert": "^1.9.0"
|
|
1466
|
-
},
|
|
1467
|
-
"engines": {
|
|
1468
|
-
"node": ">=4"
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
"node_modules/@heroku/functions-core/node_modules/array-union": {
|
|
1472
|
-
"version": "2.1.0",
|
|
1473
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
1474
|
-
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
1475
|
-
"license": "MIT",
|
|
1476
|
-
"engines": {
|
|
1477
|
-
"node": ">=8"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
"node_modules/@heroku/functions-core/node_modules/arrify": {
|
|
1481
|
-
"version": "2.0.1",
|
|
1482
|
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
|
|
1483
|
-
"integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
|
|
1484
|
-
"license": "MIT",
|
|
1485
|
-
"engines": {
|
|
1486
|
-
"node": ">=8"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
"node_modules/@heroku/functions-core/node_modules/braces": {
|
|
1490
|
-
"version": "2.3.2",
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
|
|
1492
|
-
"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
|
|
1493
|
-
"license": "MIT",
|
|
1494
|
-
"dependencies": {
|
|
1495
|
-
"arr-flatten": "^1.1.0",
|
|
1496
|
-
"array-unique": "^0.3.2",
|
|
1497
|
-
"extend-shallow": "^2.0.1",
|
|
1498
|
-
"fill-range": "^4.0.0",
|
|
1499
|
-
"isobject": "^3.0.1",
|
|
1500
|
-
"repeat-element": "^1.1.2",
|
|
1501
|
-
"snapdragon": "^0.8.1",
|
|
1502
|
-
"snapdragon-node": "^2.0.1",
|
|
1503
|
-
"split-string": "^3.0.2",
|
|
1504
|
-
"to-regex": "^3.0.1"
|
|
1505
|
-
},
|
|
1506
|
-
"engines": {
|
|
1507
|
-
"node": ">=0.10.0"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
"node_modules/@heroku/functions-core/node_modules/braces/node_modules/extend-shallow": {
|
|
1511
|
-
"version": "2.0.1",
|
|
1512
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
|
1513
|
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
|
1514
|
-
"license": "MIT",
|
|
1515
|
-
"dependencies": {
|
|
1516
|
-
"is-extendable": "^0.1.0"
|
|
1517
|
-
},
|
|
1518
|
-
"engines": {
|
|
1519
|
-
"node": ">=0.10.0"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
"node_modules/@heroku/functions-core/node_modules/braces/node_modules/is-extendable": {
|
|
1523
|
-
"version": "0.1.1",
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
|
1525
|
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
|
|
1526
|
-
"license": "MIT",
|
|
1527
|
-
"engines": {
|
|
1528
|
-
"node": ">=0.10.0"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
"node_modules/@heroku/functions-core/node_modules/cli-cursor": {
|
|
1532
|
-
"version": "2.1.0",
|
|
1533
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
|
|
1534
|
-
"integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
|
|
1535
|
-
"license": "MIT",
|
|
1536
|
-
"dependencies": {
|
|
1537
|
-
"restore-cursor": "^2.0.0"
|
|
1538
|
-
},
|
|
1539
|
-
"engines": {
|
|
1540
|
-
"node": ">=4"
|
|
1541
|
-
}
|
|
1542
|
-
},
|
|
1543
|
-
"node_modules/@heroku/functions-core/node_modules/cli-width": {
|
|
1544
|
-
"version": "2.2.1",
|
|
1545
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
|
|
1546
|
-
"integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==",
|
|
1547
|
-
"license": "ISC"
|
|
1548
|
-
},
|
|
1549
|
-
"node_modules/@heroku/functions-core/node_modules/color-convert": {
|
|
1550
|
-
"version": "1.9.3",
|
|
1551
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
1552
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
1553
|
-
"license": "MIT",
|
|
1554
|
-
"dependencies": {
|
|
1555
|
-
"color-name": "1.1.3"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
"node_modules/@heroku/functions-core/node_modules/color-name": {
|
|
1559
|
-
"version": "1.1.3",
|
|
1560
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
1561
|
-
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
|
|
1562
|
-
"license": "MIT"
|
|
1563
|
-
},
|
|
1564
|
-
"node_modules/@heroku/functions-core/node_modules/commander": {
|
|
1565
|
-
"version": "7.1.0",
|
|
1566
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
|
|
1567
|
-
"integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
|
|
1568
|
-
"license": "MIT",
|
|
1569
|
-
"engines": {
|
|
1570
|
-
"node": ">= 10"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
"node_modules/@heroku/functions-core/node_modules/dateformat": {
|
|
1574
|
-
"version": "4.6.3",
|
|
1575
|
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
|
1576
|
-
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
|
1577
|
-
"license": "MIT",
|
|
1578
|
-
"engines": {
|
|
1579
|
-
"node": "*"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
"node_modules/@heroku/functions-core/node_modules/define-property": {
|
|
1583
|
-
"version": "2.0.2",
|
|
1584
|
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
|
1585
|
-
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
|
1586
|
-
"license": "MIT",
|
|
1587
|
-
"dependencies": {
|
|
1588
|
-
"is-descriptor": "^1.0.2",
|
|
1589
|
-
"isobject": "^3.0.1"
|
|
1590
|
-
},
|
|
1591
|
-
"engines": {
|
|
1592
|
-
"node": ">=0.10.0"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
"node_modules/@heroku/functions-core/node_modules/diff": {
|
|
1596
|
-
"version": "5.0.0",
|
|
1597
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
1598
|
-
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
|
|
1599
|
-
"license": "BSD-3-Clause",
|
|
1600
|
-
"engines": {
|
|
1601
|
-
"node": ">=0.3.1"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
"node_modules/@heroku/functions-core/node_modules/dir-glob": {
|
|
1605
|
-
"version": "2.0.0",
|
|
1606
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
|
|
1607
|
-
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
|
|
1608
|
-
"license": "MIT",
|
|
1609
|
-
"dependencies": {
|
|
1610
|
-
"arrify": "^1.0.1",
|
|
1611
|
-
"path-type": "^3.0.0"
|
|
1612
|
-
},
|
|
1613
|
-
"engines": {
|
|
1614
|
-
"node": ">=4"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
"node_modules/@heroku/functions-core/node_modules/dir-glob/node_modules/arrify": {
|
|
1618
|
-
"version": "1.0.1",
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
|
1620
|
-
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
|
|
1621
|
-
"license": "MIT",
|
|
1622
|
-
"engines": {
|
|
1623
|
-
"node": ">=0.10.0"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
"node_modules/@heroku/functions-core/node_modules/error": {
|
|
1627
|
-
"version": "10.4.0",
|
|
1628
|
-
"resolved": "https://registry.npmjs.org/error/-/error-10.4.0.tgz",
|
|
1629
|
-
"integrity": "sha512-YxIFEJuhgcICugOUvRx5th0UM+ActZ9sjY0QJmeVwsQdvosZ7kYzc9QqS0Da3R5iUmgU5meGIxh0xBeZpMVeLw=="
|
|
1630
|
-
},
|
|
1631
|
-
"node_modules/@heroku/functions-core/node_modules/escape-string-regexp": {
|
|
1632
|
-
"version": "4.0.0",
|
|
1633
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
1634
|
-
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
1635
|
-
"license": "MIT",
|
|
1636
|
-
"engines": {
|
|
1637
|
-
"node": ">=10"
|
|
1638
|
-
},
|
|
1639
|
-
"funding": {
|
|
1640
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"node_modules/@heroku/functions-core/node_modules/extend-shallow": {
|
|
1644
|
-
"version": "3.0.2",
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
1646
|
-
"integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
|
|
1647
|
-
"license": "MIT",
|
|
1648
|
-
"dependencies": {
|
|
1649
|
-
"assign-symbols": "^1.0.0",
|
|
1650
|
-
"is-extendable": "^1.0.1"
|
|
1651
|
-
},
|
|
1652
|
-
"engines": {
|
|
1653
|
-
"node": ">=0.10.0"
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
"node_modules/@heroku/functions-core/node_modules/fast-glob": {
|
|
1657
|
-
"version": "2.2.7",
|
|
1658
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz",
|
|
1659
|
-
"integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==",
|
|
1660
|
-
"license": "MIT",
|
|
1661
|
-
"dependencies": {
|
|
1662
|
-
"@mrmlnc/readdir-enhanced": "^2.2.1",
|
|
1663
|
-
"@nodelib/fs.stat": "^1.1.2",
|
|
1664
|
-
"glob-parent": "^3.1.0",
|
|
1665
|
-
"is-glob": "^4.0.0",
|
|
1666
|
-
"merge2": "^1.2.3",
|
|
1667
|
-
"micromatch": "^3.1.10"
|
|
1668
|
-
},
|
|
1669
|
-
"engines": {
|
|
1670
|
-
"node": ">=4.0.0"
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
"node_modules/@heroku/functions-core/node_modules/figures": {
|
|
1674
|
-
"version": "2.0.0",
|
|
1675
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
|
|
1676
|
-
"integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
|
|
1677
|
-
"license": "MIT",
|
|
1678
|
-
"dependencies": {
|
|
1679
|
-
"escape-string-regexp": "^1.0.5"
|
|
1680
|
-
},
|
|
1681
|
-
"engines": {
|
|
1682
|
-
"node": ">=4"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"node_modules/@heroku/functions-core/node_modules/figures/node_modules/escape-string-regexp": {
|
|
1686
|
-
"version": "1.0.5",
|
|
1687
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
1688
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
|
1689
|
-
"license": "MIT",
|
|
1690
|
-
"engines": {
|
|
1691
|
-
"node": ">=0.8.0"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
"node_modules/@heroku/functions-core/node_modules/fill-range": {
|
|
1695
|
-
"version": "4.0.0",
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
|
1697
|
-
"integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
|
|
1698
|
-
"license": "MIT",
|
|
1699
|
-
"dependencies": {
|
|
1700
|
-
"extend-shallow": "^2.0.1",
|
|
1701
|
-
"is-number": "^3.0.0",
|
|
1702
|
-
"repeat-string": "^1.6.1",
|
|
1703
|
-
"to-regex-range": "^2.1.0"
|
|
1704
|
-
},
|
|
1705
|
-
"engines": {
|
|
1706
|
-
"node": ">=0.10.0"
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1709
|
-
"node_modules/@heroku/functions-core/node_modules/fill-range/node_modules/extend-shallow": {
|
|
1710
|
-
"version": "2.0.1",
|
|
1711
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
|
1712
|
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
|
1713
|
-
"license": "MIT",
|
|
1714
|
-
"dependencies": {
|
|
1715
|
-
"is-extendable": "^0.1.0"
|
|
1716
|
-
},
|
|
1717
|
-
"engines": {
|
|
1718
|
-
"node": ">=0.10.0"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
"node_modules/@heroku/functions-core/node_modules/fill-range/node_modules/is-extendable": {
|
|
1722
|
-
"version": "0.1.1",
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
|
1724
|
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
|
|
1725
|
-
"license": "MIT",
|
|
1726
|
-
"engines": {
|
|
1727
|
-
"node": ">=0.10.0"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
"node_modules/@heroku/functions-core/node_modules/find-up": {
|
|
1731
|
-
"version": "5.0.0",
|
|
1732
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
1733
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
1734
|
-
"license": "MIT",
|
|
1735
|
-
"dependencies": {
|
|
1736
|
-
"locate-path": "^6.0.0",
|
|
1737
|
-
"path-exists": "^4.0.0"
|
|
1738
|
-
},
|
|
1739
|
-
"engines": {
|
|
1740
|
-
"node": ">=10"
|
|
1741
|
-
},
|
|
1742
|
-
"funding": {
|
|
1743
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
"node_modules/@heroku/functions-core/node_modules/get-stream": {
|
|
1747
|
-
"version": "5.2.0",
|
|
1748
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
1749
|
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
1750
|
-
"license": "MIT",
|
|
1751
|
-
"dependencies": {
|
|
1752
|
-
"pump": "^3.0.0"
|
|
1753
|
-
},
|
|
1754
|
-
"engines": {
|
|
1755
|
-
"node": ">=8"
|
|
1756
|
-
},
|
|
1757
|
-
"funding": {
|
|
1758
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
"node_modules/@heroku/functions-core/node_modules/glob-parent": {
|
|
1762
|
-
"version": "3.1.0",
|
|
1763
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
|
|
1764
|
-
"integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
|
|
1765
|
-
"license": "ISC",
|
|
1766
|
-
"dependencies": {
|
|
1767
|
-
"is-glob": "^3.1.0",
|
|
1768
|
-
"path-dirname": "^1.0.0"
|
|
1769
|
-
}
|
|
1770
|
-
},
|
|
1771
|
-
"node_modules/@heroku/functions-core/node_modules/glob-parent/node_modules/is-glob": {
|
|
1772
|
-
"version": "3.1.0",
|
|
1773
|
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
|
|
1774
|
-
"integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
|
|
1775
|
-
"license": "MIT",
|
|
1776
|
-
"dependencies": {
|
|
1777
|
-
"is-extglob": "^2.1.0"
|
|
1778
|
-
},
|
|
1779
|
-
"engines": {
|
|
1780
|
-
"node": ">=0.10.0"
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
"node_modules/@heroku/functions-core/node_modules/global-agent": {
|
|
1784
|
-
"version": "2.2.0",
|
|
1785
|
-
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz",
|
|
1786
|
-
"integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==",
|
|
1787
|
-
"license": "BSD-3-Clause",
|
|
1788
|
-
"dependencies": {
|
|
1789
|
-
"boolean": "^3.0.1",
|
|
1790
|
-
"core-js": "^3.6.5",
|
|
1791
|
-
"es6-error": "^4.1.1",
|
|
1792
|
-
"matcher": "^3.0.0",
|
|
1793
|
-
"roarr": "^2.15.3",
|
|
1794
|
-
"semver": "^7.3.2",
|
|
1795
|
-
"serialize-error": "^7.0.1"
|
|
1796
|
-
},
|
|
1797
|
-
"engines": {
|
|
1798
|
-
"node": ">=10.0"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
"node_modules/@heroku/functions-core/node_modules/grouped-queue": {
|
|
1802
|
-
"version": "2.0.0",
|
|
1803
|
-
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-2.0.0.tgz",
|
|
1804
|
-
"integrity": "sha512-/PiFUa7WIsl48dUeCvhIHnwNmAAzlI/eHoJl0vu3nsFA366JleY7Ff8EVTplZu5kO0MIdZjKTTnzItL61ahbnw==",
|
|
1805
|
-
"license": "MIT",
|
|
1806
|
-
"engines": {
|
|
1807
|
-
"node": ">=8.0.0"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
"node_modules/@heroku/functions-core/node_modules/human-signals": {
|
|
1811
|
-
"version": "1.1.1",
|
|
1812
|
-
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
|
1813
|
-
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
|
|
1814
|
-
"license": "Apache-2.0",
|
|
1815
|
-
"engines": {
|
|
1816
|
-
"node": ">=8.12.0"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
"node_modules/@heroku/functions-core/node_modules/ignore": {
|
|
1820
|
-
"version": "3.3.10",
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
|
|
1822
|
-
"integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
|
|
1823
|
-
"license": "MIT"
|
|
1824
|
-
},
|
|
1825
|
-
"node_modules/@heroku/functions-core/node_modules/is-extendable": {
|
|
1826
|
-
"version": "1.0.1",
|
|
1827
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
1828
|
-
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
1829
|
-
"license": "MIT",
|
|
1830
|
-
"dependencies": {
|
|
1831
|
-
"is-plain-object": "^2.0.4"
|
|
1832
|
-
},
|
|
1833
|
-
"engines": {
|
|
1834
|
-
"node": ">=0.10.0"
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
"node_modules/@heroku/functions-core/node_modules/is-scoped": {
|
|
1838
|
-
"version": "2.1.0",
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-2.1.0.tgz",
|
|
1840
|
-
"integrity": "sha512-Cv4OpPTHAK9kHYzkzCrof3VJh7H/PrG2MBUMvvJebaaUMbqhm0YAtXnvh0I3Hnj2tMZWwrRROWLSgfJrKqWmlQ==",
|
|
1841
|
-
"license": "MIT",
|
|
1842
|
-
"dependencies": {
|
|
1843
|
-
"scoped-regex": "^2.0.0"
|
|
1844
|
-
},
|
|
1845
|
-
"engines": {
|
|
1846
|
-
"node": ">=8"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
"node_modules/@heroku/functions-core/node_modules/locate-path": {
|
|
1850
|
-
"version": "6.0.0",
|
|
1851
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
1852
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
1853
|
-
"license": "MIT",
|
|
1854
|
-
"dependencies": {
|
|
1855
|
-
"p-locate": "^5.0.0"
|
|
1856
|
-
},
|
|
1857
|
-
"engines": {
|
|
1858
|
-
"node": ">=10"
|
|
1859
|
-
},
|
|
1860
|
-
"funding": {
|
|
1861
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1862
|
-
}
|
|
1863
|
-
},
|
|
1864
|
-
"node_modules/@heroku/functions-core/node_modules/mem-fs-editor": {
|
|
1865
|
-
"version": "9.3.0",
|
|
1866
|
-
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-9.3.0.tgz",
|
|
1867
|
-
"integrity": "sha512-QKFbPwGCh1ypmc2H8BUYpbapwT/x2AOCYZQogzSui4rUNes7WVMagQXsirPIfp18EarX0SSY9Fpg426nSjew4Q==",
|
|
1868
|
-
"license": "MIT",
|
|
1869
|
-
"dependencies": {
|
|
1870
|
-
"binaryextensions": "^4.16.0",
|
|
1871
|
-
"commondir": "^1.0.1",
|
|
1872
|
-
"deep-extend": "^0.6.0",
|
|
1873
|
-
"ejs": "^3.1.6",
|
|
1874
|
-
"globby": "^11.0.3",
|
|
1875
|
-
"isbinaryfile": "^4.0.8",
|
|
1876
|
-
"minimatch": "^3.0.4",
|
|
1877
|
-
"multimatch": "^5.0.0",
|
|
1878
|
-
"normalize-path": "^3.0.0",
|
|
1879
|
-
"textextensions": "^5.13.0"
|
|
1880
|
-
},
|
|
1881
|
-
"engines": {
|
|
1882
|
-
"node": ">=12.10.0"
|
|
1883
|
-
},
|
|
1884
|
-
"peerDependencies": {
|
|
1885
|
-
"mem-fs": "^2.1.0"
|
|
1886
|
-
},
|
|
1887
|
-
"peerDependenciesMeta": {
|
|
1888
|
-
"mem-fs": {
|
|
1889
|
-
"optional": true
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
|
-
"node_modules/@heroku/functions-core/node_modules/micromatch": {
|
|
1894
|
-
"version": "3.1.10",
|
|
1895
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
|
|
1896
|
-
"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
|
|
1897
|
-
"license": "MIT",
|
|
1898
|
-
"dependencies": {
|
|
1899
|
-
"arr-diff": "^4.0.0",
|
|
1900
|
-
"array-unique": "^0.3.2",
|
|
1901
|
-
"braces": "^2.3.1",
|
|
1902
|
-
"define-property": "^2.0.2",
|
|
1903
|
-
"extend-shallow": "^3.0.2",
|
|
1904
|
-
"extglob": "^2.0.4",
|
|
1905
|
-
"fragment-cache": "^0.2.1",
|
|
1906
|
-
"kind-of": "^6.0.2",
|
|
1907
|
-
"nanomatch": "^1.2.9",
|
|
1908
|
-
"object.pick": "^1.3.0",
|
|
1909
|
-
"regex-not": "^1.0.0",
|
|
1910
|
-
"snapdragon": "^0.8.1",
|
|
1911
|
-
"to-regex": "^3.0.2"
|
|
1912
|
-
},
|
|
1913
|
-
"engines": {
|
|
1914
|
-
"node": ">=0.10.0"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
"node_modules/@heroku/functions-core/node_modules/mimic-fn": {
|
|
1918
|
-
"version": "1.2.0",
|
|
1919
|
-
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
|
|
1920
|
-
"integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
|
|
1921
|
-
"license": "MIT",
|
|
1922
|
-
"engines": {
|
|
1923
|
-
"node": ">=4"
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
"node_modules/@heroku/functions-core/node_modules/mkdirp": {
|
|
1927
|
-
"version": "0.5.5",
|
|
1928
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
|
1929
|
-
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
|
1930
|
-
"license": "MIT",
|
|
1931
|
-
"dependencies": {
|
|
1932
|
-
"minimist": "^1.2.5"
|
|
1933
|
-
},
|
|
1934
|
-
"bin": {
|
|
1935
|
-
"mkdirp": "bin/cmd.js"
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
"node_modules/@heroku/functions-core/node_modules/multimatch": {
|
|
1939
|
-
"version": "5.0.0",
|
|
1940
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
1941
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
1942
|
-
"license": "MIT",
|
|
1943
|
-
"dependencies": {
|
|
1944
|
-
"@types/minimatch": "^3.0.3",
|
|
1945
|
-
"array-differ": "^3.0.0",
|
|
1946
|
-
"array-union": "^2.1.0",
|
|
1947
|
-
"arrify": "^2.0.1",
|
|
1948
|
-
"minimatch": "^3.0.4"
|
|
1949
|
-
},
|
|
1950
|
-
"engines": {
|
|
1951
|
-
"node": ">=10"
|
|
1952
|
-
},
|
|
1953
|
-
"funding": {
|
|
1954
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
"node_modules/@heroku/functions-core/node_modules/mute-stream": {
|
|
1958
|
-
"version": "0.0.7",
|
|
1959
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
|
|
1960
|
-
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=",
|
|
1961
|
-
"license": "ISC"
|
|
1962
|
-
},
|
|
1963
|
-
"node_modules/@heroku/functions-core/node_modules/p-limit": {
|
|
1964
|
-
"version": "3.1.0",
|
|
1965
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1966
|
-
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
1967
|
-
"license": "MIT",
|
|
1968
|
-
"dependencies": {
|
|
1969
|
-
"yocto-queue": "^0.1.0"
|
|
1970
|
-
},
|
|
1971
|
-
"engines": {
|
|
1972
|
-
"node": ">=10"
|
|
1973
|
-
},
|
|
1974
|
-
"funding": {
|
|
1975
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"node_modules/@heroku/functions-core/node_modules/p-locate": {
|
|
1979
|
-
"version": "5.0.0",
|
|
1980
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
1981
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
1982
|
-
"license": "MIT",
|
|
1983
|
-
"dependencies": {
|
|
1984
|
-
"p-limit": "^3.0.2"
|
|
1985
|
-
},
|
|
1986
|
-
"engines": {
|
|
1987
|
-
"node": ">=10"
|
|
1988
|
-
},
|
|
1989
|
-
"funding": {
|
|
1990
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
"node_modules/@heroku/functions-core/node_modules/path-key": {
|
|
1994
|
-
"version": "3.1.1",
|
|
1995
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
1996
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1997
|
-
"license": "MIT",
|
|
1998
|
-
"engines": {
|
|
1999
|
-
"node": ">=8"
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
"node_modules/@heroku/functions-core/node_modules/pify": {
|
|
2003
|
-
"version": "3.0.0",
|
|
2004
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
|
2005
|
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
|
2006
|
-
"license": "MIT",
|
|
2007
|
-
"engines": {
|
|
2008
|
-
"node": ">=4"
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"node_modules/@heroku/functions-core/node_modules/restore-cursor": {
|
|
2012
|
-
"version": "2.0.0",
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
|
|
2014
|
-
"integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
|
|
2015
|
-
"license": "MIT",
|
|
2016
|
-
"dependencies": {
|
|
2017
|
-
"onetime": "^2.0.0",
|
|
2018
|
-
"signal-exit": "^3.0.2"
|
|
2019
|
-
},
|
|
2020
|
-
"engines": {
|
|
2021
|
-
"node": ">=4"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"node_modules/@heroku/functions-core/node_modules/restore-cursor/node_modules/onetime": {
|
|
2025
|
-
"version": "2.0.1",
|
|
2026
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
|
|
2027
|
-
"integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
|
|
2028
|
-
"license": "MIT",
|
|
2029
|
-
"dependencies": {
|
|
2030
|
-
"mimic-fn": "^1.0.0"
|
|
2031
|
-
},
|
|
2032
|
-
"engines": {
|
|
2033
|
-
"node": ">=4"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
"node_modules/@heroku/functions-core/node_modules/rimraf": {
|
|
2037
|
-
"version": "2.7.1",
|
|
2038
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
2039
|
-
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
2040
|
-
"license": "ISC",
|
|
2041
|
-
"dependencies": {
|
|
2042
|
-
"glob": "^7.1.3"
|
|
2043
|
-
},
|
|
2044
|
-
"bin": {
|
|
2045
|
-
"rimraf": "bin.js"
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"node_modules/@heroku/functions-core/node_modules/scoped-regex": {
|
|
2049
|
-
"version": "2.1.0",
|
|
2050
|
-
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz",
|
|
2051
|
-
"integrity": "sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==",
|
|
2052
|
-
"license": "MIT",
|
|
2053
|
-
"engines": {
|
|
2054
|
-
"node": ">=8"
|
|
2055
|
-
}
|
|
2056
|
-
},
|
|
2057
|
-
"node_modules/@heroku/functions-core/node_modules/shebang-command": {
|
|
2058
|
-
"version": "2.0.0",
|
|
2059
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
2060
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
2061
|
-
"license": "MIT",
|
|
2062
|
-
"dependencies": {
|
|
2063
|
-
"shebang-regex": "^3.0.0"
|
|
2064
|
-
},
|
|
2065
|
-
"engines": {
|
|
2066
|
-
"node": ">=8"
|
|
2067
|
-
}
|
|
2068
|
-
},
|
|
2069
|
-
"node_modules/@heroku/functions-core/node_modules/shebang-regex": {
|
|
2070
|
-
"version": "3.0.0",
|
|
2071
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
2072
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
2073
|
-
"license": "MIT",
|
|
2074
|
-
"engines": {
|
|
2075
|
-
"node": ">=8"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
"node_modules/@heroku/functions-core/node_modules/string-width": {
|
|
2079
|
-
"version": "2.1.1",
|
|
2080
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
2081
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
2082
|
-
"license": "MIT",
|
|
2083
|
-
"dependencies": {
|
|
2084
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
2085
|
-
"strip-ansi": "^4.0.0"
|
|
2086
|
-
},
|
|
2087
|
-
"engines": {
|
|
2088
|
-
"node": ">=4"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"node_modules/@heroku/functions-core/node_modules/string-width/node_modules/strip-ansi": {
|
|
2092
|
-
"version": "4.0.0",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
2094
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
2095
|
-
"license": "MIT",
|
|
2096
|
-
"dependencies": {
|
|
2097
|
-
"ansi-regex": "^3.0.0"
|
|
2098
|
-
},
|
|
2099
|
-
"engines": {
|
|
2100
|
-
"node": ">=4"
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
|
-
"node_modules/@heroku/functions-core/node_modules/to-regex-range": {
|
|
2104
|
-
"version": "2.1.1",
|
|
2105
|
-
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
|
|
2106
|
-
"integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
|
|
2107
|
-
"license": "MIT",
|
|
2108
|
-
"dependencies": {
|
|
2109
|
-
"is-number": "^3.0.0",
|
|
2110
|
-
"repeat-string": "^1.6.1"
|
|
2111
|
-
},
|
|
2112
|
-
"engines": {
|
|
2113
|
-
"node": ">=0.10.0"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
"node_modules/@heroku/functions-core/node_modules/tslib": {
|
|
2117
|
-
"version": "1.14.1",
|
|
2118
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
2119
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
2120
|
-
"license": "0BSD"
|
|
2121
|
-
},
|
|
2122
|
-
"node_modules/@heroku/functions-core/node_modules/type-fest": {
|
|
2123
|
-
"version": "0.21.3",
|
|
2124
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
2125
|
-
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
2126
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2127
|
-
"engines": {
|
|
2128
|
-
"node": ">=10"
|
|
2129
|
-
},
|
|
2130
|
-
"funding": {
|
|
2131
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2132
|
-
}
|
|
2133
|
-
},
|
|
2134
|
-
"node_modules/@heroku/functions-core/node_modules/untildify": {
|
|
2135
|
-
"version": "4.0.0",
|
|
2136
|
-
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
|
|
2137
|
-
"integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
|
|
2138
|
-
"license": "MIT",
|
|
2139
|
-
"engines": {
|
|
2140
|
-
"node": ">=8"
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-environment": {
|
|
2144
|
-
"version": "3.3.0",
|
|
2145
|
-
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.3.0.tgz",
|
|
2146
|
-
"integrity": "sha512-2OV2hgRoLjkQrtNIfaTejinMHR5yjJ4DF/aG1Le/qnzHRAsE6gfFm9YL2Sq5FW5l16XSmt7BCMQlcDVyPTxpSg==",
|
|
2147
|
-
"license": "BSD-2-Clause",
|
|
2148
|
-
"dependencies": {
|
|
2149
|
-
"@npmcli/arborist": "^2.2.2",
|
|
2150
|
-
"are-we-there-yet": "^1.1.5",
|
|
2151
|
-
"arrify": "^2.0.1",
|
|
2152
|
-
"binaryextensions": "^4.15.0",
|
|
2153
|
-
"chalk": "^4.1.0",
|
|
2154
|
-
"cli-table": "^0.3.1",
|
|
2155
|
-
"commander": "7.1.0",
|
|
2156
|
-
"dateformat": "^4.5.0",
|
|
2157
|
-
"debug": "^4.1.1",
|
|
2158
|
-
"diff": "^5.0.0",
|
|
2159
|
-
"error": "^10.4.0",
|
|
2160
|
-
"escape-string-regexp": "^4.0.0",
|
|
2161
|
-
"execa": "^5.0.0",
|
|
2162
|
-
"find-up": "^5.0.0",
|
|
2163
|
-
"globby": "^11.0.1",
|
|
2164
|
-
"grouped-queue": "^2.0.0",
|
|
2165
|
-
"inquirer": "^8.0.0",
|
|
2166
|
-
"is-scoped": "^2.1.0",
|
|
2167
|
-
"lodash": "^4.17.10",
|
|
2168
|
-
"log-symbols": "^4.0.0",
|
|
2169
|
-
"mem-fs": "^1.2.0 || ^2.0.0",
|
|
2170
|
-
"mem-fs-editor": "^8.1.2 || ^9.0.0",
|
|
2171
|
-
"minimatch": "^3.0.4",
|
|
2172
|
-
"npmlog": "^4.1.2",
|
|
2173
|
-
"p-queue": "^6.6.2",
|
|
2174
|
-
"pacote": "^11.2.6",
|
|
2175
|
-
"preferred-pm": "^3.0.3",
|
|
2176
|
-
"pretty-bytes": "^5.3.0",
|
|
2177
|
-
"semver": "^7.1.3",
|
|
2178
|
-
"slash": "^3.0.0",
|
|
2179
|
-
"strip-ansi": "^6.0.0",
|
|
2180
|
-
"text-table": "^0.2.0",
|
|
2181
|
-
"textextensions": "^5.12.0",
|
|
2182
|
-
"untildify": "^4.0.0"
|
|
2183
|
-
},
|
|
2184
|
-
"bin": {
|
|
2185
|
-
"yoe": "cli/index.js"
|
|
2186
|
-
},
|
|
2187
|
-
"engines": {
|
|
2188
|
-
"node": ">=12.10.0"
|
|
2189
|
-
},
|
|
2190
|
-
"peerDependencies": {
|
|
2191
|
-
"mem-fs": "^1.2.0 || ^2.0.0",
|
|
2192
|
-
"mem-fs-editor": "^8.1.2 || ^9.0.0"
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator": {
|
|
2196
|
-
"version": "4.0.1",
|
|
2197
|
-
"resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-4.0.1.tgz",
|
|
2198
|
-
"integrity": "sha512-QFSHcJHfDwqNdcr5RPSCPLnRzVpPuDWb6By2Uz77YByqBqvR/r9QGBucCl58hs5QJl4NFgLFgIHZoNDCJP1byA==",
|
|
2199
|
-
"license": "BSD-2-Clause",
|
|
2200
|
-
"dependencies": {
|
|
2201
|
-
"async": "^2.6.2",
|
|
2202
|
-
"chalk": "^2.4.2",
|
|
2203
|
-
"cli-table": "^0.3.1",
|
|
2204
|
-
"cross-spawn": "^6.0.5",
|
|
2205
|
-
"dargs": "^6.1.0",
|
|
2206
|
-
"dateformat": "^3.0.3",
|
|
2207
|
-
"debug": "^4.1.1",
|
|
2208
|
-
"detect-conflict": "^1.0.0",
|
|
2209
|
-
"error": "^7.0.2",
|
|
2210
|
-
"find-up": "^3.0.0",
|
|
2211
|
-
"github-username": "^3.0.0",
|
|
2212
|
-
"istextorbinary": "^2.5.1",
|
|
2213
|
-
"lodash": "^4.17.11",
|
|
2214
|
-
"make-dir": "^3.0.0",
|
|
2215
|
-
"mem-fs-editor": "^6.0.0",
|
|
2216
|
-
"minimist": "^1.2.0",
|
|
2217
|
-
"pretty-bytes": "^5.2.0",
|
|
2218
|
-
"read-chunk": "^3.2.0",
|
|
2219
|
-
"read-pkg-up": "^5.0.0",
|
|
2220
|
-
"rimraf": "^2.6.3",
|
|
2221
|
-
"run-async": "^2.0.0",
|
|
2222
|
-
"shelljs": "^0.8.3",
|
|
2223
|
-
"text-table": "^0.2.0",
|
|
2224
|
-
"through2": "^3.0.1",
|
|
2225
|
-
"yeoman-environment": "^2.3.4"
|
|
2226
|
-
},
|
|
2227
|
-
"engines": {
|
|
2228
|
-
"node": ">=6"
|
|
2229
|
-
}
|
|
2230
|
-
},
|
|
2231
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/ansi-escapes": {
|
|
2232
|
-
"version": "4.3.2",
|
|
2233
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
2234
|
-
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
|
|
2235
|
-
"license": "MIT",
|
|
2236
|
-
"dependencies": {
|
|
2237
|
-
"type-fest": "^0.21.3"
|
|
2238
|
-
},
|
|
2239
|
-
"engines": {
|
|
2240
|
-
"node": ">=8"
|
|
2241
|
-
},
|
|
2242
|
-
"funding": {
|
|
2243
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2244
|
-
}
|
|
2245
|
-
},
|
|
2246
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/array-union": {
|
|
2247
|
-
"version": "1.0.2",
|
|
2248
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
2249
|
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
|
2250
|
-
"license": "MIT",
|
|
2251
|
-
"dependencies": {
|
|
2252
|
-
"array-uniq": "^1.0.1"
|
|
2253
|
-
},
|
|
2254
|
-
"engines": {
|
|
2255
|
-
"node": ">=0.10.0"
|
|
2256
|
-
}
|
|
2257
|
-
},
|
|
2258
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/chalk": {
|
|
2259
|
-
"version": "2.4.2",
|
|
2260
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
2261
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
2262
|
-
"license": "MIT",
|
|
2263
|
-
"dependencies": {
|
|
2264
|
-
"ansi-styles": "^3.2.1",
|
|
2265
|
-
"escape-string-regexp": "^1.0.5",
|
|
2266
|
-
"supports-color": "^5.3.0"
|
|
2267
|
-
},
|
|
2268
|
-
"engines": {
|
|
2269
|
-
"node": ">=4"
|
|
2270
|
-
}
|
|
2271
|
-
},
|
|
2272
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/cli-cursor": {
|
|
2273
|
-
"version": "3.1.0",
|
|
2274
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
2275
|
-
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
2276
|
-
"license": "MIT",
|
|
2277
|
-
"dependencies": {
|
|
2278
|
-
"restore-cursor": "^3.1.0"
|
|
2279
|
-
},
|
|
2280
|
-
"engines": {
|
|
2281
|
-
"node": ">=8"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/cli-width": {
|
|
2285
|
-
"version": "3.0.0",
|
|
2286
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
2287
|
-
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
2288
|
-
"license": "ISC",
|
|
2289
|
-
"engines": {
|
|
2290
|
-
"node": ">= 10"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/color-convert": {
|
|
2294
|
-
"version": "2.0.1",
|
|
2295
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
2296
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2297
|
-
"license": "MIT",
|
|
2298
|
-
"dependencies": {
|
|
2299
|
-
"color-name": "~1.1.4"
|
|
2300
|
-
},
|
|
2301
|
-
"engines": {
|
|
2302
|
-
"node": ">=7.0.0"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/color-name": {
|
|
2306
|
-
"version": "1.1.4",
|
|
2307
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2308
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2309
|
-
"license": "MIT"
|
|
2310
|
-
},
|
|
2311
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/dateformat": {
|
|
2312
|
-
"version": "3.0.3",
|
|
2313
|
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
|
2314
|
-
"integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==",
|
|
2315
|
-
"license": "MIT",
|
|
2316
|
-
"engines": {
|
|
2317
|
-
"node": "*"
|
|
2318
|
-
}
|
|
2319
|
-
},
|
|
2320
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/diff": {
|
|
2321
|
-
"version": "3.5.0",
|
|
2322
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
|
|
2323
|
-
"integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
|
|
2324
|
-
"license": "BSD-3-Clause",
|
|
2325
|
-
"engines": {
|
|
2326
|
-
"node": ">=0.3.1"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/ejs": {
|
|
2330
|
-
"version": "2.7.4",
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
|
|
2332
|
-
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==",
|
|
2333
|
-
"hasInstallScript": true,
|
|
2334
|
-
"license": "Apache-2.0",
|
|
2335
|
-
"engines": {
|
|
2336
|
-
"node": ">=0.10.0"
|
|
2337
|
-
}
|
|
2338
|
-
},
|
|
2339
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/error": {
|
|
2340
|
-
"version": "7.2.1",
|
|
2341
|
-
"resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
|
|
2342
|
-
"integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
|
|
2343
|
-
"dependencies": {
|
|
2344
|
-
"string-template": "~0.2.1"
|
|
2345
|
-
}
|
|
2346
|
-
},
|
|
2347
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/escape-string-regexp": {
|
|
2348
|
-
"version": "1.0.5",
|
|
2349
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
2350
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
|
2351
|
-
"license": "MIT",
|
|
2352
|
-
"engines": {
|
|
2353
|
-
"node": ">=0.8.0"
|
|
2354
|
-
}
|
|
2355
|
-
},
|
|
2356
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/execa": {
|
|
2357
|
-
"version": "4.1.0",
|
|
2358
|
-
"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
|
|
2359
|
-
"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
|
|
2360
|
-
"license": "MIT",
|
|
2361
|
-
"dependencies": {
|
|
2362
|
-
"cross-spawn": "^7.0.0",
|
|
2363
|
-
"get-stream": "^5.0.0",
|
|
2364
|
-
"human-signals": "^1.1.1",
|
|
2365
|
-
"is-stream": "^2.0.0",
|
|
2366
|
-
"merge-stream": "^2.0.0",
|
|
2367
|
-
"npm-run-path": "^4.0.0",
|
|
2368
|
-
"onetime": "^5.1.0",
|
|
2369
|
-
"signal-exit": "^3.0.2",
|
|
2370
|
-
"strip-final-newline": "^2.0.0"
|
|
2371
|
-
},
|
|
2372
|
-
"engines": {
|
|
2373
|
-
"node": ">=10"
|
|
2374
|
-
},
|
|
2375
|
-
"funding": {
|
|
2376
|
-
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/execa/node_modules/cross-spawn": {
|
|
2380
|
-
"version": "7.0.3",
|
|
2381
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
2382
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
2383
|
-
"license": "MIT",
|
|
2384
|
-
"dependencies": {
|
|
2385
|
-
"path-key": "^3.1.0",
|
|
2386
|
-
"shebang-command": "^2.0.0",
|
|
2387
|
-
"which": "^2.0.1"
|
|
2388
|
-
},
|
|
2389
|
-
"engines": {
|
|
2390
|
-
"node": ">= 8"
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/figures": {
|
|
2394
|
-
"version": "3.2.0",
|
|
2395
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
2396
|
-
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
2397
|
-
"license": "MIT",
|
|
2398
|
-
"dependencies": {
|
|
2399
|
-
"escape-string-regexp": "^1.0.5"
|
|
2400
|
-
},
|
|
2401
|
-
"engines": {
|
|
2402
|
-
"node": ">=8"
|
|
2403
|
-
},
|
|
2404
|
-
"funding": {
|
|
2405
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/find-up": {
|
|
2409
|
-
"version": "3.0.0",
|
|
2410
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
2411
|
-
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
|
2412
|
-
"license": "MIT",
|
|
2413
|
-
"dependencies": {
|
|
2414
|
-
"locate-path": "^3.0.0"
|
|
2415
|
-
},
|
|
2416
|
-
"engines": {
|
|
2417
|
-
"node": ">=6"
|
|
2418
|
-
}
|
|
2419
|
-
},
|
|
2420
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/globby": {
|
|
2421
|
-
"version": "8.0.2",
|
|
2422
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
|
|
2423
|
-
"integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
|
|
2424
|
-
"license": "MIT",
|
|
2425
|
-
"dependencies": {
|
|
2426
|
-
"array-union": "^1.0.1",
|
|
2427
|
-
"dir-glob": "2.0.0",
|
|
2428
|
-
"fast-glob": "^2.0.2",
|
|
2429
|
-
"glob": "^7.1.2",
|
|
2430
|
-
"ignore": "^3.3.5",
|
|
2431
|
-
"pify": "^3.0.0",
|
|
2432
|
-
"slash": "^1.0.0"
|
|
2433
|
-
},
|
|
2434
|
-
"engines": {
|
|
2435
|
-
"node": ">=4"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/grouped-queue": {
|
|
2439
|
-
"version": "1.1.0",
|
|
2440
|
-
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-1.1.0.tgz",
|
|
2441
|
-
"integrity": "sha512-rZOFKfCqLhsu5VqjBjEWiwrYqJR07KxIkH4mLZlNlGDfntbb4FbMyGFP14TlvRPrU9S3Hnn/sgxbC5ZeN0no3Q==",
|
|
2442
|
-
"license": "MIT",
|
|
2443
|
-
"dependencies": {
|
|
2444
|
-
"lodash": "^4.17.15"
|
|
2445
|
-
}
|
|
2446
|
-
},
|
|
2447
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer": {
|
|
2448
|
-
"version": "7.3.3",
|
|
2449
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
2450
|
-
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
2451
|
-
"license": "MIT",
|
|
2452
|
-
"dependencies": {
|
|
2453
|
-
"ansi-escapes": "^4.2.1",
|
|
2454
|
-
"chalk": "^4.1.0",
|
|
2455
|
-
"cli-cursor": "^3.1.0",
|
|
2456
|
-
"cli-width": "^3.0.0",
|
|
2457
|
-
"external-editor": "^3.0.3",
|
|
2458
|
-
"figures": "^3.0.0",
|
|
2459
|
-
"lodash": "^4.17.19",
|
|
2460
|
-
"mute-stream": "0.0.8",
|
|
2461
|
-
"run-async": "^2.4.0",
|
|
2462
|
-
"rxjs": "^6.6.0",
|
|
2463
|
-
"string-width": "^4.1.0",
|
|
2464
|
-
"strip-ansi": "^6.0.0",
|
|
2465
|
-
"through": "^2.3.6"
|
|
2466
|
-
},
|
|
2467
|
-
"engines": {
|
|
2468
|
-
"node": ">=8.0.0"
|
|
2469
|
-
}
|
|
2470
|
-
},
|
|
2471
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer/node_modules/ansi-regex": {
|
|
2472
|
-
"version": "5.0.1",
|
|
2473
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
2474
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2475
|
-
"license": "MIT",
|
|
2476
|
-
"engines": {
|
|
2477
|
-
"node": ">=8"
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer/node_modules/ansi-styles": {
|
|
2481
|
-
"version": "4.3.0",
|
|
2482
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2483
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"dependencies": {
|
|
2486
|
-
"color-convert": "^2.0.1"
|
|
2487
|
-
},
|
|
2488
|
-
"engines": {
|
|
2489
|
-
"node": ">=8"
|
|
2490
|
-
},
|
|
2491
|
-
"funding": {
|
|
2492
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2493
|
-
}
|
|
2494
|
-
},
|
|
2495
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer/node_modules/chalk": {
|
|
2496
|
-
"version": "4.1.2",
|
|
2497
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2498
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2499
|
-
"license": "MIT",
|
|
2500
|
-
"dependencies": {
|
|
2501
|
-
"ansi-styles": "^4.1.0",
|
|
2502
|
-
"supports-color": "^7.1.0"
|
|
2503
|
-
},
|
|
2504
|
-
"engines": {
|
|
2505
|
-
"node": ">=10"
|
|
2506
|
-
},
|
|
2507
|
-
"funding": {
|
|
2508
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2509
|
-
}
|
|
2510
|
-
},
|
|
2511
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer/node_modules/strip-ansi": {
|
|
2512
|
-
"version": "6.0.1",
|
|
2513
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2514
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2515
|
-
"license": "MIT",
|
|
2516
|
-
"dependencies": {
|
|
2517
|
-
"ansi-regex": "^5.0.1"
|
|
2518
|
-
},
|
|
2519
|
-
"engines": {
|
|
2520
|
-
"node": ">=8"
|
|
2521
|
-
}
|
|
2522
|
-
},
|
|
2523
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/inquirer/node_modules/supports-color": {
|
|
2524
|
-
"version": "7.2.0",
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2526
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2527
|
-
"license": "MIT",
|
|
2528
|
-
"dependencies": {
|
|
2529
|
-
"has-flag": "^4.0.0"
|
|
2530
|
-
},
|
|
2531
|
-
"engines": {
|
|
2532
|
-
"node": ">=8"
|
|
2533
|
-
}
|
|
2534
|
-
},
|
|
2535
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/is-fullwidth-code-point": {
|
|
2536
|
-
"version": "3.0.0",
|
|
2537
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2538
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
2539
|
-
"license": "MIT",
|
|
2540
|
-
"engines": {
|
|
2541
|
-
"node": ">=8"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/is-scoped": {
|
|
2545
|
-
"version": "1.0.0",
|
|
2546
|
-
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
|
|
2547
|
-
"integrity": "sha1-RJypgpnnEwOCViieyytUDcQ3yzA=",
|
|
2548
|
-
"license": "MIT",
|
|
2549
|
-
"dependencies": {
|
|
2550
|
-
"scoped-regex": "^1.0.0"
|
|
2551
|
-
},
|
|
2552
|
-
"engines": {
|
|
2553
|
-
"node": ">=4"
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/locate-path": {
|
|
2557
|
-
"version": "3.0.0",
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
|
2559
|
-
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
|
2560
|
-
"license": "MIT",
|
|
2561
|
-
"dependencies": {
|
|
2562
|
-
"p-locate": "^3.0.0",
|
|
2563
|
-
"path-exists": "^3.0.0"
|
|
2564
|
-
},
|
|
2565
|
-
"engines": {
|
|
2566
|
-
"node": ">=6"
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/log-symbols": {
|
|
2570
|
-
"version": "2.2.0",
|
|
2571
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
|
|
2572
|
-
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
|
|
2573
|
-
"license": "MIT",
|
|
2574
|
-
"dependencies": {
|
|
2575
|
-
"chalk": "^2.0.1"
|
|
2576
|
-
},
|
|
2577
|
-
"engines": {
|
|
2578
|
-
"node": ">=4"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/mem-fs": {
|
|
2582
|
-
"version": "1.2.0",
|
|
2583
|
-
"resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.2.0.tgz",
|
|
2584
|
-
"integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==",
|
|
2585
|
-
"license": "MIT",
|
|
2586
|
-
"dependencies": {
|
|
2587
|
-
"through2": "^3.0.0",
|
|
2588
|
-
"vinyl": "^2.0.1",
|
|
2589
|
-
"vinyl-file": "^3.0.0"
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2592
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/mem-fs-editor": {
|
|
2593
|
-
"version": "6.0.0",
|
|
2594
|
-
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-6.0.0.tgz",
|
|
2595
|
-
"integrity": "sha512-e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==",
|
|
2596
|
-
"license": "MIT",
|
|
2597
|
-
"dependencies": {
|
|
2598
|
-
"commondir": "^1.0.1",
|
|
2599
|
-
"deep-extend": "^0.6.0",
|
|
2600
|
-
"ejs": "^2.6.1",
|
|
2601
|
-
"glob": "^7.1.4",
|
|
2602
|
-
"globby": "^9.2.0",
|
|
2603
|
-
"isbinaryfile": "^4.0.0",
|
|
2604
|
-
"mkdirp": "^0.5.0",
|
|
2605
|
-
"multimatch": "^4.0.0",
|
|
2606
|
-
"rimraf": "^2.6.3",
|
|
2607
|
-
"through2": "^3.0.1",
|
|
2608
|
-
"vinyl": "^2.2.0"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/mem-fs-editor/node_modules/dir-glob": {
|
|
2612
|
-
"version": "2.2.2",
|
|
2613
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz",
|
|
2614
|
-
"integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
|
|
1197
|
+
"node_modules/@heroku/functions-core/node_modules/array-union": {
|
|
1198
|
+
"version": "2.1.0",
|
|
1199
|
+
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
1200
|
+
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
2615
1201
|
"license": "MIT",
|
|
2616
|
-
"dependencies": {
|
|
2617
|
-
"path-type": "^3.0.0"
|
|
2618
|
-
},
|
|
2619
1202
|
"engines": {
|
|
2620
|
-
"node": ">=
|
|
1203
|
+
"node": ">=8"
|
|
2621
1204
|
}
|
|
2622
1205
|
},
|
|
2623
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2624
|
-
"version": "
|
|
2625
|
-
"resolved": "https://registry.npmjs.org/
|
|
2626
|
-
"integrity": "sha512-
|
|
1206
|
+
"node_modules/@heroku/functions-core/node_modules/arrify": {
|
|
1207
|
+
"version": "2.0.1",
|
|
1208
|
+
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
|
|
1209
|
+
"integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
|
|
2627
1210
|
"license": "MIT",
|
|
2628
|
-
"dependencies": {
|
|
2629
|
-
"@types/glob": "^7.1.1",
|
|
2630
|
-
"array-union": "^1.0.2",
|
|
2631
|
-
"dir-glob": "^2.2.2",
|
|
2632
|
-
"fast-glob": "^2.2.6",
|
|
2633
|
-
"glob": "^7.1.3",
|
|
2634
|
-
"ignore": "^4.0.3",
|
|
2635
|
-
"pify": "^4.0.1",
|
|
2636
|
-
"slash": "^2.0.0"
|
|
2637
|
-
},
|
|
2638
1211
|
"engines": {
|
|
2639
|
-
"node": ">=
|
|
1212
|
+
"node": ">=8"
|
|
2640
1213
|
}
|
|
2641
1214
|
},
|
|
2642
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2643
|
-
"version": "
|
|
2644
|
-
"resolved": "https://registry.npmjs.org/
|
|
2645
|
-
"integrity": "sha512-
|
|
1215
|
+
"node_modules/@heroku/functions-core/node_modules/commander": {
|
|
1216
|
+
"version": "7.1.0",
|
|
1217
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
|
|
1218
|
+
"integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
|
|
2646
1219
|
"license": "MIT",
|
|
2647
1220
|
"engines": {
|
|
2648
|
-
"node": ">=
|
|
1221
|
+
"node": ">= 10"
|
|
2649
1222
|
}
|
|
2650
1223
|
},
|
|
2651
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2652
|
-
"version": "4.
|
|
2653
|
-
"resolved": "https://registry.npmjs.org/
|
|
2654
|
-
"integrity": "sha512-
|
|
1224
|
+
"node_modules/@heroku/functions-core/node_modules/dateformat": {
|
|
1225
|
+
"version": "4.6.3",
|
|
1226
|
+
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
|
1227
|
+
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
|
2655
1228
|
"license": "MIT",
|
|
2656
1229
|
"engines": {
|
|
2657
|
-
"node": "
|
|
1230
|
+
"node": "*"
|
|
2658
1231
|
}
|
|
2659
1232
|
},
|
|
2660
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2661
|
-
"version": "
|
|
2662
|
-
"resolved": "https://registry.npmjs.org/
|
|
2663
|
-
"integrity": "sha512
|
|
2664
|
-
"license": "
|
|
1233
|
+
"node_modules/@heroku/functions-core/node_modules/diff": {
|
|
1234
|
+
"version": "5.0.0",
|
|
1235
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
1236
|
+
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
|
|
1237
|
+
"license": "BSD-3-Clause",
|
|
2665
1238
|
"engines": {
|
|
2666
|
-
"node": ">=
|
|
1239
|
+
"node": ">=0.3.1"
|
|
2667
1240
|
}
|
|
2668
1241
|
},
|
|
2669
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2670
|
-
"version": "4.0
|
|
2671
|
-
"resolved": "https://registry.npmjs.org/
|
|
2672
|
-
"integrity": "sha512-
|
|
2673
|
-
"license": "MIT",
|
|
2674
|
-
"dependencies": {
|
|
2675
|
-
"@types/minimatch": "^3.0.3",
|
|
2676
|
-
"array-differ": "^3.0.0",
|
|
2677
|
-
"array-union": "^2.1.0",
|
|
2678
|
-
"arrify": "^2.0.1",
|
|
2679
|
-
"minimatch": "^3.0.4"
|
|
2680
|
-
},
|
|
2681
|
-
"engines": {
|
|
2682
|
-
"node": ">=8"
|
|
2683
|
-
}
|
|
1242
|
+
"node_modules/@heroku/functions-core/node_modules/error": {
|
|
1243
|
+
"version": "10.4.0",
|
|
1244
|
+
"resolved": "https://registry.npmjs.org/error/-/error-10.4.0.tgz",
|
|
1245
|
+
"integrity": "sha512-YxIFEJuhgcICugOUvRx5th0UM+ActZ9sjY0QJmeVwsQdvosZ7kYzc9QqS0Da3R5iUmgU5meGIxh0xBeZpMVeLw=="
|
|
2684
1246
|
},
|
|
2685
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2686
|
-
"version": "
|
|
2687
|
-
"resolved": "https://registry.npmjs.org/
|
|
2688
|
-
"integrity": "sha512-
|
|
1247
|
+
"node_modules/@heroku/functions-core/node_modules/escape-string-regexp": {
|
|
1248
|
+
"version": "4.0.0",
|
|
1249
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
1250
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2689
1251
|
"license": "MIT",
|
|
2690
1252
|
"engines": {
|
|
2691
|
-
"node": ">=
|
|
1253
|
+
"node": ">=10"
|
|
1254
|
+
},
|
|
1255
|
+
"funding": {
|
|
1256
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2692
1257
|
}
|
|
2693
1258
|
},
|
|
2694
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2695
|
-
"version": "0.0
|
|
2696
|
-
"resolved": "https://registry.npmjs.org/
|
|
2697
|
-
"integrity": "sha512-
|
|
2698
|
-
"license": "ISC"
|
|
2699
|
-
},
|
|
2700
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/p-limit": {
|
|
2701
|
-
"version": "2.3.0",
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
2703
|
-
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
1259
|
+
"node_modules/@heroku/functions-core/node_modules/find-up": {
|
|
1260
|
+
"version": "5.0.0",
|
|
1261
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
1262
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
2704
1263
|
"license": "MIT",
|
|
2705
1264
|
"dependencies": {
|
|
2706
|
-
"
|
|
1265
|
+
"locate-path": "^6.0.0",
|
|
1266
|
+
"path-exists": "^4.0.0"
|
|
2707
1267
|
},
|
|
2708
1268
|
"engines": {
|
|
2709
|
-
"node": ">=
|
|
1269
|
+
"node": ">=10"
|
|
2710
1270
|
},
|
|
2711
1271
|
"funding": {
|
|
2712
1272
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2713
1273
|
}
|
|
2714
1274
|
},
|
|
2715
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2716
|
-
"version": "
|
|
2717
|
-
"resolved": "https://registry.npmjs.org/
|
|
2718
|
-
"integrity": "sha512
|
|
2719
|
-
"license": "
|
|
1275
|
+
"node_modules/@heroku/functions-core/node_modules/global-agent": {
|
|
1276
|
+
"version": "2.2.0",
|
|
1277
|
+
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz",
|
|
1278
|
+
"integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==",
|
|
1279
|
+
"license": "BSD-3-Clause",
|
|
2720
1280
|
"dependencies": {
|
|
2721
|
-
"
|
|
1281
|
+
"boolean": "^3.0.1",
|
|
1282
|
+
"core-js": "^3.6.5",
|
|
1283
|
+
"es6-error": "^4.1.1",
|
|
1284
|
+
"matcher": "^3.0.0",
|
|
1285
|
+
"roarr": "^2.15.3",
|
|
1286
|
+
"semver": "^7.3.2",
|
|
1287
|
+
"serialize-error": "^7.0.1"
|
|
2722
1288
|
},
|
|
2723
1289
|
"engines": {
|
|
2724
|
-
"node": ">=
|
|
1290
|
+
"node": ">=10.0"
|
|
2725
1291
|
}
|
|
2726
1292
|
},
|
|
2727
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2728
|
-
"version": "
|
|
2729
|
-
"resolved": "https://registry.npmjs.org/
|
|
2730
|
-
"integrity": "
|
|
1293
|
+
"node_modules/@heroku/functions-core/node_modules/grouped-queue": {
|
|
1294
|
+
"version": "2.0.0",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-2.0.0.tgz",
|
|
1296
|
+
"integrity": "sha512-/PiFUa7WIsl48dUeCvhIHnwNmAAzlI/eHoJl0vu3nsFA366JleY7Ff8EVTplZu5kO0MIdZjKTTnzItL61ahbnw==",
|
|
2731
1297
|
"license": "MIT",
|
|
2732
1298
|
"engines": {
|
|
2733
|
-
"node": ">=
|
|
1299
|
+
"node": ">=8.0.0"
|
|
2734
1300
|
}
|
|
2735
1301
|
},
|
|
2736
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2737
|
-
"version": "
|
|
2738
|
-
"resolved": "https://registry.npmjs.org/
|
|
2739
|
-
"integrity": "sha512-
|
|
1302
|
+
"node_modules/@heroku/functions-core/node_modules/is-scoped": {
|
|
1303
|
+
"version": "2.1.0",
|
|
1304
|
+
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-2.1.0.tgz",
|
|
1305
|
+
"integrity": "sha512-Cv4OpPTHAK9kHYzkzCrof3VJh7H/PrG2MBUMvvJebaaUMbqhm0YAtXnvh0I3Hnj2tMZWwrRROWLSgfJrKqWmlQ==",
|
|
2740
1306
|
"license": "MIT",
|
|
2741
1307
|
"dependencies": {
|
|
2742
|
-
"
|
|
2743
|
-
"signal-exit": "^3.0.2"
|
|
1308
|
+
"scoped-regex": "^2.0.0"
|
|
2744
1309
|
},
|
|
2745
1310
|
"engines": {
|
|
2746
1311
|
"node": ">=8"
|
|
2747
1312
|
}
|
|
2748
1313
|
},
|
|
2749
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2750
|
-
"version": "
|
|
2751
|
-
"resolved": "https://registry.npmjs.org/
|
|
2752
|
-
"integrity": "
|
|
2753
|
-
"license": "MIT",
|
|
2754
|
-
"engines": {
|
|
2755
|
-
"node": ">=4"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/slash": {
|
|
2759
|
-
"version": "1.0.0",
|
|
2760
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
|
2761
|
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
|
|
2762
|
-
"license": "MIT",
|
|
2763
|
-
"engines": {
|
|
2764
|
-
"node": ">=0.10.0"
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/string-width": {
|
|
2768
|
-
"version": "4.2.3",
|
|
2769
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
2770
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1314
|
+
"node_modules/@heroku/functions-core/node_modules/locate-path": {
|
|
1315
|
+
"version": "6.0.0",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
1317
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
2771
1318
|
"license": "MIT",
|
|
2772
1319
|
"dependencies": {
|
|
2773
|
-
"
|
|
2774
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
2775
|
-
"strip-ansi": "^6.0.1"
|
|
1320
|
+
"p-locate": "^5.0.0"
|
|
2776
1321
|
},
|
|
2777
1322
|
"engines": {
|
|
2778
|
-
"node": ">=
|
|
2779
|
-
}
|
|
2780
|
-
},
|
|
2781
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/string-width/node_modules/ansi-regex": {
|
|
2782
|
-
"version": "5.0.1",
|
|
2783
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
2784
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2785
|
-
"license": "MIT",
|
|
2786
|
-
"engines": {
|
|
2787
|
-
"node": ">=8"
|
|
2788
|
-
}
|
|
2789
|
-
},
|
|
2790
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/string-width/node_modules/strip-ansi": {
|
|
2791
|
-
"version": "6.0.1",
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2793
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2794
|
-
"license": "MIT",
|
|
2795
|
-
"dependencies": {
|
|
2796
|
-
"ansi-regex": "^5.0.1"
|
|
1323
|
+
"node": ">=10"
|
|
2797
1324
|
},
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
1325
|
+
"funding": {
|
|
1326
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2800
1327
|
}
|
|
2801
1328
|
},
|
|
2802
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2803
|
-
"version": "
|
|
2804
|
-
"resolved": "https://registry.npmjs.org/
|
|
2805
|
-
"integrity": "
|
|
1329
|
+
"node_modules/@heroku/functions-core/node_modules/mem-fs-editor": {
|
|
1330
|
+
"version": "9.3.0",
|
|
1331
|
+
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-9.3.0.tgz",
|
|
1332
|
+
"integrity": "sha512-QKFbPwGCh1ypmc2H8BUYpbapwT/x2AOCYZQogzSui4rUNes7WVMagQXsirPIfp18EarX0SSY9Fpg426nSjew4Q==",
|
|
2806
1333
|
"license": "MIT",
|
|
2807
1334
|
"dependencies": {
|
|
2808
|
-
"
|
|
1335
|
+
"binaryextensions": "^4.16.0",
|
|
1336
|
+
"commondir": "^1.0.1",
|
|
1337
|
+
"deep-extend": "^0.6.0",
|
|
1338
|
+
"ejs": "^3.1.6",
|
|
1339
|
+
"globby": "^11.0.3",
|
|
1340
|
+
"isbinaryfile": "^4.0.8",
|
|
1341
|
+
"minimatch": "^3.0.4",
|
|
1342
|
+
"multimatch": "^5.0.0",
|
|
1343
|
+
"normalize-path": "^3.0.0",
|
|
1344
|
+
"textextensions": "^5.13.0"
|
|
2809
1345
|
},
|
|
2810
1346
|
"engines": {
|
|
2811
|
-
"node": ">=
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
"
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
"node": ">=4"
|
|
2821
|
-
}
|
|
2822
|
-
},
|
|
2823
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/yeoman-environment": {
|
|
2824
|
-
"version": "2.10.3",
|
|
2825
|
-
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.3.tgz",
|
|
2826
|
-
"integrity": "sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==",
|
|
2827
|
-
"license": "BSD-2-Clause",
|
|
2828
|
-
"dependencies": {
|
|
2829
|
-
"chalk": "^2.4.1",
|
|
2830
|
-
"debug": "^3.1.0",
|
|
2831
|
-
"diff": "^3.5.0",
|
|
2832
|
-
"escape-string-regexp": "^1.0.2",
|
|
2833
|
-
"execa": "^4.0.0",
|
|
2834
|
-
"globby": "^8.0.1",
|
|
2835
|
-
"grouped-queue": "^1.1.0",
|
|
2836
|
-
"inquirer": "^7.1.0",
|
|
2837
|
-
"is-scoped": "^1.0.0",
|
|
2838
|
-
"lodash": "^4.17.10",
|
|
2839
|
-
"log-symbols": "^2.2.0",
|
|
2840
|
-
"mem-fs": "^1.1.0",
|
|
2841
|
-
"mem-fs-editor": "^6.0.0",
|
|
2842
|
-
"npm-api": "^1.0.0",
|
|
2843
|
-
"semver": "^7.1.3",
|
|
2844
|
-
"strip-ansi": "^4.0.0",
|
|
2845
|
-
"text-table": "^0.2.0",
|
|
2846
|
-
"untildify": "^3.0.3",
|
|
2847
|
-
"yeoman-generator": "^4.8.2"
|
|
1347
|
+
"node": ">=12.10.0"
|
|
1348
|
+
},
|
|
1349
|
+
"peerDependencies": {
|
|
1350
|
+
"mem-fs": "^2.1.0"
|
|
1351
|
+
},
|
|
1352
|
+
"peerDependenciesMeta": {
|
|
1353
|
+
"mem-fs": {
|
|
1354
|
+
"optional": true
|
|
1355
|
+
}
|
|
2848
1356
|
}
|
|
2849
1357
|
},
|
|
2850
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2851
|
-
"version": "
|
|
2852
|
-
"resolved": "https://registry.npmjs.org/
|
|
2853
|
-
"integrity": "sha512-
|
|
1358
|
+
"node_modules/@heroku/functions-core/node_modules/multimatch": {
|
|
1359
|
+
"version": "5.0.0",
|
|
1360
|
+
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
1361
|
+
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
2854
1362
|
"license": "MIT",
|
|
2855
1363
|
"dependencies": {
|
|
2856
|
-
"
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
"resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-4.13.0.tgz",
|
|
2862
|
-
"integrity": "sha512-f2/5N5IR3M2Ozm+QocvZQudlQITv2DwI6Mcxfy7R7gTTzaKgvUpgo/pQMJ+WQKm0KN0YMWCFOZpj0xFGxevc1w==",
|
|
2863
|
-
"license": "BSD-2-Clause",
|
|
2864
|
-
"dependencies": {
|
|
2865
|
-
"async": "^2.6.2",
|
|
2866
|
-
"chalk": "^2.4.2",
|
|
2867
|
-
"cli-table": "^0.3.1",
|
|
2868
|
-
"cross-spawn": "^6.0.5",
|
|
2869
|
-
"dargs": "^6.1.0",
|
|
2870
|
-
"dateformat": "^3.0.3",
|
|
2871
|
-
"debug": "^4.1.1",
|
|
2872
|
-
"diff": "^4.0.1",
|
|
2873
|
-
"error": "^7.0.2",
|
|
2874
|
-
"find-up": "^3.0.0",
|
|
2875
|
-
"github-username": "^3.0.0",
|
|
2876
|
-
"istextorbinary": "^2.5.1",
|
|
2877
|
-
"lodash": "^4.17.11",
|
|
2878
|
-
"make-dir": "^3.0.0",
|
|
2879
|
-
"mem-fs-editor": "^7.0.1",
|
|
2880
|
-
"minimist": "^1.2.5",
|
|
2881
|
-
"pretty-bytes": "^5.2.0",
|
|
2882
|
-
"read-chunk": "^3.2.0",
|
|
2883
|
-
"read-pkg-up": "^5.0.0",
|
|
2884
|
-
"rimraf": "^2.6.3",
|
|
2885
|
-
"run-async": "^2.0.0",
|
|
2886
|
-
"semver": "^7.2.1",
|
|
2887
|
-
"shelljs": "^0.8.4",
|
|
2888
|
-
"text-table": "^0.2.0",
|
|
2889
|
-
"through2": "^3.0.1"
|
|
1364
|
+
"@types/minimatch": "^3.0.3",
|
|
1365
|
+
"array-differ": "^3.0.0",
|
|
1366
|
+
"array-union": "^2.1.0",
|
|
1367
|
+
"arrify": "^2.0.1",
|
|
1368
|
+
"minimatch": "^3.0.4"
|
|
2890
1369
|
},
|
|
2891
1370
|
"engines": {
|
|
2892
1371
|
"node": ">=10"
|
|
2893
1372
|
},
|
|
2894
|
-
"
|
|
2895
|
-
"
|
|
2896
|
-
"yeoman-environment": "^2.9.5"
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/yeoman-generator/node_modules/diff": {
|
|
2900
|
-
"version": "4.0.2",
|
|
2901
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
2902
|
-
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
2903
|
-
"license": "BSD-3-Clause",
|
|
2904
|
-
"engines": {
|
|
2905
|
-
"node": ">=0.3.1"
|
|
1373
|
+
"funding": {
|
|
1374
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2906
1375
|
}
|
|
2907
1376
|
},
|
|
2908
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2909
|
-
"version": "
|
|
2910
|
-
"resolved": "https://registry.npmjs.org/
|
|
2911
|
-
"integrity": "sha512-
|
|
1377
|
+
"node_modules/@heroku/functions-core/node_modules/p-limit": {
|
|
1378
|
+
"version": "3.1.0",
|
|
1379
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1380
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
2912
1381
|
"license": "MIT",
|
|
2913
1382
|
"dependencies": {
|
|
2914
|
-
"
|
|
1383
|
+
"yocto-queue": "^0.1.0"
|
|
2915
1384
|
},
|
|
2916
1385
|
"engines": {
|
|
2917
|
-
"node": ">=
|
|
2918
|
-
}
|
|
2919
|
-
},
|
|
2920
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/yeoman-generator/node_modules/ejs": {
|
|
2921
|
-
"version": "3.1.6",
|
|
2922
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
|
|
2923
|
-
"integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
|
|
2924
|
-
"license": "Apache-2.0",
|
|
2925
|
-
"dependencies": {
|
|
2926
|
-
"jake": "^10.6.1"
|
|
2927
|
-
},
|
|
2928
|
-
"bin": {
|
|
2929
|
-
"ejs": "bin/cli.js"
|
|
1386
|
+
"node": ">=10"
|
|
2930
1387
|
},
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
1388
|
+
"funding": {
|
|
1389
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2933
1390
|
}
|
|
2934
1391
|
},
|
|
2935
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2936
|
-
"version": "
|
|
2937
|
-
"resolved": "https://registry.npmjs.org/
|
|
2938
|
-
"integrity": "sha512-
|
|
1392
|
+
"node_modules/@heroku/functions-core/node_modules/p-locate": {
|
|
1393
|
+
"version": "5.0.0",
|
|
1394
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
1395
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
2939
1396
|
"license": "MIT",
|
|
2940
1397
|
"dependencies": {
|
|
2941
|
-
"
|
|
2942
|
-
"array-union": "^1.0.2",
|
|
2943
|
-
"dir-glob": "^2.2.2",
|
|
2944
|
-
"fast-glob": "^2.2.6",
|
|
2945
|
-
"glob": "^7.1.3",
|
|
2946
|
-
"ignore": "^4.0.3",
|
|
2947
|
-
"pify": "^4.0.1",
|
|
2948
|
-
"slash": "^2.0.0"
|
|
1398
|
+
"p-limit": "^3.0.2"
|
|
2949
1399
|
},
|
|
2950
1400
|
"engines": {
|
|
2951
|
-
"node": ">=
|
|
1401
|
+
"node": ">=10"
|
|
1402
|
+
},
|
|
1403
|
+
"funding": {
|
|
1404
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2952
1405
|
}
|
|
2953
1406
|
},
|
|
2954
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2955
|
-
"version": "
|
|
2956
|
-
"resolved": "https://registry.npmjs.org/
|
|
2957
|
-
"integrity": "sha512-
|
|
1407
|
+
"node_modules/@heroku/functions-core/node_modules/scoped-regex": {
|
|
1408
|
+
"version": "2.1.0",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz",
|
|
1410
|
+
"integrity": "sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==",
|
|
2958
1411
|
"license": "MIT",
|
|
2959
1412
|
"engines": {
|
|
2960
|
-
"node": ">=
|
|
1413
|
+
"node": ">=8"
|
|
2961
1414
|
}
|
|
2962
1415
|
},
|
|
2963
|
-
"node_modules/@heroku/functions-core/node_modules/
|
|
2964
|
-
"version": "
|
|
2965
|
-
"resolved": "https://registry.npmjs.org/
|
|
2966
|
-
"integrity": "sha512-
|
|
1416
|
+
"node_modules/@heroku/functions-core/node_modules/untildify": {
|
|
1417
|
+
"version": "4.0.0",
|
|
1418
|
+
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
|
|
1419
|
+
"integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
|
|
2967
1420
|
"license": "MIT",
|
|
2968
|
-
"dependencies": {
|
|
2969
|
-
"commondir": "^1.0.1",
|
|
2970
|
-
"deep-extend": "^0.6.0",
|
|
2971
|
-
"ejs": "^3.1.5",
|
|
2972
|
-
"glob": "^7.1.4",
|
|
2973
|
-
"globby": "^9.2.0",
|
|
2974
|
-
"isbinaryfile": "^4.0.0",
|
|
2975
|
-
"mkdirp": "^1.0.0",
|
|
2976
|
-
"multimatch": "^4.0.0",
|
|
2977
|
-
"rimraf": "^3.0.0",
|
|
2978
|
-
"through2": "^3.0.2",
|
|
2979
|
-
"vinyl": "^2.2.1"
|
|
2980
|
-
},
|
|
2981
1421
|
"engines": {
|
|
2982
|
-
"node": ">=
|
|
1422
|
+
"node": ">=8"
|
|
2983
1423
|
}
|
|
2984
1424
|
},
|
|
2985
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-
|
|
2986
|
-
"version": "3.0
|
|
2987
|
-
"resolved": "https://registry.npmjs.org/
|
|
2988
|
-
"integrity": "sha512-
|
|
2989
|
-
"license": "
|
|
1425
|
+
"node_modules/@heroku/functions-core/node_modules/yeoman-environment": {
|
|
1426
|
+
"version": "3.3.0",
|
|
1427
|
+
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.3.0.tgz",
|
|
1428
|
+
"integrity": "sha512-2OV2hgRoLjkQrtNIfaTejinMHR5yjJ4DF/aG1Le/qnzHRAsE6gfFm9YL2Sq5FW5l16XSmt7BCMQlcDVyPTxpSg==",
|
|
1429
|
+
"license": "BSD-2-Clause",
|
|
2990
1430
|
"dependencies": {
|
|
2991
|
-
"
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
"
|
|
1431
|
+
"@npmcli/arborist": "^2.2.2",
|
|
1432
|
+
"are-we-there-yet": "^1.1.5",
|
|
1433
|
+
"arrify": "^2.0.1",
|
|
1434
|
+
"binaryextensions": "^4.15.0",
|
|
1435
|
+
"chalk": "^4.1.0",
|
|
1436
|
+
"cli-table": "^0.3.1",
|
|
1437
|
+
"commander": "7.1.0",
|
|
1438
|
+
"dateformat": "^4.5.0",
|
|
1439
|
+
"debug": "^4.1.1",
|
|
1440
|
+
"diff": "^5.0.0",
|
|
1441
|
+
"error": "^10.4.0",
|
|
1442
|
+
"escape-string-regexp": "^4.0.0",
|
|
1443
|
+
"execa": "^5.0.0",
|
|
1444
|
+
"find-up": "^5.0.0",
|
|
1445
|
+
"globby": "^11.0.1",
|
|
1446
|
+
"grouped-queue": "^2.0.0",
|
|
1447
|
+
"inquirer": "^8.0.0",
|
|
1448
|
+
"is-scoped": "^2.1.0",
|
|
1449
|
+
"lodash": "^4.17.10",
|
|
1450
|
+
"log-symbols": "^4.0.0",
|
|
1451
|
+
"mem-fs": "^1.2.0 || ^2.0.0",
|
|
1452
|
+
"mem-fs-editor": "^8.1.2 || ^9.0.0",
|
|
1453
|
+
"minimatch": "^3.0.4",
|
|
1454
|
+
"npmlog": "^4.1.2",
|
|
1455
|
+
"p-queue": "^6.6.2",
|
|
1456
|
+
"pacote": "^11.2.6",
|
|
1457
|
+
"preferred-pm": "^3.0.3",
|
|
1458
|
+
"pretty-bytes": "^5.3.0",
|
|
1459
|
+
"semver": "^7.1.3",
|
|
1460
|
+
"slash": "^3.0.0",
|
|
1461
|
+
"strip-ansi": "^6.0.0",
|
|
1462
|
+
"text-table": "^0.2.0",
|
|
1463
|
+
"textextensions": "^5.12.0",
|
|
1464
|
+
"untildify": "^4.0.0"
|
|
2995
1465
|
},
|
|
2996
|
-
"funding": {
|
|
2997
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/yeoman-generator/node_modules/mkdirp": {
|
|
3001
|
-
"version": "1.0.4",
|
|
3002
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
3003
|
-
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
3004
|
-
"license": "MIT",
|
|
3005
1466
|
"bin": {
|
|
3006
|
-
"
|
|
1467
|
+
"yoe": "cli/index.js"
|
|
3007
1468
|
},
|
|
3008
1469
|
"engines": {
|
|
3009
|
-
"node": ">=10"
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
3015
|
-
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
3016
|
-
"license": "MIT",
|
|
3017
|
-
"engines": {
|
|
3018
|
-
"node": ">=6"
|
|
3019
|
-
}
|
|
3020
|
-
},
|
|
3021
|
-
"node_modules/@heroku/functions-core/node_modules/yeoman-generator/node_modules/yeoman-generator/node_modules/slash": {
|
|
3022
|
-
"version": "2.0.0",
|
|
3023
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
|
|
3024
|
-
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
|
|
3025
|
-
"license": "MIT",
|
|
3026
|
-
"engines": {
|
|
3027
|
-
"node": ">=6"
|
|
1470
|
+
"node": ">=12.10.0"
|
|
1471
|
+
},
|
|
1472
|
+
"peerDependencies": {
|
|
1473
|
+
"mem-fs": "^1.2.0 || ^2.0.0",
|
|
1474
|
+
"mem-fs-editor": "^8.1.2 || ^9.0.0"
|
|
3028
1475
|
}
|
|
3029
1476
|
},
|
|
3030
1477
|
"node_modules/@heroku/project-descriptor": {
|
|
@@ -3287,9 +1734,7 @@
|
|
|
3287
1734
|
"license": "ISC"
|
|
3288
1735
|
},
|
|
3289
1736
|
"node_modules/@npmcli/config": {
|
|
3290
|
-
"version": "2.
|
|
3291
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.3.2.tgz",
|
|
3292
|
-
"integrity": "sha512-2/9dj143BFgQR8qxJbYptd8k+4+Po2uHYq3H6498ynZcRu4LrsDlngov5HGrvo2+f0pe0fBJwDEP2rRtaW8bkw==",
|
|
1737
|
+
"version": "2.4.0",
|
|
3293
1738
|
"extraneous": true,
|
|
3294
1739
|
"license": "ISC",
|
|
3295
1740
|
"dependencies": {
|
|
@@ -4512,14 +2957,12 @@
|
|
|
4512
2957
|
}
|
|
4513
2958
|
},
|
|
4514
2959
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/color": {
|
|
4515
|
-
"version": "1.0.
|
|
4516
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.0.tgz",
|
|
4517
|
-
"integrity": "sha512-jSvPCTa3OfwzGUsgGAO6AXam//UMBSIBCHGs6i3iGr+NQoMrBf6kx4UzwED0RzSCTc6nlqCzdhnCD18RSP7VAA==",
|
|
2960
|
+
"version": "1.0.1",
|
|
4518
2961
|
"license": "MIT",
|
|
4519
2962
|
"dependencies": {
|
|
4520
2963
|
"ansi-styles": "^4.2.1",
|
|
4521
2964
|
"chalk": "^4.1.0",
|
|
4522
|
-
"strip-ansi": "^6.0.
|
|
2965
|
+
"strip-ansi": "^6.0.1",
|
|
4523
2966
|
"supports-color": "^8.1.1",
|
|
4524
2967
|
"tslib": "^2"
|
|
4525
2968
|
},
|
|
@@ -4944,14 +3387,12 @@
|
|
|
4944
3387
|
}
|
|
4945
3388
|
},
|
|
4946
3389
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/color": {
|
|
4947
|
-
"version": "1.0.
|
|
4948
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.0.tgz",
|
|
4949
|
-
"integrity": "sha512-jSvPCTa3OfwzGUsgGAO6AXam//UMBSIBCHGs6i3iGr+NQoMrBf6kx4UzwED0RzSCTc6nlqCzdhnCD18RSP7VAA==",
|
|
3390
|
+
"version": "1.0.1",
|
|
4950
3391
|
"license": "MIT",
|
|
4951
3392
|
"dependencies": {
|
|
4952
3393
|
"ansi-styles": "^4.2.1",
|
|
4953
3394
|
"chalk": "^4.1.0",
|
|
4954
|
-
"strip-ansi": "^6.0.
|
|
3395
|
+
"strip-ansi": "^6.0.1",
|
|
4955
3396
|
"supports-color": "^8.1.1",
|
|
4956
3397
|
"tslib": "^2"
|
|
4957
3398
|
},
|
|
@@ -9880,7 +8321,9 @@
|
|
|
9880
8321
|
},
|
|
9881
8322
|
"node_modules/@sf/functions": {
|
|
9882
8323
|
"name": "@salesforce/plugin-functions",
|
|
9883
|
-
"version": "1.
|
|
8324
|
+
"version": "1.5.0",
|
|
8325
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.5.0.tgz",
|
|
8326
|
+
"integrity": "sha512-gVmqyyaRlpyaB3ft0LMBDFZTyXBIiRH4MTyZaheD3s0RsgXgS5SgYFnZqoKgHDYNm606xh/HkOcuFFRP9rgl8A==",
|
|
9884
8327
|
"license": "BSD-3-Clause",
|
|
9885
8328
|
"dependencies": {
|
|
9886
8329
|
"@heroku-cli/color": "^1.1.14",
|
|
@@ -14027,7 +12470,9 @@
|
|
|
14027
12470
|
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
|
|
14028
12471
|
"integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
|
|
14029
12472
|
"dev": true,
|
|
14030
|
-
"engines": [
|
|
12473
|
+
"engines": [
|
|
12474
|
+
"node >= 6.0"
|
|
12475
|
+
],
|
|
14031
12476
|
"license": "MIT",
|
|
14032
12477
|
"dependencies": {
|
|
14033
12478
|
"buffer-from": "^1.0.0",
|
|
@@ -17897,7 +16342,9 @@
|
|
|
17897
16342
|
"version": "1.3.0",
|
|
17898
16343
|
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
|
|
17899
16344
|
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
|
|
17900
|
-
"engines": [
|
|
16345
|
+
"engines": [
|
|
16346
|
+
"node >=0.6.0"
|
|
16347
|
+
],
|
|
17901
16348
|
"license": "MIT"
|
|
17902
16349
|
},
|
|
17903
16350
|
"node_modules/fancy-test": {
|
|
@@ -18245,7 +16692,9 @@
|
|
|
18245
16692
|
"license": "ISC"
|
|
18246
16693
|
},
|
|
18247
16694
|
"node_modules/follow-redirects": {
|
|
18248
|
-
"version": "1.14.
|
|
16695
|
+
"version": "1.14.7",
|
|
16696
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
|
|
16697
|
+
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
|
|
18249
16698
|
"funding": [
|
|
18250
16699
|
{
|
|
18251
16700
|
"type": "individual",
|
|
@@ -18481,7 +16930,9 @@
|
|
|
18481
16930
|
"dev": true,
|
|
18482
16931
|
"license": "MIT",
|
|
18483
16932
|
"optional": true,
|
|
18484
|
-
"os": [
|
|
16933
|
+
"os": [
|
|
16934
|
+
"darwin"
|
|
16935
|
+
],
|
|
18485
16936
|
"engines": {
|
|
18486
16937
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
18487
16938
|
}
|
|
@@ -20959,7 +19410,9 @@
|
|
|
20959
19410
|
"version": "1.3.1",
|
|
20960
19411
|
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
|
20961
19412
|
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
|
|
20962
|
-
"engines": [
|
|
19413
|
+
"engines": [
|
|
19414
|
+
"node >= 0.2.0"
|
|
19415
|
+
],
|
|
20963
19416
|
"license": "MIT"
|
|
20964
19417
|
},
|
|
20965
19418
|
"node_modules/JSONStream": {
|
|
@@ -23564,7 +22017,10 @@
|
|
|
23564
22017
|
],
|
|
23565
22018
|
"dev": true,
|
|
23566
22019
|
"license": "Artistic-2.0",
|
|
23567
|
-
"workspaces": [
|
|
22020
|
+
"workspaces": [
|
|
22021
|
+
"docs",
|
|
22022
|
+
"packages/*"
|
|
22023
|
+
],
|
|
23568
22024
|
"dependencies": {
|
|
23569
22025
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
23570
22026
|
"@npmcli/arborist": "^2.9.0",
|
|
@@ -24186,7 +22642,9 @@
|
|
|
24186
22642
|
"license": "MIT"
|
|
24187
22643
|
},
|
|
24188
22644
|
"node_modules/npm/node_modules/are-we-there-yet": {
|
|
24189
|
-
"version": "
|
|
22645
|
+
"version": "2.0.0",
|
|
22646
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
|
|
22647
|
+
"integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
|
|
24190
22648
|
"dev": true,
|
|
24191
22649
|
"inBundle": true,
|
|
24192
22650
|
"license": "ISC",
|
|
@@ -24809,7 +23267,9 @@
|
|
|
24809
23267
|
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
|
|
24810
23268
|
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
|
|
24811
23269
|
"dev": true,
|
|
24812
|
-
"engines": [
|
|
23270
|
+
"engines": [
|
|
23271
|
+
"node >=0.6.0"
|
|
23272
|
+
],
|
|
24813
23273
|
"inBundle": true,
|
|
24814
23274
|
"license": "MIT"
|
|
24815
23275
|
},
|
|
@@ -24879,7 +23339,9 @@
|
|
|
24879
23339
|
"license": "MIT"
|
|
24880
23340
|
},
|
|
24881
23341
|
"node_modules/npm/node_modules/gauge": {
|
|
24882
|
-
"version": "3.0.
|
|
23342
|
+
"version": "3.0.2",
|
|
23343
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
23344
|
+
"integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
|
|
24883
23345
|
"dev": true,
|
|
24884
23346
|
"inBundle": true,
|
|
24885
23347
|
"license": "ISC",
|
|
@@ -24890,8 +23352,8 @@
|
|
|
24890
23352
|
"has-unicode": "^2.0.1",
|
|
24891
23353
|
"object-assign": "^4.1.1",
|
|
24892
23354
|
"signal-exit": "^3.0.0",
|
|
24893
|
-
"string-width": "^
|
|
24894
|
-
"strip-ansi": "^
|
|
23355
|
+
"string-width": "^4.2.3",
|
|
23356
|
+
"strip-ansi": "^6.0.1",
|
|
24895
23357
|
"wide-align": "^1.1.2"
|
|
24896
23358
|
},
|
|
24897
23359
|
"engines": {
|
|
@@ -25327,14 +23789,18 @@
|
|
|
25327
23789
|
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
|
25328
23790
|
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
|
|
25329
23791
|
"dev": true,
|
|
25330
|
-
"engines": [
|
|
23792
|
+
"engines": [
|
|
23793
|
+
"node >= 0.2.0"
|
|
23794
|
+
],
|
|
25331
23795
|
"inBundle": true,
|
|
25332
23796
|
"license": "MIT"
|
|
25333
23797
|
},
|
|
25334
23798
|
"node_modules/npm/node_modules/jsprim": {
|
|
25335
23799
|
"version": "1.4.1",
|
|
25336
23800
|
"dev": true,
|
|
25337
|
-
"engines": [
|
|
23801
|
+
"engines": [
|
|
23802
|
+
"node >=0.6.0"
|
|
23803
|
+
],
|
|
25338
23804
|
"inBundle": true,
|
|
25339
23805
|
"license": "MIT",
|
|
25340
23806
|
"dependencies": {
|
|
@@ -26929,7 +25395,9 @@
|
|
|
26929
25395
|
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
|
|
26930
25396
|
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
|
|
26931
25397
|
"dev": true,
|
|
26932
|
-
"engines": [
|
|
25398
|
+
"engines": [
|
|
25399
|
+
"node >=0.6.0"
|
|
25400
|
+
],
|
|
26933
25401
|
"inBundle": true,
|
|
26934
25402
|
"license": "MIT",
|
|
26935
25403
|
"dependencies": {
|
|
@@ -30660,7 +29128,9 @@
|
|
|
30660
29128
|
}
|
|
30661
29129
|
},
|
|
30662
29130
|
"node_modules/shelljs": {
|
|
30663
|
-
"version": "0.8.
|
|
29131
|
+
"version": "0.8.5",
|
|
29132
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
29133
|
+
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
30664
29134
|
"license": "BSD-3-Clause",
|
|
30665
29135
|
"dependencies": {
|
|
30666
29136
|
"glob": "^7.0.0",
|
|
@@ -32665,7 +31135,9 @@
|
|
|
32665
31135
|
"version": "1.10.0",
|
|
32666
31136
|
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
|
|
32667
31137
|
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
|
|
32668
|
-
"engines": [
|
|
31138
|
+
"engines": [
|
|
31139
|
+
"node >=0.6.0"
|
|
31140
|
+
],
|
|
32669
31141
|
"license": "MIT",
|
|
32670
31142
|
"dependencies": {
|
|
32671
31143
|
"assert-plus": "^1.0.0",
|
|
@@ -32679,13 +31151,6 @@
|
|
|
32679
31151
|
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
|
32680
31152
|
"license": "MIT"
|
|
32681
31153
|
},
|
|
32682
|
-
"node_modules/verror/node_modules/extsprintf": {
|
|
32683
|
-
"version": "1.4.1",
|
|
32684
|
-
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
|
|
32685
|
-
"integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==",
|
|
32686
|
-
"engines": ["node >=0.6.0"],
|
|
32687
|
-
"license": "MIT"
|
|
32688
|
-
},
|
|
32689
31154
|
"node_modules/vinyl": {
|
|
32690
31155
|
"version": "2.2.1",
|
|
32691
31156
|
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
|
|
@@ -35635,207 +34100,6 @@
|
|
|
35635
34100
|
"yeoman-environment": "~3.3.0"
|
|
35636
34101
|
},
|
|
35637
34102
|
"dependencies": {
|
|
35638
|
-
"@nodelib/fs.stat": {
|
|
35639
|
-
"version": "1.1.3",
|
|
35640
|
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
|
|
35641
|
-
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw=="
|
|
35642
|
-
},
|
|
35643
|
-
"@salesforce/templates": {
|
|
35644
|
-
"version": "52.7.0",
|
|
35645
|
-
"requires": {
|
|
35646
|
-
"@salesforce/core": "2.32.0",
|
|
35647
|
-
"got": "^11.8.2",
|
|
35648
|
-
"mime-types": "^2.1.27",
|
|
35649
|
-
"tar": "^6.1.10",
|
|
35650
|
-
"tslib": "^1",
|
|
35651
|
-
"yeoman-environment": "2.4.0",
|
|
35652
|
-
"yeoman-generator": "4.0.1"
|
|
35653
|
-
},
|
|
35654
|
-
"dependencies": {
|
|
35655
|
-
"array-union": {
|
|
35656
|
-
"version": "1.0.2",
|
|
35657
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
35658
|
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
|
35659
|
-
"requires": {
|
|
35660
|
-
"array-uniq": "^1.0.1"
|
|
35661
|
-
}
|
|
35662
|
-
},
|
|
35663
|
-
"chalk": {
|
|
35664
|
-
"version": "2.4.2",
|
|
35665
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
35666
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
35667
|
-
"requires": {
|
|
35668
|
-
"ansi-styles": "^3.2.1",
|
|
35669
|
-
"escape-string-regexp": "^1.0.5",
|
|
35670
|
-
"supports-color": "^5.3.0"
|
|
35671
|
-
}
|
|
35672
|
-
},
|
|
35673
|
-
"debug": {
|
|
35674
|
-
"version": "3.2.7",
|
|
35675
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
35676
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
35677
|
-
"requires": {
|
|
35678
|
-
"ms": "^2.1.1"
|
|
35679
|
-
}
|
|
35680
|
-
},
|
|
35681
|
-
"diff": {
|
|
35682
|
-
"version": "3.5.0",
|
|
35683
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
|
|
35684
|
-
"integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA=="
|
|
35685
|
-
},
|
|
35686
|
-
"escape-string-regexp": {
|
|
35687
|
-
"version": "1.0.5",
|
|
35688
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
35689
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
35690
|
-
},
|
|
35691
|
-
"globby": {
|
|
35692
|
-
"version": "8.0.2",
|
|
35693
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
|
|
35694
|
-
"integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
|
|
35695
|
-
"requires": {
|
|
35696
|
-
"array-union": "^1.0.1",
|
|
35697
|
-
"dir-glob": "2.0.0",
|
|
35698
|
-
"fast-glob": "^2.0.2",
|
|
35699
|
-
"glob": "^7.1.2",
|
|
35700
|
-
"ignore": "^3.3.5",
|
|
35701
|
-
"pify": "^3.0.0",
|
|
35702
|
-
"slash": "^1.0.0"
|
|
35703
|
-
}
|
|
35704
|
-
},
|
|
35705
|
-
"grouped-queue": {
|
|
35706
|
-
"version": "0.3.3",
|
|
35707
|
-
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-0.3.3.tgz",
|
|
35708
|
-
"integrity": "sha1-wWfSpTGcWg4JZO9qJbfC34mWyFw=",
|
|
35709
|
-
"requires": {
|
|
35710
|
-
"lodash": "^4.17.2"
|
|
35711
|
-
}
|
|
35712
|
-
},
|
|
35713
|
-
"inquirer": {
|
|
35714
|
-
"version": "6.5.2",
|
|
35715
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz",
|
|
35716
|
-
"integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==",
|
|
35717
|
-
"requires": {
|
|
35718
|
-
"ansi-escapes": "^3.2.0",
|
|
35719
|
-
"chalk": "^2.4.2",
|
|
35720
|
-
"cli-cursor": "^2.1.0",
|
|
35721
|
-
"cli-width": "^2.0.0",
|
|
35722
|
-
"external-editor": "^3.0.3",
|
|
35723
|
-
"figures": "^2.0.0",
|
|
35724
|
-
"lodash": "^4.17.12",
|
|
35725
|
-
"mute-stream": "0.0.7",
|
|
35726
|
-
"run-async": "^2.2.0",
|
|
35727
|
-
"rxjs": "^6.4.0",
|
|
35728
|
-
"string-width": "^2.1.0",
|
|
35729
|
-
"strip-ansi": "^5.1.0",
|
|
35730
|
-
"through": "^2.3.6"
|
|
35731
|
-
},
|
|
35732
|
-
"dependencies": {
|
|
35733
|
-
"ansi-regex": {
|
|
35734
|
-
"version": "4.1.0",
|
|
35735
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
|
35736
|
-
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
|
|
35737
|
-
},
|
|
35738
|
-
"strip-ansi": {
|
|
35739
|
-
"version": "5.2.0",
|
|
35740
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
35741
|
-
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
35742
|
-
"requires": {
|
|
35743
|
-
"ansi-regex": "^4.1.0"
|
|
35744
|
-
}
|
|
35745
|
-
}
|
|
35746
|
-
}
|
|
35747
|
-
},
|
|
35748
|
-
"is-scoped": {
|
|
35749
|
-
"version": "1.0.0",
|
|
35750
|
-
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
|
|
35751
|
-
"integrity": "sha1-RJypgpnnEwOCViieyytUDcQ3yzA=",
|
|
35752
|
-
"requires": {
|
|
35753
|
-
"scoped-regex": "^1.0.0"
|
|
35754
|
-
}
|
|
35755
|
-
},
|
|
35756
|
-
"log-symbols": {
|
|
35757
|
-
"version": "2.2.0",
|
|
35758
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
|
|
35759
|
-
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
|
|
35760
|
-
"requires": {
|
|
35761
|
-
"chalk": "^2.0.1"
|
|
35762
|
-
}
|
|
35763
|
-
},
|
|
35764
|
-
"mem-fs": {
|
|
35765
|
-
"version": "1.2.0",
|
|
35766
|
-
"resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.2.0.tgz",
|
|
35767
|
-
"integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==",
|
|
35768
|
-
"requires": {
|
|
35769
|
-
"through2": "^3.0.0",
|
|
35770
|
-
"vinyl": "^2.0.1",
|
|
35771
|
-
"vinyl-file": "^3.0.0"
|
|
35772
|
-
}
|
|
35773
|
-
},
|
|
35774
|
-
"scoped-regex": {
|
|
35775
|
-
"version": "1.0.0",
|
|
35776
|
-
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz",
|
|
35777
|
-
"integrity": "sha1-o0a7Gs1CB65wvXwMfKnlZra63bg="
|
|
35778
|
-
},
|
|
35779
|
-
"slash": {
|
|
35780
|
-
"version": "1.0.0",
|
|
35781
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
|
35782
|
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
|
|
35783
|
-
},
|
|
35784
|
-
"strip-ansi": {
|
|
35785
|
-
"version": "4.0.0",
|
|
35786
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
35787
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
35788
|
-
"requires": {
|
|
35789
|
-
"ansi-regex": "^3.0.0"
|
|
35790
|
-
}
|
|
35791
|
-
},
|
|
35792
|
-
"untildify": {
|
|
35793
|
-
"version": "3.0.3",
|
|
35794
|
-
"resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz",
|
|
35795
|
-
"integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA=="
|
|
35796
|
-
},
|
|
35797
|
-
"yeoman-environment": {
|
|
35798
|
-
"version": "2.4.0",
|
|
35799
|
-
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.4.0.tgz",
|
|
35800
|
-
"integrity": "sha512-SsvoL0RNAFIX69eFxkUhwKUN2hG1UwUjxrcP+T2ytwdhqC/kHdnFOH2SXdtSN1Ju4aO4xuimmzfRoheYY88RuA==",
|
|
35801
|
-
"requires": {
|
|
35802
|
-
"chalk": "^2.4.1",
|
|
35803
|
-
"cross-spawn": "^6.0.5",
|
|
35804
|
-
"debug": "^3.1.0",
|
|
35805
|
-
"diff": "^3.5.0",
|
|
35806
|
-
"escape-string-regexp": "^1.0.2",
|
|
35807
|
-
"globby": "^8.0.1",
|
|
35808
|
-
"grouped-queue": "^0.3.3",
|
|
35809
|
-
"inquirer": "^6.0.0",
|
|
35810
|
-
"is-scoped": "^1.0.0",
|
|
35811
|
-
"lodash": "^4.17.10",
|
|
35812
|
-
"log-symbols": "^2.2.0",
|
|
35813
|
-
"mem-fs": "^1.1.0",
|
|
35814
|
-
"strip-ansi": "^4.0.0",
|
|
35815
|
-
"text-table": "^0.2.0",
|
|
35816
|
-
"untildify": "^3.0.3"
|
|
35817
|
-
}
|
|
35818
|
-
}
|
|
35819
|
-
}
|
|
35820
|
-
},
|
|
35821
|
-
"ansi-escapes": {
|
|
35822
|
-
"version": "3.2.0",
|
|
35823
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
|
|
35824
|
-
"integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ=="
|
|
35825
|
-
},
|
|
35826
|
-
"ansi-regex": {
|
|
35827
|
-
"version": "3.0.0",
|
|
35828
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
35829
|
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
|
|
35830
|
-
},
|
|
35831
|
-
"ansi-styles": {
|
|
35832
|
-
"version": "3.2.1",
|
|
35833
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
35834
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
35835
|
-
"requires": {
|
|
35836
|
-
"color-convert": "^1.9.0"
|
|
35837
|
-
}
|
|
35838
|
-
},
|
|
35839
34103
|
"array-union": {
|
|
35840
34104
|
"version": "2.1.0",
|
|
35841
34105
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
@@ -35846,64 +34110,6 @@
|
|
|
35846
34110
|
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
|
|
35847
34111
|
"integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
|
|
35848
34112
|
},
|
|
35849
|
-
"braces": {
|
|
35850
|
-
"version": "2.3.2",
|
|
35851
|
-
"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
|
|
35852
|
-
"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
|
|
35853
|
-
"requires": {
|
|
35854
|
-
"arr-flatten": "^1.1.0",
|
|
35855
|
-
"array-unique": "^0.3.2",
|
|
35856
|
-
"extend-shallow": "^2.0.1",
|
|
35857
|
-
"fill-range": "^4.0.0",
|
|
35858
|
-
"isobject": "^3.0.1",
|
|
35859
|
-
"repeat-element": "^1.1.2",
|
|
35860
|
-
"snapdragon": "^0.8.1",
|
|
35861
|
-
"snapdragon-node": "^2.0.1",
|
|
35862
|
-
"split-string": "^3.0.2",
|
|
35863
|
-
"to-regex": "^3.0.1"
|
|
35864
|
-
},
|
|
35865
|
-
"dependencies": {
|
|
35866
|
-
"extend-shallow": {
|
|
35867
|
-
"version": "2.0.1",
|
|
35868
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
|
35869
|
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
|
35870
|
-
"requires": {
|
|
35871
|
-
"is-extendable": "^0.1.0"
|
|
35872
|
-
}
|
|
35873
|
-
},
|
|
35874
|
-
"is-extendable": {
|
|
35875
|
-
"version": "0.1.1",
|
|
35876
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
|
35877
|
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
|
|
35878
|
-
}
|
|
35879
|
-
}
|
|
35880
|
-
},
|
|
35881
|
-
"cli-cursor": {
|
|
35882
|
-
"version": "2.1.0",
|
|
35883
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
|
|
35884
|
-
"integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
|
|
35885
|
-
"requires": {
|
|
35886
|
-
"restore-cursor": "^2.0.0"
|
|
35887
|
-
}
|
|
35888
|
-
},
|
|
35889
|
-
"cli-width": {
|
|
35890
|
-
"version": "2.2.1",
|
|
35891
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
|
|
35892
|
-
"integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw=="
|
|
35893
|
-
},
|
|
35894
|
-
"color-convert": {
|
|
35895
|
-
"version": "1.9.3",
|
|
35896
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
35897
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
35898
|
-
"requires": {
|
|
35899
|
-
"color-name": "1.1.3"
|
|
35900
|
-
}
|
|
35901
|
-
},
|
|
35902
|
-
"color-name": {
|
|
35903
|
-
"version": "1.1.3",
|
|
35904
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
35905
|
-
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
|
35906
|
-
},
|
|
35907
34113
|
"commander": {
|
|
35908
34114
|
"version": "7.1.0",
|
|
35909
34115
|
"resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
|
|
@@ -35914,36 +34120,11 @@
|
|
|
35914
34120
|
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
|
35915
34121
|
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
|
|
35916
34122
|
},
|
|
35917
|
-
"define-property": {
|
|
35918
|
-
"version": "2.0.2",
|
|
35919
|
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
|
35920
|
-
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
|
35921
|
-
"requires": {
|
|
35922
|
-
"is-descriptor": "^1.0.2",
|
|
35923
|
-
"isobject": "^3.0.1"
|
|
35924
|
-
}
|
|
35925
|
-
},
|
|
35926
34123
|
"diff": {
|
|
35927
34124
|
"version": "5.0.0",
|
|
35928
34125
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
35929
34126
|
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w=="
|
|
35930
34127
|
},
|
|
35931
|
-
"dir-glob": {
|
|
35932
|
-
"version": "2.0.0",
|
|
35933
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
|
|
35934
|
-
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
|
|
35935
|
-
"requires": {
|
|
35936
|
-
"arrify": "^1.0.1",
|
|
35937
|
-
"path-type": "^3.0.0"
|
|
35938
|
-
},
|
|
35939
|
-
"dependencies": {
|
|
35940
|
-
"arrify": {
|
|
35941
|
-
"version": "1.0.1",
|
|
35942
|
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
|
35943
|
-
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
|
|
35944
|
-
}
|
|
35945
|
-
}
|
|
35946
|
-
},
|
|
35947
34128
|
"error": {
|
|
35948
34129
|
"version": "10.4.0",
|
|
35949
34130
|
"resolved": "https://registry.npmjs.org/error/-/error-10.4.0.tgz",
|
|
@@ -35954,69 +34135,6 @@
|
|
|
35954
34135
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
35955
34136
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
|
|
35956
34137
|
},
|
|
35957
|
-
"extend-shallow": {
|
|
35958
|
-
"version": "3.0.2",
|
|
35959
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
35960
|
-
"integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
|
|
35961
|
-
"requires": {
|
|
35962
|
-
"assign-symbols": "^1.0.0",
|
|
35963
|
-
"is-extendable": "^1.0.1"
|
|
35964
|
-
}
|
|
35965
|
-
},
|
|
35966
|
-
"fast-glob": {
|
|
35967
|
-
"version": "2.2.7",
|
|
35968
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz",
|
|
35969
|
-
"integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==",
|
|
35970
|
-
"requires": {
|
|
35971
|
-
"@mrmlnc/readdir-enhanced": "^2.2.1",
|
|
35972
|
-
"@nodelib/fs.stat": "^1.1.2",
|
|
35973
|
-
"glob-parent": "^3.1.0",
|
|
35974
|
-
"is-glob": "^4.0.0",
|
|
35975
|
-
"merge2": "^1.2.3",
|
|
35976
|
-
"micromatch": "^3.1.10"
|
|
35977
|
-
}
|
|
35978
|
-
},
|
|
35979
|
-
"figures": {
|
|
35980
|
-
"version": "2.0.0",
|
|
35981
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
|
|
35982
|
-
"integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
|
|
35983
|
-
"requires": {
|
|
35984
|
-
"escape-string-regexp": "^1.0.5"
|
|
35985
|
-
},
|
|
35986
|
-
"dependencies": {
|
|
35987
|
-
"escape-string-regexp": {
|
|
35988
|
-
"version": "1.0.5",
|
|
35989
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
35990
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
35991
|
-
}
|
|
35992
|
-
}
|
|
35993
|
-
},
|
|
35994
|
-
"fill-range": {
|
|
35995
|
-
"version": "4.0.0",
|
|
35996
|
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
|
35997
|
-
"integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
|
|
35998
|
-
"requires": {
|
|
35999
|
-
"extend-shallow": "^2.0.1",
|
|
36000
|
-
"is-number": "^3.0.0",
|
|
36001
|
-
"repeat-string": "^1.6.1",
|
|
36002
|
-
"to-regex-range": "^2.1.0"
|
|
36003
|
-
},
|
|
36004
|
-
"dependencies": {
|
|
36005
|
-
"extend-shallow": {
|
|
36006
|
-
"version": "2.0.1",
|
|
36007
|
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
|
36008
|
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
|
36009
|
-
"requires": {
|
|
36010
|
-
"is-extendable": "^0.1.0"
|
|
36011
|
-
}
|
|
36012
|
-
},
|
|
36013
|
-
"is-extendable": {
|
|
36014
|
-
"version": "0.1.1",
|
|
36015
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
|
36016
|
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
|
|
36017
|
-
}
|
|
36018
|
-
}
|
|
36019
|
-
},
|
|
36020
34138
|
"find-up": {
|
|
36021
34139
|
"version": "5.0.0",
|
|
36022
34140
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -36026,33 +34144,6 @@
|
|
|
36026
34144
|
"path-exists": "^4.0.0"
|
|
36027
34145
|
}
|
|
36028
34146
|
},
|
|
36029
|
-
"get-stream": {
|
|
36030
|
-
"version": "5.2.0",
|
|
36031
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
36032
|
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
36033
|
-
"requires": {
|
|
36034
|
-
"pump": "^3.0.0"
|
|
36035
|
-
}
|
|
36036
|
-
},
|
|
36037
|
-
"glob-parent": {
|
|
36038
|
-
"version": "3.1.0",
|
|
36039
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
|
|
36040
|
-
"integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
|
|
36041
|
-
"requires": {
|
|
36042
|
-
"is-glob": "^3.1.0",
|
|
36043
|
-
"path-dirname": "^1.0.0"
|
|
36044
|
-
},
|
|
36045
|
-
"dependencies": {
|
|
36046
|
-
"is-glob": {
|
|
36047
|
-
"version": "3.1.0",
|
|
36048
|
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
|
|
36049
|
-
"integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
|
|
36050
|
-
"requires": {
|
|
36051
|
-
"is-extglob": "^2.1.0"
|
|
36052
|
-
}
|
|
36053
|
-
}
|
|
36054
|
-
}
|
|
36055
|
-
},
|
|
36056
34147
|
"global-agent": {
|
|
36057
34148
|
"version": "2.2.0",
|
|
36058
34149
|
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz",
|
|
@@ -36072,24 +34163,6 @@
|
|
|
36072
34163
|
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-2.0.0.tgz",
|
|
36073
34164
|
"integrity": "sha512-/PiFUa7WIsl48dUeCvhIHnwNmAAzlI/eHoJl0vu3nsFA366JleY7Ff8EVTplZu5kO0MIdZjKTTnzItL61ahbnw=="
|
|
36074
34165
|
},
|
|
36075
|
-
"human-signals": {
|
|
36076
|
-
"version": "1.1.1",
|
|
36077
|
-
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
|
36078
|
-
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
|
|
36079
|
-
},
|
|
36080
|
-
"ignore": {
|
|
36081
|
-
"version": "3.3.10",
|
|
36082
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
|
|
36083
|
-
"integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug=="
|
|
36084
|
-
},
|
|
36085
|
-
"is-extendable": {
|
|
36086
|
-
"version": "1.0.1",
|
|
36087
|
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
36088
|
-
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
36089
|
-
"requires": {
|
|
36090
|
-
"is-plain-object": "^2.0.4"
|
|
36091
|
-
}
|
|
36092
|
-
},
|
|
36093
34166
|
"is-scoped": {
|
|
36094
34167
|
"version": "2.1.0",
|
|
36095
34168
|
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-2.1.0.tgz",
|
|
@@ -36123,39 +34196,6 @@
|
|
|
36123
34196
|
"textextensions": "^5.13.0"
|
|
36124
34197
|
}
|
|
36125
34198
|
},
|
|
36126
|
-
"micromatch": {
|
|
36127
|
-
"version": "3.1.10",
|
|
36128
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
|
|
36129
|
-
"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
|
|
36130
|
-
"requires": {
|
|
36131
|
-
"arr-diff": "^4.0.0",
|
|
36132
|
-
"array-unique": "^0.3.2",
|
|
36133
|
-
"braces": "^2.3.1",
|
|
36134
|
-
"define-property": "^2.0.2",
|
|
36135
|
-
"extend-shallow": "^3.0.2",
|
|
36136
|
-
"extglob": "^2.0.4",
|
|
36137
|
-
"fragment-cache": "^0.2.1",
|
|
36138
|
-
"kind-of": "^6.0.2",
|
|
36139
|
-
"nanomatch": "^1.2.9",
|
|
36140
|
-
"object.pick": "^1.3.0",
|
|
36141
|
-
"regex-not": "^1.0.0",
|
|
36142
|
-
"snapdragon": "^0.8.1",
|
|
36143
|
-
"to-regex": "^3.0.2"
|
|
36144
|
-
}
|
|
36145
|
-
},
|
|
36146
|
-
"mimic-fn": {
|
|
36147
|
-
"version": "1.2.0",
|
|
36148
|
-
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
|
|
36149
|
-
"integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ=="
|
|
36150
|
-
},
|
|
36151
|
-
"mkdirp": {
|
|
36152
|
-
"version": "0.5.5",
|
|
36153
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
|
36154
|
-
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
|
36155
|
-
"requires": {
|
|
36156
|
-
"minimist": "^1.2.5"
|
|
36157
|
-
}
|
|
36158
|
-
},
|
|
36159
34199
|
"multimatch": {
|
|
36160
34200
|
"version": "5.0.0",
|
|
36161
34201
|
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
@@ -36168,11 +34208,6 @@
|
|
|
36168
34208
|
"minimatch": "^3.0.4"
|
|
36169
34209
|
}
|
|
36170
34210
|
},
|
|
36171
|
-
"mute-stream": {
|
|
36172
|
-
"version": "0.0.7",
|
|
36173
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
|
|
36174
|
-
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
|
|
36175
|
-
},
|
|
36176
34211
|
"p-limit": {
|
|
36177
34212
|
"version": "3.1.0",
|
|
36178
34213
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -36189,99 +34224,11 @@
|
|
|
36189
34224
|
"p-limit": "^3.0.2"
|
|
36190
34225
|
}
|
|
36191
34226
|
},
|
|
36192
|
-
"path-key": {
|
|
36193
|
-
"version": "3.1.1",
|
|
36194
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
36195
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
|
|
36196
|
-
},
|
|
36197
|
-
"pify": {
|
|
36198
|
-
"version": "3.0.0",
|
|
36199
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
|
36200
|
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
|
|
36201
|
-
},
|
|
36202
|
-
"restore-cursor": {
|
|
36203
|
-
"version": "2.0.0",
|
|
36204
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
|
|
36205
|
-
"integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
|
|
36206
|
-
"requires": {
|
|
36207
|
-
"onetime": "^2.0.0",
|
|
36208
|
-
"signal-exit": "^3.0.2"
|
|
36209
|
-
},
|
|
36210
|
-
"dependencies": {
|
|
36211
|
-
"onetime": {
|
|
36212
|
-
"version": "2.0.1",
|
|
36213
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
|
|
36214
|
-
"integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
|
|
36215
|
-
"requires": {
|
|
36216
|
-
"mimic-fn": "^1.0.0"
|
|
36217
|
-
}
|
|
36218
|
-
}
|
|
36219
|
-
}
|
|
36220
|
-
},
|
|
36221
|
-
"rimraf": {
|
|
36222
|
-
"version": "2.7.1",
|
|
36223
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
36224
|
-
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
36225
|
-
"requires": {
|
|
36226
|
-
"glob": "^7.1.3"
|
|
36227
|
-
}
|
|
36228
|
-
},
|
|
36229
34227
|
"scoped-regex": {
|
|
36230
34228
|
"version": "2.1.0",
|
|
36231
34229
|
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz",
|
|
36232
34230
|
"integrity": "sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ=="
|
|
36233
34231
|
},
|
|
36234
|
-
"shebang-command": {
|
|
36235
|
-
"version": "2.0.0",
|
|
36236
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
36237
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
36238
|
-
"requires": {
|
|
36239
|
-
"shebang-regex": "^3.0.0"
|
|
36240
|
-
}
|
|
36241
|
-
},
|
|
36242
|
-
"shebang-regex": {
|
|
36243
|
-
"version": "3.0.0",
|
|
36244
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
36245
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
36246
|
-
},
|
|
36247
|
-
"string-width": {
|
|
36248
|
-
"version": "2.1.1",
|
|
36249
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
36250
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
36251
|
-
"requires": {
|
|
36252
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
36253
|
-
"strip-ansi": "^4.0.0"
|
|
36254
|
-
},
|
|
36255
|
-
"dependencies": {
|
|
36256
|
-
"strip-ansi": {
|
|
36257
|
-
"version": "4.0.0",
|
|
36258
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
36259
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
36260
|
-
"requires": {
|
|
36261
|
-
"ansi-regex": "^3.0.0"
|
|
36262
|
-
}
|
|
36263
|
-
}
|
|
36264
|
-
}
|
|
36265
|
-
},
|
|
36266
|
-
"to-regex-range": {
|
|
36267
|
-
"version": "2.1.1",
|
|
36268
|
-
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
|
|
36269
|
-
"integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
|
|
36270
|
-
"requires": {
|
|
36271
|
-
"is-number": "^3.0.0",
|
|
36272
|
-
"repeat-string": "^1.6.1"
|
|
36273
|
-
}
|
|
36274
|
-
},
|
|
36275
|
-
"tslib": {
|
|
36276
|
-
"version": "1.14.1",
|
|
36277
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
36278
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
36279
|
-
},
|
|
36280
|
-
"type-fest": {
|
|
36281
|
-
"version": "0.21.3",
|
|
36282
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
36283
|
-
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
|
|
36284
|
-
},
|
|
36285
34232
|
"untildify": {
|
|
36286
34233
|
"version": "4.0.0",
|
|
36287
34234
|
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
|
|
@@ -36327,602 +34274,6 @@
|
|
|
36327
34274
|
"textextensions": "^5.12.0",
|
|
36328
34275
|
"untildify": "^4.0.0"
|
|
36329
34276
|
}
|
|
36330
|
-
},
|
|
36331
|
-
"yeoman-generator": {
|
|
36332
|
-
"version": "4.0.1",
|
|
36333
|
-
"resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-4.0.1.tgz",
|
|
36334
|
-
"integrity": "sha512-QFSHcJHfDwqNdcr5RPSCPLnRzVpPuDWb6By2Uz77YByqBqvR/r9QGBucCl58hs5QJl4NFgLFgIHZoNDCJP1byA==",
|
|
36335
|
-
"requires": {
|
|
36336
|
-
"async": "^2.6.2",
|
|
36337
|
-
"chalk": "^2.4.2",
|
|
36338
|
-
"cli-table": "^0.3.1",
|
|
36339
|
-
"cross-spawn": "^6.0.5",
|
|
36340
|
-
"dargs": "^6.1.0",
|
|
36341
|
-
"dateformat": "^3.0.3",
|
|
36342
|
-
"debug": "^4.1.1",
|
|
36343
|
-
"detect-conflict": "^1.0.0",
|
|
36344
|
-
"error": "^7.0.2",
|
|
36345
|
-
"find-up": "^3.0.0",
|
|
36346
|
-
"github-username": "^3.0.0",
|
|
36347
|
-
"istextorbinary": "^2.5.1",
|
|
36348
|
-
"lodash": "^4.17.11",
|
|
36349
|
-
"make-dir": "^3.0.0",
|
|
36350
|
-
"mem-fs-editor": "^6.0.0",
|
|
36351
|
-
"minimist": "^1.2.0",
|
|
36352
|
-
"pretty-bytes": "^5.2.0",
|
|
36353
|
-
"read-chunk": "^3.2.0",
|
|
36354
|
-
"read-pkg-up": "^5.0.0",
|
|
36355
|
-
"rimraf": "^2.6.3",
|
|
36356
|
-
"run-async": "^2.0.0",
|
|
36357
|
-
"shelljs": "^0.8.3",
|
|
36358
|
-
"text-table": "^0.2.0",
|
|
36359
|
-
"through2": "^3.0.1",
|
|
36360
|
-
"yeoman-environment": "^2.3.4"
|
|
36361
|
-
},
|
|
36362
|
-
"dependencies": {
|
|
36363
|
-
"ansi-escapes": {
|
|
36364
|
-
"version": "4.3.2",
|
|
36365
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
36366
|
-
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
|
|
36367
|
-
"requires": {
|
|
36368
|
-
"type-fest": "^0.21.3"
|
|
36369
|
-
}
|
|
36370
|
-
},
|
|
36371
|
-
"array-union": {
|
|
36372
|
-
"version": "1.0.2",
|
|
36373
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
36374
|
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
|
36375
|
-
"requires": {
|
|
36376
|
-
"array-uniq": "^1.0.1"
|
|
36377
|
-
}
|
|
36378
|
-
},
|
|
36379
|
-
"chalk": {
|
|
36380
|
-
"version": "2.4.2",
|
|
36381
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
36382
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
36383
|
-
"requires": {
|
|
36384
|
-
"ansi-styles": "^3.2.1",
|
|
36385
|
-
"escape-string-regexp": "^1.0.5",
|
|
36386
|
-
"supports-color": "^5.3.0"
|
|
36387
|
-
}
|
|
36388
|
-
},
|
|
36389
|
-
"cli-cursor": {
|
|
36390
|
-
"version": "3.1.0",
|
|
36391
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
36392
|
-
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
36393
|
-
"requires": {
|
|
36394
|
-
"restore-cursor": "^3.1.0"
|
|
36395
|
-
}
|
|
36396
|
-
},
|
|
36397
|
-
"cli-width": {
|
|
36398
|
-
"version": "3.0.0",
|
|
36399
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
36400
|
-
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw=="
|
|
36401
|
-
},
|
|
36402
|
-
"color-convert": {
|
|
36403
|
-
"version": "2.0.1",
|
|
36404
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
36405
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
36406
|
-
"requires": {
|
|
36407
|
-
"color-name": "~1.1.4"
|
|
36408
|
-
}
|
|
36409
|
-
},
|
|
36410
|
-
"color-name": {
|
|
36411
|
-
"version": "1.1.4",
|
|
36412
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
36413
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
36414
|
-
},
|
|
36415
|
-
"dateformat": {
|
|
36416
|
-
"version": "3.0.3",
|
|
36417
|
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
|
36418
|
-
"integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="
|
|
36419
|
-
},
|
|
36420
|
-
"diff": {
|
|
36421
|
-
"version": "3.5.0",
|
|
36422
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
|
|
36423
|
-
"integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA=="
|
|
36424
|
-
},
|
|
36425
|
-
"ejs": {
|
|
36426
|
-
"version": "2.7.4",
|
|
36427
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
|
|
36428
|
-
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
|
|
36429
|
-
},
|
|
36430
|
-
"error": {
|
|
36431
|
-
"version": "7.2.1",
|
|
36432
|
-
"resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
|
|
36433
|
-
"integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
|
|
36434
|
-
"requires": {
|
|
36435
|
-
"string-template": "~0.2.1"
|
|
36436
|
-
}
|
|
36437
|
-
},
|
|
36438
|
-
"escape-string-regexp": {
|
|
36439
|
-
"version": "1.0.5",
|
|
36440
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
36441
|
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
36442
|
-
},
|
|
36443
|
-
"execa": {
|
|
36444
|
-
"version": "4.1.0",
|
|
36445
|
-
"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
|
|
36446
|
-
"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
|
|
36447
|
-
"requires": {
|
|
36448
|
-
"cross-spawn": "^7.0.0",
|
|
36449
|
-
"get-stream": "^5.0.0",
|
|
36450
|
-
"human-signals": "^1.1.1",
|
|
36451
|
-
"is-stream": "^2.0.0",
|
|
36452
|
-
"merge-stream": "^2.0.0",
|
|
36453
|
-
"npm-run-path": "^4.0.0",
|
|
36454
|
-
"onetime": "^5.1.0",
|
|
36455
|
-
"signal-exit": "^3.0.2",
|
|
36456
|
-
"strip-final-newline": "^2.0.0"
|
|
36457
|
-
},
|
|
36458
|
-
"dependencies": {
|
|
36459
|
-
"cross-spawn": {
|
|
36460
|
-
"version": "7.0.3",
|
|
36461
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
36462
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
36463
|
-
"requires": {
|
|
36464
|
-
"path-key": "^3.1.0",
|
|
36465
|
-
"shebang-command": "^2.0.0",
|
|
36466
|
-
"which": "^2.0.1"
|
|
36467
|
-
}
|
|
36468
|
-
}
|
|
36469
|
-
}
|
|
36470
|
-
},
|
|
36471
|
-
"figures": {
|
|
36472
|
-
"version": "3.2.0",
|
|
36473
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
36474
|
-
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
36475
|
-
"requires": {
|
|
36476
|
-
"escape-string-regexp": "^1.0.5"
|
|
36477
|
-
}
|
|
36478
|
-
},
|
|
36479
|
-
"find-up": {
|
|
36480
|
-
"version": "3.0.0",
|
|
36481
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
36482
|
-
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
|
36483
|
-
"requires": {
|
|
36484
|
-
"locate-path": "^3.0.0"
|
|
36485
|
-
}
|
|
36486
|
-
},
|
|
36487
|
-
"globby": {
|
|
36488
|
-
"version": "8.0.2",
|
|
36489
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
|
|
36490
|
-
"integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
|
|
36491
|
-
"requires": {
|
|
36492
|
-
"array-union": "^1.0.1",
|
|
36493
|
-
"dir-glob": "2.0.0",
|
|
36494
|
-
"fast-glob": "^2.0.2",
|
|
36495
|
-
"glob": "^7.1.2",
|
|
36496
|
-
"ignore": "^3.3.5",
|
|
36497
|
-
"pify": "^3.0.0",
|
|
36498
|
-
"slash": "^1.0.0"
|
|
36499
|
-
}
|
|
36500
|
-
},
|
|
36501
|
-
"grouped-queue": {
|
|
36502
|
-
"version": "1.1.0",
|
|
36503
|
-
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-1.1.0.tgz",
|
|
36504
|
-
"integrity": "sha512-rZOFKfCqLhsu5VqjBjEWiwrYqJR07KxIkH4mLZlNlGDfntbb4FbMyGFP14TlvRPrU9S3Hnn/sgxbC5ZeN0no3Q==",
|
|
36505
|
-
"requires": {
|
|
36506
|
-
"lodash": "^4.17.15"
|
|
36507
|
-
}
|
|
36508
|
-
},
|
|
36509
|
-
"inquirer": {
|
|
36510
|
-
"version": "7.3.3",
|
|
36511
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
36512
|
-
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
36513
|
-
"requires": {
|
|
36514
|
-
"ansi-escapes": "^4.2.1",
|
|
36515
|
-
"chalk": "^4.1.0",
|
|
36516
|
-
"cli-cursor": "^3.1.0",
|
|
36517
|
-
"cli-width": "^3.0.0",
|
|
36518
|
-
"external-editor": "^3.0.3",
|
|
36519
|
-
"figures": "^3.0.0",
|
|
36520
|
-
"lodash": "^4.17.19",
|
|
36521
|
-
"mute-stream": "0.0.8",
|
|
36522
|
-
"run-async": "^2.4.0",
|
|
36523
|
-
"rxjs": "^6.6.0",
|
|
36524
|
-
"string-width": "^4.1.0",
|
|
36525
|
-
"strip-ansi": "^6.0.0",
|
|
36526
|
-
"through": "^2.3.6"
|
|
36527
|
-
},
|
|
36528
|
-
"dependencies": {
|
|
36529
|
-
"ansi-regex": {
|
|
36530
|
-
"version": "5.0.1",
|
|
36531
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
36532
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
36533
|
-
},
|
|
36534
|
-
"ansi-styles": {
|
|
36535
|
-
"version": "4.3.0",
|
|
36536
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
36537
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
36538
|
-
"requires": {
|
|
36539
|
-
"color-convert": "^2.0.1"
|
|
36540
|
-
}
|
|
36541
|
-
},
|
|
36542
|
-
"chalk": {
|
|
36543
|
-
"version": "4.1.2",
|
|
36544
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
36545
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
36546
|
-
"requires": {
|
|
36547
|
-
"ansi-styles": "^4.1.0",
|
|
36548
|
-
"supports-color": "^7.1.0"
|
|
36549
|
-
}
|
|
36550
|
-
},
|
|
36551
|
-
"strip-ansi": {
|
|
36552
|
-
"version": "6.0.1",
|
|
36553
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
36554
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
36555
|
-
"requires": {
|
|
36556
|
-
"ansi-regex": "^5.0.1"
|
|
36557
|
-
}
|
|
36558
|
-
},
|
|
36559
|
-
"supports-color": {
|
|
36560
|
-
"version": "7.2.0",
|
|
36561
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
36562
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
36563
|
-
"requires": {
|
|
36564
|
-
"has-flag": "^4.0.0"
|
|
36565
|
-
}
|
|
36566
|
-
}
|
|
36567
|
-
}
|
|
36568
|
-
},
|
|
36569
|
-
"is-fullwidth-code-point": {
|
|
36570
|
-
"version": "3.0.0",
|
|
36571
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
36572
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
36573
|
-
},
|
|
36574
|
-
"is-scoped": {
|
|
36575
|
-
"version": "1.0.0",
|
|
36576
|
-
"resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
|
|
36577
|
-
"integrity": "sha1-RJypgpnnEwOCViieyytUDcQ3yzA=",
|
|
36578
|
-
"requires": {
|
|
36579
|
-
"scoped-regex": "^1.0.0"
|
|
36580
|
-
}
|
|
36581
|
-
},
|
|
36582
|
-
"locate-path": {
|
|
36583
|
-
"version": "3.0.0",
|
|
36584
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
|
36585
|
-
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
|
36586
|
-
"requires": {
|
|
36587
|
-
"p-locate": "^3.0.0",
|
|
36588
|
-
"path-exists": "^3.0.0"
|
|
36589
|
-
}
|
|
36590
|
-
},
|
|
36591
|
-
"log-symbols": {
|
|
36592
|
-
"version": "2.2.0",
|
|
36593
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
|
|
36594
|
-
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
|
|
36595
|
-
"requires": {
|
|
36596
|
-
"chalk": "^2.0.1"
|
|
36597
|
-
}
|
|
36598
|
-
},
|
|
36599
|
-
"mem-fs": {
|
|
36600
|
-
"version": "1.2.0",
|
|
36601
|
-
"resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.2.0.tgz",
|
|
36602
|
-
"integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==",
|
|
36603
|
-
"requires": {
|
|
36604
|
-
"through2": "^3.0.0",
|
|
36605
|
-
"vinyl": "^2.0.1",
|
|
36606
|
-
"vinyl-file": "^3.0.0"
|
|
36607
|
-
}
|
|
36608
|
-
},
|
|
36609
|
-
"mem-fs-editor": {
|
|
36610
|
-
"version": "6.0.0",
|
|
36611
|
-
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-6.0.0.tgz",
|
|
36612
|
-
"integrity": "sha512-e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==",
|
|
36613
|
-
"requires": {
|
|
36614
|
-
"commondir": "^1.0.1",
|
|
36615
|
-
"deep-extend": "^0.6.0",
|
|
36616
|
-
"ejs": "^2.6.1",
|
|
36617
|
-
"glob": "^7.1.4",
|
|
36618
|
-
"globby": "^9.2.0",
|
|
36619
|
-
"isbinaryfile": "^4.0.0",
|
|
36620
|
-
"mkdirp": "^0.5.0",
|
|
36621
|
-
"multimatch": "^4.0.0",
|
|
36622
|
-
"rimraf": "^2.6.3",
|
|
36623
|
-
"through2": "^3.0.1",
|
|
36624
|
-
"vinyl": "^2.2.0"
|
|
36625
|
-
},
|
|
36626
|
-
"dependencies": {
|
|
36627
|
-
"dir-glob": {
|
|
36628
|
-
"version": "2.2.2",
|
|
36629
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz",
|
|
36630
|
-
"integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
|
|
36631
|
-
"requires": {
|
|
36632
|
-
"path-type": "^3.0.0"
|
|
36633
|
-
}
|
|
36634
|
-
},
|
|
36635
|
-
"globby": {
|
|
36636
|
-
"version": "9.2.0",
|
|
36637
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz",
|
|
36638
|
-
"integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==",
|
|
36639
|
-
"requires": {
|
|
36640
|
-
"@types/glob": "^7.1.1",
|
|
36641
|
-
"array-union": "^1.0.2",
|
|
36642
|
-
"dir-glob": "^2.2.2",
|
|
36643
|
-
"fast-glob": "^2.2.6",
|
|
36644
|
-
"glob": "^7.1.3",
|
|
36645
|
-
"ignore": "^4.0.3",
|
|
36646
|
-
"pify": "^4.0.1",
|
|
36647
|
-
"slash": "^2.0.0"
|
|
36648
|
-
}
|
|
36649
|
-
},
|
|
36650
|
-
"ignore": {
|
|
36651
|
-
"version": "4.0.6",
|
|
36652
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
|
|
36653
|
-
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
|
|
36654
|
-
},
|
|
36655
|
-
"pify": {
|
|
36656
|
-
"version": "4.0.1",
|
|
36657
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
36658
|
-
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
|
|
36659
|
-
},
|
|
36660
|
-
"slash": {
|
|
36661
|
-
"version": "2.0.0",
|
|
36662
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
|
|
36663
|
-
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
|
|
36664
|
-
}
|
|
36665
|
-
}
|
|
36666
|
-
},
|
|
36667
|
-
"multimatch": {
|
|
36668
|
-
"version": "4.0.0",
|
|
36669
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
|
|
36670
|
-
"integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
|
|
36671
|
-
"requires": {
|
|
36672
|
-
"@types/minimatch": "^3.0.3",
|
|
36673
|
-
"array-differ": "^3.0.0",
|
|
36674
|
-
"array-union": "^2.1.0",
|
|
36675
|
-
"arrify": "^2.0.1",
|
|
36676
|
-
"minimatch": "^3.0.4"
|
|
36677
|
-
},
|
|
36678
|
-
"dependencies": {
|
|
36679
|
-
"array-union": {
|
|
36680
|
-
"version": "2.1.0",
|
|
36681
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
36682
|
-
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
|
|
36683
|
-
}
|
|
36684
|
-
}
|
|
36685
|
-
},
|
|
36686
|
-
"mute-stream": {
|
|
36687
|
-
"version": "0.0.8",
|
|
36688
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
36689
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA=="
|
|
36690
|
-
},
|
|
36691
|
-
"p-limit": {
|
|
36692
|
-
"version": "2.3.0",
|
|
36693
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
36694
|
-
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
36695
|
-
"requires": {
|
|
36696
|
-
"p-try": "^2.0.0"
|
|
36697
|
-
}
|
|
36698
|
-
},
|
|
36699
|
-
"p-locate": {
|
|
36700
|
-
"version": "3.0.0",
|
|
36701
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
|
36702
|
-
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
|
36703
|
-
"requires": {
|
|
36704
|
-
"p-limit": "^2.0.0"
|
|
36705
|
-
}
|
|
36706
|
-
},
|
|
36707
|
-
"path-exists": {
|
|
36708
|
-
"version": "3.0.0",
|
|
36709
|
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
36710
|
-
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
|
|
36711
|
-
},
|
|
36712
|
-
"restore-cursor": {
|
|
36713
|
-
"version": "3.1.0",
|
|
36714
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
36715
|
-
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
36716
|
-
"requires": {
|
|
36717
|
-
"onetime": "^5.1.0",
|
|
36718
|
-
"signal-exit": "^3.0.2"
|
|
36719
|
-
}
|
|
36720
|
-
},
|
|
36721
|
-
"scoped-regex": {
|
|
36722
|
-
"version": "1.0.0",
|
|
36723
|
-
"resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz",
|
|
36724
|
-
"integrity": "sha1-o0a7Gs1CB65wvXwMfKnlZra63bg="
|
|
36725
|
-
},
|
|
36726
|
-
"slash": {
|
|
36727
|
-
"version": "1.0.0",
|
|
36728
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
|
36729
|
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
|
|
36730
|
-
},
|
|
36731
|
-
"string-width": {
|
|
36732
|
-
"version": "4.2.3",
|
|
36733
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
36734
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
36735
|
-
"requires": {
|
|
36736
|
-
"emoji-regex": "^8.0.0",
|
|
36737
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
36738
|
-
"strip-ansi": "^6.0.1"
|
|
36739
|
-
},
|
|
36740
|
-
"dependencies": {
|
|
36741
|
-
"ansi-regex": {
|
|
36742
|
-
"version": "5.0.1",
|
|
36743
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
36744
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
36745
|
-
},
|
|
36746
|
-
"strip-ansi": {
|
|
36747
|
-
"version": "6.0.1",
|
|
36748
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
36749
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
36750
|
-
"requires": {
|
|
36751
|
-
"ansi-regex": "^5.0.1"
|
|
36752
|
-
}
|
|
36753
|
-
}
|
|
36754
|
-
}
|
|
36755
|
-
},
|
|
36756
|
-
"strip-ansi": {
|
|
36757
|
-
"version": "4.0.0",
|
|
36758
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
36759
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
36760
|
-
"requires": {
|
|
36761
|
-
"ansi-regex": "^3.0.0"
|
|
36762
|
-
}
|
|
36763
|
-
},
|
|
36764
|
-
"untildify": {
|
|
36765
|
-
"version": "3.0.3",
|
|
36766
|
-
"resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz",
|
|
36767
|
-
"integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA=="
|
|
36768
|
-
},
|
|
36769
|
-
"yeoman-environment": {
|
|
36770
|
-
"version": "2.10.3",
|
|
36771
|
-
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.3.tgz",
|
|
36772
|
-
"integrity": "sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==",
|
|
36773
|
-
"requires": {
|
|
36774
|
-
"chalk": "^2.4.1",
|
|
36775
|
-
"debug": "^3.1.0",
|
|
36776
|
-
"diff": "^3.5.0",
|
|
36777
|
-
"escape-string-regexp": "^1.0.2",
|
|
36778
|
-
"execa": "^4.0.0",
|
|
36779
|
-
"globby": "^8.0.1",
|
|
36780
|
-
"grouped-queue": "^1.1.0",
|
|
36781
|
-
"inquirer": "^7.1.0",
|
|
36782
|
-
"is-scoped": "^1.0.0",
|
|
36783
|
-
"lodash": "^4.17.10",
|
|
36784
|
-
"log-symbols": "^2.2.0",
|
|
36785
|
-
"mem-fs": "^1.1.0",
|
|
36786
|
-
"mem-fs-editor": "^6.0.0",
|
|
36787
|
-
"npm-api": "^1.0.0",
|
|
36788
|
-
"semver": "^7.1.3",
|
|
36789
|
-
"strip-ansi": "^4.0.0",
|
|
36790
|
-
"text-table": "^0.2.0",
|
|
36791
|
-
"untildify": "^3.0.3",
|
|
36792
|
-
"yeoman-generator": "^4.8.2"
|
|
36793
|
-
},
|
|
36794
|
-
"dependencies": {
|
|
36795
|
-
"debug": {
|
|
36796
|
-
"version": "3.2.7",
|
|
36797
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
36798
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
36799
|
-
"requires": {
|
|
36800
|
-
"ms": "^2.1.1"
|
|
36801
|
-
}
|
|
36802
|
-
}
|
|
36803
|
-
}
|
|
36804
|
-
},
|
|
36805
|
-
"yeoman-generator": {
|
|
36806
|
-
"version": "4.13.0",
|
|
36807
|
-
"resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-4.13.0.tgz",
|
|
36808
|
-
"integrity": "sha512-f2/5N5IR3M2Ozm+QocvZQudlQITv2DwI6Mcxfy7R7gTTzaKgvUpgo/pQMJ+WQKm0KN0YMWCFOZpj0xFGxevc1w==",
|
|
36809
|
-
"requires": {
|
|
36810
|
-
"async": "^2.6.2",
|
|
36811
|
-
"chalk": "^2.4.2",
|
|
36812
|
-
"cli-table": "^0.3.1",
|
|
36813
|
-
"cross-spawn": "^6.0.5",
|
|
36814
|
-
"dargs": "^6.1.0",
|
|
36815
|
-
"dateformat": "^3.0.3",
|
|
36816
|
-
"debug": "^4.1.1",
|
|
36817
|
-
"diff": "^4.0.1",
|
|
36818
|
-
"error": "^7.0.2",
|
|
36819
|
-
"find-up": "^3.0.0",
|
|
36820
|
-
"github-username": "^3.0.0",
|
|
36821
|
-
"grouped-queue": "^1.1.0",
|
|
36822
|
-
"istextorbinary": "^2.5.1",
|
|
36823
|
-
"lodash": "^4.17.11",
|
|
36824
|
-
"make-dir": "^3.0.0",
|
|
36825
|
-
"mem-fs-editor": "^7.0.1",
|
|
36826
|
-
"minimist": "^1.2.5",
|
|
36827
|
-
"pretty-bytes": "^5.2.0",
|
|
36828
|
-
"read-chunk": "^3.2.0",
|
|
36829
|
-
"read-pkg-up": "^5.0.0",
|
|
36830
|
-
"rimraf": "^2.6.3",
|
|
36831
|
-
"run-async": "^2.0.0",
|
|
36832
|
-
"semver": "^7.2.1",
|
|
36833
|
-
"shelljs": "^0.8.4",
|
|
36834
|
-
"text-table": "^0.2.0",
|
|
36835
|
-
"through2": "^3.0.1",
|
|
36836
|
-
"yeoman-environment": "^2.9.5"
|
|
36837
|
-
},
|
|
36838
|
-
"dependencies": {
|
|
36839
|
-
"diff": {
|
|
36840
|
-
"version": "4.0.2",
|
|
36841
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
36842
|
-
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="
|
|
36843
|
-
},
|
|
36844
|
-
"dir-glob": {
|
|
36845
|
-
"version": "2.2.2",
|
|
36846
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz",
|
|
36847
|
-
"integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
|
|
36848
|
-
"requires": {
|
|
36849
|
-
"path-type": "^3.0.0"
|
|
36850
|
-
}
|
|
36851
|
-
},
|
|
36852
|
-
"ejs": {
|
|
36853
|
-
"version": "3.1.6",
|
|
36854
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
|
|
36855
|
-
"integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
|
|
36856
|
-
"requires": {
|
|
36857
|
-
"jake": "^10.6.1"
|
|
36858
|
-
}
|
|
36859
|
-
},
|
|
36860
|
-
"globby": {
|
|
36861
|
-
"version": "9.2.0",
|
|
36862
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz",
|
|
36863
|
-
"integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==",
|
|
36864
|
-
"requires": {
|
|
36865
|
-
"@types/glob": "^7.1.1",
|
|
36866
|
-
"array-union": "^1.0.2",
|
|
36867
|
-
"dir-glob": "^2.2.2",
|
|
36868
|
-
"fast-glob": "^2.2.6",
|
|
36869
|
-
"glob": "^7.1.3",
|
|
36870
|
-
"ignore": "^4.0.3",
|
|
36871
|
-
"pify": "^4.0.1",
|
|
36872
|
-
"slash": "^2.0.0"
|
|
36873
|
-
}
|
|
36874
|
-
},
|
|
36875
|
-
"ignore": {
|
|
36876
|
-
"version": "4.0.6",
|
|
36877
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
|
|
36878
|
-
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
|
|
36879
|
-
},
|
|
36880
|
-
"mem-fs-editor": {
|
|
36881
|
-
"version": "7.1.0",
|
|
36882
|
-
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-7.1.0.tgz",
|
|
36883
|
-
"integrity": "sha512-BH6QEqCXSqGeX48V7zu+e3cMwHU7x640NB8Zk8VNvVZniz+p4FK60pMx/3yfkzo6miI6G3a8pH6z7FeuIzqrzA==",
|
|
36884
|
-
"requires": {
|
|
36885
|
-
"commondir": "^1.0.1",
|
|
36886
|
-
"deep-extend": "^0.6.0",
|
|
36887
|
-
"ejs": "^3.1.5",
|
|
36888
|
-
"glob": "^7.1.4",
|
|
36889
|
-
"globby": "^9.2.0",
|
|
36890
|
-
"isbinaryfile": "^4.0.0",
|
|
36891
|
-
"mkdirp": "^1.0.0",
|
|
36892
|
-
"multimatch": "^4.0.0",
|
|
36893
|
-
"rimraf": "^3.0.0",
|
|
36894
|
-
"through2": "^3.0.2",
|
|
36895
|
-
"vinyl": "^2.2.1"
|
|
36896
|
-
},
|
|
36897
|
-
"dependencies": {
|
|
36898
|
-
"rimraf": {
|
|
36899
|
-
"version": "3.0.2",
|
|
36900
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
36901
|
-
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
36902
|
-
"requires": {
|
|
36903
|
-
"glob": "^7.1.3"
|
|
36904
|
-
}
|
|
36905
|
-
}
|
|
36906
|
-
}
|
|
36907
|
-
},
|
|
36908
|
-
"mkdirp": {
|
|
36909
|
-
"version": "1.0.4",
|
|
36910
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
36911
|
-
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
|
|
36912
|
-
},
|
|
36913
|
-
"pify": {
|
|
36914
|
-
"version": "4.0.1",
|
|
36915
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
36916
|
-
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
|
|
36917
|
-
},
|
|
36918
|
-
"slash": {
|
|
36919
|
-
"version": "2.0.0",
|
|
36920
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
|
|
36921
|
-
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
|
|
36922
|
-
}
|
|
36923
|
-
}
|
|
36924
|
-
}
|
|
36925
|
-
}
|
|
36926
34277
|
}
|
|
36927
34278
|
}
|
|
36928
34279
|
},
|
|
@@ -37117,8 +34468,7 @@
|
|
|
37117
34468
|
"extraneous": true
|
|
37118
34469
|
},
|
|
37119
34470
|
"@npmcli/config": {
|
|
37120
|
-
"version": "
|
|
37121
|
-
"integrity": "sha512-2/9dj143BFgQR8qxJbYptd8k+4+Po2uHYq3H6498ynZcRu4LrsDlngov5HGrvo2+f0pe0fBJwDEP2rRtaW8bkw==",
|
|
34471
|
+
"version": "2.4.0",
|
|
37122
34472
|
"extraneous": true,
|
|
37123
34473
|
"requires": {
|
|
37124
34474
|
"ini": "^2.0.0",
|
|
@@ -38091,13 +35441,11 @@
|
|
|
38091
35441
|
},
|
|
38092
35442
|
"dependencies": {
|
|
38093
35443
|
"@oclif/color": {
|
|
38094
|
-
"version": "1.0.
|
|
38095
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.0.tgz",
|
|
38096
|
-
"integrity": "sha512-jSvPCTa3OfwzGUsgGAO6AXam//UMBSIBCHGs6i3iGr+NQoMrBf6kx4UzwED0RzSCTc6nlqCzdhnCD18RSP7VAA==",
|
|
35444
|
+
"version": "1.0.1",
|
|
38097
35445
|
"requires": {
|
|
38098
35446
|
"ansi-styles": "^4.2.1",
|
|
38099
35447
|
"chalk": "^4.1.0",
|
|
38100
|
-
"strip-ansi": "^6.0.
|
|
35448
|
+
"strip-ansi": "^6.0.1",
|
|
38101
35449
|
"supports-color": "^8.1.1",
|
|
38102
35450
|
"tslib": "^2"
|
|
38103
35451
|
}
|
|
@@ -38428,13 +35776,11 @@
|
|
|
38428
35776
|
},
|
|
38429
35777
|
"dependencies": {
|
|
38430
35778
|
"@oclif/color": {
|
|
38431
|
-
"version": "1.0.
|
|
38432
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.0.tgz",
|
|
38433
|
-
"integrity": "sha512-jSvPCTa3OfwzGUsgGAO6AXam//UMBSIBCHGs6i3iGr+NQoMrBf6kx4UzwED0RzSCTc6nlqCzdhnCD18RSP7VAA==",
|
|
35779
|
+
"version": "1.0.1",
|
|
38434
35780
|
"requires": {
|
|
38435
35781
|
"ansi-styles": "^4.2.1",
|
|
38436
35782
|
"chalk": "^4.1.0",
|
|
38437
|
-
"strip-ansi": "^6.0.
|
|
35783
|
+
"strip-ansi": "^6.0.1",
|
|
38438
35784
|
"supports-color": "^8.1.1",
|
|
38439
35785
|
"tslib": "^2"
|
|
38440
35786
|
}
|
|
@@ -42295,7 +39641,9 @@
|
|
|
42295
39641
|
}
|
|
42296
39642
|
},
|
|
42297
39643
|
"@sf/functions": {
|
|
42298
|
-
"version": "npm:@salesforce/plugin-functions@1.
|
|
39644
|
+
"version": "npm:@salesforce/plugin-functions@1.5.0",
|
|
39645
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.5.0.tgz",
|
|
39646
|
+
"integrity": "sha512-gVmqyyaRlpyaB3ft0LMBDFZTyXBIiRH4MTyZaheD3s0RsgXgS5SgYFnZqoKgHDYNm606xh/HkOcuFFRP9rgl8A==",
|
|
42299
39647
|
"requires": {
|
|
42300
39648
|
"@heroku-cli/color": "^1.1.14",
|
|
42301
39649
|
"@heroku-cli/schema": "^1.0.25",
|
|
@@ -48378,7 +45726,9 @@
|
|
|
48378
45726
|
"dev": true
|
|
48379
45727
|
},
|
|
48380
45728
|
"follow-redirects": {
|
|
48381
|
-
"version": "1.14.
|
|
45729
|
+
"version": "1.14.7",
|
|
45730
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
|
|
45731
|
+
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
|
|
48382
45732
|
},
|
|
48383
45733
|
"for-in": {
|
|
48384
45734
|
"version": "1.0.2",
|
|
@@ -52473,7 +49823,8 @@
|
|
|
52473
49823
|
"dev": true
|
|
52474
49824
|
},
|
|
52475
49825
|
"are-we-there-yet": {
|
|
52476
|
-
"version": "
|
|
49826
|
+
"version": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
|
|
49827
|
+
"integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
|
|
52477
49828
|
"bundled": true,
|
|
52478
49829
|
"dev": true,
|
|
52479
49830
|
"requires": {
|
|
@@ -53001,7 +50352,9 @@
|
|
|
53001
50352
|
"dev": true
|
|
53002
50353
|
},
|
|
53003
50354
|
"gauge": {
|
|
53004
|
-
"version": "3.0.
|
|
50355
|
+
"version": "3.0.2",
|
|
50356
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
50357
|
+
"integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
|
|
53005
50358
|
"bundled": true,
|
|
53006
50359
|
"dev": true,
|
|
53007
50360
|
"requires": {
|
|
@@ -53011,8 +50364,8 @@
|
|
|
53011
50364
|
"has-unicode": "^2.0.1",
|
|
53012
50365
|
"object-assign": "^4.1.1",
|
|
53013
50366
|
"signal-exit": "^3.0.0",
|
|
53014
|
-
"string-width": "^
|
|
53015
|
-
"strip-ansi": "^
|
|
50367
|
+
"string-width": "^4.2.3",
|
|
50368
|
+
"strip-ansi": "^6.0.1",
|
|
53016
50369
|
"wide-align": "^1.1.2"
|
|
53017
50370
|
}
|
|
53018
50371
|
},
|
|
@@ -57373,7 +54726,9 @@
|
|
|
57373
54726
|
"integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
|
|
57374
54727
|
},
|
|
57375
54728
|
"shelljs": {
|
|
57376
|
-
"version": "0.8.
|
|
54729
|
+
"version": "0.8.5",
|
|
54730
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
54731
|
+
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
57377
54732
|
"requires": {
|
|
57378
54733
|
"glob": "^7.0.0",
|
|
57379
54734
|
"interpret": "^1.0.0",
|
|
@@ -58845,11 +56200,6 @@
|
|
|
58845
56200
|
"version": "1.0.2",
|
|
58846
56201
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
|
58847
56202
|
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
|
|
58848
|
-
},
|
|
58849
|
-
"extsprintf": {
|
|
58850
|
-
"version": "1.4.1",
|
|
58851
|
-
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
|
|
58852
|
-
"integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA=="
|
|
58853
56203
|
}
|
|
58854
56204
|
}
|
|
58855
56205
|
},
|