@@ -14,24 +14,24 @@ User:Watchduck
14
14
15
15
Permutation library for JavaScript.
16
16
See [ 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 ) .
18
18
19
19
``` js
20
20
import { next , reversed , identity } from ' @aureooms/js-permutation' ;
21
21
next ( reversed ( identity ( 3 ) ) ) ; // [ 0 , 1 , 2 ]
22
22
```
23
23
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 )
25
25
[ ![ 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 )
30
30
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-permutation.svg )] ( https://www.npmjs.org/package/@aureooms/js-permutation )
31
31
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 )
36
36
[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-permutation/badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-permutation/source.html )
37
37
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-permutation )] ( https://bundlephobia.com/result?p=@aureooms/js-permutation )
0 commit comments