|
2 | 2 |
|
3 | 3 | ### An open source npm package written in ES2015 and transpiled with Babel
|
4 | 4 |
|
5 |
| -[](https://github.com/sjsyrek/lazy-linked-lists/blob/master/LICENSE.txt) |
6 |
| -[](https://travis-ci.org/sjsyrek/lazy-linked-lists) |
7 |
| -[](https://codeclimate.com/github/sjsyrek/lazy-linked-lists/coverage) |
8 |
| -[](https://www.npmjs.com/package/lazy-linked-lists) |
| 5 | +[](https://github.com/sjsyrek/lazy-linked-lists/blob/master/LICENSE.txt) |
| 6 | +[](https://travis-ci.org/sjsyrek/lazy-linked-lists) |
| 7 | +[](https://codeclimate.com/github/sjsyrek/lazy-linked-lists/coverage) |
| 8 | +[](https://www.bithound.io/github/sjsyrek/lazy-linked-lists) |
| 9 | +[](https://david-dm.org/sjsyrek/lazy-linked-lists) |
| 10 | +[](https://david-dm.org/sjsyrek/lazy-linked-lists?type=dev) |
| 11 | +[](https://dependencyci.com/github/sjsyrek/lazy-linked-lists) |
| 12 | +[](http://standardjs.com/) |
| 13 | +[](https://github.com/semantic-release/semantic-release) |
| 14 | +[](https://bestpractices.coreinfrastructure.org/projects/334) |
9 | 15 |
|
10 | 16 | [](https://nodei.co/npm/lazy-linked-lists/)
|
11 | 17 |
|
@@ -169,3 +175,5 @@ See also the files in the example directory.
|
169 | 175 | * [node-lazy](https://github.com/pkrumins/node-lazy)
|
170 | 176 | * [lazy-list](https://github.com/luochen1990/lazy-list)
|
171 | 177 | * [js-list-lazy](https://github.com/dankogai/js-list-lazy)
|
| 178 | +* [fantasy-land](https://github.com/fantasyland/fantasy-land) |
| 179 | +* [js-algebraic](https://github.com/tel/js-algebraic) |
0 commit comments