| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "datatables.net-bs5",
- "description": "DataTables for jQuery with styling for [Bootstrap5](https://getbootstrap.com/)",
- "main": "js/dataTables.bootstrap5.js",
- "module": "js/dataTables.bootstrap5.mjs",
- "style": "css/dataTables.bootstrap5.css",
- "types": "./types/dataTables.bootstrap5.d.ts",
- "version": "1.13.6",
- "files": [
- "css/**/*.css",
- "js/**/*.js",
- "js/**/*.mjs",
- "types/**/*.d.ts",
- "images/*"
- ],
- "keywords": [
- "Bootstrap",
- "Bootstrap5",
- "Datatables",
- "jQuery",
- "table",
- "filter",
- "sort"
- ],
- "dependencies": {
- "datatables.net": ">=1.13.4",
- "jquery": ">=1.7"
- },
- "moduleType": [
- "globals",
- "amd",
- "node"
- ],
- "ignore": [
- "composer.json",
- "datatables.json",
- "package.json"
- ],
- "author": {
- "name": "SpryMedia Ltd",
- "url": "http://datatables.net"
- },
- "homepage": "https://datatables.net",
- "bugs": "https://datatables.net/forums",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/DataTables/Dist-DataTables-Bootstrap5.git"
- }
- }
|