{"_id":"tabler","_rev":"29-26640059b5c6c1ec7ce5eeecf94d8cf2","name":"tabler","description":"Premium and Open Source dashboard template with responsive and high quality UI.","dist-tags":{"latest":"1.0.0-alpha.8","alpha":"1.0.0-alpha.12"},"versions":{"0.0.1":{"name":"tabler","description":"Access relational and NoSQL database backends using a generic SQL-inspired table interface with data integrity checks (SimpleDB and JSON file available)","keywords":["amazon","aws","simpledb","database","nosql","relational"],"version":"0.0.1","author":{"name":"Aaron G","email":"aaron@agpursuit.com"},"dependencies":{"simpledb":"git://github.com/aarong/simpledb.git","json-schema":"git://github.com/aarong/json-schema.git","node-uuid":"1.2.0","async":"*","vows":"0.5.13"},"main":"lib/tabler","repository":{"type":"git","url":"git://github.com/aarong/tabler.js.git"},"engines":{"node":"*"},"_npmUser":{"name":"aarong","email":"aaron@agpursuit.com"},"_id":"tabler@0.0.1","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.6","_defaultsLoaded":true,"dist":{"shasum":"1afa6c8ad2522a6d4cc798ee8508177adfe64133","tarball":"https://registry.npmjs.org/tabler/-/tabler-0.0.1.tgz","integrity":"sha512-9qQY1Od2GvL7T5oBQ12OsJyjjMp1YBZPJpEDrkWfFeCTuypHBjzQsdgtMzzemaA71GBu8oGWGXpZjvu1arwc0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/p/GnJk5fI6Ox/hwx4s8uSECN95Adu0NByJNKQtoXoAiEA4yLpcz1lldHmjuRPZ1i6plEYNJmpG0Vf/sPmtnwVuKk="}]},"maintainers":[{"name":"aarong","email":"aaron@agpursuit.com"}],"deprecated":"WARNING: This project has been renamed to @tabler/core. Install @tabler/core instead.","directories":{}},"1.0.0":{"name":"tabler","version":"1.0.0","description":"This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/npm/deprecate-holder.git"},"author":"","license":"ISC","bugs":{"url":"https://github.com/npm/deprecate-holder/issues"},"homepage":"https://github.com/npm/deprecate-holder#readme","_id":"tabler@1.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"lisayu","email":"lisa@npmjs.com"},"dist":{"integrity":"sha512-8J6UiuX4pYCvoDAYB4N4bpi7QtsMXrcmdzpGoPhlRTQE4fp2QfjVpKy+BUMRoRa1DrWJhvfvaEMn8Gv7+mLyTg==","shasum":"3d47cbd1db258d7941deb560c998a35bb0e99590","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2xlYXQk7wWKtaRyHKXfGsXF8SIo994SnRlQkziRBI8AiEA01XPI/YQx+AU4bdcsJ+BilBkk2qyg/JesnDroTZ9jcs="}]},"maintainers":[{"email":"lisa@npmjs.com","name":"lisayu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler-1.0.0.tgz_1505171671359_0.2990543663036078"},"deprecated":"WARNING: This project has been renamed to @tabler/core. Install @tabler/core instead.","directories":{}},"1.0.0-alpha":{"name":"tabler","version":"1.0.0-alpha","version_short":"v1.0.0-alpha","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"npm-run-all clean html-build css js assets-copy","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","assets-copy":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && cp -R static/* demo/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js","css":"npm-run-all css-compile css-prefix css-minify","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in dist/css/tabler*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js":"npm-run-all --sequential js-compile js-libs","js-libs":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile":"npm-run-all --sequential js-compile-*","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/fe --pretty && svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.7.6","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"6.0.3","eslint":"6.7.2","eslint-config-xo":"0.27.2","eslint-plugin-import":"2.19.1","eslint-plugin-unicorn":"14.0.1","glob":"7.1.6","http-server":"0.12.0","icon-font-generator":"2.1.10","node-sass":"4.13.0","node-sass-package-importer":"5.3.2","nodemon":"2.0.2","npm-run-all":"4.1.5","postcss-cli":"6.1.3","rollup":"1.27.13","rollup-plugin-babel":"4.3.3","rollup-plugin-babel-minify":"9.1.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","rollup-plugin-multi-input":"1.0.3","rollup-plugin-node-resolve":"5.2.0","stylelint":"12.0.0","stylelint-config-twbs-bootstrap":"1.0.0","svgo":"1.3.2","terser":"4.4.2","yaml":"1.7.2"},"dependencies":{"@fullcalendar/core":"4.3.1","@fullcalendar/daygrid":"4.3.0","@fullcalendar/interaction":"4.3.0","@fullcalendar/list":"4.3.0","@fullcalendar/timegrid":"4.3.0","apexcharts":"3.11.0","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#c340897","fullcalendar":"3.10.1","imask":"5.2.1","jquery":"3.4.1","jqvmap":"1.5.1","peity":"3.3.0","selectize":"0.12.6"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-charts.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-charts.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"02e050558746196fe28ebd024ac8b124fed3ddf3","_id":"tabler@1.0.0-alpha","_nodeVersion":"12.12.0","_npmVersion":"6.13.1","dist":{"integrity":"sha512-NaTnSsB3B+YZW9RBMNPEXLvuhYYq/Lm0SuCGpfYtccyZS2SWyuwPngrD/cts+Hb7o+hmHDe2Hmzr0Yu0DEpGwg==","shasum":"39ebc5c4871fce51ee151417776dd874e26a6202","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.tgz","fileCount":96,"unpackedSize":2760850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9jEoCRA9TVsSAnZWagAA1ZEP/2813bRsA0YLuGcpay6L\nWPoedcgXc084RK7fmceEJeh5hCysvIE7cMTs2vom9H/wsYl/HxJAuNhQkPrP\nfieUtsYeW1PiqxfKurnabCfGdlospguyvgCKTpugG9YCPhHp+28BrX3TwmbZ\nK3QFBVwES9AwZGPfLf7LMKMuIzfGCQA1FBJdK7jgZUFTWn3BwPbwoDCikuaa\nQ5/Id46TvJ09dYT+HpDt3NCwgPDMF3Dktd56yuY1+aP8DomEeNrXsSnrVeB9\nq87oGH1aaCwDRIzwHzGe2sqXyHYQnk0bIpuuJSqwiHL3xv7DtUu7Mxqa5PEv\nNN8DMwWhd1NM6kTZS97k9mvWnj/PqO2n4TcQEm5mwCEKUTcIu2O7y7GRnRYY\nVjIeGq9tDzkADdZQ1Jm0PJ7lSQxQytbS3AC0o9zORFtaQOzcHb0+7Ab8cOMd\nwz/Yd7w88caMNOTBAQn73EjPrIRSZ3xwy1bS5LqsaxxyoSLe6aI3OMotaSzS\nw2NGQf33oGwER6wA2EDfObZ1a+Cyt90n7SJK+jhuQ++0LUi51bhDnWGQF+3r\nIlXsNqh4UgM1+IF6jNon7be35ZzkCWoPBjFKhh1UZp8NLCgRtzya+DbptvZy\nzvPaIwJHVcD4QWgD3DahLN9e0TYYPwiVMx3Y7dpfpC9c/Q5w0CeE5001tBj6\n5Gf/\r\n=gcAS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwweshhFxeKbN+3dBZOcWsNUrPWfgIPOsxRryHU+p1xQIhAP32kql/o2BwI8gC6SevAk969eyqHh+0rYcVaOOUoIur"}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha_1576415527719_0.21145383735156065"},"_hasShrinkwrap":false},"1.0.0-alpha.2":{"name":"tabler","version":"1.0.0-alpha.2","version_short":"1.0.0-alpha.2","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/tabler*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/tabler*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/fe --pretty && svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.8.3","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"7.0.0","eslint":"6.8.0","eslint-config-xo":"0.27.2","eslint-plugin-import":"2.20.0","eslint-plugin-unicorn":"15.0.1","glob":"7.1.6","http-server":"0.12.1","icon-font-generator":"2.1.10","node-sass":"4.13.1","node-sass-package-importer":"5.3.2","nodemon":"2.0.2","npm-run-all":"4.1.5","postcss-cli":"7.1.0","rollup":"1.30.1","rollup-plugin-babel":"4.3.3","rollup-plugin-babel-minify":"9.1.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","rollup-plugin-multi-input":"1.0.3","rollup-plugin-node-resolve":"5.2.0","stylelint":"13.0.0","stylelint-config-twbs-bootstrap":"2.0.0","svgo":"1.3.2","terser":"4.6.3","yaml":"1.7.2"},"dependencies":{"@fullcalendar/core":"4.3.1","@fullcalendar/daygrid":"4.3.0","@fullcalendar/interaction":"4.3.0","@fullcalendar/list":"4.3.0","@fullcalendar/timegrid":"4.3.0","apexcharts":"3.15.3","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#05fb3f2","countup.js":"2.0.4","daterangepicker":"3.0.5","flatpickr":"^4.6.3","fullcalendar":"3.10.1","imask":"6.0.1","jquery":"3.4.1","jqvmap":"1.5.1","nouislider":"14.1.1","peity":"3.3.0","popper.js":"1.16.1","selectize":"0.12.6"},"resolutions":{"**/**/node-gyp":"5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"e7db397d7b979a370813174895555d1217f13089","_id":"tabler@1.0.0-alpha.2","_nodeVersion":"12.12.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-phH1O0eSPY+pISWYQYSdbB9OV/IppQ3y6O/iuhE7zpqo0k2QPtw6DUm58QryoHktV2bAKSAZ6Nkpc0MmP5g8QA==","shasum":"3242091a1db1c911b2729e24f8c7ae08acedcdf5","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.2.tgz","fileCount":117,"unpackedSize":3230983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMhASCRA9TVsSAnZWagAABKoP/1NNOe+Hhr7Tr6o/HSCG\nzcchecyU1wXwsACO4NlwK/X+yWIVKqVZ9S8SAJlYiAyI0wpKENRioaM4WvXb\nsf5XZiK8vKm1d9I79aJqxzKme0bgyWOsFC2+umDpJ1S8KC0e4MH9lx+TXNm6\nBf7vsz+aSw/KvbdjFAcYIVm+tiki4tRAvaXJB55Aa9MJi48+Lan0HRAo9pxk\nf5q534vrOqCdNZnweV/0iSUkegP2ltFFP5u1tr+vf/9ZCu2j1A8wBwp5VDxi\nt6ZsjJG3DMkd8xL2pB2e2T2Npg/IkV5oBdUnGsbVxXYsv7pJwf7jB71a2MWR\nBXRpwWpnIFxtSIO6gnpaIQNw7iGl/7qtutsR4J9XJoQYfJNp7F5pHet06zbo\ny6Km0M1CUDPwCuRXzY+sjEB7JJoN/JeGnnS++YYvU8IyI/okAKE3idIWObza\nPO9Slxwwpjt+Jgbzu7hcexvUMThUpJ1FKYATwMe4uOta9GJNPRKnM/F7ynZm\n0cy2gD6iXQTuezZFc6dsyAOSfl+eVt2b8km0uNSaY+kfwKgduLE9n7A7K6Hb\nDkPeBWzOuDGkDTpSUK8/1qTAPWd8P6ZJ0mu1i5K0nlgFd9p/5178O95y5eAS\nERc5bVeYt4/RKVPSOggOi78/n9rLzhmgkYQ0ThxFUyYjXs5zU0pSvx6ExK9Z\nlA7A\r\n=KDgu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaeqTXWPYUZItq4dasaZiYhkuL+iJ444EROxmbQhRE6wIhAJiHpzxjSNCZZ8R0H4YQKOIx7rJK1URVKyKSTYYq/B4C"}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.2_1580339217524_0.7957541846477156"},"_hasShrinkwrap":false},"1.0.0-alpha.3":{"name":"tabler","version":"1.0.0-alpha.3","version_short":"1.0.0-alpha.3","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/tabler*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/tabler*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/fe --pretty && svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.8.4","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"7.0.0","eslint":"6.8.0","eslint-config-xo":"0.27.2","eslint-plugin-import":"2.20.1","eslint-plugin-unicorn":"16.0.0","glob":"7.1.6","http-server":"0.12.1","icon-font-generator":"2.1.10","node-sass":"4.13.1","node-sass-package-importer":"5.3.2","nodemon":"2.0.2","npm-run-all":"4.1.5","postcss-cli":"7.1.0","rollup":"1.31.0","rollup-plugin-babel":"4.3.3","rollup-plugin-babel-minify":"9.1.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","rollup-plugin-multi-input":"1.0.3","rollup-plugin-node-resolve":"5.2.0","stylelint":"13.0.0","stylelint-config-twbs-bootstrap":"2.0.0","svgo":"1.3.2","terser":"4.6.3","yaml":"1.7.2"},"dependencies":{"@fullcalendar/core":"4.3.1","@fullcalendar/daygrid":"4.3.0","@fullcalendar/interaction":"4.3.0","@fullcalendar/list":"4.3.0","@fullcalendar/timegrid":"4.3.0","apexcharts":"3.15.5","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#05fb3f2","countup.js":"2.0.4","daterangepicker":"3.0.5","flatpickr":"^4.6.3","fullcalendar":"3.10.1","imask":"6.0.1","jquery":"3.4.1","jqvmap":"1.5.1","nouislider":"14.1.1","peity":"3.3.0","popper.js":"1.16.1","selectize":"0.12.6"},"resolutions":{"**/**/node-gyp":"5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"ca79aa3087ec0a46e4bbd667f59e82889a0631e0","_id":"tabler@1.0.0-alpha.3","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-oeItf7EZX/7/cjp5AUbbvJoUIt/QgTfExEryp1Dm6BiCpUg1XB+8zbEc3LSKuMUy/B/kpTJI4X3blNWsARmTkQ==","shasum":"9ef7260c6dae219f00682d10aaf6c6b9e0684b52","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.3.tgz","fileCount":114,"unpackedSize":3225136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOK3ICRA9TVsSAnZWagAAdQAP/2zUlks58eW9WbxZJEOf\naHgYW6SwAbRzACk7QNZlfKxFXK0qna2uWzRcHZKJlTO+8Qq2I1bZ3UQZEDd9\nfZIh0uWII8MhCOW1d4yTWbwc7G2HOgdEp0OqnKyO0VIiGxqwD5WBX2buGSp4\nkKkk95xXexf/Pgp2FrmlSXTf/TzK7nxMd3595tGLd8LZ0QY14ztpof5gJtIL\nDGRH42uXgSgBBBmT4fbOBg+epOOBDDW3PKfFElpjVXsKmPr6VOOm911gR5rb\n8HvpAz6x7mg+rACFTrsGKr5hAzlmCZIZtijkeC2SGKWA8My/sWmY8INOQkDD\nBbCQGrXpgvNxY86TtuDvmKNBua3XB+fyX2spd50QhYDyZcOzAmhfJKI1KJ29\nl9gd1zFEQgn/KERcWRr/v9nXwuldlOIj/pE+k1M83Zs8uq8ChuzMYDtOm0un\nXVxeEX3ImPhOcmJOcpHKGI1tVKx2DlKrqRfIK7gvR0JYNZzge7tE5Eql36AJ\n16nt3d15dsMQEym/0r+CxcM7vqkk72ABJ9pP8oxv1h33JbWa2qFXdvMzGE3j\nUP4BGzfgejDpHLJwkKLM2izphrpjhEjhVm4HYkmqYy0weU8zDlQ8TtQc37yC\n1JnEpYLC85C5Fk8duHXORHMfFyNDMAoQkYhaT8Tni00uV7nZwJU7S6xl6cVw\nOc8v\r\n=jEUH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxtjMl3g1BVkZty4rMY1pkGH0QE0ApNSiiq7mjOA1B4AIgNXR5mLIivLJ8jHClZN9rDjxO0RNS7r2SDupqGVpNqYo="}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.3_1580772807893_0.6073969864587929"},"_hasShrinkwrap":false},"1.0.0-alpha.4":{"name":"tabler","version":"1.0.0-alpha.4","version_short":"1.0.0-alpha.4","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/fe --pretty && svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.8.4","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"7.0.0","eslint":"6.8.0","eslint-config-xo":"0.29.1","eslint-plugin-import":"2.20.1","eslint-plugin-unicorn":"16.1.1","glob":"7.1.6","http-server":"0.12.1","icon-font-generator":"2.1.10","node-sass":"4.13.1","node-sass-package-importer":"5.3.2","nodemon":"2.0.2","npm-run-all":"4.1.5","percy":"0.21.0","postcss-cli":"7.1.0","rollup":"1.31.1","rollup-plugin-babel":"4.3.3","rollup-plugin-babel-minify":"9.1.1","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"6.2.1","rollup-plugin-multi-input":"1.0.3","rollup-plugin-node-resolve":"5.2.0","shelljs":"^0.8.3","stylelint":"13.2.0","stylelint-config-twbs-bootstrap":"2.0.1","svgo":"1.3.2","terser":"4.6.3","yaml":"1.7.2"},"dependencies":{"@fullcalendar/core":"4.4.0","@fullcalendar/daygrid":"4.4.0","@fullcalendar/interaction":"4.4.0","@fullcalendar/list":"4.4.0","@fullcalendar/timegrid":"4.4.0","apexcharts":"3.15.6","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#557e9cf","countup.js":"2.0.4","daterangepicker":"3.0.5","flatpickr":"4.6.3","fullcalendar":"3.10.1","imask":"6.0.3","jquery":"3.4.1","jqvmap":"1.5.1","nouislider":"14.1.1","peity":"3.3.0","popper.js":"1.16.1","selectize":"0.12.6"},"resolutions":{"**/**/node-gyp":"5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"43e84151146b5af42addaf7ea85c05660c6be264","_id":"tabler@1.0.0-alpha.4","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-cgtC3HAVhFaKZda7UYFqqvGPMlE9GUVMG8IrmdQU+jJ0nG1sQ1JgFo+bij2SbS54D9IHhQNcnpysWOReC4g53A==","shasum":"96f0138c33aa8de65fcf575d810ddcc19aec9ef6","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.4.tgz","fileCount":108,"unpackedSize":2914873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeURn9CRA9TVsSAnZWagAAYFAP/AgzQt+CgJcdc+ACUceV\nxL43G/gLDi3LiAl8WHqVK7+/CR9bAcOoNvJD0sg3iL5hhfbrj1Pk5ZBGrZfe\nm/oCUVBLN/5zfYdGq4GkoXox32aVMQhxVNaECJTt765u9EGpzJnjoK7FZP4l\nSK2t6cv4AafpBtYPFVqEKL7Du+nuYw07/QGz9h4rHT73m+kJKmWQN+mwWcPq\n0ByLChpeMYMisTPWZHU/yhVd1aEyVe81jhGnz+QQHP1kHw8zQ+BvV2OouHqX\nz9v6590CsyTHRKSSo/SZqDXHSlsAcglIikBGYHLGOtljQCJzGxk51AK8U3uj\nQjmKVW+hKmnIkEaRbOD3odVgAa6H+lnXud+SmrKvBZOXtX2WM8LS6LkXKAPu\nqoOb44Q1OOcKEP7ouQE/tiVMpKxRMK1SPNtdQokDjsP4DM//x5n4Cw9rXvY0\nmMMAS3qN6Faw14tENUgETLcX0902KKgSJ6JP5wM3WRDrusBNee9tLJhVp684\nYiFSsYllDHDU9ugnu+baMr8lLuJK6hxC4bMb5dnCBJWScAfw0BOapcOjPo8N\nXB4DoHXsMH1VMArtVN/qVOA3rNplG6y07yaCyLIv2SqPFRlm1y1tnFqdExqX\nuLWRx/9sZlr2nao8zQ7tXzX3ZKOgYjSk2q6b5m6PgU6EgqnSANe9blZ++bpG\nNAD6\r\n=nLdv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYRZ6GqnY+VO8LQf1d3X7jjjs/ik8umUI2F8Jx50PPiwIhAN5V9L/pl4Trap3FvLG2v+1Fhs5pOTkwEkxevFLfCtgn"}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.4_1582373373137_0.4943262866774827"},"_hasShrinkwrap":false},"1.0.0-alpha.5":{"name":"tabler","version":"1.0.0-alpha.5","version_short":"1.0.0-alpha.5","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","build-demo":"BUNDLE=true npm-run-all clean-build html-build-demo css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","html-build-demo":"JEKYLL_ENV=production bundle exec jekyll build --destination demo --config _config.yml,_config-demo.yml","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","copy-icons":"rm -f pages/_includes/svg/*.svg && cp node_modules/tabler-icons/icons/*.svg pages/_includes/svg/","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.9.5","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"7.0.2","eslint":"6.8.0","eslint-config-xo":"0.29.1","eslint-plugin-import":"2.20.2","eslint-plugin-unicorn":"18.0.1","glob":"7.1.6","http-server":"0.12.1","icon-font-generator":"2.1.10","node-sass":"4.13.1","node-sass-package-importer":"5.3.2","nodemon":"2.0.3","npm-run-all":"4.1.5","percy":"0.26.2","postcss-cli":"7.1.0","rollup":"2.6.0","rollup-plugin-babel":"4.4.0","rollup-plugin-babel-minify":"10.0.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","rollup-plugin-multi-input":"1.1.1","rollup-plugin-node-resolve":"5.2.0","shelljs":"^0.8.3","stylelint":"13.3.1","stylelint-config-twbs-bootstrap":"2.0.1","svgo":"1.3.2","tabler-icons":"1.5.0","terser":"4.6.11","yaml":"1.8.3"},"dependencies":{"@fullcalendar/core":"4.4.0","@fullcalendar/daygrid":"4.4.0","@fullcalendar/interaction":"4.4.0","@fullcalendar/list":"4.4.0","@fullcalendar/timegrid":"4.4.0","apexcharts":"3.18.1","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#74afe14","countup.js":"2.0.4","daterangepicker":"3.0.5","flatpickr":"4.6.3","fullcalendar":"3.10.1","imask":"6.0.3","jquery":"3.5.0","jqvmap":"1.5.1","nouislider":"14.2.0","peity":"3.3.0","popper.js":"1.16.1","selectize":"0.12.6"},"resolutions":{"**/**/node-gyp":"5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"9c39df0736ac04e43ead77b74c9538b58199981e","_id":"tabler@1.0.0-alpha.5","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-JznzDOHhzdJw996v1qoUbDHPjxvettnemm4PMeZ1n6MLOGvKC3hIXjUQpZAEoGgHB+DZzXg/84K0O5rDgc/dFw==","shasum":"8ba2f224b3949c1b04e894af76f63eec21bc9f5c","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.5.tgz","fileCount":108,"unpackedSize":3174794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekipDCRA9TVsSAnZWagAApvoQAIuU+UL1iyFQ3w5vjlyk\nlxO+pPHFWlNdCJxvL7QMamkEZATBtYzlPXsGtYrtvueuWWECWz0yvxpHq/rc\nfjGLf/vkBKHGwQerAjsIrmc+GSXtWdGh2Nsk3c3hdxXqYut8OYnmVSCJeiSU\ne+h9ZOmhGLyWdXh3JRfhZSp8KAuoMMQNM2iVlxk7A8JeHC1JrhwIzUMh70MR\n+yajFCn9es0/uaX1/JI+csknK71B+7o/6pPJbLoKrIY7bcwj46F9C8yO/ln6\nw2Z9qn9OkfIJ9qtPmnQbG0/zqr9HRFU17bcJcqX9kxy3d3FAwI+sWZzPDOQn\n624BNeOwz1hHlalGhGg37+HnBZM5vJBwFuUmQ30M2gwfeHWyp/yr+ubRW1DP\n1f0ruHk40+H0031U/Cu6UvDOWFvDzQ+0lsy+s9Ct6A/MDrR7ugwY8GDqzwBk\nj0zrdPgsGAKNaLfOcZ5TanuU4tYdkKaiBZsjEC+MdBdWDCjy3ZB7zRmjCpQQ\nWxL76VwfaIR3esfr8QOiaIDKAtLtOCC8dz7WnwX4GelukhYGk4sdiHuhJ/aB\nEdJZ2V/iMvLLEcIj65tO6GijBETgPJC6Z1UYN+mVFY7whc1bEWT/GmAcoLq6\n1atBs1x6bs3scTEPE5Bb5gza747xifYuMoVeI0wPhdFAlPgJJ4yGh5z41rLz\nSdxK\r\n=cYsu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH6VQiFcjexUDTUNZ/Zw26WCXP4YpfFhXt5+SrYr3EotAiEAwQFz6Dlt/qF+TJKoQJx57o09/kXZ1lIKva9pxKEcPCk="}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.5_1586637378993_0.8968386270837849"},"_hasShrinkwrap":false},"1.0.0-alpha.6":{"name":"tabler","version":"1.0.0-alpha.6","version_short":"1.0.0-alpha.6","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","build-demo":"BUNDLE=true npm-run-all clean-build html-build-demo css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo","html-build-demo":"JEKYLL_ENV=production bundle exec jekyll build --destination demo --config _config.yml,_config-demo.yml","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","copy-icons":"rm -f pages/_includes/svg/*.svg && cp node_modules/tabler-icons/icons/*.svg pages/_includes/svg/","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"7.9.5","browser-sync":"2.26.7","bundlesize":"0.18.0","clean-css-cli":"4.3.0","cross-env":"7.0.2","eslint":"6.8.0","eslint-config-xo":"0.29.1","eslint-plugin-import":"2.20.2","eslint-plugin-unicorn":"18.0.1","glob":"7.1.6","http-server":"0.12.1","icon-font-generator":"2.1.10","node-sass":"4.13.1","node-sass-package-importer":"5.3.2","nodemon":"2.0.3","npm-run-all":"4.1.5","percy":"0.26.2","postcss-cli":"7.1.0","rollup":"2.6.0","rollup-plugin-babel":"4.4.0","rollup-plugin-babel-minify":"10.0.0","rollup-plugin-commonjs":"10.1.0","rollup-plugin-filesize":"7.0.0","rollup-plugin-multi-input":"1.1.1","rollup-plugin-node-resolve":"5.2.0","shelljs":"^0.8.3","stylelint":"13.3.1","stylelint-config-twbs-bootstrap":"2.0.1","svgo":"1.3.2","tabler-icons":"1.5.0","terser":"4.6.11","yaml":"1.8.3"},"dependencies":{"@fullcalendar/core":"4.4.0","@fullcalendar/daygrid":"4.4.0","@fullcalendar/interaction":"4.4.0","@fullcalendar/list":"4.4.0","@fullcalendar/timegrid":"4.4.0","apexcharts":"3.18.1","autosize":"4.0.2","bootstrap":"github:twbs/bootstrap#74afe14","countup.js":"2.0.4","daterangepicker":"3.0.5","flatpickr":"4.6.3","fullcalendar":"3.10.1","imask":"6.0.3","jquery":"3.5.0","jqvmap":"1.5.1","nouislider":"14.2.0","peity":"3.3.0","popper.js":"1.16.1","selectize":"0.12.6"},"resolutions":{"**/**/node-gyp":"5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"50 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"5c9d127653e0517ed807378773086561c552b2a1","_id":"tabler@1.0.0-alpha.6","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-KrtK+R7hxwkyRy91o8GfM43dN9/GRkip+Jk11Uj9qmV1Bfx/9Hs8GTKnl7NONU8zhdQzm04x1Iu07Vhh0VyTzQ==","shasum":"c03840d398c81aed3e258ae72a81282f128aaf26","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.6.tgz","fileCount":108,"unpackedSize":3080005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekirHCRA9TVsSAnZWagAApmgP/0cbrh7wq2Gtk3r3y45a\n+LJ/ovx+C0ejuQUal6i0hbwNFqbsVS91Dvco//IwiQpH0BYNJiRjpW+gWVEi\njNYsDNEgDTp43ZlyCt9RQsfszHJlrtU6tVi6ZwsLLwrZDNkxYzDdh8iH+PdM\nrgslbsV9t6jq1INr7ybOo2rTntNjL+bFfnenELINh5IiVn8MLNaZZEtKt6vV\nCkdEVGfzRcjUmU/iv5KUqfj3Ycvum/FMK4zh4np5pbxUIAO5BJB+yWA1GCXR\n1vrTt2suZqQReVXXoNbUMgUWSVGmVJLiOcfFlEZHSc8ZLbeh/WTXxwbiky2I\nNtIDgVmM0ePpQ9EXHr1/XUaI89iVBpT0pl5wfFKVed6ir9lVolUYxNhjPhAh\nOct3duP69KBMZnwbPCSLRyCUNclrv8e6KM9wePiTARcTmVirGNBv74iuItLM\ndjOIIVmGZdFlJw0GYglSnWyjY/HtDmZArxTSVnzV1Jun70vhwo+Hn9xw0iev\nB9Gz6HYUxn2/wHhRt045dr4Yup1Lqna5R+McoI+y226xz/PKiRkxbgWHXkSs\n+8KMcbtzbs+TxZIK+pN7Vf1dAGYuuwh74KMadlKZknZj5Hg3Dp39cX6FT04m\nY2pb9fF0DG7m/CPs93bSwkRk1WnwNjJ1Q5kt6pCqnWYago/6PbaFwJdfMX26\nTBis\r\n=kNFk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaBXI+DuFoAVFrbTUH+S/c2IiACBtG39ij9YmNTLHHVAiAJ73gZKupJpuhqvFVc2vIu82nBI0UfwvkUl9+yaypQTA=="}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.6_1586637510737_0.579541606857731"},"_hasShrinkwrap":false},"1.0.0-alpha.7":{"name":"tabler","version":"1.0.0-alpha.7","version_short":"1.0.0-alpha.7","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch","start-incremental":"npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental","build":"BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","build-demo":"BUNDLE=true npm-run-all clean-build html-build-demo css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build","bundlesize":"bundlesize","browsersync":"node build/browsersync.js","images-copy-build":"cp -R img/* dist/img/","assets-copy-build":"mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/","html-build":"JEKYLL_ENV=production bundle exec jekyll build --destination demo --trace","html-build-demo":"JEKYLL_ENV=production bundle exec jekyll build --destination demo --config _config.yml,_config-demo.yml","lint":"npm-run-all --parallel js-lint css-lint","clean":"rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js","clean-build":"rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img","css":"npm-run-all css-compile","css-build":"npm-run-all css-compile css-prefix-build css-minify-build","css-compile":"node build/scss-compile.js","css-prefix":"postcss --config build/postcss.config.js --replace \"tmp-dist/css/*.css\" \"!tmp-dist/css/*.min.css\"","css-prefix-build":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"for i in tmp-dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output tmp-dist/css/$N.min.css tmp-dist/css/$N.css; done","css-minify-build":"for i in dist/css/*.css;do echo $i; N=`echo $i | sed -e 's/^dist\\/css\\///g' | sed -e 's/\\\\.css//g'`; echo $N; cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/$N.min.css dist/css/$N.css; done","css-lint":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-main":"npm-run-all css-compile css-prefix","css-main-build":"npm-run-all css-lint css-compile css-prefix-build css-minify","watch":"npm-run-all --parallel watch-css watch-js watch-html","watch-incremental":"npm-run-all --parallel watch-css watch-js watch-html-incremental","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-js":"nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"","watch-html":"JEKYLL_ENV=development bundle exec jekyll build --watch","watch-html-incremental":"JEKYLL_ENV=development bundle exec jekyll build --watch --incremental","js-libs-bundle":"rm -rf dist/libs && mkdir dist/libs && node build/copy-libs.js","js-lint":"eslint --cache --cache-location .cache/.eslintcache js build/","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","svg-svgo":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/preset-env":"^7.9.5","browser-sync":"^2.26.7","bundlesize":"^0.18.0","child_process":"^1.0.2","clean-css-cli":"^4.3.0","cross-env":"^7.0.2","eslint":"^6.8.0","eslint-config-xo":"^0.29.1","eslint-plugin-import":"^2.20.2","eslint-plugin-unicorn":"^18.0.1","glob":"^7.1.6","gulp":"^4.0.2","http-server":"^0.12.1","icon-font-generator":"^2.1.10","node-sass":"^4.13.1","node-sass-package-importer":"^5.3.2","nodemon":"^2.0.3","npm-run-all":"^4.1.5","percy":"^0.26.2","postcss-cli":"^7.1.0","rollup":"^2.6.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-babel-minify":"^10.0.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-filesize":"^7.0.0","rollup-plugin-multi-input":"^1.1.1","rollup-plugin-node-resolve":"^5.2.0","shelljs":"^0.8.3","stylelint":"^13.3.2","stylelint-config-twbs-bootstrap":"^2.0.1","svgo":"^1.3.2","tabler-icons":"^1.6.0","terser":"^4.6.11","yaml":"^1.9.1"},"dependencies":{"@fullcalendar/core":"^4.4.0","@fullcalendar/daygrid":"^4.4.0","@fullcalendar/interaction":"^4.4.0","@fullcalendar/list":"^4.4.0","@fullcalendar/timegrid":"^4.4.0","apexcharts":"^3.18.1","autosize":"^4.0.2","bootstrap":"github:twbs/bootstrap#4fc701f","countup.js":"^2.0.4","daterangepicker":"^3.0.5","flatpickr":"^4.6.3","fullcalendar":"^3.10.1","imask":"^6.0.3","jquery":"^3.5.0","jqvmap":"^1.5.1","nouislider":"^14.2.0","peity":"^3.3.0","popper.js":"^1.16.1","selectize":"^0.12.6"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"bundlesize":[{"path":"./dist/css/tabler.css","maxSize":"55 kB"},{"path":"./dist/css/tabler.min.css","maxSize":"45 kB"},{"path":"./dist/css/tabler-flags.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-flags.min.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.css","maxSize":"2 kB"},{"path":"./dist/css/tabler-payments.min.css","maxSize":"2 kB"},{"path":"./dist/js/tabler.js","maxSize":"2 kB"},{"path":"./dist/js/tabler.min.js","maxSize":"1.5 kB"}],"gitHead":"05bbebf478eda5faf610a5f5b038aa254dc88720","_id":"tabler@1.0.0-alpha.7","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-NMpJKLhVBsRdbqI+5jMOlIdcpR3s5nsimTuevk00XMi+dIRKkE+hNGfAMFWANAbqSi5j86Af5Jj0mcldo8r68Q==","shasum":"2ceffc8a01a0a75a8abdacf83b9457eda1623b89","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.7.tgz","fileCount":108,"unpackedSize":2973974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenhHbCRA9TVsSAnZWagAA5esP/R42I14rOmu+6jwVL3lu\neQrTR8izMBUkVD0TbLVTZwjmyNujKvG0/OJe7WxwR/tn83SpBSk/TY8AWxiB\nMRxzU6e5N1C5AiCQSkJ4ChL4rhUtvQvkB0Ny/Ocxm7QlOaPN9jEKHhz9tMpL\nOjpU1gtcdonwcoRhZOCcwdTLfS7BVIdM5y6D/p1BOwMXP8jKC5WkEmVyAL6T\nrHn+8dC8nGxwZmUmE+2zgxHuOspXHrsbFPaVCKe4sWnuV4nHddiE/jxeSaW+\n8H9u5C1w1tnavh4US4j4IV/eTfnGKlWtjiMHh41XQAcAbL4ueF9oO99KWgPG\nsJc2FyI8tOm0W64CAl9vN4X8PXgaJsaHOkSf2xEhY+VcsJTK7vyuH+5jFOCl\n1yMLNdu11kBALpyK/x8wgrOk2zQByEoQXg9Le7/jnpp2ceEM7ojIMH55u0Q/\nGKk+Kk6WwZiBfs7leqt/Aa/M+ri7IHfW+RQ0fsj1klwqkp2nTZx6/7kDf6UJ\n4+Vu55tX32OGgUgtQwXZkYDAf900+uMQdwX4IN9XLYh/EmXcQliZ6MqGUvMn\nRdichXuHRFmg/5fRe1HPm0xZTYJYOTbyJNs9m0Cppyv7ACGxUkk8fptfXoLA\nT5jP3rRX4ttmPFKsrSbMHz0ofd1hek2nsg5LV6klZDgvyM0WhC8x67VM3tLu\ns9I+\r\n=I6AS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBK28dTC/GNJemjPHD8b/qIx2uGN8oCmSkcdh4ZgMdvGAiEAwyRJ8qwUgTRkju3AwJLMil8G6fHzboVEnza0nqGPyZo="}]},"maintainers":[{"email":"codecalm@gmail.com","name":"codecalm"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.7_1587417562975_0.19275462656057263"},"_hasShrinkwrap":false},"1.0.0-alpha.8":{"name":"tabler","version":"1.0.0-alpha.8","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"gulp start","build":"gulp build","svg-optimize":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js","release":"release-it"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"src/scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/stream":"^1.1.0","autoprefixer":"^10.0.1","browser-sync":"^2.26.13","gulp":"^4.0.2","gulp-clean":"^0.4.0","gulp-clean-css":"^4.3.0","gulp-debug":"^4.0.0","gulp-header":"^2.0.9","gulp-minify":"^3.1.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-sass":"^4.1.0","postcss":"^8.1.4","release-it":"^14.2.0","rollup":"^2.32.1","rollup-plugin-babel":"^4.4.0","vinyl-buffer":"^1.0.1","vinyl-source-stream":"^2.0.0","yaml":"^1.10.0"},"dependencies":{"@fullcalendar/core":"^5.3.1","@fullcalendar/daygrid":"^5.3.2","@fullcalendar/interaction":"^5.3.1","@fullcalendar/list":"^5.3.1","@fullcalendar/timegrid":"^5.3.1","apexcharts":"^3.22.0","autosize":"^4.0.2","bootstrap":"5.0.0-alpha2","countup.js":"^2.0.7","daterangepicker":"^3.1.0","flatpickr":"^4.6.6","fullcalendar":"^5.3.2","imask":"^6.0.5","jquery":"^3.5.1","jqvmap":"^1.5.1","nouislider":"^14.6.2","peity":"^3.3.0","popper.js":"^1.16.1","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","selectize":"^0.12.6"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"release-it":{"hooks":{"after:bump":"gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo","after:release":"echo Successfully released ${name} v${latestVersion} to ${repo.repository}."},"git":{"requireCleanWorkingDir":false,"addUntrackedFiles":true,"tagName":"v${version}"},"github":{"release":true}},"gitHead":"fc09ee14057f433179f4e23bf86d08853fb977b6","_id":"tabler@1.0.0-alpha.8","_nodeVersion":"10.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-CtTB64U+p8QTuh6y4a/uMebZSEyNFRloC0xv2rlONYclM3O4Gz1jukAXfDzJC3l09cuHRoEk07QtJyB8L7FNCg==","shasum":"06bcd0d2bed66773f6c7c4d52118ee3c331bdd89","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.8.tgz","fileCount":498,"unpackedSize":4832343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmX0nCRA9TVsSAnZWagAAHIwP/1R2WvXJn3VXd5QiWvPW\nZxch2VoHSkM0RiWFqUrF0m3V7IYS/jnSUtjp2xGjY2ckuG9XtcUWvxou/6Sm\nXaHiaXccgQPZe4KgYfxx1zYc8Pmn3iQiLB7hMOv2kDpc6fUdsXM6rdZADuEy\ncDbTIqZfBIPUOLfh6xu0oj9u8zWWVpEMQ5D5XQqsiLGt4nsMYCPo9MEUrOIP\n8DXmZQGTCt6kAkirLcx5zYKlgbfHT3xMyYPQrj2M2XGCuauhSyHxDDze0cw2\nK6ltIiXXWcHCbsrg7IQpDeA0mrdl7aENyCDF7RXIIj/OcbM8yeB+Gypf9cd5\nABdceYuxI1G2TfgVD1R2Cv9zoAqzmB8aqpU+clULyfyW8Bvr0O2IVgw12upZ\ncDEEKmgHxvdine3zErWTNmsXgA0dmpW49OlcvJSHXnzmip06dXkIQIyBF1Ib\nC7jWzrqk1LRnxuIEOoEy5D6q4rBCPIQ8hAY/YvN8tr8xtsLSPBRFoS86ZK9l\n9wwtGTaJ9wtyhQuMyEhC1NpJ5Az5SvaGnmlMtoMVsJm/H0anEEP04Bh8GYnC\nopWCGFDnACjaVYsOPePJs6EQNr+6/vL6/F9RevdmUACWAbRkxKghCwD8+0k8\nZ/BxZwiy06GW5UqbS9VlNPDZUEka+a3me01fYZ6zqlmGus3awhJsFKvRSDLd\n/Cun\r\n=G/0l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdRw75GFZYwB1pJs3HFN3bFjh4aHm4i3BCPY+BJp1+lwIhAJCMItAaWjKci+WnJmURrRPZAcvksjAAdj8Hdv8kX5vE"}]},"maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.8_1603894566788_0.722479784633935"},"_hasShrinkwrap":false,"deprecated":"WARNING: This project has been renamed to @tabler/core. Install @tabler/core instead."},"1.0.0-alpha.9":{"name":"tabler","version":"1.0.0-alpha.9","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"gulp start","build":"gulp build","svg-optimize":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js","release":"release-it","percy":"npx percy snapshot demo"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"src/scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/stream":"^1.1.0","autoprefixer":"^10.0.1","browser-sync":"^2.26.13","gulp":"^4.0.2","gulp-clean":"^0.4.0","gulp-clean-css":"^4.3.0","gulp-debug":"^4.0.0","gulp-header":"^2.0.9","gulp-minify":"^3.1.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-sass":"^4.1.0","postcss":"^8.1.4","release-it":"^14.2.0","rollup":"^2.32.1","rollup-plugin-babel":"^4.4.0","vinyl-buffer":"^1.0.1","vinyl-source-stream":"^2.0.0","yaml":"^1.10.0"},"dependencies":{"@fullcalendar/core":"^5.3.1","@fullcalendar/daygrid":"^5.3.2","@fullcalendar/interaction":"^5.3.1","@fullcalendar/list":"^5.3.1","@fullcalendar/timegrid":"^5.3.1","apexcharts":"^3.22.0","autosize":"^4.0.2","bootstrap":"github:twbs/bootstrap#e0b8fcd","countup.js":"^2.0.7","daterangepicker":"^3.1.0","flatpickr":"^4.6.6","fullcalendar":"^5.3.2","imask":"^6.0.5","jquery":"^3.5.1","jqvmap":"^1.5.1","nouislider":"^14.6.2","peity":"^3.3.0","popper.js":"^1.16.1","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","selectize":"^0.12.6"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"release-it":{"hooks":{"after:bump":"gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo","after:release":"echo Successfully released ${name} v${latestVersion} to ${repo.repository}."},"git":{"requireCleanWorkingDir":false,"addUntrackedFiles":true,"tagName":"v${version}"},"github":{"release":true}},"readme":"# Tabler\n\nA premium and open source dashboard template with a responsive and high-quality UI.\n\n<a href=\"https://preview-dev.tabler.io\">View Demo</a> | <a href=\"https://github.com/tabler/tabler-react\">View React Version</a> | <a href=\"https://github.com/tabler/tabler/archive/master.zip\">Download ZIP</a>\n\n![Tabler preview](/src/static/tabler-preview.png?raw=true)\n\n\n## Status\n\n<a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/backers/badge.svg\"></a> \n<a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/sponsors/badge.svg\"></a> \n<a href=\"https://www.npmjs.com/package/tabler\"><img src=\"https://img.shields.io/npm/dt/tabler.svg\" alt=\"Total Downloads\"></a> \n<a href=\"https://github.com/tabler/tabler/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/tabler.svg\" alt=\"License\"></a> \n<a href=\"https://github.com/tabler/tabler/releases\"><img src=\"https://img.shields.io/npm/v/tabler.svg\" alt=\"Latest Release\"></a>\n\n\n## Features\n\nWe've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!\n\n* **Responsive:** With the support for mobile, tablet and desktop displays, it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.\n* **Cross Browser:** Our theme works perfectly with the latest Chrome, Firefox+, latest Safari, Opera, Edge and mobile browsers. We work hard to to provide continuous support for them.\n* **HTML5 & CSS3:** We use only modern web technologies, such as HTML5 and CSS3. Our theme includes some subtle CSS3 animations, which will help you attract attention.\n* **Clean Code:** We followed Bootstrap’s guidelines carefully to make your integration as easy as possible. All code is handwritten and W3C valid.\n* **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!\n* **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler.\n\n\n## Sponsor Tabler\n\n<a href=\"https://github.com/sponsors/codecalm\" target=\"_blank\"><img src=\"/static/sponsor-banner-readme.png?raw=true\" alt=\"Sponsor Tabler\" /></a>\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up in this README with a link to your website. [Become a sponsor!](https://opencollective.com/tabler#sponsor)\n\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/0/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/1/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/2/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/3/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/4/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/5/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/6/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/7/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/8/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/9/avatar.svg\" /></a>\n\n\n## Setup environment\n\nTo use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:\n\n1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.\n2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.\n3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz).\n4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).\n\n**Windows users**:\n\n1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell \"C:\\\\Program Files\\git\\bin\\bash.exe\"` to change the default shell.\n2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - the recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe).\n3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.\n\nOnce you complete the setup, you'll be able to run the various commands provided from the command line.\n\n\n## Build locally\n\n1. From the root `/tabler` directory, run `npm run start` in the command line.\n2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.\n3. Any change in the `/pages` directory will build the application and refresh the page.\n\n**Note**:\nRun `npm run build` for reforms a one off build application without refresh.\nOpen [http://localhost:3001](http://localhost:3001) to configure the Web server.\n\n\n## Feature requests\n\nhttps://tabler.canny.io/feature-requests\n\n\n## Bugs and feature requests\n\nFound a bug or have a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).\n\n\n## Creators\n\n**Paweł Kuna**\n\n- <https://twitter.com/codecalm>\n- <https://github.com/codecalm>\n- <https://codecalm.net>\n\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n<img src=\"https://opencollective.com/tabler/contributors.svg?width=890&button=false\" />\n\n### Backers\n\nThank you to all our backers! 🙏 [Become a backer](https://opencollective.com/tabler#backer)\n\n<a href=\"https://opencollective.com/tabler#backers\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/backer.svg?width=890&button=false\" /></a>\n\n## License\n\nSee the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.\n","readmeFilename":"README.md","gitHead":"a5eacf14be5a89f826911b20636c85d8c3b3f171","_id":"tabler@1.0.0-alpha.9","_nodeVersion":"10.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-UaTwWFgSpLoF6OQW6Pzjee/Cw0ufJ/pQwylJTNmfyrINMV/oeP2hy89aIK1cnnvbCKL+5XK0gIFXmuwtDvSTVw==","shasum":"2277f397dfb1019aac5aef789f37f8da77b61ed9","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.9.tgz","fileCount":490,"unpackedSize":4581233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfopHACRA9TVsSAnZWagAALzAQAJhwuuOAQ7uPip6RpTto\n7ik3r8BMjXAY8AEYMzZUlhXQ7eI+5tdcywqSGhhhsKkkNJFbhl2A+nqTUiRV\nx59Tr/tzcgGw2T75Af+WQA1gFUtIQoEhYosPjqEhqM+91pq75qFpNAMHbPUk\nDcXlLHanYqULxRxF6jCW+MHOlxjAfy8Nu1Nei8mekC0lh+R9rd2A0Ac5DCxB\npMXmMl9qHba2ZfwL1e7chzJsVxMeyNKGQaQVtNqO2soj9WiSUBqEalTdQTI9\nG0txma6OSAh8dfMeLMI72biyZjLGqCTQjrySs4Ap7vlmXsPtUHT3oiF7qjDt\nr6D0lMqj7V3xgeyZxTrA+D0zZhtieLUHAuIBpnaBJB1ioOXqq3vMo+ocrJQf\nTn+96X0uNMH50AWYgunm6Sxlaz+CiEClHoVgwJOx5PVoGErGMSr2yrc41pGr\nTR/Q2VfQ2fWmY07JlsPXer8EIU1CTuZbiEc6fX/K8EkbDdUNuJZTaTrL/ZiF\nNCmHAFYmhLJUFiQ4FCv6H43mLpj+jQd4ZANuY7u9M54HBGh43jterVPhCQy+\n9z0GzuS401Y13dhtp/0/JkuIBtMI1BTsyKyf/L1NUaNkgbU6syHF9o5G0p9G\n2II4B5x5rhpQCnAxY+gFhClvr8Pb6vO7kzZt2yZLv2i0kK4mcLTG9h7f40lj\nplp9\r\n=sYia\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFP/K6pzOkwUvM8e8dj74U9uuaR9tr/6wWgVtM1bmJgCAiEA2BOta1J+8F50iDpdZowYrNwhCn5s/AIoeckgpnc7rlc="}]},"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.9_1604489664261_0.7952445151689547"},"_hasShrinkwrap":false},"1.0.0-alpha.10":{"name":"tabler","version":"1.0.0-alpha.10","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"gulp start","build":"gulp build","svg-optimize":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js","release":"release-it","percy":"gulp build && npx percy snapshot demo"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"src/scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/stream":"^1.1.0","autoprefixer":"^10.0.1","browser-sync":"^2.26.13","gulp":"^4.0.2","gulp-clean":"^0.4.0","gulp-clean-css":"^4.3.0","gulp-debug":"^4.0.0","gulp-header":"^2.0.9","gulp-minify":"^3.1.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-sass":"^4.1.0","postcss":"^8.1.4","release-it":"^14.2.0","rollup":"^2.32.1","rollup-plugin-babel":"^4.4.0","vinyl-buffer":"^1.0.1","vinyl-source-stream":"^2.0.0","yaml":"^1.10.0"},"dependencies":{"@fullcalendar/core":"^5.3.1","@fullcalendar/daygrid":"^5.3.2","@fullcalendar/interaction":"^5.3.1","@fullcalendar/list":"^5.3.1","@fullcalendar/timegrid":"^5.3.1","apexcharts":"^3.22.0","autosize":"^4.0.2","bootstrap":"github:twbs/bootstrap#e0b8fcd","countup.js":"^2.0.7","daterangepicker":"^3.1.0","flatpickr":"^4.6.6","fullcalendar":"^5.3.2","imask":"^6.0.5","jquery":"^3.5.1","jqvmap":"^1.5.1","nouislider":"^14.6.2","peity":"^3.3.0","popper.js":"^1.16.1","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","selectize":"^0.12.6"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"release-it":{"hooks":{"after:bump":"gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo","after:release":"echo Successfully released ${name} v${latestVersion} to ${repo.repository}."},"git":{"requireCleanWorkingDir":false,"addUntrackedFiles":true,"tagName":"v${version}"},"github":{"release":true}},"readme":"# Tabler\n\nA premium and open source dashboard template with a responsive and high-quality UI.\n\n<a href=\"https://preview-dev.tabler.io\">View Demo</a> | <a href=\"https://github.com/tabler/tabler-react\">View React Version</a> | <a href=\"https://github.com/tabler/tabler/archive/master.zip\">Download ZIP</a>\n\n![Tabler preview](/src/static/tabler-preview.png?raw=true)\n\n\n## Status\n\n<a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/backers/badge.svg\"></a> \n<a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/sponsors/badge.svg\"></a> \n<a href=\"https://www.npmjs.com/package/tabler\"><img src=\"https://img.shields.io/npm/dt/tabler.svg\" alt=\"Total Downloads\"></a> \n<a href=\"https://github.com/tabler/tabler/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/tabler.svg\" alt=\"License\"></a> \n<a href=\"https://github.com/tabler/tabler/releases\"><img src=\"https://img.shields.io/npm/v/tabler.svg\" alt=\"Latest Release\"></a>\n\n\n## Features\n\nWe've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!\n\n* **Responsive:** With the support for mobile, tablet and desktop displays, it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.\n* **Cross Browser:** Our theme works perfectly with the latest Chrome, Firefox+, latest Safari, Opera, Edge and mobile browsers. We work hard to to provide continuous support for them.\n* **HTML5 & CSS3:** We use only modern web technologies, such as HTML5 and CSS3. Our theme includes some subtle CSS3 animations, which will help you attract attention.\n* **Clean Code:** We followed Bootstrap’s guidelines carefully to make your integration as easy as possible. All code is handwritten and W3C valid.\n* **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!\n* **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler.\n\n\n## Sponsor Tabler\n\n<a href=\"https://github.com/sponsors/codecalm\" target=\"_blank\"><img src=\"/static/sponsor-banner-readme.png?raw=true\" alt=\"Sponsor Tabler\" /></a>\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up in this README with a link to your website. [Become a sponsor!](https://opencollective.com/tabler#sponsor)\n\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/0/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/1/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/2/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/3/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/4/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/5/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/6/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/7/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/8/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/9/avatar.svg\" /></a>\n\n\n## Setup environment\n\nTo use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:\n\n1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.\n2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.\n3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz).\n4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).\n\n**Windows users**:\n\n1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell \"C:\\\\Program Files\\git\\bin\\bash.exe\"` to change the default shell.\n2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - the recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe).\n3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.\n\nOnce you complete the setup, you'll be able to run the various commands provided from the command line.\n\n\n## Build locally\n\n1. From the root `/tabler` directory, run `npm run start` in the command line.\n2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.\n3. Any change in the `/pages` directory will build the application and refresh the page.\n\n**Note**:\nRun `npm run build` for reforms a one off build application without refresh.\nOpen [http://localhost:3001](http://localhost:3001) to configure the Web server.\n\n\n## Feature requests\n\nhttps://tabler.canny.io/feature-requests\n\n\n## Bugs and feature requests\n\nFound a bug or have a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).\n\n\n## Creators\n\n**Paweł Kuna**\n\n- <https://twitter.com/codecalm>\n- <https://github.com/codecalm>\n- <https://codecalm.net>\n\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n<img src=\"https://opencollective.com/tabler/contributors.svg?width=890&button=false\" />\n\n### Backers\n\nThank you to all our backers! 🙏 [Become a backer](https://opencollective.com/tabler#backer)\n\n<a href=\"https://opencollective.com/tabler#backers\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/backer.svg?width=890&button=false\" /></a>\n\n## License\n\nSee the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.\n","readmeFilename":"README.md","gitHead":"d811c3ea243cfcccca0b2226efc1adb1fb102f4a","_id":"tabler@1.0.0-alpha.10","_nodeVersion":"10.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-zh6RMVu3lxlRugKfpvHPMy+QHR7kPS2lWA0RPc6Ki9/kGEJ+gwRkC9gLUIfDMBZc3pDITappkTn9fyXAqjcsXA==","shasum":"fca261fa96cf6f91141ce693b66eb44796dc1f45","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.10.tgz","fileCount":491,"unpackedSize":4599364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpIGOCRA9TVsSAnZWagAA53gQAJpFLSyXvHYpOfM7v8Xy\nvoiy/qaKXszyqp7Qllc87qgLgTKqzRyBxHGJf92vEAWEy9gQ+1As7jt52U8A\ncA4jXwRQfKAn9yghiRh7wY9ikEgVq0uqgiqHq6x8Jr+Q+rGN+WOHOwY1Ur9y\nKFtKaKWYbOHJ/CtN/uBo08UFFeFDSQqk2Cu4STCHTvXZI3twKB7RFSv1Gxz6\nKG8kEB6GlKx0f0a5swxLkIBIQ0FYANJnPocagII/m3eyrqM1E3dP5CBofEs5\n0fqMFvpboEgg5sWLGwqMcFSxT71zg6fljWr3Zkj4O0kQxPlcqDTzZ+yUVbPF\nVGIBsZw9XMyz1AiaupICPxA1yQdC1c94tSKX/5vxwjYlXOVeIpnz6TKIt7Ti\nt53Pr0wnxDVc94CLMKwAD5Ke7q1HiJHPuTprHhptrEf+yzqD0ra+HMYoG0no\nOWXiTVSjpb4zn/vfrDjhEHyuNLe8M3IRIOGMYXuicbzqERqYLP6+s7shULom\njjV8fLvcoHcjKRb1ZR81rdWlbrIitAdxxAtq0plhz9TVcvw/owFVNIIc/0CB\nfukeWKE6SvWzM15+ocRyML3EosBDQnNG6gPfG0txbQ3qD/dBETEczAXC+Whr\n9FrIAL43gyr2YDUwnQi6Unvby5HLxiBEEQY7HIQ9JEtE2mhSjUQaScS5Yw1s\nmIz+\r\n=KfWx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxiDT9cH1NQ4ahvNLCEWi0S3RYGTskUnrarV4GtVr1oAIgf/7LSCjyYOaLjopVFHJIyurOCX7SvME2SAKHdHKfnZY="}]},"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.10_1604616589503_0.7664051149958486"},"_hasShrinkwrap":false},"1.0.0-alpha.11":{"name":"tabler","version":"1.0.0-alpha.11","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"gulp start","build":"gulp build","svg-optimize":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js","release":"release-it","percy":"gulp build && npx percy snapshot demo"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"src/scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/stream":"^1.1.0","autoprefixer":"^10.0.1","browser-sync":"^2.26.13","gulp":"^4.0.2","gulp-clean":"^0.4.0","gulp-clean-css":"^4.3.0","gulp-debug":"^4.0.0","gulp-header":"^2.0.9","gulp-minify":"^3.1.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-sass":"^4.1.0","postcss":"^8.1.6","release-it":"^14.2.1","rollup":"^2.33.1","rollup-plugin-babel":"^4.4.0","vinyl-buffer":"^1.0.1","vinyl-source-stream":"^2.0.0","yaml":"^1.10.0"},"dependencies":{"@fullcalendar/core":"^5.3.1","@fullcalendar/daygrid":"^5.3.2","@fullcalendar/interaction":"^5.3.1","@fullcalendar/list":"^5.3.1","@fullcalendar/timegrid":"^5.3.1","apexcharts":"^3.22.1","autosize":"^4.0.2","bootstrap":"github:twbs/bootstrap#bb6daab","countup.js":"^2.0.7","daterangepicker":"^3.1.0","flatpickr":"^4.6.6","fullcalendar":"^5.3.2","imask":"^6.0.5","jquery":"^3.5.1","jqvmap":"^1.5.1","nouislider":"^14.6.2","peity":"^3.3.0","popper.js":"^1.16.1","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","selectize":"^0.12.6"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"release-it":{"hooks":{"after:bump":"gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo","after:release":"echo Successfully released ${name} v${latestVersion} to ${repo.repository}."},"git":{"requireCleanWorkingDir":false,"addUntrackedFiles":true,"tagName":"v${version}"},"github":{"release":true}},"readme":"# Tabler\n\nA premium and open source dashboard template with a responsive and high-quality UI.\n\n<a href=\"https://preview-dev.tabler.io\">View Demo</a> | <a href=\"https://github.com/tabler/tabler-react\">View React Version</a> | <a href=\"https://github.com/tabler/tabler/archive/master.zip\">Download ZIP</a>\n\n![Tabler preview](/src/static/tabler-preview.png?raw=true)\n\n\n## Status\n\n<a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/backers/badge.svg\"></a> \n<a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/sponsors/badge.svg\"></a> \n<a href=\"https://www.npmjs.com/package/tabler\"><img src=\"https://img.shields.io/npm/dt/tabler.svg\" alt=\"Total Downloads\"></a> \n<a href=\"https://github.com/tabler/tabler/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/tabler.svg\" alt=\"License\"></a> \n<a href=\"https://github.com/tabler/tabler/releases\"><img src=\"https://img.shields.io/npm/v/tabler.svg\" alt=\"Latest Release\"></a>\n\n\n## Features\n\nWe've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!\n\n* **Responsive:** With the support for mobile, tablet and desktop displays, it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.\n* **Cross Browser:** Our theme works perfectly with the latest Chrome, Firefox+, latest Safari, Opera, Edge and mobile browsers. We work hard to to provide continuous support for them.\n* **HTML5 & CSS3:** We use only modern web technologies, such as HTML5 and CSS3. Our theme includes some subtle CSS3 animations, which will help you attract attention.\n* **Clean Code:** We followed Bootstrap’s guidelines carefully to make your integration as easy as possible. All code is handwritten and W3C valid.\n* **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!\n* **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler.\n\n\n## Sponsor Tabler\n\n<a href=\"https://github.com/sponsors/codecalm\" target=\"_blank\"><img src=\"/static/sponsor-banner-readme.png?raw=true\" alt=\"Sponsor Tabler\" /></a>\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up in this README with a link to your website. [Become a sponsor!](https://opencollective.com/tabler#sponsor)\n\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/0/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/1/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/2/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/3/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/4/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/5/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/6/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/7/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/8/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/9/avatar.svg\" /></a>\n\n\n## Setup environment\n\nTo use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:\n\n1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.\n2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.\n3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz).\n4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).\n\n**Windows users**:\n\n1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell \"C:\\\\Program Files\\git\\bin\\bash.exe\"` to change the default shell.\n2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - the recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe).\n3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.\n\nOnce you complete the setup, you'll be able to run the various commands provided from the command line.\n\n\n## Build locally\n\n1. From the root `/tabler` directory, run `npm run start` in the command line.\n2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.\n3. Any change in the `/pages` directory will build the application and refresh the page.\n\n**Note**:\nRun `npm run build` for reforms a one off build application without refresh.\nOpen [http://localhost:3001](http://localhost:3001) to configure the Web server.\n\n\n## Feature requests\n\nhttps://tabler.canny.io/feature-requests\n\n\n## Bugs and feature requests\n\nFound a bug or have a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).\n\n\n## Creators\n\n**Paweł Kuna**\n\n- <https://twitter.com/codecalm>\n- <https://github.com/codecalm>\n- <https://codecalm.net>\n\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n<img src=\"https://opencollective.com/tabler/contributors.svg?width=890&button=false\" />\n\n### Backers\n\nThank you to all our backers! 🙏 [Become a backer](https://opencollective.com/tabler#backer)\n\n<a href=\"https://opencollective.com/tabler#backers\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/backer.svg?width=890&button=false\" /></a>\n\n## License\n\nSee the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.\n","readmeFilename":"README.md","gitHead":"6ee1d905731fa955632aa973fa6606cf85fbd759","_id":"tabler@1.0.0-alpha.11","_nodeVersion":"10.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-f9melAiTmRhmM+swFiNQs2lu++q0z75xwfOJZwzJUkUoLx5s7PpgM9Td5FxMo3g/wjBZPZVG42TPXIo7Ed7YtA==","shasum":"f74710e261fd0b8fc9be5c78c1a86a99a33cef64","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.11.tgz","fileCount":493,"unpackedSize":4620886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpfAACRA9TVsSAnZWagAAWl0P/32eDhc7uu9QvVyMnShD\n9xKQR5x6QSFdyvPvUrxDVwiYHwJsIajqK1G3jup3bBT6u2fd8LqaTbFT1RUi\nu7UIi/LitXwP7OIMaiPn0dOTlQ7akn2YrcYC36UP9X0dJcXN2mFsobozarP1\n75zDUotCGkSWmAn9kKYT6TXAwjgWpCkByHB9LPJFPaZij53ZRcb20E8OSLbL\nWT78qYRcMVN1HzBk+7TQO6Qhakku+dRlMA6VI4PoznGTLoR5uxofxvfqcuXa\nxFhcmHIL+f738Z2LpSnYU2eeTN+olG31k3c+HJhgZJaSqMXEuEMzMSfVnq+f\ngUPG9EzZrQwL3ChDQhALVxCtNLeE2k/DTaw53oUAD/xZL2L/+XTPMNVk4NHX\ncU8KQVr+A61kIgsGX/HZHF3dVqGLOHjjT63Erh+gj61qsMaGNocbmvMnYNMy\nT7QuWddS4tOABXflDawzBZmgV0EHxZ1VEBYpR6pVGToW9vCUC7Zg1dpf0R8M\nyhI1x5V9h2bsOSdN8gCXGi2zGIgsXuNSgu+afRaDyp5XJ/OWNOt5ac7SNkgO\nEtmGP6ARrPD77PyypTV86VjSb7IHKmDu0MfqoqGzDnx9HcXXP2VKpJFiEJ7P\nmDNWiWytLFWsHbmodja3Msp6VpsGiFQOLNyr/xyvi5cSlAkQpq4rIpB1Z2wW\nclxx\r\n=6FW2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFprmjChZHB1KeIAu3uYED2u+rEuS+LYwL8CxSKnD1zYAiBbnLqJxUF1WYe1a0uiCyaQ6Pqbcsj98o3JXsM43qx/Nw=="}]},"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.11_1604710399441_0.607731355065297"},"_hasShrinkwrap":false},"1.0.0-alpha.12":{"name":"tabler","version":"1.0.0-alpha.12","description":"Premium and Open Source dashboard template with responsive and high quality UI.","scripts":{"start":"gulp start","build":"gulp build","svg-optimize":"svgo -f svg/brand --pretty","unused-files":"node build/unused-files.js","release":"release-it","percy":"gulp build && npx percy snapshot demo"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"},"license":"MIT","bugs":{"url":"https://github.com/tabler/tabler/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/codecalm"},"engines":{"node":">=10"},"style":"dist/css/tabler.css","sass":"src/scss/tabler.scss","main":"dist/js/tabler.js","homepage":"https://tabler.io","devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/stream":"^1.1.0","autoprefixer":"^10.0.1","browser-sync":"^2.26.13","cross-spawn":"^7.0.3","gulp":"^4.0.2","gulp-clean":"^0.4.0","gulp-clean-css":"^4.3.0","gulp-debug":"^4.0.0","gulp-header":"^2.0.9","gulp-minify":"^3.1.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-sass":"^4.1.0","postcss":"^8.1.6","release-it":"^14.2.1","rollup":"^2.33.1","rollup-plugin-babel":"^4.4.0","vinyl-buffer":"^1.0.1","vinyl-source-stream":"^2.0.0","yaml":"^1.10.0"},"dependencies":{"@fullcalendar/core":"^5.3.1","@fullcalendar/daygrid":"^5.3.2","@fullcalendar/interaction":"^5.3.1","@fullcalendar/list":"^5.3.1","@fullcalendar/timegrid":"^5.3.1","apexcharts":"^3.22.1","autosize":"^4.0.2","bootstrap":"github:twbs/bootstrap#fb3a57b","countup.js":"^2.0.7","daterangepicker":"^3.1.0","flatpickr":"^4.6.6","fullcalendar":"^5.3.2","imask":"^6.0.5","jquery":"^3.5.1","jqvmap":"^1.5.1","nouislider":"^14.6.2","peity":"^3.3.0","popper.js":"^1.16.1","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","selectize":"^0.12.6","tabler-icons":"^1.35.0"},"resolutions":{"**/**/node-gyp":"^5.0.0"},"release-it":{"hooks":{"after:bump":"gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo","after:release":"echo Successfully released ${name} v${latestVersion} to ${repo.repository}."},"git":{"requireCleanWorkingDir":false,"addUntrackedFiles":true,"tagName":"v${version}"},"github":{"release":true}},"readme":"# Tabler\n\nA premium and open source dashboard template with a responsive and high-quality UI.\n\n<a href=\"https://preview-dev.tabler.io\">View Demo</a> | <a href=\"https://github.com/tabler/tabler-react\">View React Version</a> | <a href=\"https://github.com/tabler/tabler/archive/master.zip\">Download ZIP</a>\n\n![Tabler preview](/src/static/tabler-preview.png?raw=true)\n\n\n## Status\n\n<a href=\"#backers\" alt=\"Backers Open Collective\"><img src=\"https://opencollective.com/tabler/backers/badge.svg\"/></a> <a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/tabler/sponsors/badge.svg\"/></a> <a href=\"https://www.npmjs.com/package/tabler\"><img src=\"https://img.shields.io/npm/dt/tabler.svg\" alt=\"Total Downloads\"></a> <a href=\"https://github.com/tabler/tabler/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/tabler.svg\" alt=\"License\"></a> <a href=\"https://github.com/tabler/tabler/releases\"><img src=\"https://img.shields.io/npm/v/tabler.svg\" alt=\"Latest Release\"></a>\n\n\n## Features\n\nWe've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!\n\n* **Responsive:** With the support for mobile, tablet and desktop displays, it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.\n* **Cross Browser:** Our theme works perfectly with the latest Chrome, Firefox+, latest Safari, Opera, Edge and mobile browsers. We work hard to to provide continuous support for them.\n* **HTML5 & CSS3:** We use only modern web technologies, such as HTML5 and CSS3. Our theme includes some subtle CSS3 animations, which will help you attract attention.\n* **Clean Code:** We followed Bootstrap’s guidelines carefully to make your integration as easy as possible. All code is handwritten and W3C valid.\n* **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!\n* **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler.\n\n\n## Sponsor Tabler\n\n<a href=\"https://github.com/sponsors/codecalm\" target=\"_blank\"><img src=\"/static/sponsor-banner-readme.png?raw=true\" alt=\"Sponsor Tabler\" /></a>\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up in this README with a link to your website. [Become a sponsor!](https://opencollective.com/tabler#sponsor)\n\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/0/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/1/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/2/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/3/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/4/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/5/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/6/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/7/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/8/avatar.svg\" /></a>\n<a href=\"https://opencollective.com/tabler/tiers/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/sponsor/9/avatar.svg\" /></a>\n\n\n## Setup environment\n\nTo use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:\n\n1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.\n2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.\n3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz).\n4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).\n\n**Windows users**:\n\n1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell \"C:\\\\Program Files\\git\\bin\\bash.exe\"` to change the default shell.\n2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - the recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe).\n3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.\n\nOnce you complete the setup, you'll be able to run the various commands provided from the command line.\n\n\n## Build locally\n\n1. From the root `/tabler` directory, run `npm run start` in the command line.\n2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.\n3. Any change in the `/pages` directory will build the application and refresh the page.\n\n**Note**:\nRun `npm run build` for reforms a one off build application without refresh.\nOpen [http://localhost:3001](http://localhost:3001) to configure the Web server.\n\n\n## Feature requests\n\nhttps://tabler.canny.io/feature-requests\n\n\n## Bugs and feature requests\n\nFound a bug or have a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).\n\n\n## Creators\n\n**Paweł Kuna**\n\n- <https://twitter.com/codecalm>\n- <https://github.com/codecalm>\n- <https://codecalm.net>\n\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n<img src=\"https://opencollective.com/tabler/contributors.svg?width=890&button=false\" />\n\n### Backers\n\nThank you to all our backers! 🙏 [Become a backer](https://opencollective.com/tabler#backer)\n\n<a href=\"https://opencollective.com/tabler#backers\" target=\"_blank\"><img src=\"https://opencollective.com/tabler/tiers/backer.svg?width=890&button=false\" /></a>\n\n## License\n\nSee the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.\n","readmeFilename":"README.md","gitHead":"f04b08415f7800ca593c193139aa42cd999d1914","_id":"tabler@1.0.0-alpha.12","_nodeVersion":"10.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-1TnRN+txGCNGX6bbklVBpzvUMqNcloqjyssAjqrC05QR5gprK8RNF5n0i2B0h0NHF6zcztw26kL+nJLEfxwIqw==","shasum":"0e686cbd054cdc9cabd91c9e4e3b8b49b44bd000","tarball":"https://registry.npmjs.org/tabler/-/tabler-1.0.0-alpha.12.tgz","fileCount":494,"unpackedSize":4611224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqbbXCRA9TVsSAnZWagAACGoQAI9vJb9gz76rdZR2lFkF\nK+XUFHqF6F9nHtNLeTXVX7lvzJvx0wmaT5Qw1VC666uqdsLXTsu11Z6tRQN4\nEeRkJwiSyglbkKusJCah3/17ciu/ylO9Q6D6KQkV1R54k8jWgKHah11IicQT\niQQd3idlOxUd1/sRQYF3aLEuGoVPuekD6cIueP7gpz+3trWOLUO9Esacpk5Y\nSClzT7UjgLltEEpPzqT9SWJr0psCwwtDcms6+7dkI3raBbms4F6hKmW1U8D+\nfbXDIveK7SeD+j/qfvcKUjDp4Ld/kRYR6NN3lAkN2oka5+XW1THXYbEADGRr\n090g9+qmJHauJDqazSz/n43k6VOXtUDgCgG4SlcW7z80oKjX7Mgp4LO1ucHj\nPqoLVpVzZHX2J/y7pnyZ8ktFo9xjlL1VnXOmLvrWSS6fhp4RLKWaA2jisp32\nphhkxcrXaVzbwz6+br1oEZpleZxS9DSUnNIhcAHL7srPiacTmrKcu+uKlcDH\nrRn6OhEcPMCJjduUni/LIjYDysJPn4nuvdI8Fbm7Db5q4gPcOQC6IBY8TfXP\nBrHkVSzJgMfxMTiJImXP/XLtjaA24t/6ZCdcg/girmssPXMl8ale/RaYyvtu\nMWxm62P3GqdA685ag1NiVG5k3RrUlyOPrGYRMWmG5ECuh5Rnr2Uskz5+YICt\nLqgf\r\n=VvGl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvOpCKiuRqMR+dupJYFcTdgEKBxVGrm8RURJNkX2BOzwIgViWsGgS/fm85rTKU9qsWkAopt/NLx1jnweAiapyICoM="}]},"_npmUser":{"name":"codecalm","email":"codecalm@gmail.com"},"directories":{},"maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tabler_1.0.0-alpha.12_1604957911087_0.6672273364375738"},"_hasShrinkwrap":false}},"readme":"","maintainers":[{"name":"codecalm","email":"codecalm@gmail.com"}],"time":{"modified":"2022-06-27T03:29:45.981Z","created":"2011-12-13T19:48:50.960Z","0.0.1":"2011-12-13T19:48:51.767Z","1.0.0":"2017-09-11T23:14:32.082Z","1.0.0-alpha":"2019-12-15T13:12:07.855Z","1.0.0-alpha.2":"2020-01-29T23:06:57.708Z","1.0.0-alpha.3":"2020-02-03T23:33:28.067Z","1.0.0-alpha.4":"2020-02-22T12:09:33.358Z","1.0.0-alpha.5":"2020-04-11T20:36:19.179Z","1.0.0-alpha.6":"2020-04-11T20:38:30.978Z","1.0.0-alpha.7":"2020-04-20T21:19:23.173Z","1.0.0-alpha.8":"2020-10-28T14:16:06.961Z","1.0.0-alpha.9":"2020-11-04T11:34:24.487Z","1.0.0-alpha.10":"2020-11-05T22:49:49.753Z","1.0.0-alpha.11":"2020-11-07T00:53:19.661Z","1.0.0-alpha.12":"2020-11-09T21:38:31.415Z"},"repository":{"type":"git","url":"git+https://github.com/tabler/tabler.git"},"readmeFilename":"","homepage":"https://tabler.io","bugs":{"url":"https://github.com/tabler/tabler/issues"},"license":"MIT","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"name":"codecalm"}}