UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@analys/table-timeseries-rolling",
3 "version": "0.5.9",
4 "description": "A crawler",
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 test"
19 },
20 "dependencies": {
21 "@analys/table": "^0.5.9",
22 "@aryth/math": "^0.4.10",
23 "@vect/vector-mapper": "^0.5.5",
24 "@vect/vector-merge": "^0.5.5",
25 "@vect/vector-roller": "^0.5.5"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/hoyeungw/analys.git"
30 },
31 "keywords": [
32 "table-types",
33 "crostab",
34 "cross-table-types",
35 "pivot",
36 "pivotal",
37 "analyse",
38 "analytics",
39 "business intelligence"
40 ],
41 "author": {
42 "name": "Hoyeung Wong",
43 "email": "hoyeungw@outlook.com",
44 "url": "https://github.com/hoyeungw"
45 },
46 "license": "MIT",
47 "bugs": {
48 "url": "https://github.com/hoyeungw/analys.git"
49 },
50 "homepage": "https://github.com/hoyeungw/analys#readme",
51 "gitHead": "1aa4d6efb43dd47d0989d4660b9f76c6a7fedb44"
52}