tangled
alpha
login
or
join now
tbeseda.com
/
tagged-string
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Release 1.1.0
tbeseda.com
3 months ago
7faf064e
6a916b00
+3
-3
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+2
-2
package-lock.json
···
1
1
{
2
2
"name": "tagged-string",
3
3
-
"version": "1.0.0",
3
3
+
"version": "1.1.0",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "tagged-string",
9
9
-
"version": "1.0.0",
9
9
+
"version": "1.1.0",
10
10
"license": "MIT",
11
11
"devDependencies": {
12
12
"@biomejs/biome": "2.3.5",
+1
-1
package.json
···
1
1
{
2
2
"name": "tagged-string",
3
3
-
"version": "1.0.0",
3
3
+
"version": "1.1.0",
4
4
"description": "Extract structured data from strings using tag-based syntax",
5
5
"license": "MIT",
6
6
"author": "tbeseda",