UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@analys/table-pivot",
3 "version": "0.5.12",
4 "description": "A cross-table-pivot 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/alpha/simple.pivot.test.js"
19 },
20 "dependencies": {
21 "@analys/crostab": "^0.5.12",
22 "@analys/cubic": "^0.5.12",
23 "@analys/tablespec": "^0.5.12"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/hoyeungw/analys.git"
28 },
29 "keywords": [
30 "table-pivot",
31 "crostab",
32 "cross-table-pivot",
33 "pivot",
34 "pivotal",
35 "analyse",
36 "analytics",
37 "business intelligence"
38 ],
39 "author": "Hoyeung Wong",
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/hoyeungw/analys"
43 },
44 "homepage": "https://github.com/hoyeungw/analys#readme",
45 "gitHead": "b012b85b96e0d14f6c00534f8d623b4bec704145"
46}