aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ora/package.json
blob: befdf0524dd63dc38bfb500147894c992229201c (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
{
	"name": "ora",
	"version": "3.4.0",
	"description": "Elegant terminal spinner",
	"license": "MIT",
	"repository": "sindresorhus/ora",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=6"
	},
	"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": {
		"chalk": "^2.4.2",
		"cli-cursor": "^2.1.0",
		"cli-spinners": "^2.0.0",
		"log-symbols": "^2.2.0",
		"strip-ansi": "^5.2.0",
		"wcwidth": "^1.0.1"
	},
	"devDependencies": {
		"@types/node": "^11.13.0",
		"ava": "^1.4.1",
		"get-stream": "^4.1.0",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}
}