@systemfsoftware/stryker-js-mutation-run 1.2.5
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/LICENSE +212 -0
- package/README.md +38 -0
- package/dist/checker-C4tGiXtZ.mjs +588 -0
- package/dist/checker-resource-DTYEKXdg.d.mts +108 -0
- package/dist/checker-worker.d.mts +16 -0
- package/dist/checker-worker.mjs +2 -0
- package/dist/child-process-proxy-worker-lx1M5Mz3.mjs +567 -0
- package/dist/child-process-proxy-worker-main.d.mts +1 -0
- package/dist/child-process-proxy-worker-main.mjs +6 -0
- package/dist/child-process-test-runner-worker-BTWRYb8V.mjs +50 -0
- package/dist/child-process-test-runner-worker.d.mts +16 -0
- package/dist/child-process-test-runner-worker.mjs +2 -0
- package/dist/config/base.d.mts +21 -0
- package/dist/config/base.mjs +47 -0
- package/dist/config/config-resolution.d.mts +80 -0
- package/dist/config/config-resolution.mjs +2 -0
- package/dist/config/fork-schema.d.mts +5 -0
- package/dist/config/fork-schema.mjs +2 -0
- package/dist/errors-BkjxkY_S.d.mts +6 -0
- package/dist/errors.d.mts +2 -0
- package/dist/errors.mjs +10 -0
- package/dist/exit-classification.d.mts +28 -0
- package/dist/exit-classification.mjs +39 -0
- package/dist/fork-schema-BHuTbRBR.mjs +62 -0
- package/dist/incremental-differ-DDVwtXBn.d.mts +72 -0
- package/dist/incremental-differ-DY8AA09Q.mjs +579 -0
- package/dist/index-CyOSz6LC.d.mts +104 -0
- package/dist/index.d.mts +87 -0
- package/dist/index.mjs +1885 -0
- package/dist/mutants/incremental-differ.d.mts +2 -0
- package/dist/mutants/incremental-differ.mjs +2 -0
- package/dist/output-mode-CfGHDpi5.d.mts +17 -0
- package/dist/output-mode.d.mts +2 -0
- package/dist/output-mode.mjs +1 -0
- package/dist/plugins-Nx86IJQW.mjs +1618 -0
- package/dist/plugins.d.mts +2 -0
- package/dist/plugins.mjs +2 -0
- package/dist/rolldown-runtime-D7D4PA-g.mjs +13 -0
- package/dist/run-event-CzRz9Gtk.d.mts +121 -0
- package/dist/run-event.d.mts +2 -0
- package/dist/run-event.mjs +1 -0
- package/dist/stryker-package-CTcsIZ4S.mjs +23 -0
- package/dist/stryker-package.d.mts +7 -0
- package/dist/stryker-package.mjs +2 -0
- package/dist/timer-BMrE1SQ3.d.mts +20 -0
- package/dist/timer.d.mts +2 -0
- package/dist/timer.mjs +48 -0
- package/dist/verdict-envelope-BWc61mHm.mjs +229 -0
- package/dist/verdict-envelope-CKLZPjxC.d.mts +94 -0
- package/dist/verdict-envelope.d.mts +2 -0
- package/dist/verdict-envelope.mjs +2 -0
- package/package.json +102 -0
- package/schema/stryker-schema.json +903 -0
package/package.json
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@systemfsoftware/stryker-js-mutation-run",
|
|
3
|
+
"version": "1.2.5",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
|
|
7
|
+
"directory": "packages/stryker-js/mutation-run"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/stryker-js/mutation-run#readme",
|
|
10
|
+
"bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
|
|
11
|
+
"description": "A source-code fork of @stryker-mutator/core",
|
|
12
|
+
"type": "module",
|
|
13
|
+
"files": [
|
|
14
|
+
"dist",
|
|
15
|
+
"schema"
|
|
16
|
+
],
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public",
|
|
19
|
+
"provenance": true
|
|
20
|
+
},
|
|
21
|
+
"exports": {
|
|
22
|
+
".": "./dist/index.mjs",
|
|
23
|
+
"./checker-worker": "./dist/checker-worker.mjs",
|
|
24
|
+
"./child-process-proxy-worker-main": "./dist/child-process-proxy-worker-main.mjs",
|
|
25
|
+
"./child-process-test-runner-worker": "./dist/child-process-test-runner-worker.mjs",
|
|
26
|
+
"./config/base": "./dist/config/base.mjs",
|
|
27
|
+
"./config/config-resolution": "./dist/config/config-resolution.mjs",
|
|
28
|
+
"./config/fork-schema": "./dist/config/fork-schema.mjs",
|
|
29
|
+
"./errors": "./dist/errors.mjs",
|
|
30
|
+
"./exit-classification": "./dist/exit-classification.mjs",
|
|
31
|
+
"./mutants/incremental-differ": "./dist/mutants/incremental-differ.mjs",
|
|
32
|
+
"./output-mode": "./dist/output-mode.mjs",
|
|
33
|
+
"./plugins": "./dist/plugins.mjs",
|
|
34
|
+
"./run-event": "./dist/run-event.mjs",
|
|
35
|
+
"./stryker-package": "./dist/stryker-package.mjs",
|
|
36
|
+
"./timer": "./dist/timer.mjs",
|
|
37
|
+
"./verdict-envelope": "./dist/verdict-envelope.mjs",
|
|
38
|
+
"./package.json": "./package.json"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@stryker-mutator/api": "^9.6.1",
|
|
42
|
+
"@stryker-mutator/instrumenter": "^9.6.1",
|
|
43
|
+
"@stryker-mutator/util": "^9.6.1",
|
|
44
|
+
"diff-match-patch": "1.0.5",
|
|
45
|
+
"execa": "~9.6.0",
|
|
46
|
+
"lodash.groupby": "~4.6.0",
|
|
47
|
+
"minimatch": "~10.2.4",
|
|
48
|
+
"mutation-testing-metrics": "3.7.3",
|
|
49
|
+
"mutation-testing-report-schema": "3.7.3",
|
|
50
|
+
"npm-run-path": "~6.0.0",
|
|
51
|
+
"rxjs": "~7.8.1",
|
|
52
|
+
"semver": "^7.7.0",
|
|
53
|
+
"source-map": "~0.7.4",
|
|
54
|
+
"tree-kill": "~1.2.2",
|
|
55
|
+
"tslib": "~2.8.0",
|
|
56
|
+
"typed-inject": "~5.0.0",
|
|
57
|
+
"@systemfsoftware/stryker-js-plugin-api": "^0.1.0"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"effect": "4.0.0-rc.108"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@effect/vitest": "4.0.0-rc.108",
|
|
64
|
+
"@microsoft/api-extractor": "^7.58.7",
|
|
65
|
+
"@std/jsonc": "npm:@jsr/std__jsonc@^1.0.2",
|
|
66
|
+
"@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
|
|
67
|
+
"@types/diff-match-patch": "1.0.36",
|
|
68
|
+
"@types/json-schema": "7.0.15",
|
|
69
|
+
"@types/lodash.groupby": "4.6.9",
|
|
70
|
+
"@types/node": "^24",
|
|
71
|
+
"@types/semver": "7.7.1",
|
|
72
|
+
"effect": "4.0.0-rc.108",
|
|
73
|
+
"glob": "13.0.6",
|
|
74
|
+
"oxlint": "^1.77.0",
|
|
75
|
+
"tsdown": "^0.22.14",
|
|
76
|
+
"typescript": "^7",
|
|
77
|
+
"vitest": "^4.1.10",
|
|
78
|
+
"@systemfsoftware/effect-gherkin-spec": "^0.5.1",
|
|
79
|
+
"@systemfsoftware/tsconfig": "^1.3.1",
|
|
80
|
+
"@systemfsoftware/oxlint-config": "^0.1.0",
|
|
81
|
+
"@systemfsoftware/stryker-js-vitest-runner": "^0.1.0",
|
|
82
|
+
"@systemfsoftware/vitest-config": "^0.1.0"
|
|
83
|
+
},
|
|
84
|
+
"engines": {
|
|
85
|
+
"node": ">=20.0.0"
|
|
86
|
+
},
|
|
87
|
+
"license": "Apache-2.0",
|
|
88
|
+
"inlinedDependencies": {
|
|
89
|
+
"@jsr/std__jsonc": "1.0.2"
|
|
90
|
+
},
|
|
91
|
+
"scripts": {
|
|
92
|
+
"typecheck": "tsc --noEmit --incremental",
|
|
93
|
+
"test": "vitest run",
|
|
94
|
+
"build": "tsdown && pnpm api:check",
|
|
95
|
+
"api:check": "api-extractor run",
|
|
96
|
+
"api:update": "api-extractor run --local",
|
|
97
|
+
"lint": "f=${OXLINT_FORMAT:-${AGENT:+agent}}; oxlint --format=${f:-default}",
|
|
98
|
+
"attw": "attw --pack .",
|
|
99
|
+
"mutation": "stryker run",
|
|
100
|
+
"mutation:full": "stryker run --force"
|
|
101
|
+
}
|
|
102
|
+
}
|