shipthis 0.1.52 → 0.1.53

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.
Files changed (96) hide show
  1. package/dist/{AppleBundleIdDetails-BUJnAu52.js → AppleBundleIdDetails-CJuXU0MW.js} +4 -4
  2. package/dist/{Command-B-MWAVPL.js → Command-U8TqM6Zs.js} +2 -2
  3. package/dist/{CommandGame-DPJEVhuw.js → CommandGame-hqY43vRo.js} +3 -3
  4. package/dist/{Create-CmEndHAZ.js → Create-C--pV63B.js} +2 -2
  5. package/dist/{CredentialDetailsView-B7Y9sj8K.js → CredentialDetailsView-DUpRMBiJ.js} +1 -1
  6. package/dist/{ErrorBox-DS5e6VmF.js → ErrorBox-DLRncz8K.js} +1 -1
  7. package/dist/{GameStatus-XFGHRbVP.js → GameStatus-DRheSF2O.js} +2 -2
  8. package/dist/{Import-ea-wsQt-.js → Import-CTgEEj_f.js} +3 -3
  9. package/dist/{JobLogTail-BwFUt8LB.js → JobLogTail-7oEEQxIO.js} +3 -3
  10. package/dist/{JobProgress-_cIUK7Ho.js → JobProgress-DwvTh5rS.js} +4 -4
  11. package/dist/{JobStatusTable-CyDhk3lr.js → JobStatusTable-DBM_PBPQ.js} +3 -3
  12. package/dist/{ProjectCredentialsTable-0DY-GdfY.js → ProjectCredentialsTable-BamSpb5B.js} +2 -2
  13. package/dist/{UserCredentialsTable-CTJMS9Kc.js → UserCredentialsTable-N_fIOf8N.js} +2 -2
  14. package/dist/{baseAppleCommand-9xmssZ7g.js → baseAppleCommand-oekzwny6.js} +1 -1
  15. package/dist/{baseCommand-CpAJaJoG.js → baseCommand-ByzFMr-B.js} +11 -1
  16. package/dist/{baseGameAndroidCommand-HO8as-RL.js → baseGameAndroidCommand-GvH1QAja.js} +2 -2
  17. package/dist/{baseGameCommand-Cbx4ywHl.js → baseGameCommand-D8Z3SaiJ.js} +1 -1
  18. package/dist/commands/apiKey/create.js +3 -3
  19. package/dist/commands/apiKey/list.js +3 -3
  20. package/dist/commands/apiKey/revoke.js +3 -3
  21. package/dist/commands/apple/apiKey/create.js +6 -6
  22. package/dist/commands/apple/apiKey/delete.js +4 -4
  23. package/dist/commands/apple/apiKey/export.js +5 -5
  24. package/dist/commands/apple/apiKey/import.js +5 -5
  25. package/dist/commands/apple/apiKey/status.js +4 -4
  26. package/dist/commands/apple/certificate/create.js +6 -6
  27. package/dist/commands/apple/certificate/delete.js +4 -4
  28. package/dist/commands/apple/certificate/export.js +5 -5
  29. package/dist/commands/apple/certificate/import.js +5 -5
  30. package/dist/commands/apple/certificate/show.js +5 -5
  31. package/dist/commands/apple/certificate/status.js +4 -4
  32. package/dist/commands/apple/login.js +2 -2
  33. package/dist/commands/apple/status.js +3 -3
  34. package/dist/commands/dashboard.js +2 -2
  35. package/dist/commands/game/android/apiKey/connect.js +9 -9
  36. package/dist/commands/game/android/apiKey/create.js +11 -11
  37. package/dist/commands/game/android/apiKey/delete.js +4 -4
  38. package/dist/commands/game/android/apiKey/export.js +6 -6
  39. package/dist/commands/game/android/apiKey/import.js +6 -6
  40. package/dist/commands/game/android/apiKey/invite.js +3 -3
  41. package/dist/commands/game/android/apiKey/policy.js +3 -3
  42. package/dist/commands/game/android/apiKey/show.js +8 -8
  43. package/dist/commands/game/android/apiKey/status.js +6 -6
  44. package/dist/commands/game/android/keyStore/create.js +8 -8
  45. package/dist/commands/game/android/keyStore/delete.js +4 -4
  46. package/dist/commands/game/android/keyStore/export.js +5 -5
  47. package/dist/commands/game/android/keyStore/import.js +9 -9
  48. package/dist/commands/game/android/keyStore/status.js +5 -5
  49. package/dist/commands/game/android/status.js +2 -2
  50. package/dist/commands/game/build/download.js +3 -3
  51. package/dist/commands/game/build/list.js +5 -5
  52. package/dist/commands/game/create.js +2 -2
  53. package/dist/commands/game/details.js +3 -3
  54. package/dist/commands/game/export.js +2 -2
  55. package/dist/commands/game/ios/app/addTester.js +4 -4
  56. package/dist/commands/game/ios/app/create.js +3 -3
  57. package/dist/commands/game/ios/app/status.js +6 -6
  58. package/dist/commands/game/ios/app/sync.js +4 -4
  59. package/dist/commands/game/ios/profile/create.js +6 -6
  60. package/dist/commands/game/ios/profile/delete.js +4 -4
  61. package/dist/commands/game/ios/profile/export.js +5 -5
  62. package/dist/commands/game/ios/profile/import.js +5 -5
  63. package/dist/commands/game/ios/profile/show.js +7 -7
  64. package/dist/commands/game/ios/profile/status.js +6 -6
  65. package/dist/commands/game/ios/status.js +9 -9
  66. package/dist/commands/game/ios/wizard.js +3 -3
  67. package/dist/commands/game/job/list.js +3 -3
  68. package/dist/commands/game/job/logs.js +82 -0
  69. package/dist/commands/game/job/status.js +6 -6
  70. package/dist/commands/game/list.js +3 -3
  71. package/dist/commands/game/ship.js +10 -10
  72. package/dist/commands/game/status.js +6 -6
  73. package/dist/commands/game/wizard.js +31 -28
  74. package/dist/commands/internal/fastlane.js +2 -2
  75. package/dist/commands/internal/readme.js +2 -2
  76. package/dist/commands/login.js +2 -2
  77. package/dist/commands/status.js +3 -3
  78. package/dist/commands/util/android-build-method.js +2 -2
  79. package/dist/commands/util/glass.js +1 -1
  80. package/dist/{export-Blt3BR-u.js → export-DQ2Qh09K.js} +1 -1
  81. package/dist/{import-IVcS8WFM.js → import-sVng7ksa.js} +1 -1
  82. package/dist/{index-KJtngKaE.js → index-DwEIHNF1.js} +4 -4
  83. package/dist/{index-B5s20dhm.js → index-Dz17cbww.js} +5 -5
  84. package/dist/{index-By3xdL8c.js → index-N3S598Wc.js} +1 -1
  85. package/dist/{upload-B56rRpZW.js → upload-DoiCgi3a.js} +1 -1
  86. package/dist/{useAppleApp-BHUjGmw0.js → useAppleApp-J4dx2Wyz.js} +1 -1
  87. package/dist/{useAppleBundleId-Cv5maswG.js → useAppleBundleId-DUdnv1T0.js} +1 -1
  88. package/dist/{useAppleProfiles-kDiUOXiX.js → useAppleProfiles-DDdAtArV.js} +1 -1
  89. package/dist/{useGoogleStatus-BHd_Wp59.js → useGoogleStatus-DciPkOMu.js} +2 -2
  90. package/dist/{useProjectCredentials-ADtDLDmx.js → useProjectCredentials-B4cjpmpB.js} +2 -2
  91. package/dist/{useWebSocket-DlNe_zDR.js → useWebSocket-B1hQm8Ak.js} +1 -1
  92. package/docs/game/job/logs.md +30 -0
  93. package/docs/game/job.md +31 -0
  94. package/npm-shrinkwrap.json +63 -46
  95. package/oclif.manifest.json +241 -198
  96. package/package.json +2 -1
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.52",
9
+ "version": "0.1.53",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "^2.1.21",
@@ -1705,9 +1705,9 @@
1705
1705
  "license": "MIT"
