UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@volks/worldbank-indicator",
3 "version": "0.1.12",
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.17",
19 "@analys/convert": "^0.5.2",
20 "@analys/enum-join-modes": "^0.5.2",
21 "@analys/enum-pivot-mode": "^0.5.2",
22 "@analys/enum-tabular-types": "^0.5.2",
23 "@analys/table": "^0.5.2",
24 "@analys/tablespec": "^0.5.2",
25 "@aryth/bound-vector": "^0.3.22",
26 "@aryth/comparer": "^0.3.22",
27 "@aryth/math": "^0.3.22",
28 "@palett/says": "^0.8.16",
29 "@spare/cite": "^0.11.22",
30 "@spare/deco": "^0.11.22",
31 "@spare/enum-chars": "^0.11.22",
32 "@spare/logger": "^0.11.22",
33 "@spare/string": "^0.11.22",
34 "@spare/tap": "^0.11.22",
35 "@spare/translator": "^0.11.22",
36 "@typen/enum-data-types": "^0.1.17",
37 "@typen/num-strict": "^0.1.17",
38 "@valjoux/timestamp-pretty": "^0.3.7",
39 "@vect/object-init": "^0.4.4",
40 "@vect/vector-index": "^0.4.4",
41 "@vect/vector-merge": "^0.4.4",
42 "@vect/vector-zipper": "^0.4.4"
43 },
44 "devDependencies": {
45 "@vect/object-mapper": "^0.4.4"
46 },
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/hoyeungw/volks.git"
50 },
51 "keywords": [
52 "volks",
53 "function",
54 "worldbank-indicator"
55 ],
56 "author": "Hoyeung Wong",
57 "license": "MIT",
58 "bugs": {
59 "url": "https://github.com/hoyeungw/volks"
60 },
61 "homepage": "https://github.com/hoyeungw/volks#readme",
62 "gitHead": "94cf4a600eeb3b43b9cde01aaea9b32df806779f"
63}