Semver language preview
1. A release version
horizon-dark
1.4.2 atom-one-dark
1.4.2 github-dark
1.4.2 dracula
1.4.2 nord
1.4.2 github
1.4.2 2. Prerelease and build metadata
a version with both a prerelease tag and build metadata
horizon-dark
2.1.0-alpha.1+exp.sha.5114f85 atom-one-dark
2.1.0-alpha.1+exp.sha.5114f85 github-dark
2.1.0-alpha.1+exp.sha.5114f85 dracula
2.1.0-alpha.1+exp.sha.5114f85 nord
2.1.0-alpha.1+exp.sha.5114f85 github
2.1.0-alpha.1+exp.sha.5114f85 3. A package.json dependency range
caret, tilde, and comparator ranges
horizon-dark
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
} atom-one-dark
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
} github-dark
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
} dracula
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
} nord
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
} github
{
"highlight": "^11.12.0",
"svelte": "~5.0.0",
"typescript": ">=5.0.0 <6.0.0",
"vite": "1.0.0 - 2.9.9"
}