UNPKG

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