@analys/table
Version:
A cross-table analytics tool
68 lines • 1.81 kB
JSON
{
"name": "@analys/table",
"version": "0.7.4",
"description": "A cross-table analytics tool",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@aryth/comparer": "^0.7.7",
"@aryth/distinct-column": "^0.7.7",
"@aryth/distinct-matrix": "^0.7.7",
"@vect/column-getter": "^0.6.13",
"@vect/column-mapper": "^0.8.5",
"@vect/columns-update": "^0.8.5",
"@vect/matrix-algebra": "^0.8.5",
"@vect/matrix-index": "^0.8.5",
"@vect/matrix-mapper": "^0.8.5",
"@vect/object-init": "^0.8.5",
"@vect/vector-algebra": "^0.8.5",
"@vect/vector-init": "^0.8.5",
"@vect/vector-mapper": "^0.8.5",
"@vect/vector-update": "^0.8.5",
"@analys/table-algebra": "^0.7.4",
"@analys/table-find": "^0.7.4",
"@analys/table-chips": "^0.7.4",
"@analys/table-init": "^0.7.4",
"@analys/table-formula": "^0.7.4",
"@analys/table-pivot": "^0.7.4",
"@analys/table-types": "^0.7.4",
"@analys/table-lookup": "^0.7.4",
"@analys/table-select": "^0.7.4",
"@analys/table-group": "^0.7.4",
"@analys/tabular": "^0.7.4"
},
"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/table.select.test.js"
}
}