1706
1706
  },
1707
1707
  "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
1708
- "version": "1.1.13",
1709
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
1710
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
1708
+ "version": "1.1.14",
1709
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
1710
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
1711
1711
  "dev": true,
1712
1712
  "license": "MIT",
1713
1713
  "dependencies": {
@@ -1792,9 +1792,9 @@
1792
1792
  "license": "MIT"
1793
1793
  },
1794
1794
  "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
1795
- "version": "1.1.13",
1796
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
1797
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
1795
+ "version": "1.1.14",
1796
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
1797
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
1798
1798
  "dev": true,
1799
1799
  "license": "MIT",
1800
1800
  "dependencies": {
@@ -5220,9 +5220,9 @@
5220
5220
  }
5221
5221
  },
5222
5222
  "node_modules/brace-expansion": {
5223
- "version": "5.0.5",
5224
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
5225
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
5223
+ "version": "5.0.6",
5224
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
5225
+ "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
5226
5226
  "license": "MIT",
5227
5227
  "dependencies": {
5228
5228
  "balanced-match": "^4.0.2"
@@ -6370,22 +6370,22 @@
6370
6370
  "license": "MIT"
6371
6371
  },
6372
6372
  "node_modules/engine.io-client": {
6373
- "version": "6.6.4",
6374
- "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.4.tgz",
6375
- "integrity": "sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==",
6373
+ "version": "6.6.5",
6374
+ "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.5.tgz",
6375
+ "integrity": "sha512-QCwxUDULPlXv8F6tqMMKx5dNkTe6OaBYRMPYeXKBlyOoKvAmE0ac6pW7fFhSscJ/5SI7666/U/B+MElbsrJlIg==",
6376
6376
  "license": "MIT",
6377
6377
  "dependencies": {
6378
6378
  "@socket.io/component-emitter": "~3.1.0",
6379
6379
  "debug": "~4.4.1",
6380
6380
  "engine.io-parser": "~5.2.1",
6381
- "ws": "~8.18.3",
6381
+ "ws": "~8.20.1",
6382
6382
  "xmlhttprequest-ssl": "~2.1.1"
6383
6383
  }
6384
6384
  },
6385
6385
  "node_modules/engine.io-client/node_modules/ws": {
6386
- "version": "8.18.3",
6387
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
6388
- "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
6386
+ "version": "8.20.1",
6387
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
6388
+ "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
6389
6389
  "license": "MIT",
6390
6390
  "engines": {
6391
6391
  "node": ">=10.0.0"
@@ -6849,9 +6849,9 @@
6849
6849
  "license": "MIT"
6850
6850
  },
6851
6851
  "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
6852
- "version": "1.1.13",
6853
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
6854
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
6852
+ "version": "1.1.14",
6853
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
6854
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
6855
6855
  "dev": true,
6856
6856
  "license": "MIT",
6857
6857
  "dependencies": {
@@ -7042,9 +7042,9 @@
7042
7042
  "license": "MIT"
7043
7043
  },
7044
7044
  "node_modules/eslint/node_modules/brace-expansion": {
7045
- "version": "1.1.13",
7046
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
7047
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
7045
+ "version": "1.1.14",
7046
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
7047
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
7048
7048
  "dev": true,
7049
7049
  "license": "MIT",
7050
7050
  "dependencies": {
@@ -7292,9 +7292,9 @@
7292
7292
  }
7293
7293
  },
7294
7294
  "node_modules/fast-xml-builder": {
7295
- "version": "1.1.5",
7296
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
7297
- "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
7295
+ "version": "1.2.0",
7296
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
7297
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
7298
7298
  "dev": true,
7299
7299
  "funding": [
7300
7300
  {
@@ -7304,7 +7304,8 @@
7304
7304
  ],
7305
7305
  "license": "MIT",
7306
7306
  "dependencies": {
7307
- "path-expression-matcher": "^1.1.3"
7307
+ "path-expression-matcher": "^1.5.0",
7308
+ "xml-naming": "^0.1.0"
7308
7309
  }
7309
7310
  },
7310
7311
  "node_modules/fast-xml-parser": {
@@ -7391,9 +7392,9 @@
7391
7392
  "license": "MIT"
7392
7393
  },
7393
7394
  "node_modules/filelist/node_modules/brace-expansion": {
7394
- "version": "2.0.3",
7395
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
7396
- "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
7395
+ "version": "2.1.0",
7396
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
7397
+ "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
7397
7398
  "license": "MIT",
7398
7399
  "dependencies": {
7399
7400
  "balanced-match": "^1.0.0"
@@ -7838,9 +7839,9 @@
7838
7839
  "license": "MIT"
7839
7840
  },
7840
7841
  "node_modules/glob/node_modules/brace-expansion": {
7841
- "version": "2.0.3",
7842
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
7843
- "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
7842
+ "version": "2.1.0",
7843
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
7844
+ "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
7844
7845
  "dev": true,
7845
7846
  "license": "MIT",
7846
7847
  "dependencies": {
@@ -9783,9 +9784,9 @@
9783
9784
  "license": "MIT"
9784
9785
  },
9785
9786
  "node_modules/mocha/node_modules/brace-expansion": {
9786
- "version": "2.0.3",
9787
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
9788
- "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
9787
+ "version": "2.1.0",
9788
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
9789
+ "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
9789
9790
  "dev": true,
9790
9791
  "license": "MIT",
9791
9792
  "dependencies": {
@@ -11588,9 +11589,9 @@
11588
11589
  "license": "MIT"
11589
11590
  },
11590
11591
  "node_modules/rimraf/node_modules/brace-expansion": {
11591
- "version": "1.1.13",
11592
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
11593
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
11592
+ "version": "1.1.14",
11593
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
11594
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
11594
11595
  "dev": true,
11595
11596
  "license": "MIT",
11596
11597
  "dependencies": {
@@ -11977,9 +11978,9 @@
11977
11978
  "license": "MIT"
11978
11979
  },
11979
11980
  "node_modules/shelljs/node_modules/brace-expansion": {
11980
- "version": "1.1.13",
11981
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
11982
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
11981
+ "version": "1.1.14",
11982
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
11983
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
11983
11984
  "dev": true,
11984
11985
  "license": "MIT",
11985
11986
  "dependencies": {
@@ -14102,9 +14103,9 @@
14102
14103
  "license": "ISC"
14103
14104
  },
14104
14105
  "node_modules/ws": {
14105
- "version": "8.19.0",
14106
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
14107
- "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
14106
+ "version": "8.21.0",
14107
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
14108
+ "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
14108
14109
  "license": "MIT",
14109
14110
  "engines": {
14110
14111
  "node": ">=10.0.0"
@@ -14165,6 +14166,22 @@
14165
14166
  "node": ">=10.0.0"
14166
14167
  }
14167
14168
  },
14169
+ "node_modules/xml-naming": {
14170
+ "version": "0.1.0",
14171
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
14172
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
14173
+ "dev": true,
14174
+ "funding": [
14175
+ {
14176
+ "type": "github",
14177
+ "url": "https://github.com/sponsors/NaturalIntelligence"
14178
+ }
14179
+ ],
14180
+ "license": "MIT",
14181
+ "engines": {
14182
+ "node": ">=16.0.0"
14183
+ }
14184
+ },
14168
14185
  "node_modules/xmlbuilder": {
14169
14186
  "version": "15.1.1",
14170
14187
  "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",