UNPKG

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