-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"_from": "github-issues@^1.0.0",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/zsh-github-issues",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "github-issues@^1.0.0",
"name": "github-issues",
"escapedName": "github-issues",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [],
"_spec": "github-issues@^1.0.0",
"_where": "/root/github2/pkg-github-issues",
"author": "Sebastian Gniazdowski",
"bugs": {
"url": "https://github.com/z-shell/zsh-github-issues/issues"
},
"version": "1.0.1",
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "Subscribe to projects on Github and receive within shell (under prompt) notifications about new issues.",
"devDependencies": {},
"directories": {
"test": "test"
},
"homepage": "https://github.com/z-shell/zsh-github-issues",
"keywords": [
"github issues",
"github issues notifications",
"zsh"
],
"license": "MIT",
"name": "zsh-github-issues",
"zsh-data": {
"plugin-info": {
"user": "z-shell",
"plugin": "zsh-github-issues",
"message": "The profile %PROFILE% has been installed.\nTo pull the messages the `github-issues-srv' package is also needed.",
"version": "1.0.0"
},
"zplugin-ices": {
"default": {
"git": "",
"lucid": "",
"on-update-of": "~/.cache/zsh-github-issues/new_titles.log",
"notify": "New issue: $NOTIFY_MESSAGE",
"atpull": "%atclone"
},
"compact-message": {
"git": "",
"lucid": "",
"on-update-of": "~/.cache/zsh-github-issues/new_titles.log",
"notify": "$NOTIFY_MESSAGE",
"atpull": "%atclone"
}
}
}
}