@@ -14,24 +14,24 @@ User:Watchduck
1414
1515Permutation library for JavaScript.
1616See [ docs] ( https://make-github-pseudonymous-again.github.io/js-permutation ) .
17- Parent is [ @aureooms/js-algorithms ] ( https://github.com/aureooms /js-algorithms ) .
17+ Parent is [ @aureooms/js-algorithms ] ( https://github.com/make-github-pseudonymous-again /js-algorithms ) .
1818
1919``` js
2020import { next , reversed , identity } from ' @aureooms/js-permutation' ;
2121next ( reversed ( identity ( 3 ) ) ) ; // [ 0 , 1 , 2 ]
2222```
2323
24- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-permutation.svg )] ( https://raw.githubusercontent.com/aureooms /js-permutation/main/LICENSE )
24+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-permutation.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-permutation/main/LICENSE )
2525[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-permutation.svg )] ( https://www.npmjs.org/package/@aureooms/js-permutation )
26- [ ![ Build] ( https://img.shields.io/travis/aureooms /js-permutation/main.svg )] ( https://travis-ci.org/aureooms /js-permutation/branches )
27- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-permutation.svg )] ( https://david-dm.org/aureooms /js-permutation )
28- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-permutation.svg )] ( https://david-dm.org/aureooms /js-permutation?type=dev )
29- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-permutation.svg )] ( https://github.com/aureooms /js-permutation/issues )
26+ [ ![ Build] ( https://img.shields.io/travis/make-github-pseudonymous-again /js-permutation/main.svg )] ( https://travis-ci.org/make-github-pseudonymous-again /js-permutation/branches )
27+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-permutation.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-permutation )
28+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-permutation.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-permutation?type=dev )
29+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-permutation.svg )] ( https://github.com/make-github-pseudonymous-again /js-permutation/issues )
3030[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-permutation.svg )] ( https://www.npmjs.org/package/@aureooms/js-permutation )
3131
32- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-permutation.svg )] ( https://codeclimate.com/github/aureooms /js-permutation/issues )
33- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-permutation.svg )] ( https://codeclimate.com/github/aureooms /js-permutation/trends/churn )
34- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-permutation/main.svg )] ( https://codecov.io/gh/aureooms /js-permutation )
35- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-permutation.svg )] ( https://codeclimate.com/github/aureooms /js-permutation/trends/technical_debt )
32+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-permutation.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-permutation/issues )
33+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-permutation.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-permutation/trends/churn )
34+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-permutation/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-permutation )
35+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-permutation.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-permutation/trends/technical_debt )
3636[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-permutation/badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-permutation/source.html )
3737[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-permutation )] ( https://bundlephobia.com/result?p=@aureooms/js-permutation )
0 commit comments