Skip to content

Commit 82144df

Browse files
committed
Migrate utilities
1 parent 609b15f commit 82144df

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ Utilities. The first two are special. The rest is sorted
4242
alphabetically based on content after `hast-util-`
4343
-->
4444

45-
* [`wooorm/hastscript`](https://github.com/wooorm/hastscript)
45+
* [`syntax-tree/hastscript`](https://github.com/syntax-tree/hastscript)
4646
— Hyperscript compatible DSL for creating nodes;
47-
* [`wooorm/hast-to-hyperscript`](https://github.com/wooorm/hast-to-hyperscript)
47+
* [`syntax-tree/hast-to-hyperscript`](https://github.com/syntax-tree/hast-to-hyperscript)
4848
— Convert a Node to React, Virtual DOM, Hyperscript, and more;
49-
* [`wooorm/hast-util-embedded`](https://github.com/wooorm/hast-util-embedded)
49+
* [`syntax-tree/hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
5050
— Check if `node` is embedded content;
5151
* [`wooorm/hast-util-from-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string)
5252
— Set the plain-text value of a HAST node;
53-
* [`wooorm/hast-util-has-property`](https://github.com/wooorm/hast-util-has-property)
53+
* [`syntax-tree/hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
5454
— Check if a node has a property;
55-
* [`wooorm/hast-util-heading`](https://github.com/wooorm/hast-util-heading)
55+
* [`syntax-tree/hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
5656
— Check if a node is heading content;
57-
* [`wooorm/hast-util-interactive`](https://github.com/wooorm/hast-util-interactive)
57+
* [`syntax-tree/hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
5858
— Check if a node is interactive;
5959
* [`wooorm/hast-util-is-body-ok-link`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
6060
— Check if a `link` element is “Body OK”;
@@ -64,31 +64,31 @@ alphabetically based on content after `hast-util-`
6464
— Check if `node` is a CSS `link`;
6565
* [`wooorm/hast-util-is-css-style`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-style)
6666
— Check if `node` is a CSS `style`;
67-
* [`wooorm/hast-util-is-element`](https://github.com/wooorm/hast-util-is-element)
67+
* [`syntax-tree/hast-util-is-element`](https://github.com/syntax-tree/hast-util-is-element)
6868
— Check if `node` is a (certain) element;
6969
* [`wooorm/hast-util-is-event-handler`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-event-handler)
7070
— Check if `property` is an event handler;
7171
* [`wooorm/hast-util-is-javascript`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-javascript)
7272
— Check if `node` is a JavaScript `script`;
73-
* [`wooorm/hast-util-labelable`](https://github.com/wooorm/hast-util-labelable)
73+
* [`syntax-tree/hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
7474
— Check if `node` is labelable;
75-
* [`wooorm/hast-util-menu-state`](https://github.com/wooorm/hast-util-menu-state)
75+
* [`syntax-tree/hast-util-menu-state`](https://github.com/syntax-tree/hast-util-menu-state)
7676
— Check the state of a menu element;
77-
* [`wooorm/hast-util-parse-selector`](https://github.com/wooorm/hast-util-parse-selector)
77+
* [`syntax-tree/hast-util-parse-selector`](https://github.com/syntax-tree/hast-util-parse-selector)
7878
— Create an element from a simple CSS selector;
79-
* [`wooorm/hast-util-sanitize`](https://github.com/wooorm/hast-util-sanitize)
79+
* [`syntax-tree/hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
8080
— Sanitise nodes;
81-
* [`wooorm/hast-util-script-supporting`](https://github.com/wooorm/hast-util-script-supporting)
81+
* [`syntax-tree/hast-util-script-supporting`](https://github.com/syntax-tree/hast-util-script-supporting)
8282
— Check if `node` is script-supporting content;
83-
* [`wooorm/hast-util-sectioning`](https://github.com/wooorm/hast-util-sectioning)
83+
* [`syntax-tree/hast-util-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
8484
— Check if `node` is sectioning content;
85-
* [`wooorm/hast-util-to-html`](https://github.com/wooorm/hast-util-to-html)
85+
* [`syntax-tree/hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
8686
— Stringify nodes to HTML;
87-
* [`wooorm/hast-util-to-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-to-string)
87+
* [`syntax-tree/hast-util-to-string`](https://github.com/syntax-tree/rehype-minify/tree/master/packages/hast-util-to-string)
8888
— Get the plain-text value of a HAST node;
89-
* [`wooorm/hast-util-transparent`](https://github.com/wooorm/hast-util-transparent)
89+
* [`syntax-tree/hast-util-transparent`](https://github.com/syntax-tree/hast-util-transparent)
9090
— Check if `node` is transparent content;
91-
* [`wooorm/hast-util-whitespace`](https://github.com/wooorm/hast-util-whitespace)
91+
* [`syntax-tree/hast-util-whitespace`](https://github.com/syntax-tree/hast-util-whitespace)
9292
— Check if `node` is inter-element whitespace;
9393

9494
See the [List of Unist Utilities][unist-utility] for projects which

0 commit comments

Comments
 (0)