We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0b7bc commit bed1a7eCopy full SHA for bed1a7e
package.json
@@ -1,16 +1,18 @@
1
{
2
"name": "hast-util-script-supporting",
3
"version": "1.0.3",
4
- "description": "Check if a node is a script-supporting element",
+ "description": "hast utility to check if a node is a script-supporting element",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
+ "util",
11
+ "utility",
12
"html",
13
"category",
14
"script",
- "supporting",
- "util",
- "utility"
15
+ "supporting"
16
],
17
"repository": "syntax-tree/hast-util-script-supporting",
18
"bugs": "https://github.com/syntax-tree/hast-util-script-supporting/issues",
0 commit comments