{
  "name": "@analys/convert",
  "version": "0.7.5",
  "description": "A cross-convert analytics tool",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vect/entries-unwind": "^0.6.13",
    "@vect/nested": "^0.8.6",
    "@vect/object-mapper": "^0.8.6",
    "@vect/object-select": "^0.8.6",
    "@vect/object-update": "^0.8.6",
    "@vect/vector-algebra": "^0.8.6",
    "@vect/vector-index": "^0.8.6",
    "@vect/vector-mapper": "^0.8.6",
    "@vect/vector-select": "^0.8.6",
    "@vect/vector-zipper": "^0.8.6",
    "@analys/crostab": "^0.7.5",
    "@analys/crostab-mapper": "^0.7.5",
    "@analys/table": "^0.7.5",
    "@analys/tabular": "^0.7.5",
    "@analys/table-init": "^0.7.5",
    "@analys/data-gram": "^0.7.5"
  },
  "devDependencies": {
    "@flua/vinylize": "^0.3.3",
    "@spare/markdown": "^0.16.27",
    "gulp": "^5.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/analys.git"
  },
  "keywords": [
    "convert",
    "crostab",
    "cross-convert",
    "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/test.index.js"
  }
}