-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "detect-node-support",
"version": "0.0.0-development",
"description": "List the Node.js versions supported by the package/repository",
"bin": {
"detect-node-support": "./bin/detect-node-support"
},
"files": [
"bin",
"lib"
],
"main": "lib/index.js",
"scripts": {
"test-cli": " while read p; do echo \"./bin/detect-node-support $p\"; ./bin/detect-node-support $p; done < ./test/cli-test.txt",
"test": "lab -a @hapi/code -L -p 1 -t 100 -m 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkgjs/detect-node-support.git"
},
"author": "Dominykas Blyžė <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pkgjs/detect-node-support/issues"
},
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/pkgjs/detect-node-support#readme",
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/lab": "^24.0.0",
"allow-scripts": "^1.5.2",
"nock": "^13.0.0",
"sinon": "^13.0.0"
},
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@octokit/plugin-throttling": "^3.2.2",
"@octokit/rest": "^18.0.0",
"@pkgjs/nv": "0.2.1",
"debug": "^4.1.1",
"git-url-parse": "^11.1.2",
"js-yaml": "^4.0.0",
"minimist": "^1.2.5",
"pacote": "^12.0.0",
"simple-git": "^3.0.0",
"tmp": "^0.2.0"
}
}