From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../components/jquery/composer.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json (limited to 'third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json') diff --git a/third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json b/third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json new file mode 100644 index 0000000000..5b46d89fad --- /dev/null +++ b/third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json @@ -0,0 +1,23 @@ +{ + "name": "components/jquery", + "description": "jQuery JavaScript Library", + "type": "component", + "homepage": "http://jquery.com", + "license": "MIT", + "support": { + "irc": "irc://irc.freenode.org/jquery", + "issues": "http://bugs.jquery.com", + "forum": "http://forum.jquery.com", + "wiki": "http://docs.jquery.com/", + "source": "https://github.com/jquery/jquery" + }, + "authors": [ + { + "name": "John Resig", + "email": "jeresig@gmail.com" + } + ], + "extra": { + "js": "jquery.js" + } +} -- cgit v1.2.3