-
Notifications
You must be signed in to change notification settings - Fork 214
/
package.json
52 lines (52 loc) · 1.14 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
{
"name": "nodist",
"version": "0.10.3",
"description": "Natural node version manager for windows",
"keywords": [
"node",
"version",
"manager",
"build",
"windows"
],
"author": "Marcel Klehr <[email protected]>",
"homepage": "https://github.com/nodists/nodist",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodists/nodist/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nodists/nodist.git"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"progress": "^2.0.3",
"promisepipe": "^3.0.0",
"recursive-readdir": "^2.2.2",
"request": "~2.88.0",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"tar": "^6.1.11"
},
"devDependencies": {
"node-unzip-2": "^0.2.8",
"vows": "^0.8.3"
},
"engines": {
"node": ">= 12"
},
"scripts": {
"prebuild": "node ./build/fetch_nsis_plugins.mjs",
"build": "node ./build/build.js",
"test": "node ./node_modules/vows/bin/vows --spec ./test/*-test.js"
},
"os": [
"win32"
]
}