UNPKG

@analys/tablespec

Version:

A cross-table analytics tool

48 lines 1.07 kB
{ "name": "@analys/tablespec", "version": "0.7.5", "description": "A cross-table analytics tool", "type": "module", "exports": "./index.js", "files": [ "index.js" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@typen/enum-data-types": "^0.2.0", "@typen/literal": "^0.2.0", "@typen/nullish": "^0.2.0", "@vect/vector-mapper": "^0.8.6", "@analys/enum-pivot-mode": "^0.7.5" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/analys.git" }, "keywords": [ "table", "crostab", "cross-table", "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", "gitHead": "25741a60101aa28261133de365bcfd032cb351de", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/parseCell.test.js" } }