-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
80 lines (80 loc) · 1.7 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nve",
"version": "18.0.1",
"type": "module",
"files": [
"build/src/**/*.{js,json}",
"!build/src/**/*.test.js",
"!build/src/{helpers,fixtures}"
],
"bin": {
"nve": "build/src/bin.js"
},
"scripts": {
"test": "gulp test"
},
"description": "Run any command on specific Node.js versions",
"keywords": [
"nodejs",
"node",
"nvm",
"npx",
"versions",
"versioning",
"exec",
"shell",
"terminal",
"command-line",
"cli",
"dependency-management",
"es6",
"javascript",
"library",
"npmjs",
"operating-system",
"package-manager",
"server",
"bash"
],
"license": "Apache-2.0",
"homepage": "https://www.github.com/ehmicky/nve",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/nve.git"
},
"bugs": {
"url": "https://github.com/ehmicky/nve/issues"
},
"author": "ehmicky <[email protected]> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"dependencies": {
"chalk": "^5.3.0",
"execa": "^9.5.1",
"figures": "^6.0.1",
"filter-obj": "^6.1.0",
"get-stdin": "^9.0.0",
"handle-cli-error": "^5.0.0",
"node-version-alias": "^5.0.0",
"nvexeca": "^11.0.1",
"preferred-node-version": "^5.0.0",
"read-package-up": "^11.0.0",
"semver": "^7.6.3",
"update-notifier": "^7.3.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.27",
"@ehmicky/eslint-config": "^20.0.19",
"@ehmicky/prettier-config": "^1.0.4",
"get-bin-path": "^11.0.0",
"has-ansi": "^6.0.0",
"is-ci": "^3.0.1",
"spyd": "^0.8.2",
"test-each": "^7.0.0"
},
"engines": {
"node": ">=18.18.0"
}
}