-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1004 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
{
"name": "zsh-any-node",
"deprecated": false,
"description": "This special ZI package – is designed for easy installing of any Node modules inside the plugin directory, exposing their binaries via shims (i.e.: forwarder scripts) created automatically by Bin-Gem-Node annex.",
"homepage": "https://github.com/z-shell/any-node",
"license": "MIT",
"keywords": [
"zpackage",
"npm wrapper",
"zsh"
],
"author": "Z-Shell Community",
"bugs": {
"url": "https://github.com/z-shell/any-node/issues"
},
"zsh-data": {
"plugin-info": {
"user": "z-shell",
"plugin": "0",
"version": "1.0.0",
"requires": "npm;bgn"
},
"zi-ices": {
"default": {
"git": "",
"lucid": "",
"as": "null",
"id-as": "${${:-%IDAS%}:-%MOD%}",
"node": "%MOD%;%MOD2%;%MOD3%;%MOD4%;%MOD5%;%MOD6%;%MOD7%;%OTHER%",
"sbin": "n:node_modules/.bin/*",
"atpull": "%atclone",
"nocompile": ""
}
}
}
}