| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/datatables.net-dt.zip |
PK �^�\�$Э{ { package.jsonnu �[��� {
"_from": "datatables.net-dt",
"_id": "datatables.net-dt@2.0.8",
"_inBundle": false,
"_integrity": "sha512-9SG5MWJXq2IQSJWuH+2DvK/9AXduZr0wI/lQbrtBBd18Ck5sO8z3EXxy5wYxxjTFZ9Z+wl0lHsO//qR8QYmWIA==",
"_location": "/datatables.net-dt",
"_phantomChildren": {
"jquery": "3.3.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "datatables.net-dt",
"name": "datatables.net-dt",
"escapedName": "datatables.net-dt",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/datatables.net-dt/-/datatables.net-dt-2.0.8.tgz",
"_shasum": "b6be60a022160ec3d38f1ab162a4b1c50642686a",
"_spec": "datatables.net-dt",
"_where": "C:\\xampp\\htdocs\\emeraltd",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"bugs": {
"url": "https://datatables.net/forums"
},
"bundleDependencies": false,
"dependencies": {
"datatables.net": "2.0.8",
"jquery": ">=1.7"
},
"deprecated": false,
"description": "DataTables for jQuery with styling for [DataTables](https://datatables.net/)",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"homepage": "https://datatables.net",
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"keywords": [
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"license": "MIT",
"main": "js/dataTables.dataTables.js",
"module": "js/dataTables.dataTables.mjs",
"moduleType": [
"globals",
"amd",
"node"
],
"name": "datatables.net-dt",
"repository": {
"type": "git",
"url": "git+https://github.com/DataTables/Dist-DataTables-DataTables.git"
},
"style": "css/dataTables.dataTables.css",
"types": "./types/dataTables.dataTables.d.ts",
"version": "2.0.8"
}
PK �^�\~���� � ( node_modules/datatables.net/package.jsonnu �[��� {
"_from": "datatables.net@2.0.8",
"_id": "datatables.net@2.0.8",
"_inBundle": false,
"_integrity": "sha512-4/2dYx4vl975zQqZbyoVEm0huPe61qffjBRby7K7V+y9E+ORq4R8KavkgrNMmIgO6cl85Pg4AvCbVjvPCIT1Yg==",
"_location": "/datatables.net-dt/datatables.net",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "datatables.net@2.0.8",
"name": "datatables.net",
"escapedName": "datatables.net",
"rawSpec": "2.0.8",
"saveSpec": null,
"fetchSpec": "2.0.8"
},
"_requiredBy": [
"/datatables.net-dt"
],
"_resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.0.8.tgz",
"_shasum": "5199f0f2c26d8bba653af74cea035e9e07166768",
"_spec": "datatables.net@2.0.8",
"_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\datatables.net-dt",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"bugs": {
"url": "https://datatables.net/forums"
},
"bundleDependencies": false,
"dependencies": {
"jquery": ">=1.7"
},
"deprecated": false,
"description": "jQuery DataTables",
"files": [
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"homepage": "https://datatables.net",
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"keywords": [
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"license": "MIT",
"main": "js/dataTables.js",
"module": "js/dataTables.mjs",
"moduleType": [
"globals",
"amd",
"node"
],
"name": "datatables.net",
"repository": {
"type": "git",
"url": "git+https://github.com/DataTables/Dist-DataTables.git"
},
"types": "./types/types.d.ts",
"version": "2.0.8"
}
PK �^�\�>��� � % node_modules/datatables.net/Readme.mdnu �[��� # DataTables for jQuery
This package contains distribution files for the [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/). Only the core software for this library is contained in this package - to be correctly styled, a styling package for DataTables must also be included. Styling options include DataTable's native styling, [Bootstrap](http://getbootstrap.com) and [Foundation](http://foundation.zurb.com/).
DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the [DataTables web-site](//datatables.net) for a full range of documentation and examples.
## Installation
### Browser
For inclusion of this library using a standard `<script>` tag, rather than using this package, it is recommended that you use the [DataTables download builder](//datatables.net/download) which can create CDN or locally hosted packages \for you, will all dependencies satisfied.
### npm
```
npm install datatables.net
```
ES3 Syntax
```
var $ = require( 'jquery' );
require( 'datatables.net' )( window, $ );
```
ES6 Syntax
```
import 'datatables.net'
```
### bower
```
bower install --save datatables.net
```
## Documentation
Full documentation of the DataTables options, API and plug-in interface are available on the [website](https://datatables.net/reference/index). The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.
## Bug / Support
Support for DataTables is available through the [DataTables forums](//datatables.net/forums) and [commercial support options](//datatables.net/support) are available.
### Contributing
If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. This repository is a distribution repo, so patches and issues sent to this repo will not be accepted. Instead, please direct pull requests to the [DataTables/DataTablesSrc](http://github.com/DataTables/DataTablesSrc). For issues / bugs, please direct your questions to the [DataTables forums](//datatables.net/forums).
## License
This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain.
PK �^�\�ó` ` '