@nx/key 3.0.0 → 3.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.txt +411 -6
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/native.js +1 -1
- package/nx_key.wasm32-wasi.wasm +0 -0
- package/package.json +10 -10
- package/request.js +1 -1
- package/src/auto-register.js +1 -1
- package/src/output.js +1 -1
- package/src/version.js +1 -1
package/THIRD_PARTY_LICENSES.txt
CHANGED
@@ -767,7 +767,7 @@ The package stipulates that it is licensed under the MIT license, but no explici
|
|
767
767
|
|
768
768
|
--------------------------------------------------------------------------------
|
769
769
|
|
770
|
-
Package: @napi-rs/wasm-runtime (0.2.
|
770
|
+
Package: @napi-rs/wasm-runtime (0.2.12)
|
771
771
|
Type: npm
|
772
772
|
License: MIT
|
773
773
|
|
@@ -818,7 +818,7 @@ SOFTWARE.
|
|
818
818
|
|
819
819
|
--------------------------------------------------------------------------------
|
820
820
|
|
821
|
-
Package: @emnapi/core (1.4.
|
821
|
+
Package: @emnapi/core (1.4.5)
|
822
822
|
Type: npm
|
823
823
|
License: MIT
|
824
824
|
|
@@ -847,7 +847,7 @@ SOFTWARE.
|
|
847
847
|
|
848
848
|
--------------------------------------------------------------------------------
|
849
849
|
|
850
|
-
Package: @emnapi/wasi-threads (1.0.
|
850
|
+
Package: @emnapi/wasi-threads (1.0.4)
|
851
851
|
Type: npm
|
852
852
|
License: MIT
|
853
853
|
|
@@ -895,7 +895,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
895
895
|
|
896
896
|
--------------------------------------------------------------------------------
|
897
897
|
|
898
|
-
Package: @emnapi/runtime (1.4.
|
898
|
+
Package: @emnapi/runtime (1.4.5)
|
899
899
|
Type: npm
|
900
900
|
License: MIT
|
901
901
|
|
@@ -973,7 +973,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
973
973
|
|
974
974
|
--------------------------------------------------------------------------------
|
975
975
|
|
976
|
-
Package: form-data (4.0.
|
976
|
+
Package: form-data (4.0.4)
|
977
977
|
Type: npm
|
978
978
|
License: MIT
|
979
979
|
|
@@ -1081,6 +1081,411 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1081
1081
|
THE SOFTWARE.
|
1082
1082
|
|
1083
1083
|
|
1084
|
+
--------------------------------------------------------------------------------
|
1085
|
+
|
1086
|
+
Package: es-set-tostringtag (2.1.0)
|
1087
|
+
Type: npm
|
1088
|
+
License: MIT
|
1089
|
+
|
1090
|
+
MIT License
|
1091
|
+
|
1092
|
+
Copyright (c) 2022 ECMAScript Shims
|
1093
|
+
|
1094
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1095
|
+
of this software and associated documentation files (the "Software"), to deal
|
1096
|
+
in the Software without restriction, including without limitation the rights
|
1097
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1098
|
+
copies of the Software, and to permit persons to whom the Software is
|
1099
|
+
furnished to do so, subject to the following conditions:
|
1100
|
+
|
1101
|
+
The above copyright notice and this permission notice shall be included in all
|
1102
|
+
copies or substantial portions of the Software.
|
1103
|
+
|
1104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1110
|
+
SOFTWARE.
|
1111
|
+
|
1112
|
+
|
1113
|
+
--------------------------------------------------------------------------------
|
1114
|
+
|
1115
|
+
Package: es-errors (1.3.0)
|
1116
|
+
Type: npm
|
1117
|
+
License: MIT
|
1118
|
+
|
1119
|
+
MIT License
|
1120
|
+
|
1121
|
+
Copyright (c) 2024 Jordan Harband
|
1122
|
+
|
1123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1124
|
+
of this software and associated documentation files (the "Software"), to deal
|
1125
|
+
in the Software without restriction, including without limitation the rights
|
1126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1127
|
+
copies of the Software, and to permit persons to whom the Software is
|
1128
|
+
furnished to do so, subject to the following conditions:
|
1129
|
+
|
1130
|
+
The above copyright notice and this permission notice shall be included in all
|
1131
|
+
copies or substantial portions of the Software.
|
1132
|
+
|
1133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1139
|
+
SOFTWARE.
|
1140
|
+
|
1141
|
+
|
1142
|
+
--------------------------------------------------------------------------------
|
1143
|
+
|
1144
|
+
Package: get-intrinsic (1.3.0)
|
1145
|
+
Type: npm
|
1146
|
+
License: MIT
|
1147
|
+
|
1148
|
+
MIT License
|
1149
|
+
|
1150
|
+
Copyright (c) 2020 Jordan Harband
|
1151
|
+
|
1152
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1153
|
+
of this software and associated documentation files (the "Software"), to deal
|
1154
|
+
in the Software without restriction, including without limitation the rights
|
1155
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1156
|
+
copies of the Software, and to permit persons to whom the Software is
|
1157
|
+
furnished to do so, subject to the following conditions:
|
1158
|
+
|
1159
|
+
The above copyright notice and this permission notice shall be included in all
|
1160
|
+
copies or substantial portions of the Software.
|
1161
|
+
|
1162
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1163
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1164
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1165
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1166
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1167
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1168
|
+
SOFTWARE.
|
1169
|
+
|
1170
|
+
|
1171
|
+
--------------------------------------------------------------------------------
|
1172
|
+
|
1173
|
+
Package: call-bind-apply-helpers (1.0.2)
|
1174
|
+
Type: npm
|
1175
|
+
License: MIT
|
1176
|
+
|
1177
|
+
MIT License
|
1178
|
+
|
1179
|
+
Copyright (c) 2024 Jordan Harband
|
1180
|
+
|
1181
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1182
|
+
of this software and associated documentation files (the "Software"), to deal
|
1183
|
+
in the Software without restriction, including without limitation the rights
|
1184
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1185
|
+
copies of the Software, and to permit persons to whom the Software is
|
1186
|
+
furnished to do so, subject to the following conditions:
|
1187
|
+
|
1188
|
+
The above copyright notice and this permission notice shall be included in all
|
1189
|
+
copies or substantial portions of the Software.
|
1190
|
+
|
1191
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1192
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1193
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1194
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1195
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1196
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1197
|
+
SOFTWARE.
|
1198
|
+
|
1199
|
+
|
1200
|
+
--------------------------------------------------------------------------------
|
1201
|
+
|
1202
|
+
Package: function-bind (1.1.2)
|
1203
|
+
Type: npm
|
1204
|
+
License: MIT
|
1205
|
+
|
1206
|
+
Copyright (c) 2013 Raynos.
|
1207
|
+
|
1208
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1209
|
+
of this software and associated documentation files (the "Software"), to deal
|
1210
|
+
in the Software without restriction, including without limitation the rights
|
1211
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1212
|
+
copies of the Software, and to permit persons to whom the Software is
|
1213
|
+
furnished to do so, subject to the following conditions:
|
1214
|
+
|
1215
|
+
The above copyright notice and this permission notice shall be included in
|
1216
|
+
all copies or substantial portions of the Software.
|
1217
|
+
|
1218
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1219
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1220
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1221
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1222
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1223
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1224
|
+
THE SOFTWARE.
|
1225
|
+
|
1226
|
+
|
1227
|
+
|
1228
|
+
--------------------------------------------------------------------------------
|
1229
|
+
|
1230
|
+
Package: es-define-property (1.0.1)
|
1231
|
+
Type: npm
|
1232
|
+
License: MIT
|
1233
|
+
|
1234
|
+
MIT License
|
1235
|
+
|
1236
|
+
Copyright (c) 2024 Jordan Harband
|
1237
|
+
|
1238
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1239
|
+
of this software and associated documentation files (the "Software"), to deal
|
1240
|
+
in the Software without restriction, including without limitation the rights
|
1241
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1242
|
+
copies of the Software, and to permit persons to whom the Software is
|
1243
|
+
furnished to do so, subject to the following conditions:
|
1244
|
+
|
1245
|
+
The above copyright notice and this permission notice shall be included in all
|
1246
|
+
copies or substantial portions of the Software.
|
1247
|
+
|
1248
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1249
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1250
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1251
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1252
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1253
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1254
|
+
SOFTWARE.
|
1255
|
+
|
1256
|
+
|
1257
|
+
--------------------------------------------------------------------------------
|
1258
|
+
|
1259
|
+
Package: es-object-atoms (1.1.1)
|
1260
|
+
Type: npm
|
1261
|
+
License: MIT
|
1262
|
+
|
1263
|
+
MIT License
|
1264
|
+
|
1265
|
+
Copyright (c) 2024 Jordan Harband
|
1266
|
+
|
1267
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1268
|
+
of this software and associated documentation files (the "Software"), to deal
|
1269
|
+
in the Software without restriction, including without limitation the rights
|
1270
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1271
|
+
copies of the Software, and to permit persons to whom the Software is
|
1272
|
+
furnished to do so, subject to the following conditions:
|
1273
|
+
|
1274
|
+
The above copyright notice and this permission notice shall be included in all
|
1275
|
+
copies or substantial portions of the Software.
|
1276
|
+
|
1277
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1278
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1279
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1280
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1281
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1282
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1283
|
+
SOFTWARE.
|
1284
|
+
|
1285
|
+
|
1286
|
+
--------------------------------------------------------------------------------
|
1287
|
+
|
1288
|
+
Package: get-proto (1.0.1)
|
1289
|
+
Type: npm
|
1290
|
+
License: MIT
|
1291
|
+
|
1292
|
+
MIT License
|
1293
|
+
|
1294
|
+
Copyright (c) 2025 Jordan Harband
|
1295
|
+
|
1296
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1297
|
+
of this software and associated documentation files (the "Software"), to deal
|
1298
|
+
in the Software without restriction, including without limitation the rights
|
1299
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1300
|
+
copies of the Software, and to permit persons to whom the Software is
|
1301
|
+
furnished to do so, subject to the following conditions:
|
1302
|
+
|
1303
|
+
The above copyright notice and this permission notice shall be included in all
|
1304
|
+
copies or substantial portions of the Software.
|
1305
|
+
|
1306
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1307
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1308
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1309
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1310
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1311
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1312
|
+
SOFTWARE.
|
1313
|
+
|
1314
|
+
|
1315
|
+
--------------------------------------------------------------------------------
|
1316
|
+
|
1317
|
+
Package: dunder-proto (1.0.1)
|
1318
|
+
Type: npm
|
1319
|
+
License: MIT
|
1320
|
+
|
1321
|
+
MIT License
|
1322
|
+
|
1323
|
+
Copyright (c) 2024 ECMAScript Shims
|
1324
|
+
|
1325
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1326
|
+
of this software and associated documentation files (the "Software"), to deal
|
1327
|
+
in the Software without restriction, including without limitation the rights
|
1328
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1329
|
+
copies of the Software, and to permit persons to whom the Software is
|
1330
|
+
furnished to do so, subject to the following conditions:
|
1331
|
+
|
1332
|
+
The above copyright notice and this permission notice shall be included in all
|
1333
|
+
copies or substantial portions of the Software.
|
1334
|
+
|
1335
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1336
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1337
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1338
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1339
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1340
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1341
|
+
SOFTWARE.
|
1342
|
+
|
1343
|
+
|
1344
|
+
--------------------------------------------------------------------------------
|
1345
|
+
|
1346
|
+
Package: gopd (1.2.0)
|
1347
|
+
Type: npm
|
1348
|
+
License: MIT
|
1349
|
+
|
1350
|
+
MIT License
|
1351
|
+
|
1352
|
+
Copyright (c) 2022 Jordan Harband
|
1353
|
+
|
1354
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1355
|
+
of this software and associated documentation files (the "Software"), to deal
|
1356
|
+
in the Software without restriction, including without limitation the rights
|
1357
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1358
|
+
copies of the Software, and to permit persons to whom the Software is
|
1359
|
+
furnished to do so, subject to the following conditions:
|
1360
|
+
|
1361
|
+
The above copyright notice and this permission notice shall be included in all
|
1362
|
+
copies or substantial portions of the Software.
|
1363
|
+
|
1364
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1365
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1366
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1367
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1368
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1369
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1370
|
+
SOFTWARE.
|
1371
|
+
|
1372
|
+
|
1373
|
+
--------------------------------------------------------------------------------
|
1374
|
+
|
1375
|
+
Package: has-symbols (1.1.0)
|
1376
|
+
Type: npm
|
1377
|
+
License: MIT
|
1378
|
+
|
1379
|
+
MIT License
|
1380
|
+
|
1381
|
+
Copyright (c) 2016 Jordan Harband
|
1382
|
+
|
1383
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1384
|
+
of this software and associated documentation files (the "Software"), to deal
|
1385
|
+
in the Software without restriction, including without limitation the rights
|
1386
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1387
|
+
copies of the Software, and to permit persons to whom the Software is
|
1388
|
+
furnished to do so, subject to the following conditions:
|
1389
|
+
|
1390
|
+
The above copyright notice and this permission notice shall be included in all
|
1391
|
+
copies or substantial portions of the Software.
|
1392
|
+
|
1393
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1394
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1395
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1396
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1397
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1398
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1399
|
+
SOFTWARE.
|
1400
|
+
|
1401
|
+
|
1402
|
+
--------------------------------------------------------------------------------
|
1403
|
+
|
1404
|
+
Package: hasown (2.0.2)
|
1405
|
+
Type: npm
|
1406
|
+
License: MIT
|
1407
|
+
|
1408
|
+
MIT License
|
1409
|
+
|
1410
|
+
Copyright (c) Jordan Harband and contributors
|
1411
|
+
|
1412
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1413
|
+
of this software and associated documentation files (the "Software"), to deal
|
1414
|
+
in the Software without restriction, including without limitation the rights
|
1415
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1416
|
+
copies of the Software, and to permit persons to whom the Software is
|
1417
|
+
furnished to do so, subject to the following conditions:
|
1418
|
+
|
1419
|
+
The above copyright notice and this permission notice shall be included in all
|
1420
|
+
copies or substantial portions of the Software.
|
1421
|
+
|
1422
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1423
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1424
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1425
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1426
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1427
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1428
|
+
SOFTWARE.
|
1429
|
+
|
1430
|
+
|
1431
|
+
--------------------------------------------------------------------------------
|
1432
|
+
|
1433
|
+
Package: math-intrinsics (1.1.0)
|
1434
|
+
Type: npm
|
1435
|
+
License: MIT
|
1436
|
+
|
1437
|
+
MIT License
|
1438
|
+
|
1439
|
+
Copyright (c) 2024 ECMAScript Shims
|
1440
|
+
|
1441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1442
|
+
of this software and associated documentation files (the "Software"), to deal
|
1443
|
+
in the Software without restriction, including without limitation the rights
|
1444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1445
|
+
copies of the Software, and to permit persons to whom the Software is
|
1446
|
+
furnished to do so, subject to the following conditions:
|
1447
|
+
|
1448
|
+
The above copyright notice and this permission notice shall be included in all
|
1449
|
+
copies or substantial portions of the Software.
|
1450
|
+
|
1451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1457
|
+
SOFTWARE.
|
1458
|
+
|
1459
|
+
|
1460
|
+
--------------------------------------------------------------------------------
|
1461
|
+
|
1462
|
+
Package: has-tostringtag (1.0.2)
|
1463
|
+
Type: npm
|
1464
|
+
License: MIT
|
1465
|
+
|
1466
|
+
MIT License
|
1467
|
+
|
1468
|
+
Copyright (c) 2021 Inspect JS
|
1469
|
+
|
1470
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1471
|
+
of this software and associated documentation files (the "Software"), to deal
|
1472
|
+
in the Software without restriction, including without limitation the rights
|
1473
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1474
|
+
copies of the Software, and to permit persons to whom the Software is
|
1475
|
+
furnished to do so, subject to the following conditions:
|
1476
|
+
|
1477
|
+
The above copyright notice and this permission notice shall be included in all
|
1478
|
+
copies or substantial portions of the Software.
|
1479
|
+
|
1480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1481
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1482
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1483
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1484
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1485
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1486
|
+
SOFTWARE.
|
1487
|
+
|
1488
|
+
|
1084
1489
|
--------------------------------------------------------------------------------
|
1085
1490
|
|
1086
1491
|
Package: mime-types (2.1.35)
|
@@ -1114,7 +1519,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1114
1519
|
|
1115
1520
|
--------------------------------------------------------------------------------
|
1116
1521
|
|
1117
|
-
Package: mime-db (1.
|
1522
|
+
Package: mime-db (1.54.0)
|
1118
1523
|
Type: npm
|
1119
1524
|
License: MIT
|
1120
1525
|
|
package/index.d.ts
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
import { FeaturePermission, NxKey, assertFeaturePermission } from './native';
|
2
2
|
type PowerpackLicense = NxKey;
|
3
3
|
export { FeaturePermission, NxKey, PowerpackLicense, assertFeaturePermission };
|
4
|
+
import { type Tree } from '@nx/devkit';
|
4
5
|
export declare function registerNxKey(workspaceRoot: string, key?: string): Promise<NxKey | null | undefined>;
|
5
|
-
export declare function autoRegisterNxKey(workspaceRoot: string): Promise<NxKey | null>;
|
6
|
+
export declare function autoRegisterNxKey(tree: Tree, workspaceRoot: string): Promise<NxKey | null>;
|
6
7
|
export declare function activatePowerpack(workspaceRoot: string, rawLicense: string): void;
|
7
8
|
export declare function activateNxKey(workspaceRoot: string, rawKey: string): NxKey;
|
8
9
|
export declare function getPowerpackLicenseInformationAsync(workspaceRoot: string): Promise<NxKey | null>;
|
package/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const a0_0x4700d4=a0_0xb53f;(function(_0x396962,_0x1a53ba){const _0x2006e8=a0_0xb53f,_0x356cd4=_0x396962();while(!![]){try{const _0x45eb1d=-parseInt(_0x2006e8(0xf2))/0x1*(parseInt(_0x2006e8(0xeb))/0x2)+parseInt(_0x2006e8(0xff))/0x3+-parseInt(_0x2006e8(0xbd))/0x4*(-parseInt(_0x2006e8(0xe6))/0x5)+parseInt(_0x2006e8(0xe5))/0x6*(parseInt(_0x2006e8(0xd1))/0x7)+-parseInt(_0x2006e8(0xef))/0x8+-parseInt(_0x2006e8(0x109))/0x9+-parseInt(_0x2006e8(0xf9))/0xa*(-parseInt(_0x2006e8(0xdf))/0xb);if(_0x45eb1d===_0x1a53ba)break;else _0x356cd4['push'](_0x356cd4['shift']());}catch(_0x3c79cc){_0x356cd4['push'](_0x356cd4['shift']());}}}(a0_0x2f7c,0x2db4f));let e;Object[a0_0x4700d4(0xcf)](exports,'__esModule',{'value':!0x0}),exports[a0_0x4700d4(0xd2)]=void 0x0,exports[a0_0x4700d4(0xf6)]=function(_0xf97e2b,_0x44ee96){const _0x469101=a0_0x4700d4;return(0x0,_[_0x469101(0xf6)])(_0xf97e2b,_0x44ee96);},exports['autoRegisterNxKey']=l,exports[a0_0x4700d4(0x100)]=function(_0x14f488,_0x255142){p(_0x14f488,_0x255142);},exports[a0_0x4700d4(0xcc)]=p,exports[a0_0x4700d4(0xc5)]=function(_0x8dc1d7){return v(_0x8dc1d7);},exports[a0_0x4700d4(0xea)]=v,exports[a0_0x4700d4(0x108)]=function(_0x219329){return k(_0x219329);},exports['getNxKeyInformation']=k;const n=require('node:child_process'),r=require(a0_0x4700d4(0xc7)),i=require(a0_0x4700d4(0xce)),t=require('fs'),o=require('node:crypto'),s=require(a0_0x4700d4(0xfb)),a=require(a0_0x4700d4(0xf3)),u=require(a0_0x4700d4(0xc2)),x=new Set([a0_0x4700d4(0x105),'@nx/key-android-arm-eabi',a0_0x4700d4(0xdb),'@nx/key-win32-ia32-msvc','@nx/key-win32-arm64-msvc',a0_0x4700d4(0xdd),a0_0x4700d4(0xe8),'@nx/key-darwin-arm64',a0_0x4700d4(0xda),a0_0x4700d4(0xd7),a0_0x4700d4(0xbc),'@nx/key-linux-arm64-musl','@nx/key-linux-arm64-gnu','@nx/key-linux-arm-gnueabihf']),c=['nx_key.android-arm64.node',a0_0x4700d4(0xf0),a0_0x4700d4(0xb6),a0_0x4700d4(0xb7),a0_0x4700d4(0xe3),a0_0x4700d4(0xbf),a0_0x4700d4(0xfd),a0_0x4700d4(0xb8),a0_0x4700d4(0xf8),a0_0x4700d4(0xd6),a0_0x4700d4(0xe4),a0_0x4700d4(0xba),'nx_key.linux-arm64-gnu.node','nx_key.linux-arm-gnueabihf.node'],d=u[a0_0x4700d4(0xe9)],y=require[a0_0x4700d4(0x103)](a0_0x4700d4(0xf5));function a0_0xb53f(_0x134e71,_0x1b2b49){const _0x2f7c04=a0_0x2f7c();return a0_0xb53f=function(_0xb53f09,_0xf83490){_0xb53f09=_0xb53f09-0xb6;let _0x10d455=_0x2f7c04[_0xb53f09];return _0x10d455;},a0_0xb53f(_0x134e71,_0x1b2b49);}delete require[a0_0x4700d4(0xe1)][y],u['_load']=function(_0x203788,_0x1a010d,_0x931ef0){const _0x1f0889=a0_0x4700d4;if(!(x[_0x1f0889(0xfa)](_0x203788)||c[_0x1f0889(0xcd)](_0x2d2435=>_0x203788[_0x1f0889(0xec)](_0x2d2435))))return d[_0x1f0889(0xf7)](this,arguments);{let _0x3c4d3c=require[_0x1f0889(0x103)](_0x203788),_0xced9c7=(0x0,s[_0x1f0889(0xd9)])(_0x3c4d3c),_0x688c3b=(function(){const _0x286052=_0x1f0889;if(process['env'][_0x286052(0xd3)])return process[_0x286052(0x107)]['NX_NATIVE_FILE_CACHE_DIRECTORY'];{let _0xff0960=(0x0,o[_0x286052(0xfe)])(_0x286052(0xe0));e&&_0xff0960[_0x286052(0xde)](e);try{_0xff0960[_0x286052(0xde)]((0x0,r[_0x286052(0xc1)])()[_0x286052(0xed)]);}catch(_0x450127){}return(0x0,s['join'])((0x0,r[_0x286052(0xd0)])(),_0x286052(0xc4)+_0xff0960['digest'](_0x286052(0xc9))[_0x286052(0xf1)](0x0,0x7));}}()),_0x3fb6ee=(0x0,s[_0x1f0889(0xd4)])(_0x688c3b,a[_0x1f0889(0xc0)]+'-'+Math['random']()+_0xced9c7);void 0x0!==process['env'][_0x1f0889(0xfc)]&&console[_0x1f0889(0x104)](_0x1f0889(0xbe),_0x688c3b);let _0x9b2a53=(0x0,s['join'])(_0x688c3b,a[_0x1f0889(0xc0)]+'-'+_0xced9c7);return(0x0,t[_0x1f0889(0xd5)])(_0x9b2a53)||((0x0,t['existsSync'])(_0x688c3b)||(0x0,t['mkdirSync'])(_0x688c3b,{'recursive':!0x0}),(0x0,t[_0x1f0889(0xe2)])(_0x3c4d3c,_0x3fb6ee),(0x0,t[_0x1f0889(0xee)])(_0x3fb6ee,_0x9b2a53)),d[_0x1f0889(0xf7)](this,[_0x9b2a53,_0x1a010d,_0x931ef0]);}};const m=require(a0_0x4700d4(0x101));Object[a0_0x4700d4(0xcf)](exports,a0_0x4700d4(0xd2),{'enumerable':!0x0,'get':function(){return m['assertFeaturePermission'];}}),module['exports']['FeaturePermission']=m[a0_0x4700d4(0xb9)];function a0_0x2f7c(){const _0x5e9522=['nx_key.darwin-universal.node','VERSION','userInfo','module','NX_MAJOR_VERSION','nx-native-file-cache-','getPowerpackLicenseInformationAsync','getKeyInformation','node:os','homedir','hex','getKeyInformationAsync','requestLicense','activateNxKey','some','./request','defineProperty','tmpdir','28qBCFBA','assertFeaturePermission','NX_NATIVE_FILE_CACHE_DIRECTORY','join','existsSync','nx_key.linux-x64-musl.node','@nx/key-linux-x64-musl','./src/auto-register','basename','@nx/key-freebsd-x64','@nx/key-win32-x64-msvc','autoRegisterNxKey','@nx/key-darwin-universal','update','4631ONtgKe','sha256','cache','copyFileSync','nx_key.win32-arm64-msvc.node','nx_key.linux-x64-gnu.node','141012RzMOQJ','5GTOAGK','utf8','@nx/key-darwin-x64','_load','getNxKeyInformationAsync','597152VkLwzx','endsWith','username','renameSync','2771632NBtQRl','nx_key.android-arm-eabi.node','substring','1YqnLDH','./src/version','trim','./native.js','registerNxKey','apply','nx_key.freebsd-x64.node','8480azSJyR','has','path','NX_KEY_LOGGING','nx_key.darwin-x64.node','createHash','780918pYnZqp','activatePowerpack','./native','pipe','resolve','debug','@nx/key-android-arm64','execSync','env','getPowerpackLicenseInformation','1085175wrsJVd','nx_key.win32-x64-msvc.node','nx_key.win32-ia32-msvc.node','nx_key.darwin-arm64.node','FeaturePermission','nx_key.linux-arm64-musl.node','node\x20./request.js\x20child','@nx/key-linux-x64-gnu','965992yocZlf','native\x20file\x20cache\x20location:\x20'];a0_0x2f7c=function(){return _0x5e9522;};return a0_0x2f7c();}const _=require(a0_0x4700d4(0xd8));async function l(_0x27e30b,_0x2045fa){const _0x3b74dd=a0_0x4700d4;return await(0x0,_[_0x3b74dd(0xdc)])(_0x27e30b,_0x2045fa);}function p(_0x232d54,_0x597af7){const _0x5a0343=a0_0x4700d4;return e=_0x232d54,require(_0x5a0343(0xf5))[_0x5a0343(0xcc)](a[_0x5a0343(0xc3)],_0x232d54,_0x597af7);}function v(_0x1376b){const _0x372048=a0_0x4700d4;e=_0x1376b;let _0xb01d04=(0x0,r[_0x372048(0xc8)])();return require(_0x372048(0xf5))[_0x372048(0xca)](a[_0x372048(0xc3)],_0x1376b,_0xb01d04,i[_0x372048(0xcb)]);}function k(_0x15367c){const _0x1a5f70=a0_0x4700d4;e=_0x15367c;let _0x194fd7=(0x0,r[_0x1a5f70(0xc8)])();return require(_0x1a5f70(0xf5))[_0x1a5f70(0xc6)](a[_0x1a5f70(0xc3)],_0x15367c,_0x194fd7,(_0xbbf54e,_0x404bb1,_0x432c01,_0x4a3602)=>{const _0x23fadc=_0x1a5f70;try{return(0x0,n[_0x23fadc(0x106)])(_0x23fadc(0xbb),{'encoding':_0x23fadc(0xe7),'env':{...process[_0x23fadc(0x107)],'NX_CLOUD_ENDPOINT':_0xbbf54e,'NX_CLOUD_ID':_0x404bb1??void 0x0,'NX_CLOUD_ACCESS_TOKEN':_0x432c01??void 0x0,'NX_CLOUD_PERSONAL_ACCESS_TOKEN':_0x4a3602??void 0x0},'cwd':__dirname,'stdio':_0x23fadc(0x102)})[_0x23fadc(0xf4)]();}catch(_0x2a39d8){throw Error(_0x2a39d8);}});}u[a0_0x4700d4(0xe9)]=d;
|
package/native.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
const a1_0x24d09f=a1_0x1254;(function(_0x36f2c2,_0x534679){const _0x1bb09f=a1_0x1254,_0x529ff2=_0x36f2c2();while(!![]){try{const _0x2d9b8c=parseInt(_0x1bb09f(0x120))/0x1*(parseInt(_0x1bb09f(0x171))/0x2)+parseInt(_0x1bb09f(0x156))/0x3*(-parseInt(_0x1bb09f(0x136))/0x4)+parseInt(_0x1bb09f(0x15b))/0x5*(parseInt(_0x1bb09f(0x163))/0x6)+-parseInt(_0x1bb09f(0x12c))/0x7*(-parseInt(_0x1bb09f(0x139))/0x8)+parseInt(_0x1bb09f(0x12d))/0x9*(-parseInt(_0x1bb09f(0x142))/0xa)+parseInt(_0x1bb09f(0x127))/0xb*(-parseInt(_0x1bb09f(0x148))/0xc)+parseInt(_0x1bb09f(0x12e))/0xd*(parseInt(_0x1bb09f(0x140))/0xe);if(_0x2d9b8c===_0x534679)break;else _0x529ff2['push'](_0x529ff2['shift']());}catch(_0x371d27){_0x529ff2['push'](_0x529ff2['shift']());}}}(a1_0xd46a,0x96ebb));function a1_0xd46a(){const _0x5750af=['./nx_key.linux-arm64-musl.node','3761336GEQsWn','Unsupported\x20architecture\x20on\x20Android\x20','length','./nx_key.linux-s390x-gnu.node','./nx_key.darwin-universal.node','./nx_key.darwin-arm64.node','exports','28KROoYl','FeaturePermission','1370LnZKrW','@nx/key-linux-x64-musl','push','assertFeaturePermission','error','./nx_key.linux-arm-musleabihf.node','78972tHLVpO',',\x20architecture:\x20','@nx/key-linux-arm64-gnu','ia32','libc.musl-','getReport','musl','win32','./nx_key.win32-x64-msvc.node','header','@nx/key-darwin-arm64','platform','ppc64','includes','7485McxJEx','./nx_key.linux-ppc64-gnu.node','isArray','Unsupported\x20OS:\x20','NAPI_RS_FORCE_WASI','1915YwBZcJ','@nx/key-win32-x64-msvc','Unsupported\x20architecture\x20on\x20macOS:\x20','activateNxKey','./nx_key.android-arm-eabi.node','getKeyInformation','./nx_key.linux-riscv64-musl.node','./nx_key.linux-x64-musl.node','13236KZhsnY','getKeyInformationAsync','darwin','riscv64','@nx/key-linux-arm64-musl','ld-musl-','arm','some','./nx_key.linux-arm-gnueabihf.node','./nx_key.win32-arm64-msvc.node','@nx/key-freebsd-x64','s390x','@nx/key-linux-arm-musleabihf','./nx_key.freebsd-x64.node','635196YEURoj','@nx/key-linux-riscv64-gnu','./nx_key.android-arm64.node','Unsupported\x20architecture\x20on\x20FreeBSD:\x20','@nx/key-linux-ppc64-gnu','./nx_key.wasi.cjs','glibcVersionRuntime','./nx_key.linux-arm64-gnu.node','./nx_key.linux-riscv64-gnu.node','android','@nx/key-win32-arm64-msvc','arm64','3cmghEL','@nx/key-darwin-x64','Unsupported\x20architecture\x20on\x20Linux:\x20','utf-8','Failed\x20to\x20load\x20native\x20binding','@nx/key-darwin-universal','./nx_key.darwin-x64.node','1727JFkdyQ','@nx/key-android-arm64','env','linux','execSync','7KFOCdh','13554xGOHpu','3058809MuDFQs','arch','child_process','sharedObjects','x64','@nx/key-linux-s390x-gnu','@nx/key-wasm32-wasi','@nx/key-win32-ia32-msvc','1412xsjweA','@nx/key-freebsd-arm64'];a1_0xd46a=function(){return _0x5750af;};return a1_0xd46a();}const {readFileSync:r}=require('fs');let e=null;const n=[],u=()=>{const _0x255d0c=a1_0x1254;let _0x1dbe38=!0x1;return'linux'===process[_0x255d0c(0x153)]&&(null===(_0x1dbe38=t())&&(_0x1dbe38=c()),null===_0x1dbe38&&(_0x1dbe38=i())),_0x1dbe38;},s=_0x47a9d6=>_0x47a9d6[a1_0x24d09f(0x155)](a1_0x24d09f(0x14c))||_0x47a9d6[a1_0x24d09f(0x155)](a1_0x24d09f(0x168)),t=()=>{const _0x2490db=a1_0x24d09f;try{return r('/usr/bin/ldd',_0x2490db(0x123))[_0x2490db(0x155)](_0x2490db(0x14e));}catch{return null;}},c=()=>{const _0x513064=a1_0x24d09f;let _0x4f2867='function'==typeof process['report'][_0x513064(0x14d)]?process['report']['getReport']():null;return _0x4f2867?(!_0x4f2867['header']||!_0x4f2867[_0x513064(0x151)][_0x513064(0x11a)])&&!!(Array[_0x513064(0x158)](_0x4f2867[_0x513064(0x131)])&&_0x4f2867['sharedObjects'][_0x513064(0x16a)](s)):null;},i=()=>{const _0x1d1fa9=a1_0x24d09f;try{return require(_0x1d1fa9(0x130))[_0x1d1fa9(0x12b)]('ldd\x20--version',{'encoding':'utf8'})['includes'](_0x1d1fa9(0x14e));}catch(_0x35bbf6){return!0x1;}};if(!(e=(function(){const _0x9f68f3=a1_0x24d09f;if(_0x9f68f3(0x11d)===process[_0x9f68f3(0x153)]){if(_0x9f68f3(0x11f)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x173));}catch(_0xcce44f){n['push'](_0xcce44f);}try{return require(_0x9f68f3(0x128));}catch(_0x1be46d){n[_0x9f68f3(0x144)](_0x1be46d);}}else{if(_0x9f68f3(0x169)===process['arch']){try{return require(_0x9f68f3(0x15f));}catch(_0x10b9a5){n[_0x9f68f3(0x144)](_0x10b9a5);}try{return require('@nx/key-android-arm-eabi');}catch(_0x47e1d4){n[_0x9f68f3(0x144)](_0x47e1d4);}}else n['push'](Error(_0x9f68f3(0x13a)+process[_0x9f68f3(0x12f)]));}}else{if(_0x9f68f3(0x14f)===process[_0x9f68f3(0x153)]){if(_0x9f68f3(0x132)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x150));}catch(_0x26aef7){n['push'](_0x26aef7);}try{return require(_0x9f68f3(0x15c));}catch(_0x5a51c6){n[_0x9f68f3(0x144)](_0x5a51c6);}}else{if(_0x9f68f3(0x14b)===process['arch']){try{return require('./nx_key.win32-ia32-msvc.node');}catch(_0x465b97){n[_0x9f68f3(0x144)](_0x465b97);}try{return require(_0x9f68f3(0x135));}catch(_0x1464a7){n[_0x9f68f3(0x144)](_0x1464a7);}}else{if(_0x9f68f3(0x11f)===process['arch']){try{return require(_0x9f68f3(0x16c));}catch(_0x541025){n[_0x9f68f3(0x144)](_0x541025);}try{return require(_0x9f68f3(0x11e));}catch(_0x129db8){n['push'](_0x129db8);}}else n['push'](Error('Unsupported\x20architecture\x20on\x20Windows:\x20'+process[_0x9f68f3(0x12f)]));}}}else{if(_0x9f68f3(0x165)===process[_0x9f68f3(0x153)]){try{return require(_0x9f68f3(0x13d));}catch(_0x4748cc){n[_0x9f68f3(0x144)](_0x4748cc);}try{return require(_0x9f68f3(0x125));}catch(_0x37ceff){n[_0x9f68f3(0x144)](_0x37ceff);}if(_0x9f68f3(0x132)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x126));}catch(_0x1d5126){n[_0x9f68f3(0x144)](_0x1d5126);}try{return require(_0x9f68f3(0x121));}catch(_0x2d9db7){n[_0x9f68f3(0x144)](_0x2d9db7);}}else{if(_0x9f68f3(0x11f)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x13e));}catch(_0x5cee43){n['push'](_0x5cee43);}try{return require(_0x9f68f3(0x152));}catch(_0x3ed92b){n[_0x9f68f3(0x144)](_0x3ed92b);}}else n[_0x9f68f3(0x144)](Error(_0x9f68f3(0x15d)+process[_0x9f68f3(0x12f)]));}}else{if('freebsd'===process[_0x9f68f3(0x153)]){if(_0x9f68f3(0x132)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x170));}catch(_0xd90f76){n[_0x9f68f3(0x144)](_0xd90f76);}try{return require(_0x9f68f3(0x16d));}catch(_0x2ca8b7){n[_0x9f68f3(0x144)](_0x2ca8b7);}}else{if(_0x9f68f3(0x11f)===process[_0x9f68f3(0x12f)]){try{return require('./nx_key.freebsd-arm64.node');}catch(_0x33b59b){n[_0x9f68f3(0x144)](_0x33b59b);}try{return require(_0x9f68f3(0x137));}catch(_0x47e340){n[_0x9f68f3(0x144)](_0x47e340);}}else n['push'](Error(_0x9f68f3(0x117)+process['arch']));}}else{if(_0x9f68f3(0x12a)===process[_0x9f68f3(0x153)]){if(_0x9f68f3(0x132)===process[_0x9f68f3(0x12f)]){if(u()){try{return require(_0x9f68f3(0x162));}catch(_0x450635){n[_0x9f68f3(0x144)](_0x450635);}try{return require(_0x9f68f3(0x143));}catch(_0x7408d3){n[_0x9f68f3(0x144)](_0x7408d3);}}else{try{return require('./nx_key.linux-x64-gnu.node');}catch(_0x1686df){n[_0x9f68f3(0x144)](_0x1686df);}try{return require('@nx/key-linux-x64-gnu');}catch(_0xe294ef){n[_0x9f68f3(0x144)](_0xe294ef);}}}else{if(_0x9f68f3(0x11f)===process[_0x9f68f3(0x12f)]){if(u()){try{return require(_0x9f68f3(0x138));}catch(_0x3b0b60){n[_0x9f68f3(0x144)](_0x3b0b60);}try{return require(_0x9f68f3(0x167));}catch(_0xe45d40){n[_0x9f68f3(0x144)](_0xe45d40);}}else{try{return require(_0x9f68f3(0x11b));}catch(_0x29050f){n[_0x9f68f3(0x144)](_0x29050f);}try{return require(_0x9f68f3(0x14a));}catch(_0x36afda){n[_0x9f68f3(0x144)](_0x36afda);}}}else{if('arm'===process['arch']){if(u()){try{return require(_0x9f68f3(0x147));}catch(_0x10f678){n[_0x9f68f3(0x144)](_0x10f678);}try{return require(_0x9f68f3(0x16f));}catch(_0x2e9004){n[_0x9f68f3(0x144)](_0x2e9004);}}else{try{return require(_0x9f68f3(0x16b));}catch(_0xff777e){n[_0x9f68f3(0x144)](_0xff777e);}try{return require('@nx/key-linux-arm-gnueabihf');}catch(_0x5dc0d0){n[_0x9f68f3(0x144)](_0x5dc0d0);}}}else{if(_0x9f68f3(0x166)===process[_0x9f68f3(0x12f)]){if(u()){try{return require(_0x9f68f3(0x161));}catch(_0x30cce1){n[_0x9f68f3(0x144)](_0x30cce1);}try{return require('@nx/key-linux-riscv64-musl');}catch(_0x2da66a){n[_0x9f68f3(0x144)](_0x2da66a);}}else{try{return require(_0x9f68f3(0x11c));}catch(_0x33ddb6){n['push'](_0x33ddb6);}try{return require(_0x9f68f3(0x172));}catch(_0x28a6a5){n[_0x9f68f3(0x144)](_0x28a6a5);}}}else{if(_0x9f68f3(0x154)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x157));}catch(_0x58f494){n[_0x9f68f3(0x144)](_0x58f494);}try{return require(_0x9f68f3(0x118));}catch(_0x4bee04){n['push'](_0x4bee04);}}else{if(_0x9f68f3(0x16e)===process[_0x9f68f3(0x12f)]){try{return require(_0x9f68f3(0x13c));}catch(_0x365b1c){n['push'](_0x365b1c);}try{return require(_0x9f68f3(0x133));}catch(_0x2b6bb9){n[_0x9f68f3(0x144)](_0x2b6bb9);}}else n[_0x9f68f3(0x144)](Error(_0x9f68f3(0x122)+process[_0x9f68f3(0x12f)]));}}}}}}else n[_0x9f68f3(0x144)](Error(_0x9f68f3(0x159)+process[_0x9f68f3(0x153)]+_0x9f68f3(0x149)+process['arch']));}}}}}()))||process[a1_0x24d09f(0x129)]['NAPI_RS_FORCE_WASI']){try{e=require(a1_0x24d09f(0x119));}catch(a1_0x184697){process[a1_0x24d09f(0x129)][a1_0x24d09f(0x15a)]&&console[a1_0x24d09f(0x146)](a1_0x184697);}if(!e)try{e=require(a1_0x24d09f(0x134));}catch(a1_0x46acc9){process['env'][a1_0x24d09f(0x15a)]&&console[a1_0x24d09f(0x146)](a1_0x46acc9);}}function a1_0x1254(_0x388bfa,_0x229914){const _0xd46a0d=a1_0xd46a();return a1_0x1254=function(_0x125421,_0x10055a){_0x125421=_0x125421-0x117;let _0x4e04ee=_0xd46a0d[_0x125421];return _0x4e04ee;},a1_0x1254(_0x388bfa,_0x229914);}if(!e){if(n[a1_0x24d09f(0x13b)]>0x0)throw Error(a1_0x24d09f(0x124),{'cause':n});throw Error(a1_0x24d09f(0x124));}module[a1_0x24d09f(0x13f)][a1_0x24d09f(0x15e)]=e[a1_0x24d09f(0x15e)],module[a1_0x24d09f(0x13f)][a1_0x24d09f(0x145)]=e[a1_0x24d09f(0x145)],module['exports']['FeaturePermission']=e[a1_0x24d09f(0x141)],module['exports'][a1_0x24d09f(0x160)]=e[a1_0x24d09f(0x160)],module[a1_0x24d09f(0x13f)][a1_0x24d09f(0x164)]=e[a1_0x24d09f(0x164)];
|
package/nx_key.wasm32-wasi.wasm
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/key",
|
3
|
-
"version": "3.0.0",
|
3
|
+
"version": "3.0.1-alpha.0",
|
4
4
|
"description": "Package to provide the ability to activate and read licenses for Nx Powerpack.",
|
5
5
|
"type": "commonjs",
|
6
6
|
"main": "index.js",
|
@@ -57,14 +57,14 @@
|
|
57
57
|
"ora": "^5.4.1"
|
58
58
|
},
|
59
59
|
"optionalDependencies": {
|
60
|
-
"@nx/key-darwin-arm64": "3.0.0",
|
61
|
-
"@nx/key-darwin-x64": "3.0.0",
|
62
|
-
"@nx/key-linux-arm-gnueabihf": "3.0.0",
|
63
|
-
"@nx/key-linux-arm64-gnu": "3.0.0",
|
64
|
-
"@nx/key-linux-arm64-musl": "3.0.0",
|
65
|
-
"@nx/key-linux-x64-gnu": "3.0.0",
|
66
|
-
"@nx/key-linux-x64-musl": "3.0.0",
|
67
|
-
"@nx/key-win32-arm64-msvc": "3.0.0",
|
68
|
-
"@nx/key-win32-x64-msvc": "3.0.0"
|
60
|
+
"@nx/key-darwin-arm64": "3.0.1-alpha.0",
|
61
|
+
"@nx/key-darwin-x64": "3.0.1-alpha.0",
|
62
|
+
"@nx/key-linux-arm-gnueabihf": "3.0.1-alpha.0",
|
63
|
+
"@nx/key-linux-arm64-gnu": "3.0.1-alpha.0",
|
64
|
+
"@nx/key-linux-arm64-musl": "3.0.1-alpha.0",
|
65
|
+
"@nx/key-linux-x64-gnu": "3.0.1-alpha.0",
|
66
|
+
"@nx/key-linux-x64-musl": "3.0.1-alpha.0",
|
67
|
+
"@nx/key-win32-arm64-msvc": "3.0.1-alpha.0",
|
68
|
+
"@nx/key-win32-x64-msvc": "3.0.1-alpha.0"
|
69
69
|
}
|
70
70
|
}
|
package/request.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const a3_0x33496f=a3_0x2fe2;function a3_0x2fe2(_0x7c781d,_0xc3e64e){const _0x2e709c=a3_0x2e70();return a3_0x2fe2=function(_0x2fe216,_0x189e7a){_0x2fe216=_0x2fe216-0x87;let _0x9d0b95=_0x2e709c[_0x2fe216];return _0x9d0b95;},a3_0x2fe2(_0x7c781d,_0xc3e64e);}(function(_0x437950,_0x32efa9){const _0x4cd032=a3_0x2fe2,_0x228f02=_0x437950();while(!![]){try{const _0x2b1ac0=-parseInt(_0x4cd032(0x91))/0x1*(parseInt(_0x4cd032(0xa3))/0x2)+parseInt(_0x4cd032(0x90))/0x3+parseInt(_0x4cd032(0x94))/0x4*(-parseInt(_0x4cd032(0x9b))/0x5)+parseInt(_0x4cd032(0xa4))/0x6*(-parseInt(_0x4cd032(0x8c))/0x7)+-parseInt(_0x4cd032(0x8d))/0x8*(parseInt(_0x4cd032(0x88))/0x9)+parseInt(_0x4cd032(0x9c))/0xa*(parseInt(_0x4cd032(0x99))/0xb)+parseInt(_0x4cd032(0x87))/0xc*(parseInt(_0x4cd032(0x96))/0xd);if(_0x2b1ac0===_0x32efa9)break;else _0x228f02['push'](_0x228f02['shift']());}catch(_0x480415){_0x228f02['push'](_0x228f02['shift']());}}}(a3_0x2e70,0xc3aa9));function a3_0x2e70(){const _0x4892c7=['LicenseErrors.Expired','/nx-cloud/powerpack/licenses?nxVersion=','2862438EJMopn','1165pmYYHo','__esModule','message','4eLSnRv','status','26YujxgG','append','then','3025286SzTmbP','json','7339615gSBUXR','20olMlFJ','exit','argv','LicenseErrors.NotFound','catch','log','./src/version','2338UnJzAe','2028DnhxEk','NX_MAJOR_VERSION','Authorization','LicenseErrors.Unauthorized\x0a','defineProperty','LicenseErrors.Forbidden','Nx-Cloud-Personal-Access-Token','text','23085456qorUdG','314775RtmvGP','licenseKey','error','child','29113gLtFnh','72qFEISm'];a3_0x2e70=function(){return _0x4892c7;};return a3_0x2e70();}Object[a3_0x33496f(0xa8)](exports,a3_0x33496f(0x92),{'value':!0x0}),exports['requestLicense']=r;const e=require(a3_0x33496f(0xa2));function r(_0x1464b0,_0x302e53,_0x125487,_0x3912e7){const _0x38a56e=a3_0x33496f;let _0x5e4575=new Headers();return _0x302e53&&_0x5e4575[_0x38a56e(0x97)]('Nx-Cloud-Id',_0x302e53),_0x125487&&_0x5e4575['append'](_0x38a56e(0xa6),_0x125487),_0x3912e7&&_0x5e4575[_0x38a56e(0x97)](_0x38a56e(0xaa),_0x3912e7),fetch(_0x1464b0+_0x38a56e(0x8f)+e[_0x38a56e(0xa5)],{'headers':_0x5e4575})[_0x38a56e(0x98)](async _0x499cae=>{const _0x84d865=_0x38a56e;if(0x194===_0x499cae[_0x84d865(0x95)])throw Error(_0x84d865(0x9f));if(0x192===_0x499cae['status'])throw Error(_0x84d865(0x8e));if(0x193===_0x499cae[_0x84d865(0x95)])throw Error(_0x84d865(0xa9));if(0x191===_0x499cae['status'])throw Error(_0x84d865(0xa7)+await _0x499cae[_0x84d865(0xab)]());if(_0x499cae[_0x84d865(0x95)]>=0x190)throw Error(''+await _0x499cae['text']());return _0x499cae[_0x84d865(0x9a)]();})[_0x38a56e(0x98)](_0x694e42=>_0x694e42[_0x38a56e(0x89)]);}if(a3_0x33496f(0x8b)===process[a3_0x33496f(0x9e)][0x2]){let {NX_CLOUD_ENDPOINT:e,NX_CLOUD_ID:s,NX_CLOUD_ACCESS_TOKEN:o,NX_CLOUD_PERSONAL_ACCESS_TOKEN:t}=process['env'];r(e,s,o,t)[a3_0x33496f(0x98)](_0x5df41d=>{const _0x46118f=a3_0x33496f;console[_0x46118f(0xa1)](_0x5df41d),process[_0x46118f(0x9d)](0x0);})[a3_0x33496f(0xa0)](_0x1da15e=>{const _0x5684f1=a3_0x33496f;console[_0x5684f1(0x8a)](_0x1da15e[_0x5684f1(0x93)]),process['exit'](0x1);});}
|
package/src/auto-register.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const a4_0x2a8c57=a4_0x1a29;(function(_0x293da9,_0x4d5e31){const _0x474244=a4_0x1a29,_0x58f756=_0x293da9();while(!![]){try{const _0x2ad0b3=-parseInt(_0x474244(0xa3))/0x1+-parseInt(_0x474244(0x85))/0x2+parseInt(_0x474244(0x8d))/0x3*(parseInt(_0x474244(0x7a))/0x4)+parseInt(_0x474244(0x79))/0x5+-parseInt(_0x474244(0x6e))/0x6+-parseInt(_0x474244(0xaa))/0x7+parseInt(_0x474244(0xca))/0x8;if(_0x2ad0b3===_0x4d5e31)break;else _0x58f756['push'](_0x58f756['shift']());}catch(_0x335b7e){_0x58f756['push'](_0x58f756['shift']());}}}(a4_0x389f,0x37327));Object['defineProperty'](exports,a4_0x2a8c57(0x9a),{'value':!0x0}),exports[a4_0x2a8c57(0xce)]=c,exports[a4_0x2a8c57(0x7c)]=l;const e=require(a4_0x2a8c57(0x84)),t=require(a4_0x2a8c57(0xae)),a=require(a4_0x2a8c57(0xa0)),r=require('enquirer'),o=require('ora'),i=require(a4_0x2a8c57(0xbe)),s=require('./output'),n=void 0x0!==process['env'][a4_0x2a8c57(0xbf)],u=t['default'][a4_0x2a8c57(0xcd)]({'baseURL':process[a4_0x2a8c57(0x80)][a4_0x2a8c57(0x87)]||a4_0x2a8c57(0xb7)});async function c(_0x4e79ee,_0x426375){const _0x3c3194=a4_0x2a8c57;if(_0x426375)return(0x0,i[_0x3c3194(0x9c)])(_0x4e79ee,_0x426375);let _0x4fe7bf=await(0x0,i[_0x3c3194(0xb2)])(_0x4e79ee);if(_0x4fe7bf)return s[_0x3c3194(0x9f)][_0x3c3194(0x93)]({'title':_0x3c3194(0x7f)}),_0x4fe7bf;let {keyType:_0x288d03}=await(0x0,r['prompt'])({'type':'autocomplete','name':_0x3c3194(0x96),'message':'What\x20type\x20of\x20key\x20would\x20you\x20like\x20to\x20register\x20for?','choices':[{'name':_0x3c3194(0x71),'value':_0x3c3194(0xab)},{'name':_0x3c3194(0x7e),'value':_0x3c3194(0xa6)},{'name':_0x3c3194(0xa8),'value':null}]});if(_0x3c3194(0xa6)===_0x288d03){s[_0x3c3194(0x9f)][_0x3c3194(0x83)]({'title':_0x3c3194(0xc7)});let {key:_0x4f1fe8}=await(0x0,r[_0x3c3194(0xba)])({'type':'input','name':_0x3c3194(0x75),'message':_0x3c3194(0x9e)});return(0x0,i[_0x3c3194(0x9c)])(_0x4e79ee,_0x4f1fe8);}if('selfHosted'===_0x288d03)return await d(_0x4e79ee);}async function l(_0x44e282,_0x394e49){const _0x66b058=a4_0x2a8c57;try{let _0x488518=await(0x0,i[_0x66b058(0xb2)])(_0x394e49);if(_0x488518)return _0x488518;}catch(_0x5b02f6){if(_0x5b02f6&&_0x66b058(0xc1)==typeof _0x5b02f6&&_0x66b058(0xcf)in _0x5b02f6&&'ObjectExpected'===_0x5b02f6[_0x66b058(0xcf)]&&(0x0,e[_0x66b058(0xc5)])(_0x44e282)?.['nxCloudId'])throw Error(_0x66b058(0x6d));throw _0x5b02f6;}return(n&&s['output'][_0x66b058(0x8a)]({'title':_0x66b058(0xbb)}),await f())?await d(_0x394e49):(s[_0x66b058(0x9f)][_0x66b058(0x83)]({'title':_0x66b058(0x91)}),null);}function a4_0x389f(){const _0x6c1039=['51-100','readNxJson','seatCount','If\x20you\x20have\x20not\x20purchased\x20a\x20Powerpack\x20license,\x20please\x20visit\x20https://cloud.nx.app/powerpack\x20to\x20purchase\x20one.','Activation\x20timed\x20out.','error','7419144WJHWOO','length','To\x20use\x20self-hosted\x20caching\x20you\x20need\x20to\x20register\x20for\x20a\x20free\x20cache\x20key.','create','registerNxKey','code','11-50','Error\x20during\x20activation\x20process:\x20','100+','Activation\x20endpoint\x20not\x20found','Workspace\x20already\x20connected\x20to\x20Nx\x20Cloud\x20remote\x20cache.\x20To\x20complete\x20setup:\x20run\x20\x22nx\x20connect\x22.\x20To\x20switch\x20to\x20self-hosted\x20cache:\x20remove\x20\x22nxCloudId\x22\x20from\x20nx.json\x20(reduced\x20security).','1962618eYFALh','post','Please\x20enter\x20the\x20number\x20of\x20seats:','Self-hosted\x20Cache','Would\x20you\x20like\x20to\x20register\x20for\x20a\x20key\x20now?','status','test','key','Sent\x20verification\x20email\x20to\x20','trim','Please\x20try\x20again\x20later\x20by\x20using\x20`nx\x20register`.','1317575OIBPAP','52sxKIPS','email','autoRegisterNxKey','Activation\x20process\x20timed\x20out\x20after\x20900\x20seconds','Powerpack','Nx\x20key\x20already\x20registered','env','Waiting\x20for\x20verification\x20to\x20complete...','Activation\x20request\x20not\x20found','log','@nx/devkit','244980tOwptr','organizationName','NX_CLOUD_API','allowRegistration','The\x20key\x20is\x20saved\x20to\x20disk,\x20but\x20you\x20can\x20also\x20use\x20`NX_KEY=','note','message','Organization\x20name\x20cannot\x20be\x20empty.','18834XaCKaj','Successfully\x20activated\x20Nx\x20key!','activationKey','Last\x20name\x20must\x20be\x2064\x20characters\x20or\x20less.','Skipped.\x20You\x20can\x20register\x20for\x20a\x20free\x20cache\x20key\x20later\x20using\x20`nx\x20register`.','Activation\x20successful!','success','select','1-10','keyType','Organization\x20name\x20must\x20be\x2064\x20characters\x20or\x20less.','input','confirm','__esModule','data','activateNxKey','No\x20self-hosted\x20cache\x20key\x20found','Enter\x20your\x20Powerpack\x20key','output','axios-retry','First\x20name\x20cannot\x20be\x20empty.','First\x20name\x20must\x20be\x2064\x20characters\x20or\x20less.','195514yMlLSu','Please\x20enter\x20a\x20valid\x20email\x20address.','lastName','powerpack','fail','No,\x20thank\x20you.','default','2809296XDjhdf','selfHosted','firstName','`\x20to\x20set\x20the\x20key\x20in\x20your\x20environment.','axios','start',',\x20please\x20check\x20your\x20email.','Failed\x20to\x20initiate\x20self-hosted\x20cache\x20key\x20activation,\x20please\x20try\x20again\x20later.','getNxKeyInformationAsync','response','exponentialDelay','isAxiosError','This\x20is\x20an\x20automated\x20process\x20that\x20takes\x20just\x20a\x20moment\x20to\x20complete.','https://cloud.nx.app','Last\x20name\x20cannot\x20be\x20empty.','Please\x20enter\x20your\x20first\x20name:','prompt','No\x20self-hosted\x20cache\x20key\x20found.\x20Starting\x20registration\x20process...','succeed','Please\x20enter\x20your\x20organization\x20name:','../index','NX_KEY_LOGGING','Please\x20enter\x20your\x20last\x20name:','object','nx-cloud/self-hosted-cache/activate','Activation\x20failed.'];a4_0x389f=function(){return _0x6c1039;};return a4_0x389f();}async function d(_0x39abb8){const _0x3c4780=a4_0x2a8c57;try{let _0xf29b37=await p(),_0x503c3f=await m(_0xf29b37),_0x242a80=await y(_0x503c3f,_0xf29b37[_0x3c4780(0x7b)]);return s[_0x3c4780(0x9f)][_0x3c4780(0x83)]({'title':_0x3c4780(0x8e),'bodyLines':[_0x3c4780(0x89)+_0x242a80+_0x3c4780(0xad)]}),(0x0,i[_0x3c4780(0x9c)])(_0x39abb8,_0x242a80);}catch(_0x310a18){let _0x42e90d=_0x310a18 instanceof Error?_0x310a18[_0x3c4780(0x8b)]:String(_0x310a18);return _0x42e90d&&s['output']['error']({'title':_0x3c4780(0xd1)+_0x42e90d+'.','bodyLines':[_0x3c4780(0x78)]}),null;}}function a4_0x1a29(_0x30c7ef,_0x5045ad){const _0x389f09=a4_0x389f();return a4_0x1a29=function(_0x1a29f5,_0x4e654e){_0x1a29f5=_0x1a29f5-0x6c;let _0x5e12c0=_0x389f09[_0x1a29f5];return _0x5e12c0;},a4_0x1a29(_0x30c7ef,_0x5045ad);}async function p(){const _0x44f962=a4_0x2a8c57;return await(0x0,r[_0x44f962(0xba)])([{'type':_0x44f962(0x98),'name':_0x44f962(0xac),'message':_0x44f962(0xb9),'required':!0x0,'validate':_0x1fad02=>_0x1fad02[_0x44f962(0x77)]()?!(_0x1fad02[_0x44f962(0xcb)]>0x40)||_0x44f962(0xa2):_0x44f962(0xa1)},{'type':'input','name':_0x44f962(0xa5),'message':_0x44f962(0xc0),'required':!0x0,'validate':_0xf33683=>_0xf33683[_0x44f962(0x77)]()?!(_0xf33683[_0x44f962(0xcb)]>0x40)||_0x44f962(0x90):_0x44f962(0xb8)},{'type':'input','name':_0x44f962(0x7b),'message':'Please\x20enter\x20your\x20email:','required':!0x0,'validate':_0x4c9e1e=>_0x4c9e1e[_0x44f962(0x77)]()?!!/^[^\s@]+@[^\s@]+\.[^\s@]+$/[_0x44f962(0x74)](_0x4c9e1e)||_0x44f962(0xa4):'Contact\x20email\x20is\x20required.'},{'type':'input','name':_0x44f962(0x86),'message':_0x44f962(0xbd),'required':!0x0,'validate':_0x12028b=>_0x12028b[_0x44f962(0x77)]()?!(_0x12028b[_0x44f962(0xcb)]>0x40)||_0x44f962(0x97):_0x44f962(0x8c)},{'type':_0x44f962(0x94),'name':_0x44f962(0xc6),'message':_0x44f962(0x70),'required':!0x0,'choices':[{'name':_0x44f962(0x95),'value':0x1},{'name':_0x44f962(0xd0),'value':0xb},{'name':_0x44f962(0xc4),'value':0x33},{'name':_0x44f962(0xd2),'value':0x65}],'result'(_0x2565cc){return this['map']([_0x2565cc])[_0x2565cc];}}]);}async function m(_0x43c6ba){const _0xd36f9a=a4_0x2a8c57;try{return(await u[_0xd36f9a(0x6f)](_0xd36f9a(0xc2),_0x43c6ba))[_0xd36f9a(0x9b)]['requestId'];}catch(_0x48f2bc){if(t[_0xd36f9a(0xa9)][_0xd36f9a(0xb5)](_0x48f2bc)&&_0x48f2bc[_0xd36f9a(0xb3)]?.['status']===0x194)throw Error(_0x48f2bc[_0xd36f9a(0xb3)][_0xd36f9a(0x9b)]||_0xd36f9a(0x6c));let _0x14c437=_0x48f2bc instanceof Error?_0x48f2bc[_0xd36f9a(0x8b)]:String(_0x48f2bc);throw n&&s[_0xd36f9a(0x9f)][_0xd36f9a(0xc9)]({'title':_0x14c437}),Error(_0xd36f9a(0xb1));}}async function y(_0x124bf5,_0x12672b){const _0xd9ed7=a4_0x2a8c57;s[_0xd9ed7(0x9f)][_0xd9ed7(0x83)]({'title':_0xd9ed7(0x76)+_0x12672b+_0xd9ed7(0xb0)});let _0x393aed=o(_0xd9ed7(0x81))[_0xd9ed7(0xaf)](),_0x53184d=0x0;for(;_0x53184d<0x3c;)try{let _0x35b0ba=await u['get']('/nx-cloud/self-hosted-cache/activate',{'params':{'requestId':_0x124bf5}});if('VERIFIED'===_0x35b0ba[_0xd9ed7(0x9b)][_0xd9ed7(0x73)]&&_0x35b0ba[_0xd9ed7(0x9b)][_0xd9ed7(0x8f)])return _0x393aed[_0xd9ed7(0xbc)](_0xd9ed7(0x92)),_0x35b0ba[_0xd9ed7(0x9b)][_0xd9ed7(0x8f)];_0x53184d++,await new Promise(_0x53273b=>setTimeout(_0x53273b,0x3a98));}catch(_0x2172c5){if(t['default'][_0xd9ed7(0xb5)](_0x2172c5)){if(_0x2172c5[_0xd9ed7(0xb3)]?.[_0xd9ed7(0x73)]===0x194)throw _0x393aed['fail'](_0xd9ed7(0xc3)),Error(''+(_0x2172c5[_0xd9ed7(0xb3)]?.[_0xd9ed7(0x9b)]||_0xd9ed7(0x82)));throw _0x393aed[_0xd9ed7(0xa7)]('Activation\x20failed.'),Error(''+(_0x2172c5[_0xd9ed7(0xb3)]?.['data']||_0x2172c5['message']));}_0x393aed[_0xd9ed7(0xa7)](_0xd9ed7(0xc3));let _0x414a8f=_0x2172c5 instanceof Error?_0x2172c5['message']:String(_0x2172c5);throw Error(''+_0x414a8f);}throw _0x393aed[_0xd9ed7(0xa7)](_0xd9ed7(0xc8)),Error(_0xd9ed7(0x7d));}async function f(){const _0x2405db=a4_0x2a8c57;return s[_0x2405db(0x9f)][_0x2405db(0x83)]({'title':_0x2405db(0x9d),'bodyLines':[_0x2405db(0xcc),_0x2405db(0xb6)]}),(await(0x0,r[_0x2405db(0xba)])({'type':_0x2405db(0x99),'initial':!0x0,'name':'allowRegistration','message':_0x2405db(0x72)}))[_0x2405db(0x88)];}(0x0,a[a4_0x2a8c57(0xa9)])(u,{'retries':0x5,'retryDelay':a[a4_0x2a8c57(0xa9)][a4_0x2a8c57(0xb4)]});
|
package/src/output.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';function a5_0x24a8(_0x62d48e,_0x37d942){const _0x232578=a5_0x2325();return a5_0x24a8=function(_0x24a884,_0x262149){_0x24a884=_0x24a884-0x1d7;let _0x462793=_0x232578[_0x24a884];return _0x462793;},a5_0x24a8(_0x62d48e,_0x37d942);}const a5_0x27f012=a5_0x24a8;(function(_0x8a9e2a,_0x12b3a2){const _0x45be14=a5_0x24a8,_0x4ac3a9=_0x8a9e2a();while(!![]){try{const _0x344414=-parseInt(_0x45be14(0x1d7))/0x1*(parseInt(_0x45be14(0x1f5))/0x2)+parseInt(_0x45be14(0x1db))/0x3*(parseInt(_0x45be14(0x1f2))/0x4)+parseInt(_0x45be14(0x1df))/0x5+parseInt(_0x45be14(0x1e5))/0x6+parseInt(_0x45be14(0x1e9))/0x7*(-parseInt(_0x45be14(0x1d9))/0x8)+parseInt(_0x45be14(0x1eb))/0x9*(parseInt(_0x45be14(0x1e1))/0xa)+-parseInt(_0x45be14(0x1ef))/0xb;if(_0x344414===_0x12b3a2)break;else _0x4ac3a9['push'](_0x4ac3a9['shift']());}catch(_0x2a88f3){_0x4ac3a9['push'](_0x4ac3a9['shift']());}}}(a5_0x2325,0xdadd1));Object[a5_0x27f012(0x1de)](exports,a5_0x27f012(0x1e3),{'value':!0x0}),exports['output']=void 0x0;const t=require('chalk'),e=require('os');function a5_0x2325(){const _0x21e3c0=['142VXlvAA','4723VYJpJp','output','55112jKvcDi','writeOptionalOutputBody','63fnLEWy','cyan','writeToStdOut','defineProperty','5212490dXvJLL','addNewline','394820LQPGjE','writeOutputTitle','__esModule','error','963720RtyuTR','stdout','red','bold','742geBxwd','applyNxPrefix','27AmOjOX','inverse','EOL','write','30844myEnBm','cliName','forEach','122528RgwaVJ','reset','log'];a5_0x2325=function(){return _0x21e3c0;};return a5_0x2325();}exports[a5_0x27f012(0x1d8)]=new class{[a5_0x27f012(0x1f0)]='NX';[a5_0x27f012(0x1dd)](_0x4d50f3){const _0x5d30fd=a5_0x27f012;process[_0x5d30fd(0x1e6)][_0x5d30fd(0x1ee)](_0x4d50f3);}[a5_0x27f012(0x1e2)]({color:_0x50a5db,title:_0x1dcea2}){const _0x353ed2=a5_0x27f012;this[_0x353ed2(0x1dd)](''+this[_0x353ed2(0x1ea)](_0x50a5db,_0x1dcea2)+e[_0x353ed2(0x1ed)]);}[a5_0x27f012(0x1da)](_0x59680b){const _0x1a2df4=a5_0x27f012;_0x59680b&&(this[_0x1a2df4(0x1e0)](),_0x59680b[_0x1a2df4(0x1f1)](_0x4586be=>this[_0x1a2df4(0x1dd)](''+_0x4586be+e['EOL'])));}['applyNxPrefix'](_0x11eed6=a5_0x27f012(0x1dc),_0x39c667){const _0x3f41ed=a5_0x27f012;let _0x4888e7=t[_0x3f41ed(0x1f3)][_0x3f41ed(0x1ec)][_0x3f41ed(0x1e8)][_0x11eed6]('\x20'+this['cliName']+'\x20');return _0x4888e7+'\x20\x20'+_0x39c667;}[a5_0x27f012(0x1e0)](){const _0x3e57e5=a5_0x27f012;this['writeToStdOut'](e[_0x3e57e5(0x1ed)]);}[a5_0x27f012(0x1e4)]({title:_0x42efcc,bodyLines:_0x4214b5}){const _0x455ad4=a5_0x27f012;this[_0x455ad4(0x1e0)](),this[_0x455ad4(0x1e2)]({'color':_0x455ad4(0x1e7),'title':t[_0x455ad4(0x1e7)](_0x42efcc)}),this[_0x455ad4(0x1da)](_0x4214b5),this['addNewline']();}['note']({title:_0x3ec12a,bodyLines:_0x1e2dd6}){const _0x586bd9=a5_0x27f012;this[_0x586bd9(0x1e0)](),this[_0x586bd9(0x1e2)]({'color':_0x586bd9(0x1dc),'title':t[_0x586bd9(0x1dc)](_0x3ec12a)}),this[_0x586bd9(0x1da)](_0x1e2dd6),this['addNewline']();}[a5_0x27f012(0x1f4)]({title:_0x1af10d,bodyLines:_0x14c0b9}){const _0x3b0f32=a5_0x27f012;this['addNewline'](),this[_0x3b0f32(0x1e2)]({'color':_0x3b0f32(0x1dc),'title':_0x1af10d}),this[_0x3b0f32(0x1da)](_0x14c0b9),this[_0x3b0f32(0x1e0)]();}['success']({title:_0x485516,bodyLines:_0x3208d4}){const _0x2fefee=a5_0x27f012;this['addNewline'](),this[_0x2fefee(0x1e2)]({'color':'green','title':t['green'](_0x485516)}),this['writeOptionalOutputBody'](_0x3208d4),this[_0x2fefee(0x1e0)]();}}();
|
package/src/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';function
|
1
|
+
'use strict';const a6_0x5db33e=a6_0x1068;function a6_0x1068(_0x3b75f2,_0x302350){const _0x4db4dd=a6_0x4db4();return a6_0x1068=function(_0x1068d0,_0x9b26d4){_0x1068d0=_0x1068d0-0x16a;let _0x53e741=_0x4db4dd[_0x1068d0];return _0x53e741;},a6_0x1068(_0x3b75f2,_0x302350);}(function(_0x3a77f3,_0x1bf5d8){const _0xa14ba8=a6_0x1068,_0x2cda2f=_0x3a77f3();while(!![]){try{const _0x59daa6=parseInt(_0xa14ba8(0x177))/0x1+-parseInt(_0xa14ba8(0x16a))/0x2*(parseInt(_0xa14ba8(0x16f))/0x3)+parseInt(_0xa14ba8(0x171))/0x4+parseInt(_0xa14ba8(0x175))/0x5*(-parseInt(_0xa14ba8(0x174))/0x6)+-parseInt(_0xa14ba8(0x173))/0x7+-parseInt(_0xa14ba8(0x178))/0x8+parseInt(_0xa14ba8(0x16b))/0x9*(parseInt(_0xa14ba8(0x170))/0xa);if(_0x59daa6===_0x1bf5d8)break;else _0x2cda2f['push'](_0x2cda2f['shift']());}catch(_0x6a30c3){_0x2cda2f['push'](_0x2cda2f['shift']());}}}(a6_0x4db4,0x2bd18));Object[a6_0x5db33e(0x176)](exports,'__esModule',{'value':!0x0}),exports['NX_MAJOR_VERSION']=exports[a6_0x5db33e(0x172)]=void 0x0;const e=require('path');function a6_0x4db4(){const _0x2cb1b0=['defineProperty','304583KNtkUU','1232984SPgksa','../package.json','25708rELoDY','3582VMiDvZ','split','join','version','45gvvVqx','8300PjWXVt','709212zDCzPx','VERSION','381115xNjRlS','12zpXOLW','578420wPcHpI'];a6_0x4db4=function(){return _0x2cb1b0;};return a6_0x4db4();}exports[a6_0x5db33e(0x172)]=require(a6_0x5db33e(0x179))[a6_0x5db33e(0x16e)],exports['NX_MAJOR_VERSION']=Number(require((0x0,e[a6_0x5db33e(0x16d)])('nx','package.json'))[a6_0x5db33e(0x16e)][a6_0x5db33e(0x16c)]('.')[0x0]);
|