aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ora/package.json
blob: 918c52f5f7c9085aec35d42806f09223f61f2865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
	"name": "ora",
	"version": "6.0.1",
	"description": "Elegant terminal spinner",
	"license": "MIT",
	"repository": "sindresorhus/ora",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"cli",
		"spinner",
		"spinners",
		"terminal",
		"term",
		"console",
		"ascii",
		"unicode",
		"loading",
		"indicator",
		"progress",
		"busy",
		"wait",
		"idle"
	],
	"dependencies": {
		"bl": "^5.0.0",
		"chalk": "^4.1.2",
		"cli-cursor": "^4.0.0",
		"cli-spinners": "^2.6.0",
		"is-interactive": "^2.0.0",
		"is-unicode-supported": "^1.1.0",
		"log-symbols": "^5.0.0",
		"strip-ansi": "^7.0.1",
		"wcwidth": "^1.0.1"
	},
	"devDependencies": {
		"@types/node": "^16.9.1",
		"ava": "^3.15.0",
		"get-stream": "^6.0.1",
		"transform-tty": "^1.0.11",
		"tsd": "^0.17.0",
		"xo": "^0.44.0"
	}
}