UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@volks/worldbank-indicator",
3 "version": "0.1.6",
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.12",
19 "@analys/convert": "^0.4.11",
20 "@analys/enum-join-modes": "^0.4.11",
21 "@analys/enum-pivot-mode": "^0.4.11",
22 "@analys/enum-tabular-types": "^0.4.11",
23 "@analys/table": "^0.4.11",
24 "@analys/tablespec": "^0.4.11",
25 "@aryth/bound-vector": "^0.3.0",
26 "@aryth/comparer": "^0.3.0",
27 "@aryth/math": "^0.3.0",
28 "@palett/says": "^0.4.6",
29 "@spare/cite": "^0.9.9",
30 "@spare/deco": "^0.9.9",
31 "@spare/enum-chars": "^0.9.9",
32 "@spare/logger": "^0.9.9",
33 "@spare/string": "^0.9.9",
34 "@spare/tap": "^0.9.9",
35 "@spare/translator": "^0.9.9",
36 "@typen/enum-data-types": "^0.1.10",
37 "@typen/num-strict": "^0.1.10",
38 "@valjoux/timestamp-pretty": "^0.2.1",
39 "@vect/object-init": "^0.2.10",
40 "@vect/vector-index": "^0.2.10",
41 "@vect/vector-merge": "^0.2.10",
42 "@vect/vector-zipper": "^0.2.10"
43 },
44 "devDependencies": {
45 "@vect/object-mapper": "^0.2.10"
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": "da391c087dbdfba78e37f69cb8f4559ed99dce6e"
63}