UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@analys/table-chips",
3 "version": "0.6.14",
4 "description": "A cross-table-chips 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-pivot-mode": "^0.6.14",
22 "@analys/util-pivot": "^0.6.8"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/analys.git"
27 },
28 "keywords": [
29 "table-chips",
30 "crostab",
31 "cross-table-chips",
32 "pivot",
33 "pivotal",
34 "analyse",
35 "analytics",
36 "business intelligence"
37 ],
38 "author": "Hoyeung Wong",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/hoyeungw/analys"
42 },
43 "homepage": "https://github.com/hoyeungw/analys#readme",
44 "gitHead": "ea22e3de75b331ec240a7fea17af976d4bef5b5d"
45}