File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Performant array to tree
2
2
3
3
[ ![ npm version] ( https://img.shields.io/npm/v/performant-array-to-tree.svg )] ( https://www.npmjs.com/package/performant-array-to-tree )
4
- [ ![ minified size] ( https://img.shields.io/badge/minified_size-0.448_kb-brightgreen.svg )] ( #typescript )
4
+ [ ![ minified size] ( https://img.shields.io/badge/minified_size-0.448_kb-brightgreen.svg )] ( https://github.com/philipstanislaus/performant-array-to-tree/blob/master/build/arrayToTree.min.js )
5
5
[ ![ CircleCI] ( https://circleci.com/gh/philipstanislaus/performant-array-to-tree.svg?style=shield&circle-token=01828caf71908b915230609847a12272cc80c54d )] ( https://circleci.com/gh/philipstanislaus/performant-array-to-tree )
6
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/philipstanislaus/performant-array-to-tree/badge.svg?branch=master )] ( https://coveralls.io/github/philipstanislaus/performant-array-to-tree?branch=master )
7
7
[ ![ Dependency Status] ( https://david-dm.org/philipstanislaus/performant-array-to-tree.svg )] ( https://david-dm.org/philipstanislaus/performant-array-to-tree )
8
8
[ ![ devDependency Status] ( https://david-dm.org/philipstanislaus/performant-array-to-tree/dev-status.svg )] ( https://david-dm.org/philipstanislaus/performant-array-to-tree#info=devDependencies )
9
9
[ ![ typings included] ( https://img.shields.io/badge/typings-included-brightgreen.svg )] ( #typescript )
10
10
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
11
- [ ![ npm] ( https://img.shields.io/npm/l/express .svg )] ( https://www.npmjs.com/package/performant-array-to-tree )
11
+ [ ![ npm license ] ( https://img.shields.io/npm/l/performant-array-to-tree .svg )] ( https://www.npmjs.com/package/performant-array-to-tree )
12
12
13
13
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.
14
14
You can’t perform that action at this time.
0 commit comments