UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@analys/tablespec",
3 "version": "0.6.0",
4 "description": "A cross-table 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/parseCell.test.js"
19 },
20 "dependencies": {
21 "@analys/enum-pivot-mode": "^0.6.0",
22 "@typen/enum-data-types": "^0.1.19",
23 "@typen/literal": "^0.1.19",
24 "@typen/nullish": "^0.1.19",
25 "@vect/matrix": "^0.5.22",
26 "@vect/vector-mapper": "^0.5.22",
27 "@vect/vector-merge": "^0.5.22"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/hoyeungw/analys.git"
32 },
33 "keywords": [
34 "table",
35 "crostab",
36 "cross-table",
37 "pivot",
38 "pivotal",
39 "analyse",
40 "analytics",
41 "business intelligence"
42 ],
43 "author": "Hoyeung Wong",
44 "license": "MIT",
45 "bugs": {
46 "url": "https://github.com/hoyeungw/analys"
47 },
48 "homepage": "https://github.com/hoyeungw/analys#readme",
49 "gitHead": "e463cbefa32f585e0b2ed444480257b631e34776"
50}