Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1021 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "ora",
|
---|
3 | "version": "5.4.1",
|
---|
4 | "description": "Elegant terminal spinner",
|
---|
5 | "license": "MIT",
|
---|
6 | "repository": "sindresorhus/ora",
|
---|
7 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
8 | "author": {
|
---|
9 | "name": "Sindre Sorhus",
|
---|
10 | "email": "sindresorhus@gmail.com",
|
---|
11 | "url": "https://sindresorhus.com"
|
---|
12 | },
|
---|
13 | "engines": {
|
---|
14 | "node": ">=10"
|
---|
15 | },
|
---|
16 | "scripts": {
|
---|
17 | "test": "xo && ava && tsd"
|
---|
18 | },
|
---|
19 | "files": [
|
---|
20 | "index.js",
|
---|
21 | "index.d.ts"
|
---|
22 | ],
|
---|
23 | "keywords": [
|
---|
24 | "cli",
|
---|
25 | "spinner",
|
---|
26 | "spinners",
|
---|
27 | "terminal",
|
---|
28 | "term",
|
---|
29 | "console",
|
---|
30 | "ascii",
|
---|
31 | "unicode",
|
---|
32 | "loading",
|
---|
33 | "indicator",
|
---|
34 | "progress",
|
---|
35 | "busy",
|
---|
36 | "wait",
|
---|
37 | "idle"
|
---|
38 | ],
|
---|
39 | "dependencies": {
|
---|
40 | "bl": "^4.1.0",
|
---|
41 | "chalk": "^4.1.0",
|
---|
42 | "cli-cursor": "^3.1.0",
|
---|
43 | "cli-spinners": "^2.5.0",
|
---|
44 | "is-interactive": "^1.0.0",
|
---|
45 | "is-unicode-supported": "^0.1.0",
|
---|
46 | "log-symbols": "^4.1.0",
|
---|
47 | "strip-ansi": "^6.0.0",
|
---|
48 | "wcwidth": "^1.0.1"
|
---|
49 | },
|
---|
50 | "devDependencies": {
|
---|
51 | "@types/node": "^14.14.35",
|
---|
52 | "ava": "^2.4.0",
|
---|
53 | "get-stream": "^6.0.0",
|
---|
54 | "tsd": "^0.14.0",
|
---|
55 | "xo": "^0.38.2"
|
---|
56 | }
|
---|
57 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.