UNPKG

2.81 kBJSONView Raw
1{
2 "name": "baro",
3 "version": "0.0.9",
4 "description": "a command-line progress-bar",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "upint": "yarn upgrade-interactive --latest",
12 "build": "rollup -c rollup.config.js"
13 },
14 "dependencies": {
15 "@aryth/math": "^0.3.26",
16 "@palett/cards": "^0.8.18",
17 "@palett/dye": "^0.8.18",
18 "@palett/dye-factory": "^0.8.18",
19 "@palett/presets": "^0.8.18",
20 "@palett/projector-factory": "^0.8.18",
21 "@spare/logger": "^0.12.4",
22 "@texting/lange": "^0.0.13",
23 "@typen/enum-data-types": "^0.1.17",
24 "@typen/nullish": "^0.1.17",
25 "@valjoux/linger": "^0.3.8",
26 "@valjoux/timestamp": "^0.3.8",
27 "@pres/enum-control-chars": "^0.3.29",
28 "@pres/enum-csi-codes": "^0.3.29"
29 },
30 "devDependencies": {
31 "@aryth/flopper": "^0.3.26",
32 "@aryth/math": "^0.3.26",
33 "@aryth/rand": "^0.3.26",
34 "@babel/core": "^7.16.0",
35 "@babel/node": "^7.16.0",
36 "@babel/plugin-proposal-class-properties": "^7.16.0",
37 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
38 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
39 "@babel/plugin-proposal-pipeline-operator": "^7.16.0",
40 "@babel/plugin-proposal-private-methods": "^7.16.0",
41 "@babel/plugin-transform-runtime": "^7.16.4",
42 "@babel/preset-env": "^7.12.1",
43 "@babel/register": "^7.12.1",
44 "@babel/runtime": "^7.12.5",
45 "@geia/contractor": "^0.1.0",
46 "@palett/cards": "^0.8.18",
47 "@palett/dye": "^0.8.18",
48 "@palett/dye-factory": "^0.8.18",
49 "@palett/presets": "^0.8.18",
50 "@palett/projector-factory": "^0.8.18",
51 "@rollup/plugin-babel": "^5.2.1",
52 "@rollup/plugin-commonjs": "^21.0.1",
53 "@rollup/plugin-node-resolve": "^13.0.6",
54 "@spare/deco-date": "^0.12.4",
55 "@spare/logger": "^0.12.4",
56 "@texting/lange": "^0.0.13",
57 "@typen/enum-data-types": "^0.1.17",
58 "@typen/nullish": "^0.1.17",
59 "@valjoux/strategies": "^0.3.8",
60 "@valjoux/timeout": "^0.3.8",
61 "@valjoux/timestamp-pretty": "^0.3.8",
62 "@vect/vector-init": "^0.4.9",
63 "axios": "^0.24.0",
64 "puppeteer": "^11.0.0",
65 "rollup": "^2.60.1",
66 "rollup-plugin-fileinfo": "^0.2.4",
67 "through2": "^4.0.2"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/hoyeungw/baro.git"
72 },
73 "keywords": [
74 "bar",
75 "progress-bar",
76 "throbber",
77 "loading-icon",
78 "term-ui",
79 "terminal-interface",
80 "tui",
81 "ascii"
82 ],
83 "engines": {
84 "node": ">=16"
85 },
86 "author": {
87 "name": "Hoyeung Wong",
88 "email": "hoyeungw@outlook.com",
89 "url": "https://github.com/hoyeungw"
90 },
91 "license": "MIT",
92 "bugs": {
93 "url": "https://github.com/hoyeungw/baro.git"
94 },
95 "homepage": "https://github.com/hoyeungw/baro#readme"
96}