UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@analys/table-divide",
3 "version": "0.6.8",
4 "description": "A cross-table-divide analytics tool",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/table.filter.test.js"
19 },
20 "dependencies": {
21 "@analys/enum-mutabilities": "^0.6.8",
22 "@analys/table-init": "^0.6.8",
23 "@vect/columns-select": "^0.6.6",
24 "@vect/vector-mapper": "^0.6.6",
25 "@vect/vector-select": "^0.6.6"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/hoyeungw/analys.git"
30 },
31 "keywords": [
32 "table-divide",
33 "crostab",
34 "cross-table-divide",
35 "pivot",
36 "pivotal",
37 "analyse",
38 "analytics",
39 "business intelligence"
40 ],
41 "author": "Hoyeung Wong",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/analys"
45 },
46 "homepage": "https://github.com/hoyeungw/analys#readme",
47 "gitHead": "8fdce05726586da1e2fdeaf6e72bed3e06b25924"
48}