@form8ion/codecov 3.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -2,25 +2,18 @@
|
|
|
2
2
|
"name": "@form8ion/codecov",
|
|
3
3
|
"description": "code coverage service plugin for form8ion",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "4.0.1",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"example.js",
|
|
11
|
-
"lib/"
|
|
12
|
-
],
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
7
|
+
"node": ">=16"
|
|
15
8
|
},
|
|
9
|
+
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
10
|
+
"repository": "form8ion/codecov",
|
|
11
|
+
"bugs": "https://github.com/form8ion/codecov/issues",
|
|
12
|
+
"homepage": "https://npm.im/@form8ion/codecov",
|
|
16
13
|
"runkitExampleFilename": "./example.js",
|
|
17
14
|
"main": "lib/index.cjs.js",
|
|
18
15
|
"module": "lib/index.es.js",
|
|
19
16
|
"sideEffects": false,
|
|
20
|
-
"repository": "form8ion/codecov",
|
|
21
|
-
"bugs": "https://github.com/form8ion/codecov/issues",
|
|
22
|
-
"homepage": "https://npm.im/@form8ion/codecov",
|
|
23
|
-
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
24
17
|
"scripts": {
|
|
25
18
|
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
|
|
26
19
|
"lint:lockfile": "lockfile-lint",
|
|
@@ -50,47 +43,54 @@
|
|
|
50
43
|
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
|
|
51
44
|
"lint:engines": "ls-engines"
|
|
52
45
|
},
|
|
46
|
+
"files": [
|
|
47
|
+
"example.js",
|
|
48
|
+
"lib/"
|
|
49
|
+
],
|
|
50
|
+
"publishConfig": {
|
|
51
|
+
"access": "public"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@form8ion/core": "^2.0.0",
|
|
55
|
+
"execa": "^5.1.1",
|
|
56
|
+
"got": "^11.8.5",
|
|
57
|
+
"js-yaml": "^4.1.0"
|
|
58
|
+
},
|
|
53
59
|
"devDependencies": {
|
|
54
|
-
"@babel/register": "7.
|
|
55
|
-
"@cucumber/cucumber": "8.
|
|
56
|
-
"@form8ion/babel-preset": "1.6.
|
|
57
|
-
"@form8ion/commitlint-config": "1.0.
|
|
58
|
-
"@form8ion/eslint-config": "
|
|
60
|
+
"@babel/register": "7.18.9",
|
|
61
|
+
"@cucumber/cucumber": "8.5.2",
|
|
62
|
+
"@form8ion/babel-preset": "1.6.95",
|
|
63
|
+
"@form8ion/commitlint-config": "1.0.38",
|
|
64
|
+
"@form8ion/eslint-config": "5.0.9",
|
|
59
65
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
60
|
-
"@form8ion/eslint-config-mocha": "
|
|
61
|
-
"@form8ion/javascript-core": "
|
|
62
|
-
"@form8ion/remark-lint-preset": "
|
|
66
|
+
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
67
|
+
"@form8ion/javascript-core": "7.0.1",
|
|
68
|
+
"@form8ion/remark-lint-preset": "4.0.2",
|
|
63
69
|
"@rollup/plugin-babel": "5.3.1",
|
|
64
|
-
"@rollup/plugin-node-resolve": "13.
|
|
65
|
-
"@travi/any": "2.
|
|
70
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
71
|
+
"@travi/any": "2.1.5",
|
|
66
72
|
"ban-sensitive-files": "1.9.18",
|
|
67
|
-
"c8": "7.
|
|
73
|
+
"c8": "7.12.0",
|
|
68
74
|
"chai": "4.3.6",
|
|
69
75
|
"cross-env": "7.0.3",
|
|
70
76
|
"cz-conventional-changelog": "3.3.0",
|
|
71
77
|
"gherkin-lint": "4.2.2",
|
|
72
78
|
"http-status-codes": "2.2.0",
|
|
73
|
-
"husky": "
|
|
74
|
-
"lockfile-lint": "4.
|
|
75
|
-
"ls-engines": "0.
|
|
76
|
-
"mocha": "
|
|
77
|
-
"mock-fs": "5.1.
|
|
78
|
-
"nock": "13.2.
|
|
79
|
+
"husky": "8.0.1",
|
|
80
|
+
"lockfile-lint": "4.8.0",
|
|
81
|
+
"ls-engines": "0.7.0",
|
|
82
|
+
"mocha": "10.0.0",
|
|
83
|
+
"mock-fs": "5.1.4",
|
|
84
|
+
"nock": "13.2.9",
|
|
79
85
|
"npm-run-all": "4.1.5",
|
|
80
86
|
"package-preview": "4.0.0",
|
|
81
|
-
"remark-cli": "
|
|
87
|
+
"remark-cli": "11.0.0",
|
|
82
88
|
"remark-toc": "8.0.1",
|
|
83
89
|
"remark-usage": "10.0.1",
|
|
84
90
|
"rimraf": "3.0.2",
|
|
85
|
-
"rollup": "2.
|
|
91
|
+
"rollup": "2.79.0",
|
|
86
92
|
"rollup-plugin-auto-external": "2.0.0",
|
|
87
|
-
"sinon": "
|
|
88
|
-
"testdouble": "3.16.
|
|
89
|
-
},
|
|
90
|
-
"dependencies": {
|
|
91
|
-
"@form8ion/core": "^1.4.2",
|
|
92
|
-
"execa": "^5.1.1",
|
|
93
|
-
"got": "^11.8.2",
|
|
94
|
-
"js-yaml": "^4.1.0"
|
|
93
|
+
"sinon": "14.0.0",
|
|
94
|
+
"testdouble": "3.16.6"
|
|
95
95
|
}
|
|
96
96
|
}
|