diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..bf73a36 --- /dev/null +++ b/composer.json @@ -0,0 +1,25 @@ + +{ + "name": "datatables.net/datatables.net-dt", + "version": "1.10.21", + "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is the DataTables integration extension for DataTables.", + "homepage": "http://www.datatables.net/", + "authors": [{ + "name": "SpryMedia", + "homepage": "https://datatables.net" + }], + "license": [ + "MIT" + ], + "prefer-stable": true, + "minimum-stability": "dev", + "support": { + "forum": "https://datatables.net/forums", + "source": "https://github.com/DataTables/Dist-DataTables-DataTables" + }, + "keywords": ["DataTables", "jQuery", "table", "DataTables"], + "require": { + "components/jquery":">=3.5.1", + "datatables.net/datatables.net":">=1.10.15" + } +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..5f1fc22 --- /dev/null +++ b/composer.lock @@ -0,0 +1,98 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "e567d062af15744a4b943f31731e0f65", + "packages": [ + { + "name": "components/jquery", + "version": "3.5.1", + "source": { + "type": "git", + "url": "https://github.com/components/jquery.git", + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/jquery/zipball/b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", + "shasum": "" + }, + "type": "component", + "extra": { + "component": { + "scripts": [ + "jquery.js" + ], + "files": [ + "jquery.min.js", + "jquery.min.map", + "jquery.slim.js", + "jquery.slim.min.js", + "jquery.slim.min.map" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "JS Foundation and other contributors" + } + ], + "description": "jQuery JavaScript Library", + "homepage": "http://jquery.com", + "time": "2020-05-05T13:21:02+00:00" + }, + { + "name": "datatables.net/datatables.net", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/DataTables/Dist-DataTables.git", + "reference": "2f29186345d6984b513760e6719eedbaf5aa734f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataTables/Dist-DataTables/zipball/2f29186345d6984b513760e6719eedbaf5aa734f", + "reference": "2f29186345d6984b513760e6719eedbaf5aa734f", + "shasum": "" + }, + "require": { + "components/jquery": "3.5.1" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "SpryMedia", + "homepage": "https://datatables.net" + } + ], + "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", + "homepage": "http://www.datatables.net/", + "keywords": [ + "datatables", + "jquery", + "table" + ], + "time": "2020-08-25T12:34:58+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "1.1.0" +} diff --git a/datatables.net-dt.1.10.21.nupkg b/datatables.net-dt.1.10.21.nupkg new file mode 100644 index 0000000..89b7096 Binary files /dev/null and b/datatables.net-dt.1.10.21.nupkg differ diff --git a/datatables.net-dt.1.10.21.nuspec b/datatables.net-dt.1.10.21.nuspec new file mode 100644 index 0000000..de33447 --- /dev/null +++ b/datatables.net-dt.1.10.21.nuspec @@ -0,0 +1,24 @@ + + + + datatables.net-dt + 1.10.21 + DataTables integration for DataTables + SpryMedia Ltd + http://datatables.net + MIT + DataTables jQuery table DataTables + + + + + + + + + + + + + +