UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@analys/tabular",
3 "version": "0.6.0",
4 "description": "Skeleton for table",
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/keyed-columns.test.js"
19 },
20 "dependencies": {
21 "@analys/util-keyed-vectors": "^0.6.0",
22 "@vect/column-getter": "^0.5.22",
23 "@vect/columns-select": "^0.5.22",
24 "@vect/entries-unwind": "^0.5.22",
25 "@vect/matrix-transpose": "^0.5.22",
26 "@vect/object-init": "^0.5.22",
27 "@vect/vector-mapper": "^0.5.22",
28 "@vect/vector-zipper": "^0.5.22"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/hoyeungw/analys.git"
33 },
34 "keywords": [
35 "keyed-columns",
36 "crostab",
37 "cross-keyed-columns",
38 "pivot",
39 "pivotal",
40 "analyse",
41 "analytics",
42 "business intelligence"
43 ],
44 "author": "Hoyeung Wong",
45 "license": "MIT",
46 "bugs": {
47 "url": "https://github.com/hoyeungw/analys"
48 },
49 "homepage": "https://github.com/hoyeungw/analys#readme",
50 "gitHead": "e463cbefa32f585e0b2ed444480257b631e34776"
51}