Project import generated by Copybara.
GitOrigin-RevId: 63746295f1a5ab5a619056791995793d65529e62
diff --git a/node_modules/datatables/package.json b/node_modules/datatables/package.json
new file mode 100644
index 0000000..489ad9c
--- /dev/null
+++ b/node_modules/datatables/package.json
@@ -0,0 +1,83 @@
+{
+ "_from": "datatables",
+ "_id": "datatables@1.10.18",
+ "_inBundle": false,
+ "_integrity": "sha512-ntatMgS9NN6UMpwbmO+QkYJuKlVeMA2Mi0Gu/QxyIh+dW7ZjLSDhPT2tWlzjpIWEkDYgieDzS9Nu7bdQCW0sbQ==",
+ "_location": "/datatables",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "datatables",
+ "name": "datatables",
+ "escapedName": "datatables",
+ "rawSpec": "",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/datatables/-/datatables-1.10.18.tgz",
+ "_shasum": "fee16e82aa70b17c5faf1a6954ac68f404f33a70",
+ "_spec": "datatables",
+ "_where": "/var/www/html/hores",
+ "author": {
+ "name": "Allan Jardine",
+ "url": "http://sprymedia.co.uk"
+ },
+ "bugs": {
+ "url": "https://github.com/DataTables/DataTables/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "jquery": ">=1.7"
+ },
+ "deprecated": false,
+ "description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
+ "files": [
+ "media/js/jquery.dataTables.js",
+ "media/js/jquery.dataTables.min.js",
+ "media/css/jquery.dataTables.css",
+ "media/css/jquery.dataTables.min.css",
+ "media/images"
+ ],
+ "homepage": "http://datatables.net",
+ "jspm": {
+ "dependencies": {
+ "css": "^0.1.5",
+ "jquery": "*"
+ },
+ "registry": "jspm",
+ "shim": {
+ "media/js/jquery.dataTables": {
+ "deps": [
+ "jquery",
+ "../css/jquery.dataTables.css!"
+ ],
+ "exports": "$"
+ }
+ }
+ },
+ "keywords": [
+ "DataTables",
+ "DataTable",
+ "table",
+ "grid",
+ "filter",
+ "sort",
+ "page",
+ "internationalisable",
+ "jquery-plugin"
+ ],
+ "license": "MIT",
+ "main": "media/js/jquery.dataTables",
+ "name": "datatables",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DataTables/DataTables.git"
+ },
+ "title": "DataTables",
+ "version": "1.10.18"
+}