UNPKG

1.57 kBJSONView Raw
1{
2 "name": "nve",
3 "version": "8.1.0",
4 "files": [
5 "build/src",
6 "examples",
7 "!~"
8 ],
9 "bin": {
10 "nve": "build/src/bin.js"
11 },
12 "scripts": {
13 "test": "gulp test"
14 },
15 "husky": {
16 "hooks": {
17 "pre-push": "gulp check --full"
18 }
19 },
20 "description": "Run any command on specific Node.js versions",
21 "keywords": [
22 "nodejs",
23 "node",
24 "nvm",
25 "npx",
26 "versions",
27 "versioning",
28 "exec",
29 "shell",
30 "terminal",
31 "command-line",
32 "cli",
33 "dependency-management",
34 "es6",
35 "javascript",
36 "library",
37 "npmjs",
38 "operating-system",
39 "package-manager",
40 "server",
41 "bash"
42 ],
43 "license": "Apache-2.0",
44 "homepage": "https://git.io/fjQyb",
45 "repository": "ehmicky/nve",
46 "bugs": {
47 "url": "https://github.com/ehmicky/nve/issues"
48 },
49 "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
50 "directories": {
51 "lib": "src",
52 "test": "test"
53 },
54 "dependencies": {
55 "chalk": "^3.0.0",
56 "core-js": "^3.4.5",
57 "execa": "^3.4.0",
58 "figures": "^3.1.0",
59 "filter-obj": "^2.0.1",
60 "get-stdin": "^7.0.0",
61 "normalize-node-version": "^6.1.1",
62 "nvexeca": "^1.5.5",
63 "read-pkg-up": "^7.0.0",
64 "semver": "^6.3.0",
65 "update-notifier": "^3.0.1",
66 "yargs": "^15.0.2"
67 },
68 "devDependencies": {
69 "@ehmicky/dev-tasks": "^0.30.60",
70 "ava": "^2.4.0",
71 "get-bin-path": "^4.0.0",
72 "gulp": "^4.0.2",
73 "has-ansi": "^4.0.0",
74 "husky": "^3.1.0",
75 "test-each": "^1.8.0"
76 },
77 "engines": {
78 "node": ">=8.12.0"
79 }
80}