-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 861 Bytes
/
package.json
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
{
"name": "get-cursor-position",
"version": "2.0.0",
"description": "Get the cursor's current position in your terminal.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"terminal",
"console",
"cursor",
"position",
"ansi",
"escape"
],
"author": {
"name": "bubkoo",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bubkoo/get-cursor-position.git"
},
"bugs": {
"url": "https://github.com/bubkoo/get-cursor-position/issues"
},
"homepage": "https://github.com/bubkoo/get-cursor-position",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}