chrome-devtools-mcp 0.26.0 → 1.0.1

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 (33) hide show
  1. package/README.md +54 -5
  2. package/build/src/DevtoolsUtils.js +13 -0
  3. package/build/src/HeapSnapshotManager.js +26 -2
  4. package/build/src/McpContext.js +3 -0
  5. package/build/src/McpResponse.js +51 -21
  6. package/build/src/ToolHandler.js +30 -1
  7. package/build/src/WaitForHelper.js +18 -4
  8. package/build/src/bin/check-latest-version.js +25 -1
  9. package/build/src/bin/chrome-devtools-cli-options.js +37 -1
  10. package/build/src/bin/chrome-devtools-mcp-cli-options.js +2 -8
  11. package/build/src/daemon/client.js +12 -6
  12. package/build/src/formatters/HeapSnapshotFormatter.js +27 -6
  13. package/build/src/index.js +3 -1
  14. package/build/src/telemetry/ClearcutLogger.js +8 -119
  15. package/build/src/telemetry/errors.js +4 -0
  16. package/build/src/telemetry/flagUtils.js +4 -3
  17. package/build/src/telemetry/{toolMetricsUtils.js → metricsRegistry.js} +3 -3
  18. package/build/src/telemetry/persistence.js +20 -2
  19. package/build/src/telemetry/transformation.js +134 -0
  20. package/build/src/third_party/THIRD_PARTY_NOTICES +2 -717
  21. package/build/src/third_party/bundled-packages.json +2 -2
  22. package/build/src/third_party/devtools-formatter-worker.js +445 -114
  23. package/build/src/third_party/devtools-heap-snapshot-worker.js +0 -3
  24. package/build/src/third_party/index.js +3255 -30087
  25. package/build/src/third_party/issue-descriptions/genericBackUINavigationWouldSkipAd.md +4 -0
  26. package/build/src/tools/ToolDefinition.js +1 -1
  27. package/build/src/tools/emulation.js +3 -2
  28. package/build/src/tools/input.js +18 -9
  29. package/build/src/tools/memory.js +24 -0
  30. package/build/src/tools/script.js +32 -10
  31. package/build/src/version.js +1 -1
  32. package/package.json +7 -4
  33. package/build/src/telemetry/metricUtils.js +0 -15
@@ -867,731 +867,16 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
867
867
 
868
868
  Name: puppeteer-core
869
869
  URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
870
- Version: 24.43.0
870
+ Version: 25.0.4
871
871
  License: Apache-2.0
872
872
 
873
873
  -------------------- DEPENDENCY DIVIDER --------------------
874
874
 
875
875
  Name: @puppeteer/browsers
876
876
  URL: https://github.com/puppeteer/puppeteer/tree/main/packages/browsers
877
- Version: 2.13.1
877
+ Version: 3.0.3
878
878
  License: Apache-2.0
879
879
 
