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 7093ebc commit eea2d94Copy full SHA for eea2d94
package.json
@@ -1,15 +1,16 @@
1
{
2
"name": "unist-util-generated",
3
"version": "1.1.5",
4
- "description": "Check if a Unist node is generated",
+ "description": "unist utility to check if a node is generated",
5
"license": "MIT",
6
"keywords": [
7
"unist",
8
+ "unist-util",
9
+ "util",
10
+ "utility",
11
"position",
12
"location",
- "generated",
- "util",
- "utility"
13
+ "generated"
14
],
15
"repository": "syntax-tree/unist-util-generated",
16
"bugs": "https://github.com/syntax-tree/unist-util-generated/issues",
0 commit comments