@@ -432,7 +432,7 @@ unist:
432
432
433
433
* [ ` unist-util-assert ` ] ( https://github.com/syntax-tree/unist-util-assert )
434
434
— Assert nodes
435
- * [ ` unist-util-filter ` ] ( https://github.com/eush77 /unist-util-filter )
435
+ * [ ` unist-util-filter ` ] ( https://github.com/syntax-tree /unist-util-filter )
436
436
— Create a new tree with all nodes that pass the given function
437
437
* [ ` unist-util-find ` ] ( https://github.com/blahah/unist-util-find )
438
438
— Find a node by condition
@@ -450,25 +450,25 @@ unist:
450
450
— Create a new tree by expanding a node into many
451
451
* [ ` unist-util-generated ` ] ( https://github.com/syntax-tree/unist-util-generated )
452
452
— Check if a node is generated
453
- * [ ` unist-util-index ` ] ( https://github.com/eush77 /unist-util-index )
453
+ * [ ` unist-util-index ` ] ( https://github.com/syntax-tree /unist-util-index )
454
454
— Index nodes by property or computed key
455
455
* [ ` unist-util-inspect ` ] ( https://github.com/syntax-tree/unist-util-inspect )
456
456
— Node inspector
457
457
* [ ` unist-util-is ` ] ( https://github.com/syntax-tree/unist-util-is )
458
458
— Check if a node passes a test
459
- * [ ` unist-util-map ` ] ( https://github.com/azu /unist-util-map )
459
+ * [ ` unist-util-map ` ] ( https://github.com/syntax-tree /unist-util-map )
460
460
— Create a new tree by mapping nodes
461
461
* [ ` unist-util-modify-children ` ] ( https://github.com/syntax-tree/unist-util-modify-children )
462
462
— Modify direct children of a parent
463
- * [ ` unist-util-parents ` ] ( https://github.com/eush77 /unist-util-parents )
463
+ * [ ` unist-util-parents ` ] ( https://github.com/syntax-tree /unist-util-parents )
464
464
— ` parent ` references on nodes
465
465
* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
466
466
— Get positional info of nodes
467
- * [ ` unist-util-remove ` ] ( https://github.com/eush77 /unist-util-remove )
467
+ * [ ` unist-util-remove ` ] ( https://github.com/syntax-tree /unist-util-remove )
468
468
— Remove nodes from trees
469
469
* [ ` unist-util-remove-position ` ] ( https://github.com/syntax-tree/unist-util-remove-position )
470
470
— Remove positional info from trees
471
- * [ ` unist-util-select ` ] ( https://github.com/eush77 /unist-util-select )
471
+ * [ ` unist-util-select ` ] ( https://github.com/syntax-tree /unist-util-select )
472
472
— Select nodes with CSS-like selectors
473
473
* [ ` unist-util-size ` ] ( https://github.com/syntax-tree/unist-util-size )
474
474
— Calculate the number of nodes in a tree
@@ -484,11 +484,11 @@ unist:
484
484
— Visit direct children of a parent
485
485
* [ ` unist-util-visit-all-after ` ] ( https://github.com/mrzmmr/unist-util-visit-all-after )
486
486
— Visit nodes after another node
487
- * [ ` unist-builder ` ] ( https://github.com/eush77 /unist-builder )
487
+ * [ ` unist-builder ` ] ( https://github.com/syntax-tree /unist-builder )
488
488
— Helper for creating trees
489
- * [ ` unist-builder-blueprint ` ] ( https://github.com/eush77 /unist-builder-blueprint )
489
+ * [ ` unist-builder-blueprint ` ] ( https://github.com/syntax-tree /unist-builder-blueprint )
490
490
— Convert trees to ` unist-builder ` notation
491
- * [ ` unist-builder-blueprint-cli ` ] ( https://github.com/eush77 /unist-builder-blueprint-cli )
491
+ * [ ` unist-builder-blueprint-cli ` ] ( https://github.com/syntax-tree /unist-builder-blueprint-cli )
492
492
— CLI to Convert trees to ` unist-builder ` notation
493
493
494
494
## References
0 commit comments