{
  "name": "@analys/crostab",
  "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": {
    "@aryth/comparer": "^0.7.8",
    "@vect/column-getter": "^0.6.13",
    "@vect/column-mapper": "^0.8.6",
    "@vect/columns-update": "^0.8.6",
    "@vect/enum-matrix-directions": "^0.6.13",
    "@vect/matrix-algebra": "^0.8.6",
    "@vect/matrix-init": "^0.8.6",
    "@vect/matrix-mapper": "^0.8.6",
    "@vect/object-init": "^0.8.6",
    "@vect/vector-algebra": "^0.8.6",
    "@vect/vector-mapper": "^0.8.6",
    "@vect/vector-zipper": "^0.8.6",
    "@analys/crostab-init": "^0.7.5",
    "@analys/crostab-lookup": "^0.7.5",
    "@analys/keyed-rows": "^0.7.5",
    "@analys/tabular": "^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/crostab.select.test.js"
  }
}