blob: 489ad9ceeaf4fa25b14ef3249bfbf79d71208b02 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001{
2 "_from": "datatables",
3 "_id": "datatables@1.10.18",
4 "_inBundle": false,
5 "_integrity": "sha512-ntatMgS9NN6UMpwbmO+QkYJuKlVeMA2Mi0Gu/QxyIh+dW7ZjLSDhPT2tWlzjpIWEkDYgieDzS9Nu7bdQCW0sbQ==",
6 "_location": "/datatables",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "datatables",
12 "name": "datatables",
13 "escapedName": "datatables",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/datatables/-/datatables-1.10.18.tgz",
23 "_shasum": "fee16e82aa70b17c5faf1a6954ac68f404f33a70",
24 "_spec": "datatables",
25 "_where": "/var/www/html/hores",
26 "author": {
27 "name": "Allan Jardine",
28 "url": "http://sprymedia.co.uk"
29 },
30 "bugs": {
31 "url": "https://github.com/DataTables/DataTables/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "jquery": ">=1.7"
36 },
37 "deprecated": false,
38 "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.",
39 "files": [
40 "media/js/jquery.dataTables.js",
41 "media/js/jquery.dataTables.min.js",
42 "media/css/jquery.dataTables.css",
43 "media/css/jquery.dataTables.min.css",
44 "media/images"
45 ],
46 "homepage": "http://datatables.net",
47 "jspm": {
48 "dependencies": {
49 "css": "^0.1.5",
50 "jquery": "*"
51 },
52 "registry": "jspm",
53 "shim": {
54 "media/js/jquery.dataTables": {
55 "deps": [
56 "jquery",
57 "../css/jquery.dataTables.css!"
58 ],
59 "exports": "$"
60 }
61 }
62 },
63 "keywords": [
64 "DataTables",
65 "DataTable",
66 "table",
67 "grid",
68 "filter",
69 "sort",
70 "page",
71 "internationalisable",
72 "jquery-plugin"
73 ],
74 "license": "MIT",
75 "main": "media/js/jquery.dataTables",
76 "name": "datatables",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/DataTables/DataTables.git"
80 },
81 "title": "DataTables",
82 "version": "1.10.18"
83}