Skip to content

Commit cad6a5c

Browse files
committed
Remove usernames from project references
1 parent 82144df commit cad6a5c

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

readme.md

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

45-
* [`syntax-tree/hastscript`](https://github.com/syntax-tree/hastscript)
45+
* [`hastscript`](https://github.com/syntax-tree/hastscript)
4646
— Hyperscript compatible DSL for creating nodes;
47-
* [`syntax-tree/hast-to-hyperscript`](https://github.com/syntax-tree/hast-to-hyperscript)
47+
* [`hast-to-hyperscript`](https://github.com/syntax-tree/hast-to-hyperscript)
4848
— Convert a Node to React, Virtual DOM, Hyperscript, and more;
49-
* [`syntax-tree/hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
49+
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
5050
— Check if `node` is embedded content;
51-
* [`wooorm/hast-util-from-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string)
51+
* [`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-
* [`syntax-tree/hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
53+
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
5454
— Check if a node has a property;
55-
* [`syntax-tree/hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
55+
* [`hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
5656
— Check if a node is heading content;
57-
* [`syntax-tree/hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
57+
* [`hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
5858
— Check if a node is interactive;
59-
* [`wooorm/hast-util-is-body-ok-link`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
59+
* [`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”;
61-
* [`wooorm/hast-util-is-conditional-comment`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
61+
* [`hast-util-is-conditional-comment`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
6262
— Check if `node` is a conditional comment;
63-
* [`wooorm/hast-util-is-css-link`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-link)
63+
* [`hast-util-is-css-link`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-link)
6464
— Check if `node` is a CSS `link`;
65-
* [`wooorm/hast-util-is-css-style`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-style)
65+
* [`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-
* [`syntax-tree/hast-util-is-element`](https://github.com/syntax-tree/hast-util-is-element)
67+
* [`hast-util-is-element`](https://github.com/syntax-tree/hast-util-is-element)
6868
— Check if `node` is a (certain) element;
69-
* [`wooorm/hast-util-is-event-handler`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-event-handler)
69+
* [`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;
71-
* [`wooorm/hast-util-is-javascript`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-javascript)
71+
* [`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-
* [`syntax-tree/hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
73+
* [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
7474
— Check if `node` is labelable;
75-
* [`syntax-tree/hast-util-menu-state`](https://github.com/syntax-tree/hast-util-menu-state)
75+
* [`hast-util-menu-state`](https://github.com/syntax-tree/hast-util-menu-state)
7676
— Check the state of a menu element;
77-
* [`syntax-tree/hast-util-parse-selector`](https://github.com/syntax-tree/hast-util-parse-selector)
77+
* [`hast-util-parse-selector`](https://github.com/syntax-tree/hast-util-parse-selector)
7878
— Create an element from a simple CSS selector;
79-
* [`syntax-tree/hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
79+
* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
8080
— Sanitise nodes;
81-
* [`syntax-tree/hast-util-script-supporting`](https://github.com/syntax-tree/hast-util-script-supporting)
81+
* [`hast-util-script-supporting`](https://github.com/syntax-tree/hast-util-script-supporting)
8282
— Check if `node` is script-supporting content;
83-
* [`syntax-tree/hast-util-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
83+
* [`hast-util-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
8484
— Check if `node` is sectioning content;
85-
* [`syntax-tree/hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
85+
* [`hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
8686
— Stringify nodes to HTML;
87-
* [`syntax-tree/hast-util-to-string`](https://github.com/syntax-tree/rehype-minify/tree/master/packages/hast-util-to-string)
87+
* [`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-
* [`syntax-tree/hast-util-transparent`](https://github.com/syntax-tree/hast-util-transparent)
89+
* [`hast-util-transparent`](https://github.com/syntax-tree/hast-util-transparent)
9090
— Check if `node` is transparent content;
91-
* [`syntax-tree/hast-util-whitespace`](https://github.com/syntax-tree/hast-util-whitespace)
91+
* [`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
9595
work with **HAST** nodes too.
9696

9797
## Related HTML Utilities
9898

99-
* [`wooorm/a-rel`](https://github.com/wooorm/a-rel)
99+
* [`a-rel`](https://github.com/wooorm/a-rel)
100100
— List of link types for `rel` on `a` / `area`;
101-
* [`wooorm/aria-attributes`](https://github.com/wooorm/aria-attributes)
101+
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
102102
— List of ARIA attributes;
103-
* [`wooorm/collapse-white-space`](https://github.com/wooorm/collapse-white-space)
103+
* [`collapse-white-space`](https://github.com/wooorm/collapse-white-space)
104104
— Replace multiple white-space characters with a single space;
105-
* [`wooorm/comma-separated-tokens`](https://github.com/wooorm/comma-separated-tokens)
105+
* [`comma-separated-tokens`](https://github.com/wooorm/comma-separated-tokens)
106106
— Parse/stringify comma-separated tokens;
107-
* [`wooorm/html-tag-names`](https://github.com/wooorm/html-tag-names)
107+
* [`html-tag-names`](https://github.com/wooorm/html-tag-names)
108108
— List of HTML tag-names;
109-
* [`wooorm/html-dangerous-encodings`](https://github.com/wooorm/html-dangerous-encodings)
109+
* [`html-dangerous-encodings`](https://github.com/wooorm/html-dangerous-encodings)
110110
— List of dangerous HTML character encoding labels;
111-
* [`wooorm/html-encodings`](https://github.com/wooorm/html-encodings)
111+
* [`html-encodings`](https://github.com/wooorm/html-encodings)
112112
— List of HTML character encoding labels;
113-
* [`wooorm/html-element-attributes`](https://github.com/wooorm/html-element-attributes)
113+
* [`html-element-attributes`](https://github.com/wooorm/html-element-attributes)
114114
— Map of HTML attributes;
115-
* [`wooorm/html-void-elements`](https://github.com/wooorm/html-void-elements)
115+
* [`html-void-elements`](https://github.com/wooorm/html-void-elements)
116116
— List of void HTML tag-names;
117-
* [`wooorm/link-rel`](https://github.com/wooorm/link-rel)
117+
* [`link-rel`](https://github.com/wooorm/link-rel)
118118
— List of link types for `rel` on `link`;
119-
* [`wooorm/mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
119+
* [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
120120
— List of MathML tag-names;
121-
* [`wooorm/meta-name`](https://github.com/wooorm/meta-name)
121+
* [`meta-name`](https://github.com/wooorm/meta-name)
122122
— List of values for `name` on `meta`;
123-
* [`wooorm/property-information`](https://github.com/wooorm/property-information)
123+
* [`property-information`](https://github.com/wooorm/property-information)
124124
— Information on HTML properties;
125-
* [`wooorm/space-separated-tokens`](https://github.com/wooorm/space-separated-tokens)
125+
* [`space-separated-tokens`](https://github.com/wooorm/space-separated-tokens)
126126
— Parse/stringify space-separated tokens;
127-
* [`wooorm/svg-tag-names`](https://github.com/wooorm/svg-tag-names)
127+
* [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)
128128
— List of SVG tag-names;
129-
* [`wooorm/web-namespaces`](https://github.com/wooorm/web-namespaces)
129+
* [`web-namespaces`](https://github.com/wooorm/web-namespaces)
130130
— Map of web namespaces.
131131

132132
## AST

0 commit comments

Comments
 (0)