{
  "name": "@analys/table-divide",
  "version": "0.6.8",
  "description": "A cross-table-divide analytics tool",
  "main": "./dist/index.cjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/table.filter.test.js"
  },
  "dependencies": {
    "@analys/enum-mutabilities": "^0.6.8",
    "@analys/table-init": "^0.6.8",
    "@vect/columns-select": "^0.6.6",
    "@vect/vector-mapper": "^0.6.6",
    "@vect/vector-select": "^0.6.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/analys.git"
  },
  "keywords": [
    "table-divide",
    "crostab",
    "cross-table-divide",
    "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": "8fdce05726586da1e2fdeaf6e72bed3e06b25924"
}
