Updating js plugins

This commit is contained in:
ahwelp
2023-01-24 20:31:23 +00:00
parent b1eb0a7a56
commit 2b6ddf9569
602 changed files with 109412 additions and 18 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"name": "datatables.net",
"description": "DataTables for jQuery ",
"main": [
"js/jquery.dataTables.js"
],
"keywords": [
"filter",
"sort",
"DataTables",
"jQuery",
"table",
"DataTables"
],
"dependencies": {
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"authors": [
{
"name": "SpryMedia Ltd",
"homepage": "https://datatables.net"
}
],
"homepage": "https://datatables.net",
"license": "MIT",
"version": "1.11.4",
"_release": "1.11.4",
"_resolution": {
"type": "version",
"tag": "1.11.4",
"commit": "d41e1a71500a77dc14432c80fc3185cb1e318d24"
},
"_source": "https://github.com/DataTables/Dist-DataTables.git",
"_target": ">=1.10.9",
"_originalSource": "datatables.net"
}