{
  "_args": [
    [
      "simple-datatables@2.1.13",
      "C:\\laragon\\www\\metalcrom2021"
    ]
  ],
  "_from": "simple-datatables@2.1.13",
  "_id": "simple-datatables@2.1.13",
  "_inBundle": false,
  "_integrity": "sha512-wKl0AXy0TbFi9YlQpph8kSdNHey2cMb8AcV3gjT0ccm1Fm+yMRE6trIAwDIMgqVQpCW5VWKYbOoDjKjfCoQRPg==",
  "_location": "/simple-datatables",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-datatables@2.1.13",
    "name": "simple-datatables",
    "escapedName": "simple-datatables",
    "rawSpec": "2.1.13",
    "saveSpec": null,
    "fetchSpec": "2.1.13"
  },
  "_requiredBy": [
    "/aporteweb-dashboard"
  ],
  "_resolved": "https://registry.npmjs.org/simple-datatables/-/simple-datatables-2.1.13.tgz",
  "_spec": "2.1.13",
  "_where": "C:\\laragon\\www\\metalcrom2021",
  "author": {
    "name": "Johannes Wilm"
  },
  "bugs": {
    "url": "https://github.com/fiduswriter/Simple-DataTables/issues"
  },
  "dependencies": {
    "dayjs": "^1.8.28"
  },
  "description": "A lightweight, dependency-free JavaScript HTML table plugin.",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "babel-eslint": "^10.1.0",
    "browserify": "^16.5.1",
    "eslint": "^7.2.0",
    "rollup": "^2.15.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^6.1.0",
    "systemjs": "^6.3.2",
    "updates": "^10.2.13"
  },
  "homepage": "https://github.com/fiduswriter/Simple-DataTables#readme",
  "jsdelivr": "dist/umd/simple-datatables.js",
  "keywords": [
    "DataTable",
    "DataTables",
    "table",
    "html table",
    "filter",
    "sort"
  ],
  "license": "LGPL-3.0",
  "main": "dist/index.js",
  "module": "src/index.js",
  "name": "simple-datatables",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiduswriter/Simple-DataTables.git"
  },
  "scripts": {
    "compile": "npm run compile_js && npm run compile_js_umd && npm run compile_css && npm run compile_demo",
    "compile_css": "cp src/style.css dist/style.css",
    "compile_demo": "npm run compile_demo_js && cp node_modules/systemjs/dist/s.min.js demo/dist/nomodule/ && cp src/style.css demo/dist/style.css",
    "compile_demo_js": "rollup -c rollup.demo.config.js",
    "compile_js": "rollup -c",
    "compile_js_umd": "browserify dist/index.js --standalone simpleDatatables -o dist/umd/simple-datatables.js",
    "lint": "eslint src/",
    "postcompile_demo": "cp -r dist/umd demo/dist",
    "prepare": "npm run compile",
    "test": "npm run lint"
  },
  "unpkg": "dist/umd/simple-datatables.js",
  "version": "2.1.13"
}
