source: trip-planner-front/node_modules/cli-spinners/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 910 bytes
Line 
1{
2 "name": "cli-spinners",
3 "version": "2.6.1",
4 "description": "Spinners for use in the terminal",
5 "license": "MIT",
6 "repository": "sindresorhus/cli-spinners",
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": ">=6"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd",
18 "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet"
19 },
20 "files": [
21 "index.js",
22 "index.d.ts",
23 "spinners.json"
24 ],
25 "keywords": [
26 "cli",
27 "spinner",
28 "spinners",
29 "terminal",
30 "term",
31 "console",
32 "ascii",
33 "unicode",
34 "loading",
35 "indicator",
36 "progress",
37 "busy",
38 "wait",
39 "idle",
40 "json"
41 ],
42 "devDependencies": {
43 "ava": "^1.4.1",
44 "log-update": "^3.2.0",
45 "string-length": "^4.0.1",
46 "tsd": "^0.7.2",
47 "xo": "^0.24.0"
48 }
49}
Note: See TracBrowser for help on using the repository browser.