880
- -------------------- DEPENDENCY DIVIDER --------------------
881
-
882
- Name: proxy-agent
883
- URL: https://github.com/TooTallNate/proxy-agents.git
884
- Version: 6.5.0
885
- License: MIT
886
-
887
- (The MIT License)
888
-
889
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
890
-
891
- Permission is hereby granted, free of charge, to any person obtaining
892
- a copy of this software and associated documentation files (the
893
- 'Software'), to deal in the Software without restriction, including
894
- without limitation the rights to use, copy, modify, merge, publish,
895
- distribute, sublicense, and/or sell copies of the Software, and to
896
- permit persons to whom the Software is furnished to do so, subject to
897
- the following conditions:
898
-
899
- The above copyright notice and this permission notice shall be
900
- included in all copies or substantial portions of the Software.
901
-
902
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
903
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
904
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
905
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
906
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
907
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
908
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
909
-
910
- -------------------- DEPENDENCY DIVIDER --------------------
911
-
912
- Name: lru-cache
913
- URL: git://github.com/isaacs/node-lru-cache.git
914
- Version: 7.18.3
915
- License: ISC
916
-
917
- The ISC License
918
-
919
- Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
920
-
921
- Permission to use, copy, modify, and/or distribute this software for any
922
- purpose with or without fee is hereby granted, provided that the above
923
- copyright notice and this permission notice appear in all copies.
924
-
925
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
926
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
927
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
928
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
929
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
930
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
931
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
932
-
933
-
934
- -------------------- DEPENDENCY DIVIDER --------------------
935
-
936
- Name: agent-base
937
- URL: https://github.com/TooTallNate/proxy-agents.git
938
- Version: 7.1.4
939
- License: MIT
940
-
941
- (The MIT License)
942
-
943
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
944
-
945
- Permission is hereby granted, free of charge, to any person obtaining
946
- a copy of this software and associated documentation files (the
947
- 'Software'), to deal in the Software without restriction, including
948
- without limitation the rights to use, copy, modify, merge, publish,
949
- distribute, sublicense, and/or sell copies of the Software, and to
950
- permit persons to whom the Software is furnished to do so, subject to
951
- the following conditions:
952
-
953
- The above copyright notice and this permission notice shall be
954
- included in all copies or substantial portions of the Software.
955
-
956
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
957
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
958
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
959
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
960
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
961
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
962
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
963
-
964
- -------------------- DEPENDENCY DIVIDER --------------------
965
-
966
- Name: proxy-from-env
967
- URL: https://github.com/Rob--W/proxy-from-env#readme
968
- Version: 1.1.0
969
- License: MIT
970
-
971
- The MIT License
972
-
973
- Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
974
-
975
- Permission is hereby granted, free of charge, to any person obtaining a copy of
976
- this software and associated documentation files (the "Software"), to deal in
977
- the Software without restriction, including without limitation the rights to
978
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
979
- of the Software, and to permit persons to whom the Software is furnished to do
980
- so, subject to the following conditions:
981
-
982
- The above copyright notice and this permission notice shall be included in all
983
- copies or substantial portions of the Software.
984
-
985
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
986
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
987
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
988
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
989
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
990
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
991
-
992
-
993
- -------------------- DEPENDENCY DIVIDER --------------------
994
-
995
- Name: http-proxy-agent
996
- URL: https://github.com/TooTallNate/proxy-agents.git
997
- Version: 7.0.2
998
- License: MIT
999
-
1000
- (The MIT License)
1001
-
1002
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1003
-
1004
- Permission is hereby granted, free of charge, to any person obtaining
1005
- a copy of this software and associated documentation files (the
1006
- 'Software'), to deal in the Software without restriction, including
1007
- without limitation the rights to use, copy, modify, merge, publish,
1008
- distribute, sublicense, and/or sell copies of the Software, and to
1009
- permit persons to whom the Software is furnished to do so, subject to
1010
- the following conditions:
1011
-
1012
- The above copyright notice and this permission notice shall be
1013
- included in all copies or substantial portions of the Software.
1014
-
1015
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1016
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1017
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1018
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1019
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1020
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1021
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1022
-
1023
-
1024
- -------------------- DEPENDENCY DIVIDER --------------------
1025
-
1026
- Name: https-proxy-agent
1027
- URL: https://github.com/TooTallNate/proxy-agents.git
1028
- Version: 7.0.6
1029
- License: MIT
1030
-
1031
- (The MIT License)
1032
-
1033
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1034
-
1035
- Permission is hereby granted, free of charge, to any person obtaining
1036
- a copy of this software and associated documentation files (the
1037
- 'Software'), to deal in the Software without restriction, including
1038
- without limitation the rights to use, copy, modify, merge, publish,
1039
- distribute, sublicense, and/or sell copies of the Software, and to
1040
- permit persons to whom the Software is furnished to do so, subject to
1041
- the following conditions:
1042
-
1043
- The above copyright notice and this permission notice shall be
1044
- included in all copies or substantial portions of the Software.
1045
-
1046
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1047
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1048
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1049
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1050
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1051
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1052
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1053
-
1054
- -------------------- DEPENDENCY DIVIDER --------------------
1055
-
1056
- Name: socks-proxy-agent
1057
- URL: https://github.com/TooTallNate/proxy-agents.git
1058
- Version: 8.0.5
1059
- License: MIT
1060
-
1061
- (The MIT License)
1062
-
1063
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1064
-
1065
- Permission is hereby granted, free of charge, to any person obtaining
1066
- a copy of this software and associated documentation files (the
1067
- 'Software'), to deal in the Software without restriction, including
1068
- without limitation the rights to use, copy, modify, merge, publish,
1069
- distribute, sublicense, and/or sell copies of the Software, and to
1070
- permit persons to whom the Software is furnished to do so, subject to
1071
- the following conditions:
1072
-
1073
- The above copyright notice and this permission notice shall be
1074
- included in all copies or substantial portions of the Software.
1075
-
1076
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1077
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1078
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1079
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1080
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1081
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1082
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1083
-
1084
- -------------------- DEPENDENCY DIVIDER --------------------
1085
-
1086
- Name: socks
1087
- URL: https://github.com/JoshGlazebrook/socks/
1088
- Version: 2.8.7
1089
- License: MIT
1090
-
1091
- The MIT License (MIT)
1092
-
1093
- Copyright (c) 2013 Josh Glazebrook
1094
-
1095
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1096
- this software and associated documentation files (the "Software"), to deal in
1097
- the Software without restriction, including without limitation the rights to
1098
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1099
- the Software, and to permit persons to whom the Software is furnished to do so,
1100
- subject to the following conditions:
1101
-
1102
- The above copyright notice and this permission notice shall be included in all
1103
- copies or substantial portions of the Software.
1104
-
1105
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1106
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1107
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1108
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1109
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1110
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1111
-
1112
-
1113
- -------------------- DEPENDENCY DIVIDER --------------------
1114
-
1115
- Name: smart-buffer
1116
- URL: https://github.com/JoshGlazebrook/smart-buffer/
1117
- Version: 4.2.0
1118
- License: MIT
1119
-
1120
- The MIT License (MIT)
1121
-
1122
- Copyright (c) 2013-2017 Josh Glazebrook
1123
-
1124
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1125
- this software and associated documentation files (the "Software"), to deal in
1126
- the Software without restriction, including without limitation the rights to
1127
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1128
- the Software, and to permit persons to whom the Software is furnished to do so,
1129
- subject to the following conditions:
1130
-
1131
- The above copyright notice and this permission notice shall be included in all
1132
- copies or substantial portions of the Software.
1133
-
1134
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1135
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1136
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1137
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1138
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1139
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1140
-
1141
-
1142
- -------------------- DEPENDENCY DIVIDER --------------------
1143
-
1144
- Name: ip-address
1145
- URL: git://github.com/beaugunderson/ip-address.git
1146
- Version: 10.2.0
1147
- License: MIT
1148
-
1149
- Copyright (C) 2011 by Beau Gunderson
1150
-
1151
- Permission is hereby granted, free of charge, to any person obtaining a copy
1152
- of this software and associated documentation files (the "Software"), to deal
1153
- in the Software without restriction, including without limitation the rights
1154
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1155
- copies of the Software, and to permit persons to whom the Software is
1156
- furnished to do so, subject to the following conditions:
1157
-
1158
- The above copyright notice and this permission notice shall be included in
1159
- all copies or substantial portions of the Software.
1160
-
1161
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1162
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1163
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1164
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1165
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1166
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1167
- THE SOFTWARE.
1168
-
1169
-
1170
- -------------------- DEPENDENCY DIVIDER --------------------
1171
-
1172
- Name: pac-proxy-agent
1173
- URL: https://github.com/TooTallNate/proxy-agents.git
1174
- Version: 7.2.0
1175
- License: MIT
1176
-
1177
- (The MIT License)
1178
-
1179
- Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1180
-
1181
- Permission is hereby granted, free of charge, to any person obtaining
1182
- a copy of this software and associated documentation files (the
1183
- 'Software'), to deal in the Software without restriction, including
1184
- without limitation the rights to use, copy, modify, merge, publish,
1185
- distribute, sublicense, and/or sell copies of the Software, and to
1186
- permit persons to whom the Software is furnished to do so, subject to
1187
- the following conditions:
1188
-
1189
- The above copyright notice and this permission notice shall be
1190
- included in all copies or substantial portions of the Software.
1191
-
1192
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1193
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1194
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1195
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1196
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1197
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1198
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1199
-
1200
-
1201
- -------------------- DEPENDENCY DIVIDER --------------------
1202
-
1203
- Name: get-uri
1204
- URL: https://github.com/TooTallNate/proxy-agents.git
1205
- Version: 6.0.5
1206
- License: MIT
1207
-
1208
- (The MIT License)
1209
-
1210
- Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1211
-
1212
- Permission is hereby granted, free of charge, to any person obtaining
1213
- a copy of this software and associated documentation files (the
1214
- 'Software'), to deal in the Software without restriction, including
1215
- without limitation the rights to use, copy, modify, merge, publish,
1216
- distribute, sublicense, and/or sell copies of the Software, and to
1217
- permit persons to whom the Software is furnished to do so, subject to
1218
- the following conditions:
1219
-
1220
- The above copyright notice and this permission notice shall be
1221
- included in all copies or substantial portions of the Software.
1222
-
1223
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1224
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1225
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1226
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1227
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1228
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1229
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1230
-
1231
- -------------------- DEPENDENCY DIVIDER --------------------
1232
-
1233
- Name: data-uri-to-buffer
1234
- URL: https://github.com/TooTallNate/proxy-agents.git
1235
- Version: 6.0.2
1236
- License: MIT
1237
-
1238
- (The MIT License)
1239
-
1240
- Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1241
-
1242
- Permission is hereby granted, free of charge, to any person obtaining
1243
- a copy of this software and associated documentation files (the
1244
- 'Software'), to deal in the Software without restriction, including
1245
- without limitation the rights to use, copy, modify, merge, publish,
1246
- distribute, sublicense, and/or sell copies of the Software, and to
1247
- permit persons to whom the Software is furnished to do so, subject to
1248
- the following conditions:
1249
-
1250
- The above copyright notice and this permission notice shall be
1251
- included in all copies or substantial portions of the Software.
1252
-
1253
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1254
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1255
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1256
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1257
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1258
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1259
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1260
-
1261
- -------------------- DEPENDENCY DIVIDER --------------------
1262
-
1263
- Name: basic-ftp
1264
- URL: https://github.com/patrickjuchli/basic-ftp.git
1265
- Version: 5.3.1
1266
- License: MIT
1267
-
1268
- Copyright (c) 2019 Patrick Juchli
1269
-
1270
- Permission is hereby granted, free of charge, to any person obtaining a copy
1271
- of this software and associated documentation files (the "Software"), to deal
1272
- in the Software without restriction, including without limitation the rights
1273
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1274
- copies of the Software, and to permit persons to whom the Software is
1275
- furnished to do so, subject to the following conditions:
1276
-
1277
- The above copyright notice and this permission notice shall be included in all
1278
- copies or substantial portions of the Software.
1279
-
1280
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1281
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1282
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1283
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1284
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1285
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1286
- SOFTWARE.
1287
-
1288
- -------------------- DEPENDENCY DIVIDER --------------------
1289
-
1290
- Name: pac-resolver
1291
- URL: https://github.com/TooTallNate/proxy-agents.git
1292
- Version: 7.0.1
1293
- License: MIT
1294
-
1295
- (The MIT License)
1296
-
1297
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1298
-
1299
- Permission is hereby granted, free of charge, to any person obtaining
1300
- a copy of this software and associated documentation files (the
1301
- 'Software'), to deal in the Software without restriction, including
1302
- without limitation the rights to use, copy, modify, merge, publish,
1303
- distribute, sublicense, and/or sell copies of the Software, and to
1304
- permit persons to whom the Software is furnished to do so, subject to
1305
- the following conditions:
1306
-
1307
- The above copyright notice and this permission notice shall be
1308
- included in all copies or substantial portions of the Software.
1309
-
1310
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1311
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1312
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1313
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1314
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1315
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1316
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1317
-
1318
- -------------------- DEPENDENCY DIVIDER --------------------
1319
-
1320
- Name: degenerator
1321
- URL: https://github.com/TooTallNate/proxy-agents.git
1322
- Version: 5.0.1
1323
- License: MIT
1324
-
1325
- -------------------- DEPENDENCY DIVIDER --------------------
1326
-
1327
- Name: escodegen
1328
- URL: http://github.com/estools/escodegen
1329
- Version: 2.1.0
1330
- License: BSD-2-Clause
1331
-
1332
- Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
1333
-
1334
- Redistribution and use in source and binary forms, with or without
1335
- modification, are permitted provided that the following conditions are met:
1336
-
1337
- * Redistributions of source code must retain the above copyright
1338
- notice, this list of conditions and the following disclaimer.
1339
- * Redistributions in binary form must reproduce the above copyright
1340
- notice, this list of conditions and the following disclaimer in the
1341
- documentation and/or other materials provided with the distribution.
1342
-
1343
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1344
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1345
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1346
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1347
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1348
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1349
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1350
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1351
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1352
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1353
-
1354
-
1355
- -------------------- DEPENDENCY DIVIDER --------------------
1356
-
1357
- Name: estraverse
1358
- URL: https://github.com/estools/estraverse
1359
- Version: 5.3.0
1360
- License: BSD-2-Clause
1361
-
1362
- Redistribution and use in source and binary forms, with or without
1363
- modification, are permitted provided that the following conditions are met:
1364
-
1365
- * Redistributions of source code must retain the above copyright
1366
- notice, this list of conditions and the following disclaimer.
1367
- * Redistributions in binary form must reproduce the above copyright
1368
- notice, this list of conditions and the following disclaimer in the
1369
- documentation and/or other materials provided with the distribution.
1370
-
1371
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1372
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1373
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1374
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1375
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1376
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1377
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1378
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1379
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1380
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1381
-
1382
-
1383
- -------------------- DEPENDENCY DIVIDER --------------------
1384
-
1385
- Name: esutils
1386
- URL: https://github.com/estools/esutils
1387
- Version: 2.0.3
1388
- License: BSD-2-Clause
1389
-
1390
- Redistribution and use in source and binary forms, with or without
1391
- modification, are permitted provided that the following conditions are met:
1392
-
1393
- * Redistributions of source code must retain the above copyright
1394
- notice, this list of conditions and the following disclaimer.
1395
- * Redistributions in binary form must reproduce the above copyright
1396
- notice, this list of conditions and the following disclaimer in the
1397
- documentation and/or other materials provided with the distribution.
1398
-
1399
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1400
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1401
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1402
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1403
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1404
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1405
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1406
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1407
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1408
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1409
-
1410
-
1411
- -------------------- DEPENDENCY DIVIDER --------------------
1412
-
1413
- Name: source-map
1414
- URL: https://github.com/mozilla/source-map
1415
- Version: 0.6.1
1416
- License: BSD-3-Clause
1417
-
1418
-
1419
- Copyright (c) 2009-2011, Mozilla Foundation and contributors
1420
- All rights reserved.
1421
-
1422
- Redistribution and use in source and binary forms, with or without
1423
- modification, are permitted provided that the following conditions are met:
1424
-
1425
- * Redistributions of source code must retain the above copyright notice, this
1426
- list of conditions and the following disclaimer.
1427
-
1428
- * Redistributions in binary form must reproduce the above copyright notice,
1429
- this list of conditions and the following disclaimer in the documentation
1430
- and/or other materials provided with the distribution.
1431
-
1432
- * Neither the names of the Mozilla Foundation nor the names of project
1433
- contributors may be used to endorse or promote products derived from this
1434
- software without specific prior written permission.
1435
-
1436
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1437
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1438
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1439
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1440
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1441
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1442
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1443
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1444
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1445
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1446
-
1447
-
1448
- -------------------- DEPENDENCY DIVIDER --------------------
1449
-
1450
- Name: esprima
1451
- URL: http://esprima.org
1452
- Version: 4.0.1
1453
- License: BSD-2-Clause
1454
-
1455
- Copyright JS Foundation and other contributors, https://js.foundation/
1456
-
1457
- Redistribution and use in source and binary forms, with or without
1458
- modification, are permitted provided that the following conditions are met:
1459
-
1460
- * Redistributions of source code must retain the above copyright
1461
- notice, this list of conditions and the following disclaimer.
1462
- * Redistributions in binary form must reproduce the above copyright
1463
- notice, this list of conditions and the following disclaimer in the
1464
- documentation and/or other materials provided with the distribution.
1465
-
1466
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1467
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1468
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1469
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1470
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1471
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1472
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1473
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1474
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1475
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1476
-
1477
-
1478
- -------------------- DEPENDENCY DIVIDER --------------------
1479
-
1480
- Name: ast-types
1481
- URL: http://github.com/benjamn/ast-types
1482
- Version: 0.13.4
1483
- License: MIT
1484
-
1485
- Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
1486
-
1487
- Permission is hereby granted, free of charge, to any person obtaining
1488
- a copy of this software and associated documentation files (the
1489
- "Software"), to deal in the Software without restriction, including
1490
- without limitation the rights to use, copy, modify, merge, publish,
1491
- distribute, sublicense, and/or sell copies of the Software, and to
1492
- permit persons to whom the Software is furnished to do so, subject to
1493
- the following conditions:
1494
-
1495
- The above copyright notice and this permission notice shall be
1496
- included in all copies or substantial portions of the Software.
1497
-
1498
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1499
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1500
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1501
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1502
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1503
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1504
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1505
-
1506
-
1507
- -------------------- DEPENDENCY DIVIDER --------------------
1508
-
1509
- Name: tslib
1510
- URL: https://www.typescriptlang.org/
1511
- Version: 2.8.1
1512
- License: 0BSD
1513
-
1514
- Copyright (c) Microsoft Corporation.
1515
-
1516
- Permission to use, copy, modify, and/or distribute this software for any
1517
- purpose with or without fee is hereby granted.
1518
-
1519
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1520
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1521
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1522
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1523
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1524
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1525
- PERFORMANCE OF THIS SOFTWARE.
1526
-
1527
- -------------------- DEPENDENCY DIVIDER --------------------
1528
-
1529
- Name: netmask
1530
- URL: https://github.com/rs/node-netmask
1531
- Version: 2.0.2
1532
- License: MIT
1533
-
1534
- -------------------- DEPENDENCY DIVIDER --------------------
1535
-
1536
- Name: @tootallnate/quickjs-emscripten
1537
- URL: https://github.com/justjake/quickjs-emscripten
1538
- Version: 0.23.0
1539
- License: MIT
1540
-
1541
- MIT License
1542
-
1543
- quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
1544
-
1545
- Permission is hereby granted, free of charge, to any person obtaining a copy
1546
- of this software and associated documentation files (the "Software"), to deal
1547
- in the Software without restriction, including without limitation the rights
1548
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1549
- copies of the Software, and to permit persons to whom the Software is
1550
- furnished to do so, subject to the following conditions:
1551
-
1552
- The above copyright notice and this permission notice shall be included in all
1553
- copies or substantial portions of the Software.
1554
-
1555
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1556
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1557
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1558
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1559
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1560
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1561
- SOFTWARE.
1562
-
1563
-
1564
- -------------------- DEPENDENCY DIVIDER --------------------
1565
-
1566
- Name: progress
1567
- URL: git://github.com/visionmedia/node-progress
1568
- Version: 2.0.3
1569
- License: MIT
1570
-
1571
- (The MIT License)
1572
-
1573
- Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
1574
-
1575
- Permission is hereby granted, free of charge, to any person obtaining
1576
- a copy of this software and associated documentation files (the
1577
- 'Software'), to deal in the Software without restriction, including
1578
- without limitation the rights to use, copy, modify, merge, publish,
1579
- distribute, sublicense, and/or sell copies of the Software, and to
1580
- permit persons to whom the Software is furnished to do so, subject to
1581
- the following conditions:
1582
-
1583
- The above copyright notice and this permission notice shall be
1584
- included in all copies or substantial portions of the Software.
1585
-
1586
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1587
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1588
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1589
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1590
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1591
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1592
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1593
-
1594
-
1595
880
  -------------------- DEPENDENCY DIVIDER --------------------
1596
881
 
1597
882
  Name: ws