1414
1515Mergesort library for JavaScript.
1616See [ docs] ( https://make-github-pseudonymous-again.github.io/js-mergesort/index.html ) .
17- Parent is [ aureooms/js-sort] ( https://github.com/aureooms /js-sort ) .
17+ Parent is [ aureooms/js-sort] ( https://github.com/make-github-pseudonymous-again /js-sort ) .
1818
1919``` js
2020import * as array from ' @aureooms/js-array' ;
@@ -34,18 +34,18 @@ import { issorted } from '@aureooms/js-sort' ;
3434issorted (increasing, b, 0 , b .length ) ; // true
3535```
3636
37- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-mergesort.svg )] ( https://raw.githubusercontent.com/aureooms /js-mergesort/main/LICENSE )
37+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-mergesort.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-mergesort/main/LICENSE )
3838[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-mergesort )
39- [ ![ Build] ( https://img.shields.io/travis/aureooms /js-mergesort/main.svg )] ( https://travis-ci.org/aureooms /js-mergesort/branches )
40- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-mergesort.svg )] ( https://david-dm.org/aureooms /js-mergesort )
41- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-mergesort.svg )] ( https://david-dm.org/aureooms /js-mergesort?type=dev )
42- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-mergesort.svg )] ( https://github.com/aureooms /js-mergesort/issues )
39+ [ ![ Build] ( https://img.shields.io/travis/make-github-pseudonymous-again /js-mergesort/main.svg )] ( https://travis-ci.org/make-github-pseudonymous-again /js-mergesort/branches )
40+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-mergesort )
41+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-mergesort?type=dev )
42+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-mergesort.svg )] ( https://github.com/make-github-pseudonymous-again /js-mergesort/issues )
4343[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-mergesort )
4444
45- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/issues )
46- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/trends/churn )
47- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-mergesort/main.svg )] ( https://codecov.io/gh/aureooms /js-mergesort )
48- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/trends/technical_debt )
45+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/issues )
46+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/trends/churn )
47+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-mergesort/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-mergesort )
48+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/trends/technical_debt )
4949[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-mergesort//badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-mergesort//source.html )
5050[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-mergesort )] ( https://bundlephobia.com/result?p=@aureooms/js-mergesort )
5151
0 commit comments