UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@analys/tablespec",
3 "version": "0.3.3",
4 "description": "A cross-table analytics tool",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/parseCell.test.js"
16 },
17 "dependencies": {
18 "@analys/enum-pivot-mode": "^0.3.3",
19 "@typen/enum-data-types": "^0.1.0",
20 "@typen/nullish": "^0.1.0",
21 "@vect/matrix": "^0.2.4",
22 "@vect/vector-mapper": "^0.2.4",
23 "@vect/vector-merge": "^0.2.4"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/hoyeungw/analys.git"
28 },
29 "keywords": [
30 "table",
31 "crostab",
32 "cross-table",
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": "4e05c354b80045056208cae9dc72178dd2837515"
46}