-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.51 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.51 KB
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
{
"name": "@nexssp/ensure",
"description": "Install easy on multiple os, check also @nexssp/os for different functions..",
"version": "1.1.28",
"homepage": "https://nexss.com",
"main": "lib/ensure.js",
"files": [
"lib/**/*",
"translators/**/*"
],
"scripts": {
"test": "nexssp-test --debug",
"test:find": "node bin/nexssp-ensure find",
"test:i": "node bin/nexssp-ensure jq --install=\"scoop install jq\"",
"test:wsl": "node bin/nexssp-ensure \"wsl jq\" --install=\"wsl -u root apt -y install jq\" --progress",
"test:wsl2": "node bin/nexssp-ensure ls --wsl"
},
"author": {
"name": "Marcin Polak",
"email": "mapoart@gmail.com",
"url": "https://nexss.com"
},
"bin": {
"nexssp-ensure": "bin/nexssp-ensure.js"
},
"keywords": [
"os",
"install",
"ensure",
"nexss",
"wsl"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nexssp/ensure.git"
},
"bugs": {
"url": "https://github.com/nexssp/ensure/issues",
"email": "mapoart@gmail.com"
},
"license": "MIT",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
],
"dependencies": {
"@nexssp/ansi": "^1.1.5",
"@nexssp/data": "^1.0.8",
"@nexssp/logdebug": "^1.0.20",
"@nexssp/os": "^2.0.27",
"@nexssp/plugin": "^1.0.9",
"minimist": "^1.2.6"
},
"devDependencies": {
"@nexssp/test": "^1.1.15"
}
}