Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
715 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "cli-cursor",
|
---|
3 | "version": "3.1.0",
|
---|
4 | "description": "Toggle the CLI cursor",
|
---|
5 | "license": "MIT",
|
---|
6 | "repository": "sindresorhus/cli-cursor",
|
---|
7 | "author": {
|
---|
8 | "name": "Sindre Sorhus",
|
---|
9 | "email": "sindresorhus@gmail.com",
|
---|
10 | "url": "sindresorhus.com"
|
---|
11 | },
|
---|
12 | "engines": {
|
---|
13 | "node": ">=8"
|
---|
14 | },
|
---|
15 | "scripts": {
|
---|
16 | "test": "xo && ava && tsd"
|
---|
17 | },
|
---|
18 | "files": [
|
---|
19 | "index.js",
|
---|
20 | "index.d.ts"
|
---|
21 | ],
|
---|
22 | "keywords": [
|
---|
23 | "cli",
|
---|
24 | "cursor",
|
---|
25 | "ansi",
|
---|
26 | "toggle",
|
---|
27 | "display",
|
---|
28 | "show",
|
---|
29 | "hide",
|
---|
30 | "term",
|
---|
31 | "terminal",
|
---|
32 | "console",
|
---|
33 | "tty",
|
---|
34 | "shell",
|
---|
35 | "command-line"
|
---|
36 | ],
|
---|
37 | "dependencies": {
|
---|
38 | "restore-cursor": "^3.1.0"
|
---|
39 | },
|
---|
40 | "devDependencies": {
|
---|
41 | "@types/node": "^12.0.7",
|
---|
42 | "ava": "^2.1.0",
|
---|
43 | "tsd": "^0.7.2",
|
---|
44 | "xo": "^0.24.0"
|
---|
45 | }
|
---|
46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.