UNPKG

@analys/table-types

Version:

A cross-table-types analytics tool

49 lines 1.09 kB
{ "name": "@analys/table-types", "version": "0.7.5", "description": "A cross-table-types analytics tool", "type": "module", "exports": "./index.js", "files": [ "index.js" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/analys.git" }, "keywords": [ "table-types", "crostab", "cross-table-types", "pivot", "pivotal", "analyse", "analytics", "business intelligence" ], "author": "Hoyeung Wong", "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/analys" }, "homepage": "https://github.com/hoyeungw/analys#readme", "dependencies": { "@typen/vector-type": "^0.2.0", "@vect/columns-mapper": "^0.8.6" }, "devDependencies": { "@typen/enum-tabular-types": "^0.2.0", "@typen/infer-type": "^0.2.0" }, "gitHead": "25741a60101aa28261133de365bcfd032cb351de", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/table.filter.test.js" } }