@originoneai/agent-work-runtime-darwin-x64 0.3.2 → 0.3.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/THIRD_PARTY_LICENSES.txt +6988 -3123
- package/bin/awr +0 -0
- package/bin/awr-mcp +0 -0
- package/build.json +377 -5
- package/package.json +1 -1
package/bin/awr
CHANGED
|
Binary file
|
package/bin/awr-mcp
CHANGED
|
Binary file
|
package/build.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.3.
|
|
3
|
-
"python_version": "0.3.
|
|
2
|
+
"version": "0.3.3",
|
|
3
|
+
"python_version": "0.3.3",
|
|
4
4
|
"platform": "darwin-x64",
|
|
5
5
|
"wheel_platform": "macosx_15_0_x86_64",
|
|
6
6
|
"rust_target": "x86_64-apple-darwin",
|
|
7
|
-
"source_sha": "
|
|
7
|
+
"source_sha": "f853aa92e6f193927b0228181790b15b7fe51af4",
|
|
8
8
|
"source_tree_clean": true,
|
|
9
9
|
"rustc": "rustc 1.93.1 (01f6ddf75 2026-02-11)",
|
|
10
10
|
"binary_sha256": {
|
|
11
|
-
"awr": "
|
|
12
|
-
"awr-mcp": "
|
|
11
|
+
"awr": "f7c2e10ba2a2aa3d27d5296f4c859dbdd6b8ab6a032dc70fdc903f515590d2db",
|
|
12
|
+
"awr-mcp": "4391c6a1aa441118740292eda0befc9b185247528656119583b57bac3d3a2cdb"
|
|
13
13
|
},
|
|
14
14
|
"binary_architectures": {
|
|
15
15
|
"awr": "x86_64",
|
|
@@ -140,6 +140,40 @@
|
|
|
140
140
|
}
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
"name": "async-trait",
|
|
145
|
+
"version": "0.1.92",
|
|
146
|
+
"license": "MIT OR Apache-2.0",
|
|
147
|
+
"notices": [
|
|
148
|
+
{
|
|
149
|
+
"file": "LICENSE-APACHE",
|
|
150
|
+
"sha256": "62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"file": "LICENSE-MIT",
|
|
154
|
+
"sha256": "23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3"
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "atomic-waker",
|
|
160
|
+
"version": "1.1.2",
|
|
161
|
+
"license": "Apache-2.0 OR MIT",
|
|
162
|
+
"notices": [
|
|
163
|
+
{
|
|
164
|
+
"file": "LICENSE-APACHE",
|
|
165
|
+
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"file": "LICENSE-MIT",
|
|
169
|
+
"sha256": "23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"file": "LICENSE-THIRD-PARTY",
|
|
173
|
+
"sha256": "6226d0632e2e1a80c23597e964da9812ae193c535fe058154afb034e94167aa5"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
143
177
|
{
|
|
144
178
|
"name": "autocfg",
|
|
145
179
|
"version": "1.5.1",
|
|
@@ -155,6 +189,28 @@
|
|
|
155
189
|
}
|
|
156
190
|
]
|
|
157
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"name": "axum",
|
|
194
|
+
"version": "0.8.9",
|
|
195
|
+
"license": "MIT",
|
|
196
|
+
"notices": [
|
|
197
|
+
{
|
|
198
|
+
"file": "LICENSE",
|
|
199
|
+
"sha256": "6a13bc24a100a6812f053879ec51b126b103af7cda6dbf48c4188722da44da9f"
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "axum-core",
|
|
205
|
+
"version": "0.5.6",
|
|
206
|
+
"license": "MIT",
|
|
207
|
+
"notices": [
|
|
208
|
+
{
|
|
209
|
+
"file": "LICENSE",
|
|
210
|
+
"sha256": "008c87afcd2e626eaf564093250bed06dd7efb5732113264bba3dda8f1c556a1"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
158
214
|
{
|
|
159
215
|
"name": "base64",
|
|
160
216
|
"version": "0.22.1",
|
|
@@ -170,6 +226,21 @@
|
|
|
170
226
|
}
|
|
171
227
|
]
|
|
172
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"name": "base64",
|
|
231
|
+
"version": "0.23.1",
|
|
232
|
+
"license": "MIT OR Apache-2.0",
|
|
233
|
+
"notices": [
|
|
234
|
+
{
|
|
235
|
+
"file": "LICENSE-APACHE",
|
|
236
|
+
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"file": "LICENSE-MIT",
|
|
240
|
+
"sha256": "ab499c75a0f0da8e0fe83bf9ba3a27e5c39705310f07107c6c66b69958d2401c"
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
},
|
|
173
244
|
{
|
|
174
245
|
"name": "bit-set",
|
|
175
246
|
"version": "0.8.0",
|
|
@@ -362,6 +433,21 @@
|
|
|
362
433
|
}
|
|
363
434
|
]
|
|
364
435
|
},
|
|
436
|
+
{
|
|
437
|
+
"name": "chacha20",
|
|
438
|
+
"version": "0.10.2",
|
|
439
|
+
"license": "MIT OR Apache-2.0",
|
|
440
|
+
"notices": [
|
|
441
|
+
{
|
|
442
|
+
"file": "LICENSE-APACHE",
|
|
443
|
+
"sha256": "a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"file": "LICENSE-MIT",
|
|
447
|
+
"sha256": "b8c6939380a400f53e11923d50fcc4dd2fa1ba8339fd9d04cda38a0251b6c9b0"
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
},
|
|
365
451
|
{
|
|
366
452
|
"name": "chrono",
|
|
367
453
|
"version": "0.4.45",
|
|
@@ -478,6 +564,21 @@
|
|
|
478
564
|
}
|
|
479
565
|
]
|
|
480
566
|
},
|
|
567
|
+
{
|
|
568
|
+
"name": "cpufeatures",
|
|
569
|
+
"version": "0.3.1",
|
|
570
|
+
"license": "MIT OR Apache-2.0",
|
|
571
|
+
"notices": [
|
|
572
|
+
{
|
|
573
|
+
"file": "LICENSE-APACHE",
|
|
574
|
+
"sha256": "a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"file": "LICENSE-MIT",
|
|
578
|
+
"sha256": "73b9dc2e79c7308998dd30296e073aefaefb944a68fb89aa412c23c0edcabcaa"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
481
582
|
{
|
|
482
583
|
"name": "crypto-common",
|
|
483
584
|
"version": "0.1.7",
|
|
@@ -909,6 +1010,95 @@
|
|
|
909
1010
|
}
|
|
910
1011
|
]
|
|
911
1012
|
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "http",
|
|
1015
|
+
"version": "1.5.0",
|
|
1016
|
+
"license": "MIT OR Apache-2.0",
|
|
1017
|
+
"notices": [
|
|
1018
|
+
{
|
|
1019
|
+
"file": "LICENSE-APACHE",
|
|
1020
|
+
"sha256": "8bb1b50b0e5c9399ae33bd35fab2769010fa6c14e8860c729a52295d84896b7a"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"file": "LICENSE-MIT",
|
|
1024
|
+
"sha256": "dc91f8200e4b2a1f9261035d4c18c33c246911a6c0f7b543d75347e61b249cff"
|
|
1025
|
+
}
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "http-body",
|
|
1030
|
+
"version": "1.1.0",
|
|
1031
|
+
"license": "MIT",
|
|
1032
|
+
"notices": [
|
|
1033
|
+
{
|
|
1034
|
+
"file": "LICENSE",
|
|
1035
|
+
"sha256": "248378d0a3383c173fb925f17141b88e71580b3ba17ddc6ac3d2a344683232ab"
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "http-body-util",
|
|
1041
|
+
"version": "0.1.5",
|
|
1042
|
+
"license": "MIT",
|
|
1043
|
+
"notices": [
|
|
1044
|
+
{
|
|
1045
|
+
"file": "LICENSE",
|
|
1046
|
+
"sha256": "248378d0a3383c173fb925f17141b88e71580b3ba17ddc6ac3d2a344683232ab"
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "httparse",
|
|
1052
|
+
"version": "1.10.1",
|
|
1053
|
+
"license": "MIT OR Apache-2.0",
|
|
1054
|
+
"notices": [
|
|
1055
|
+
{
|
|
1056
|
+
"file": "LICENSE-APACHE",
|
|
1057
|
+
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"file": "LICENSE-MIT",
|
|
1061
|
+
"sha256": "391a5396cec6230bfabd4ef4eb2350eb895bc5efce377a2218f5702ed020d3e3"
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "httpdate",
|
|
1067
|
+
"version": "1.0.3",
|
|
1068
|
+
"license": "MIT OR Apache-2.0",
|
|
1069
|
+
"notices": [
|
|
1070
|
+
{
|
|
1071
|
+
"file": "LICENSE-APACHE",
|
|
1072
|
+
"sha256": "4d10fe5f3aa176b05b229a248866bad70b834c173f1252a814ff4748d8a13837"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"file": "LICENSE-MIT",
|
|
1076
|
+
"sha256": "934887691e05d69d7c86ad3f2c360980fa30c15b035e351f3c9865e99da4debc"
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "hyper",
|
|
1082
|
+
"version": "1.11.1",
|
|
1083
|
+
"license": "MIT",
|
|
1084
|
+
"notices": [
|
|
1085
|
+
{
|
|
1086
|
+
"file": "LICENSE",
|
|
1087
|
+
"sha256": "2d01890414494742ba4a509fcec8efa40f6d8be22cbd72be7cff08d6fda4ec89"
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "hyper-util",
|
|
1093
|
+
"version": "0.1.20",
|
|
1094
|
+
"license": "MIT",
|
|
1095
|
+
"notices": [
|
|
1096
|
+
{
|
|
1097
|
+
"file": "LICENSE",
|
|
1098
|
+
"sha256": "9e0a97848ea543aef745c98e84fde696a9a3e0735538f6daefdd3cb1942effc1"
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
912
1102
|
{
|
|
913
1103
|
"name": "iana-time-zone",
|
|
914
1104
|
"version": "0.1.65",
|
|
@@ -1215,6 +1405,21 @@
|
|
|
1215
1405
|
}
|
|
1216
1406
|
]
|
|
1217
1407
|
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "matchit",
|
|
1410
|
+
"version": "0.8.4",
|
|
1411
|
+
"license": "MIT AND BSD-3-Clause",
|
|
1412
|
+
"notices": [
|
|
1413
|
+
{
|
|
1414
|
+
"file": "LICENSE",
|
|
1415
|
+
"sha256": "de701d0618d694feb1af90f02181a1763d9b0bdeb70a3a592781e529077dba65"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"file": "LICENSE.httprouter",
|
|
1419
|
+
"sha256": "162ce11ad71338d0a0c6ebaf5c48af72c6ae237b468859d3656fe2d9ed3f3a85"
|
|
1420
|
+
}
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1218
1423
|
{
|
|
1219
1424
|
"name": "maybe-owned",
|
|
1220
1425
|
"version": "0.3.4",
|
|
@@ -1249,6 +1454,21 @@
|
|
|
1249
1454
|
}
|
|
1250
1455
|
]
|
|
1251
1456
|
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "mime",
|
|
1459
|
+
"version": "0.3.17",
|
|
1460
|
+
"license": "MIT OR Apache-2.0",
|
|
1461
|
+
"notices": [
|
|
1462
|
+
{
|
|
1463
|
+
"file": "LICENSE-APACHE",
|
|
1464
|
+
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"file": "LICENSE-MIT",
|
|
1468
|
+
"sha256": "df9cfd06d8a44d9a671eadd39ffd97f166481da015a30f45dfd27886209c5922"
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1252
1472
|
{
|
|
1253
1473
|
"name": "mio",
|
|
1254
1474
|
"version": "1.2.3",
|
|
@@ -1443,6 +1663,21 @@
|
|
|
1443
1663
|
}
|
|
1444
1664
|
]
|
|
1445
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "rand",
|
|
1668
|
+
"version": "0.10.2",
|
|
1669
|
+
"license": "MIT OR Apache-2.0",
|
|
1670
|
+
"notices": [
|
|
1671
|
+
{
|
|
1672
|
+
"file": "LICENSE-APACHE",
|
|
1673
|
+
"sha256": "35242e7a83f69875e6edeff02291e688c97caafe2f8902e4e19b49d3e78b4cab"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"file": "LICENSE-MIT",
|
|
1677
|
+
"sha256": "209fbbe0ad52d9235e37badf9cadfe4dbdc87203179c0899e738b39ade42177b"
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1446
1681
|
{
|
|
1447
1682
|
"name": "rand",
|
|
1448
1683
|
"version": "0.9.5",
|
|
@@ -1473,6 +1708,21 @@
|
|
|
1473
1708
|
}
|
|
1474
1709
|
]
|
|
1475
1710
|
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "rand_core",
|
|
1713
|
+
"version": "0.10.1",
|
|
1714
|
+
"license": "MIT OR Apache-2.0",
|
|
1715
|
+
"notices": [
|
|
1716
|
+
{
|
|
1717
|
+
"file": "LICENSE-APACHE",
|
|
1718
|
+
"sha256": "6df43f6f4b5d4587f3d8d71e45532c688fd168afa5fe89d571cb32fa09c4ef51"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"file": "LICENSE-MIT",
|
|
1722
|
+
"sha256": "8b6e9feec03e7c9a5facb26855cecd31662bf989b636bcfe79521bdf8ac863f0"
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1476
1726
|
{
|
|
1477
1727
|
"name": "rand_core",
|
|
1478
1728
|
"version": "0.9.5",
|
|
@@ -1563,6 +1813,21 @@
|
|
|
1563
1813
|
}
|
|
1564
1814
|
]
|
|
1565
1815
|
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "reqwest",
|
|
1818
|
+
"version": "0.13.5",
|
|
1819
|
+
"license": "MIT OR Apache-2.0",
|
|
1820
|
+
"notices": [
|
|
1821
|
+
{
|
|
1822
|
+
"file": "LICENSE-APACHE",
|
|
1823
|
+
"sha256": "751963a8b88c0e3a9f27e98933079fbcf09b9998b2c13ac49c2e4d58444520d6"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"file": "LICENSE-MIT",
|
|
1827
|
+
"sha256": "dd87e27dfbaa888cb77ea34592648a7743636b8dce07e49543bddda0fcfc73bc"
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1830
|
+
},
|
|
1566
1831
|
{
|
|
1567
1832
|
"name": "rmcp",
|
|
1568
1833
|
"version": "3.2.0",
|
|
@@ -1828,6 +2093,36 @@
|
|
|
1828
2093
|
}
|
|
1829
2094
|
]
|
|
1830
2095
|
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "socket2",
|
|
2098
|
+
"version": "0.6.5",
|
|
2099
|
+
"license": "MIT OR Apache-2.0",
|
|
2100
|
+
"notices": [
|
|
2101
|
+
{
|
|
2102
|
+
"file": "LICENSE-APACHE",
|
|
2103
|
+
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"file": "LICENSE-MIT",
|
|
2107
|
+
"sha256": "378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397"
|
|
2108
|
+
}
|
|
2109
|
+
]
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "sse-stream",
|
|
2113
|
+
"version": "0.2.6",
|
|
2114
|
+
"license": "MIT OR Apache-2.0",
|
|
2115
|
+
"notices": [
|
|
2116
|
+
{
|
|
2117
|
+
"file": "LICENSE-APACHE",
|
|
2118
|
+
"sha256": "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"file": "LICENSE-MIT",
|
|
2122
|
+
"sha256": "049d23c7810a0723f186a193f841378dbc307f62be89bdba21c73126b0df2c52"
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
1831
2126
|
{
|
|
1832
2127
|
"name": "stable_deref_trait",
|
|
1833
2128
|
"version": "1.2.1",
|
|
@@ -1884,6 +2179,17 @@
|
|
|
1884
2179
|
}
|
|
1885
2180
|
]
|
|
1886
2181
|
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "sync_wrapper",
|
|
2184
|
+
"version": "1.0.2",
|
|
2185
|
+
"license": "Apache-2.0",
|
|
2186
|
+
"notices": [
|
|
2187
|
+
{
|
|
2188
|
+
"file": "LICENSE",
|
|
2189
|
+
"sha256": "0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594"
|
|
2190
|
+
}
|
|
2191
|
+
]
|
|
2192
|
+
},
|
|
1887
2193
|
{
|
|
1888
2194
|
"name": "synstructure",
|
|
1889
2195
|
"version": "0.13.2",
|
|
@@ -2051,6 +2357,50 @@
|
|
|
2051
2357
|
}
|
|
2052
2358
|
]
|
|
2053
2359
|
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "tower",
|
|
2362
|
+
"version": "0.5.3",
|
|
2363
|
+
"license": "MIT",
|
|
2364
|
+
"notices": [
|
|
2365
|
+
{
|
|
2366
|
+
"file": "LICENSE",
|
|
2367
|
+
"sha256": "4249c8e6c5ebb85f97c77e6457c6fafc1066406eb8f1ef61e796fbdc5ff18482"
|
|
2368
|
+
}
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "tower-http",
|
|
2373
|
+
"version": "0.6.11",
|
|
2374
|
+
"license": "MIT",
|
|
2375
|
+
"notices": [
|
|
2376
|
+
{
|
|
2377
|
+
"file": "LICENSE",
|
|
2378
|
+
"sha256": "5049cf464977eff4b4fcfa7988d84e74116956a3eb9d5f1d451b3f828f945233"
|
|
2379
|
+
}
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"name": "tower-layer",
|
|
2384
|
+
"version": "0.3.3",
|
|
2385
|
+
"license": "MIT",
|
|
2386
|
+
"notices": [
|
|
2387
|
+
{
|
|
2388
|
+
"file": "LICENSE",
|
|
2389
|
+
"sha256": "4249c8e6c5ebb85f97c77e6457c6fafc1066406eb8f1ef61e796fbdc5ff18482"
|
|
2390
|
+
}
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "tower-service",
|
|
2395
|
+
"version": "0.3.3",
|
|
2396
|
+
"license": "MIT",
|
|
2397
|
+
"notices": [
|
|
2398
|
+
{
|
|
2399
|
+
"file": "LICENSE",
|
|
2400
|
+
"sha256": "4249c8e6c5ebb85f97c77e6457c6fafc1066406eb8f1ef61e796fbdc5ff18482"
|
|
2401
|
+
}
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2054
2404
|
{
|
|
2055
2405
|
"name": "tracing",
|
|
2056
2406
|
"version": "0.1.44",
|
|
@@ -2084,6 +2434,17 @@
|
|
|
2084
2434
|
}
|
|
2085
2435
|
]
|
|
2086
2436
|
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "try-lock",
|
|
2439
|
+
"version": "0.2.5",
|
|
2440
|
+
"license": "MIT",
|
|
2441
|
+
"notices": [
|
|
2442
|
+
{
|
|
2443
|
+
"file": "LICENSE",
|
|
2444
|
+
"sha256": "c816a0749cdc6bf062a5111c159723de51b2bfac66a1dac2655abd9e6b1583eb"
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2087
2448
|
{
|
|
2088
2449
|
"name": "typenum",
|
|
2089
2450
|
"version": "1.20.1",
|
|
@@ -2249,6 +2610,17 @@
|
|
|
2249
2610
|
}
|
|
2250
2611
|
]
|
|
2251
2612
|
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "want",
|
|
2615
|
+
"version": "0.3.1",
|
|
2616
|
+
"license": "MIT",
|
|
2617
|
+
"notices": [
|
|
2618
|
+
{
|
|
2619
|
+
"file": "LICENSE",
|
|
2620
|
+
"sha256": "a65f5d0a945d267751344c95665945b90c030ea107faf5c85d518929886187da"
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2252
2624
|
{
|
|
2253
2625
|
"name": "winnow",
|
|
2254
2626
|
"version": "1.0.4",
|