forked from eush77/terminal-control
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"_from": "github:flxm/terminal-control",
"_id": "terminal-control@0.0.4",
"_inBundle": false,
"_integrity": "",
"_location": "/terminal-control",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "flxm/terminal-control",
"rawSpec": "flxm/terminal-control",
"saveSpec": "github:flxm/terminal-control",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:flxm/terminal-control#dbe4c9f8b03b0ef05cea7009e0482653059971c0",
"_spec": "flxm/terminal-control",
"_where": "D:\\Dropbox\\term",
"author": {
"name": "Adam Paszke"
},
"bugs": {
"url": "https://github.com/wesolyromek/terminal-control/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Terminal escape codes made easy. Get in full control.",
"homepage": "https://github.com/wesolyromek/terminal-control",
"keywords": [
"terminal",
"ansi",
"escape",
"code"
],
"license": "MIT",
"main": "terminal-control.js",
"name": "terminal-control",
"repository": {
"type": "git",
"url": "git+https://github.com/wesolyromek/terminal-control.git"
},
"scripts": {
"test": "echo 0"
},
"version": "0.0.5"
}