UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@volks/worldbank-indicator",
3 "version": "0.1.1",
4 "description": "A worldbank-indicator",
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/test.index.js"
16 },
17 "dependencies": {
18 "@acq/acq": "^0.2.8",
19 "@analys/enum-join-modes": "^0.4.1",
20 "@analys/enum-pivot-mode": "^0.4.1",
21 "@analys/enum-tabular-types": "^0.4.1",
22 "@analys/table": "^0.4.1",
23 "@aryth/bound-vector": "^0.2.14",
24 "@aryth/math": "^0.2.14",
25 "@spare/cite": "^0.9.3",
26 "@spare/enum-chars": "^0.9.3",
27 "@spare/tap": "^0.9.3",
28 "@typen/num-strict": "^0.1.7",
29 "@vect/object-init": "^0.2.9",
30 "@vect/vector-zipper": "^0.2.9"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/hoyeungw/volks.git"
35 },
36 "keywords": [
37 "volks",
38 "function",
39 "worldbank-indicator"
40 ],
41 "author": "Hoyeung Wong",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/volks"
45 },
46 "homepage": "https://github.com/hoyeungw/volks#readme",
47 "gitHead": "0bc942e3a2364ad76e471606d64fd616b5b6326e"
48}