UNPKG

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