UNPKG

2.73 kBJSONView Raw
1{
2 "name": "baro",
3 "version": "0.0.4",
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 },
28 "devDependencies": {
29 "@aryth/flopper": "^0.3.26",
30 "@aryth/math": "^0.3.26",
31 "@aryth/rand": "^0.3.26",
32 "@babel/core": "^7.16.0",
33 "@babel/node": "^7.16.0",
34 "@babel/plugin-proposal-class-properties": "^7.16.0",
35 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
36 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
37 "@babel/plugin-proposal-pipeline-operator": "^7.16.0",
38 "@babel/plugin-proposal-private-methods": "^7.16.0",
39 "@babel/plugin-transform-runtime": "^7.16.4",
40 "@babel/preset-env": "^7.12.1",
41 "@babel/register": "^7.12.1",
42 "@babel/runtime": "^7.12.5",
43 "@geia/contractor": "^0.1.0",
44 "@palett/cards": "^0.8.18",
45 "@palett/dye": "^0.8.18",
46 "@palett/dye-factory": "^0.8.18",
47 "@palett/presets": "^0.8.18",
48 "@palett/projector-factory": "^0.8.18",
49 "@rollup/plugin-babel": "^5.2.1",
50 "@rollup/plugin-commonjs": "^21.0.1",
51 "@rollup/plugin-node-resolve": "^13.0.6",
52 "@spare/deco-date": "^0.12.4",
53 "@spare/logger": "^0.12.4",
54 "@texting/lange": "^0.0.13",
55 "@typen/enum-data-types": "^0.1.17",
56 "@typen/nullish": "^0.1.17",
57 "@valjoux/strategies": "^0.3.8",
58 "@valjoux/timeout": "^0.3.8",
59 "@valjoux/timestamp-pretty": "^0.3.8",
60 "@vect/vector-init": "^0.4.9",
61 "axios": "^0.24.0",
62 "puppeteer": "^11.0.0",
63 "rollup": "^2.60.1",
64 "rollup-plugin-fileinfo": "^0.2.4",
65 "through2": "^4.0.2"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/hoyeungw/baro.git"
70 },
71 "keywords": [
72 "bar",
73 "progress-bar",
74 "throbber",
75 "loading-icon",
76 "term-ui",
77 "terminal-interface",
78 "tui",
79 "ascii"
80 ],
81 "engines": {
82 "node": ">=16"
83 },
84 "author": {
85 "name": "Hoyeung Wong",
86 "email": "hoyeungw@outlook.com",
87 "url": "https://github.com/hoyeungw"
88 },
89 "license": "MIT",
90 "bugs": {
91 "url": "https://github.com/hoyeungw/baro.git"
92 },
93 "homepage": "https://github.com/hoyeungw/baro#readme"
94}