UNPKG

kruster

Version:

A small tool to help improve the rendering performance of very large HTML tables.

45 lines (44 loc) 1.15 kB
{ "name": "kruster", "version": "1.3.0", "description": "A small tool to help improve the rendering performance of very large HTML tables.", "main": "kruster.js", "types": "index.d.ts", "files": [ "kruster.js", "index.d.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prettier": "npx prettier --write ." }, "repository": { "type": "git", "url": "git+https://github.com/nikkorn/Kruster.git" }, "keywords": [ "cluster", "table", "speed", "large", "data", "set", "HTML", "rows", "fast", "clustered" ], "author": "nikolas howard", "license": "MIT", "bugs": { "url": "https://github.com/nikkorn/Kruster/issues" }, "homepage": "https://github.com/nikkorn/Kruster#readme", "devDependencies": { "jasmine-core": "^2.6.4", "karma": "^1.7.0", "karma-firefox-launcher": "^1.0.1", "karma-jasmine": "^1.1.0", "prettier": "2.7.1" } }