-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c59b2bc
commit bff2903
Showing
26 changed files
with
375 additions
and
255 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...onConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Conflict/IsEmpty/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"conflict":{},"foo":{"qux":"quux","bar":"baz"}} |
7 changes: 7 additions & 0 deletions
7
...sionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Conflict/IsEmpty/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"conflict": {}, | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...onConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Conflict/IsMissing/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Conflict/IsPresent/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"conflict":{"branch\/main":"dev-main","branch\/main-referencing-commit":"dev-main#bf2eeff","branch\/main-referencing-commit-untrimmed":"dev-main#bf2eeff","branch\/main-untrimmed":"dev-main","branch\/my-feature":"dev-my-feature","branch\/my-feature-untrimmed":"dev-my-feature","exact\/major":"1","exact\/major-minor":"1.2","exact\/major-minor-patch":"1.2.3","exact\/major-minor-patch-untrimmed":"1.2.3","exact\/major-minor-untrimmed":"1.2","exact\/major-untrimmed":"1","version-range\/caret-major":"^1","version-range\/caret-major-minor":"^1.2","version-range\/caret-major-minor-patch":"^1.2.3","version-range\/caret-major-minor-patch-untrimmed":"^1.2.3","version-range\/caret-major-minor-untrimmed":"^1.2","version-range\/caret-major-untrimmed":"^1","version-range\/hyphen-surrounded-by-space-double":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-double-untrimmed":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single-untrimmed":"1.0 - 2.0","version-range\/lower":">=1.0","version-range\/lower-and-upper-with-comma":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower":">=1.0,<1.1 || || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-space-double":">=1.0 <2.0","version-range\/lower-and-upper-with-space-double-untrimmed":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single-or-lower":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-or-lower-untrimmed":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-untrimmed":">=1.0 <2.0","version-range\/lower-untrimmed":">=1.0","version-range\/tilde-major":"~1","version-range\/tilde-major-minor":"~1.2","version-range\/tilde-major-minor-patch":"~1.2.3","version-range\/tilde-major-minor-patch-untrimmed":"~1.2.3","version-range\/tilde-major-minor-untrimmed":"~1.2","version-range\/tilde-major-untrimmed":"~1","version-range\/upper":"<2.0","version-range\/upper-untrimmed":"<2.0"},"foo":{"qux":"quux","bar":"baz"}} |
60 changes: 60 additions & 0 deletions
60
...onConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Conflict/IsPresent/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"conflict": { | ||
"branch/main": "dev-main", | ||
"branch/main-referencing-commit": "dev-main#bf2eeff", | ||
"branch/main-referencing-commit-untrimmed": "dev-main#bf2eeff", | ||
"branch/main-untrimmed": " dev-main ", | ||
"branch/my-feature": "dev-my-feature", | ||
"branch/my-feature-untrimmed": " dev-my-feature ", | ||
"exact/major": "1", | ||
"exact/major-minor": "1.2", | ||
"exact/major-minor-patch": "1.2.3", | ||
"exact/major-minor-patch-untrimmed": " 1.2.3 ", | ||
"exact/major-minor-untrimmed": " 1.2 ", | ||
"exact/major-untrimmed": " 1 ", | ||
"version-range/caret-major":"^1", | ||
"version-range/caret-major-minor":"^1.2", | ||
"version-range/caret-major-minor-patch":"^1.2.3", | ||
"version-range/caret-major-minor-patch-untrimmed":" ^1.2.3 ", | ||
"version-range/caret-major-minor-untrimmed":" ^1.2 ", | ||
"version-range/caret-major-untrimmed":" ^1 ", | ||
"version-range/hyphen-surrounded-by-space-double": "1.0 - 2.0", | ||
"version-range/hyphen-surrounded-by-space-double-untrimmed": " 1.0 - 2.0 ", | ||
"version-range/hyphen-surrounded-by-space-single": "1.0 - 2.0", | ||
"version-range/hyphen-surrounded-by-space-single-untrimmed": " 1.0 - 2.0 ", | ||
"version-range/lower": ">=1.0", | ||
"version-range/lower-and-upper-with-comma": ">=1.0,<2.0", | ||
"version-range/lower-and-upper-with-comma-or-lower": ">=1.0,<1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-or-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-double-lower": ">=1.0,<1.1||>=1.2", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-double-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-single-lower": ">=1.0,<1.1 | |>=1.2", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-single-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-double-or-lower": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-double-or-lower-untrimmed": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single": ">=1.0 , <2.0", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-or-lower": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-or-lower-untrimmed": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-untrimmed": " >=1.0 , <2.0 ", | ||
"version-range/lower-and-upper-with-comma-untrimmed": " >=1.0,<2.0 ", | ||
"version-range/lower-and-upper-with-space-double": ">=1.0 <2.0", | ||
"version-range/lower-and-upper-with-space-double-untrimmed": " >=1.0 <2.0 ", | ||
"version-range/lower-and-upper-with-space-single": ">=1.0 <2.0", | ||
"version-range/lower-and-upper-with-space-single-or-lower": ">=1.0 <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-space-single-or-lower-untrimmed": " >=1.0 <1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-space-single-untrimmed": " >=1.0 <2.0 ", | ||
"version-range/lower-untrimmed": " >=1.0 ", | ||
"version-range/tilde-major": "~1", | ||
"version-range/tilde-major-minor": "~1.2", | ||
"version-range/tilde-major-minor-patch": "~1.2.3", | ||
"version-range/tilde-major-minor-patch-untrimmed": " ~1.2.3 ", | ||
"version-range/tilde-major-minor-untrimmed": " ~1.2 ", | ||
"version-range/tilde-major-untrimmed": " ~1 ", | ||
"version-range/upper": "<2.0", | ||
"version-range/upper-untrimmed": " <2.0 " | ||
}, | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Provide/IsEmpty/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"provide":{},"foo":{"qux":"quux","bar":"baz"}} |
7 changes: 7 additions & 0 deletions
7
...rsionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Provide/IsEmpty/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"provide": {}, | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Provide/IsMissing/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...nConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Provide/IsPresent/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"provide":{"branch\/main":"dev-main","branch\/main-referencing-commit":"dev-main#bf2eeff","branch\/main-referencing-commit-untrimmed":"dev-main#bf2eeff","branch\/main-untrimmed":"dev-main","branch\/my-feature":"dev-my-feature","branch\/my-feature-untrimmed":"dev-my-feature","exact\/major":"1","exact\/major-minor":"1.2","exact\/major-minor-patch":"1.2.3","exact\/major-minor-patch-untrimmed":"1.2.3","exact\/major-minor-untrimmed":"1.2","exact\/major-untrimmed":"1","version-range\/caret-major":"^1","version-range\/caret-major-minor":"^1.2","version-range\/caret-major-minor-patch":"^1.2.3","version-range\/caret-major-minor-patch-untrimmed":"^1.2.3","version-range\/caret-major-minor-untrimmed":"^1.2","version-range\/caret-major-untrimmed":"^1","version-range\/hyphen-surrounded-by-space-double":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-double-untrimmed":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single-untrimmed":"1.0 - 2.0","version-range\/lower":">=1.0","version-range\/lower-and-upper-with-comma":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower":">=1.0,<1.1 || || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-space-double":">=1.0 <2.0","version-range\/lower-and-upper-with-space-double-untrimmed":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single-or-lower":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-or-lower-untrimmed":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-untrimmed":">=1.0 <2.0","version-range\/lower-untrimmed":">=1.0","version-range\/tilde-major":"~1","version-range\/tilde-major-minor":"~1.2","version-range\/tilde-major-minor-patch":"~1.2.3","version-range\/tilde-major-minor-patch-untrimmed":"~1.2.3","version-range\/tilde-major-minor-untrimmed":"~1.2","version-range\/tilde-major-untrimmed":"~1","version-range\/upper":"<2.0","version-range\/upper-untrimmed":"<2.0"},"foo":{"qux":"quux","bar":"baz"}} |
60 changes: 60 additions & 0 deletions
60
...ionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Provide/IsPresent/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"provide": { | ||
"branch/main": "dev-main", | ||
"branch/main-referencing-commit": "dev-main#bf2eeff", | ||
"branch/main-referencing-commit-untrimmed": "dev-main#bf2eeff", | ||
"branch/main-untrimmed": " dev-main ", | ||
"branch/my-feature": "dev-my-feature", | ||
"branch/my-feature-untrimmed": " dev-my-feature ", | ||
"exact/major": "1", | ||
"exact/major-minor": "1.2", | ||
"exact/major-minor-patch": "1.2.3", | ||
"exact/major-minor-patch-untrimmed": " 1.2.3 ", | ||
"exact/major-minor-untrimmed": " 1.2 ", | ||
"exact/major-untrimmed": " 1 ", | ||
"version-range/caret-major":"^1", | ||
"version-range/caret-major-minor":"^1.2", | ||
"version-range/caret-major-minor-patch":"^1.2.3", | ||
"version-range/caret-major-minor-patch-untrimmed":" ^1.2.3 ", | ||
"version-range/caret-major-minor-untrimmed":" ^1.2 ", | ||
"version-range/caret-major-untrimmed":" ^1 ", | ||
"version-range/hyphen-surrounded-by-space-double": "1.0 - 2.0", | ||
"version-range/hyphen-surrounded-by-space-double-untrimmed": " 1.0 - 2.0 ", | ||
"version-range/hyphen-surrounded-by-space-single": "1.0 - 2.0", | ||
"version-range/hyphen-surrounded-by-space-single-untrimmed": " 1.0 - 2.0 ", | ||
"version-range/lower": ">=1.0", | ||
"version-range/lower-and-upper-with-comma": ">=1.0,<2.0", | ||
"version-range/lower-and-upper-with-comma-or-lower": ">=1.0,<1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-or-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-double-lower": ">=1.0,<1.1||>=1.2", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-double-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-single-lower": ">=1.0,<1.1 | |>=1.2", | ||
"version-range/lower-and-upper-with-comma-or-surrounded-by-space-single-lower-untrimmed": " >=1.0,<1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-double-or-lower": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-double-or-lower-untrimmed": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single": ">=1.0 , <2.0", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-or-lower": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-or-lower-untrimmed": ">=1.0 , <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-comma-surrounded-by-space-single-untrimmed": " >=1.0 , <2.0 ", | ||
"version-range/lower-and-upper-with-comma-untrimmed": " >=1.0,<2.0 ", | ||
"version-range/lower-and-upper-with-space-double": ">=1.0 <2.0", | ||
"version-range/lower-and-upper-with-space-double-untrimmed": " >=1.0 <2.0 ", | ||
"version-range/lower-and-upper-with-space-single": ">=1.0 <2.0", | ||
"version-range/lower-and-upper-with-space-single-or-lower": ">=1.0 <1.1 || >=1.2", | ||
"version-range/lower-and-upper-with-space-single-or-lower-untrimmed": " >=1.0 <1.1 || >=1.2 ", | ||
"version-range/lower-and-upper-with-space-single-untrimmed": " >=1.0 <2.0 ", | ||
"version-range/lower-untrimmed": " >=1.0 ", | ||
"version-range/tilde-major": "~1", | ||
"version-range/tilde-major-minor": "~1.2", | ||
"version-range/tilde-major-minor-patch": "~1.2.3", | ||
"version-range/tilde-major-minor-patch-untrimmed": " ~1.2.3 ", | ||
"version-range/tilde-major-minor-untrimmed": " ~1.2 ", | ||
"version-range/tilde-major-untrimmed": " ~1 ", | ||
"version-range/upper": "<2.0", | ||
"version-range/upper-untrimmed": " <2.0 " | ||
}, | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Replace/IsEmpty/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"replace":{},"foo":{"qux":"quux","bar":"baz"}} |
7 changes: 7 additions & 0 deletions
7
...rsionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Replace/IsEmpty/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"replace": {}, | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ionConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Replace/IsMissing/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"foo": { | ||
"qux": "quux", | ||
"bar": "baz" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...nConstraintNormalizer/NormalizeNormalizes/Json/IsObject/Replace/IsPresent/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"replace":{"branch\/main":"dev-main","branch\/main-referencing-commit":"dev-main#bf2eeff","branch\/main-referencing-commit-untrimmed":"dev-main#bf2eeff","branch\/main-untrimmed":"dev-main","branch\/my-feature":"dev-my-feature","branch\/my-feature-untrimmed":"dev-my-feature","exact\/major":"1","exact\/major-minor":"1.2","exact\/major-minor-patch":"1.2.3","exact\/major-minor-patch-untrimmed":"1.2.3","exact\/major-minor-untrimmed":"1.2","exact\/major-untrimmed":"1","version-range\/caret-major":"^1","version-range\/caret-major-minor":"^1.2","version-range\/caret-major-minor-patch":"^1.2.3","version-range\/caret-major-minor-patch-untrimmed":"^1.2.3","version-range\/caret-major-minor-untrimmed":"^1.2","version-range\/caret-major-untrimmed":"^1","version-range\/hyphen-surrounded-by-space-double":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-double-untrimmed":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single":"1.0 - 2.0","version-range\/hyphen-surrounded-by-space-single-untrimmed":"1.0 - 2.0","version-range\/lower":">=1.0","version-range\/lower-and-upper-with-comma":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-double-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower":">=1.0,<1.1 || || >=1.2","version-range\/lower-and-upper-with-comma-or-surrounded-by-space-single-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-double-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-or-lower-untrimmed":">=1.0,<1.1 || >=1.2","version-range\/lower-and-upper-with-comma-surrounded-by-space-single-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-comma-untrimmed":">=1.0,<2.0","version-range\/lower-and-upper-with-space-double":">=1.0 <2.0","version-range\/lower-and-upper-with-space-double-untrimmed":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single":">=1.0 <2.0","version-range\/lower-and-upper-with-space-single-or-lower":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-or-lower-untrimmed":">=1.0 <1.1 || >=1.2","version-range\/lower-and-upper-with-space-single-untrimmed":">=1.0 <2.0","version-range\/lower-untrimmed":">=1.0","version-range\/tilde-major":"~1","version-range\/tilde-major-minor":"~1.2","version-range\/tilde-major-minor-patch":"~1.2.3","version-range\/tilde-major-minor-patch-untrimmed":"~1.2.3","version-range\/tilde-major-minor-untrimmed":"~1.2","version-range\/tilde-major-untrimmed":"~1","version-range\/upper":"<2.0","version-range\/upper-untrimmed":"<2.0"},"foo":{"qux":"quux","bar":"baz"}} |
Oops, something went wrong.