-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.54 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
{
"name": "test-all-versions",
"version": "6.1.0",
"description": "Run your test suite against all published versions of a dependency",
"bin": {
"tav": "index.js"
},
"dependencies": {
"after-all-results": "^2.0.0",
"ansi-diff-stream": "^1.2.1",
"cli-spinners": "^2.9.2",
"deepmerge": "^4.3.1",
"import-fresh": "^3.3.0",
"is-ci": "^3.0.1",
"js-yaml": "^4.1.0",
"log-symbols": "^4.1.0",
"minimist": "^1.2.8",
"npm-package-versions": "^1.0.1",
"once": "^1.4.0",
"parse-env-string": "^1.0.1",
"resolve": "^1.22.8",
"semver": "^7.5.4",
"spawn-npm-install": "^1.2.0",
"which": "^2.0.2"
},
"devDependencies": {
"standard": "^17.1.0",
"tap": "^18.6.1"
},
"scripts": {
"ci:coverage": "tap --coverage-report=lcovonly --allow-incomplete-coverage test.js",
"coverage": "npm prune && tap --coverage-report=html test.js",
"lint": "standard",
"test": "npm run lint && npm prune && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/test-all-versions.git"
},
"keywords": [
"test",
"npm",
"version",
"versions",
"module",
"modules",
"package",
"packages"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/test-all-versions/issues"
},
"homepage": "https://github.com/watson/test-all-versions#readme",
"engines": {
"node": ">=14"
},
"coordinates": [
56.0400132,
12.5912484
]
}