forked from markuplint/markuplint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected] - @markuplint/[email protected]
- Loading branch information
yusukehirao
committed
Sep 30, 2020
1 parent
ef43199
commit 34fdc59
Showing
16 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0", | ||
"description": "The file resolver of markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"@types/node": "^14.0.5" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-config": "^1.0.0-alpha.11", | ||
"@markuplint/ml-config": "^1.0.0", | ||
"cosmiconfig": "^6.0.0", | ||
"glob": "^7.1.6" | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "1.0.0-alpha.24", | ||
"version": "1.0.0", | ||
"description": "HTML parser for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"@types/parse5": "^5.0.3" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"@markuplint/ml-ast": "^1.0.0", | ||
"parse5": "^6.0.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "1.0.0-alpha.27", | ||
"version": "1.0.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/i18n", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0", | ||
"description": "HTML parser for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/ml-ast", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0", | ||
"description": "The markuplint AST types.", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/ml-core", | ||
"version": "1.0.0-alpha.31", | ||
"version": "1.0.0", | ||
"description": "The core module of markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -17,9 +17,9 @@ | |
"clean": "tsc --build --clean" | ||
}, | ||
"dependencies": { | ||
"@markuplint/i18n": "^1.0.0-alpha.10", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"@markuplint/ml-config": "^1.0.0-alpha.11", | ||
"@markuplint/i18n": "^1.0.0", | ||
"@markuplint/ml-ast": "^1.0.0", | ||
"@markuplint/ml-config": "^1.0.0", | ||
"@markuplint/ml-spec": "^1.0.0-alpha.11", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/pug-parser", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"description": "Pug parser for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -16,8 +16,8 @@ | |
"clean": "tsc --build --clean" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "^1.0.0-alpha.24", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"@markuplint/html-parser": "^1.0.0", | ||
"@markuplint/ml-ast": "^1.0.0", | ||
"pug-lexer": "^5.0.0", | ||
"pug-parser": "^6.0.0" | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/rule-textlint", | ||
"version": "0.0.1-alpha.35", | ||
"version": "0.0.1-alpha.36", | ||
"description": "The textlint rule for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -17,11 +17,11 @@ | |
"clean": "tsc --build --clean" | ||
}, | ||
"devDependencies": { | ||
"markuplint": "^1.0.0-alpha.57", | ||
"markuplint": "^1.0.0", | ||
"textlint-rule-prh": "^5.3.0" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-core": "^1.0.0-alpha.31", | ||
"@markuplint/ml-core": "^1.0.0", | ||
"@textlint/kernel": "^3.2.1", | ||
"textlint-plugin-html": "^0.2.0" | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.0.0-alpha.45", | ||
"version": "1.0.0", | ||
"description": "Rules for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -20,10 +20,10 @@ | |
"@markuplint/ml-spec": "^1.0.0-alpha.11" | ||
}, | ||
"devDependencies": { | ||
"@markuplint/html-spec": "^1.0.0-alpha.27", | ||
"@markuplint/ml-core": "^1.0.0-alpha.31", | ||
"@markuplint/pug-parser": "^1.0.0-alpha.10", | ||
"@markuplint/vue-parser": "^1.0.0-alpha.18", | ||
"@markuplint/vue-spec": "^1.0.0-alpha.3" | ||
"@markuplint/html-spec": "^1.0.0", | ||
"@markuplint/ml-core": "^1.0.0", | ||
"@markuplint/pug-parser": "^1.0.0-alpha.11", | ||
"@markuplint/vue-parser": "^1.0.0-alpha.19", | ||
"@markuplint/vue-spec": "^1.0.0-alpha.4" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/svelte-parser", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Svelte parser for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -16,8 +16,8 @@ | |
"clean": "tsc --build --clean" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "^1.0.0-alpha.24", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"@markuplint/html-parser": "^1.0.0", | ||
"@markuplint/ml-ast": "^1.0.0", | ||
"svelte": "^3.24.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/vue-parser", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-alpha.19", | ||
"description": "Vue parser for markuplint", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
@@ -16,8 +16,8 @@ | |
"clean": "tsc --build --clean" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "^1.0.0-alpha.24", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"@markuplint/html-parser": "^1.0.0", | ||
"@markuplint/ml-ast": "^1.0.0", | ||
"vue-eslint-parser": "^7.1.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@markuplint/vue-spec", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Extended specification for tags and attributes in Vue", | ||
"repository": "[email protected]:markuplint/markuplint.git", | ||
"author": "Yusuke Hirao <[email protected]>", | ||
|
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
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
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