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 8b5212c commit f02fddeCopy full SHA for f02fdde
package.json
@@ -2,6 +2,9 @@
2
"name": "performant-array-to-tree",
3
"version": "1.1.4",
4
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",
5
+ "keywords": [
6
+ "array to tree", "list to tree", "array-helper", "array-manipulations", "data-structures", "datastructures", "algorithms", "tree-structure", "array", "list", "collection", "pointer", "parent", "children", "child", "tree", "navigation", "nested", "util", "traverse", "descendants", "ancestors"
7
+ ],
8
"main": "build/arrayToTree.min.js",
9
"types": "build/arrayToTree.d.ts",
10
"author": "Philip Stanislaus <stanislaus.philip@gmail.com>",
0 commit comments