|
76 | 76 | "url": "https://github.com/make-github-pseudonymous-again/js-radix-sort/issues"
|
77 | 77 | },
|
78 | 78 | "dependencies": {
|
79 |
| - "@aureooms/js-permutation": "^2.0.0" |
| 79 | + "@combinatorics/permutation": "^4.0.0" |
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@aureooms/js-compare": "1.4.8", |
83 |
| - "@aureooms/js-itertools": "5.0.1", |
84 |
| - "@aureooms/js-random": "2.0.0", |
85 |
| - "@babel/cli": "7.13.10", |
86 |
| - "@babel/core": "7.13.10", |
87 |
| - "@babel/preset-env": "7.13.10", |
88 |
| - "@babel/register": "7.13.8", |
89 |
| - "ava": "3.15.0", |
| 82 | + "@babel/cli": "7.16.0", |
| 83 | + "@babel/core": "7.16.5", |
| 84 | + "@babel/preset-env": "7.16.5", |
| 85 | + "@babel/register": "7.16.5", |
| 86 | + "@iterable-iterator/list": "^1.0.1", |
| 87 | + "@iterable-iterator/map": "^1.0.1", |
| 88 | + "@iterable-iterator/range": "^2.1.0", |
| 89 | + "@iterable-iterator/reduce": "^1.0.1", |
| 90 | + "@iterable-iterator/repeat": "^1.0.1", |
| 91 | + "@iterable-iterator/sorted": "^1.0.0", |
| 92 | + "@iterable-iterator/zip": "^1.0.1", |
| 93 | + "@randomized/random": "^4.0.0", |
| 94 | + "@total-order/lex": "^1.0.0", |
| 95 | + "@total-order/primitive": "^1.0.1", |
| 96 | + "ava": "^3.15.0", |
90 | 97 | "babel-plugin-transform-remove-console": "6.9.4",
|
91 |
| - "babel-plugin-unassert": "3.0.1", |
| 98 | + "babel-plugin-unassert": "3.2.0", |
92 | 99 | "babel-preset-power-assert": "3.0.0",
|
93 |
| - "coveralls": "3.1.0", |
| 100 | + "coveralls": "3.1.1", |
94 | 101 | "esdoc": "1.1.0",
|
95 | 102 | "esdoc-inject-script-plugin": "1.0.0",
|
96 | 103 | "esdoc-inject-style-plugin": "1.0.0",
|
97 | 104 | "esdoc-standard-plugin": "1.0.0",
|
98 |
| - "np": "7.4.0", |
| 105 | + "np": "7.6.0", |
99 | 106 | "nyc": "15.1.0",
|
100 | 107 | "power-assert": "1.6.1",
|
101 |
| - "regenerator-runtime": "0.13.7", |
| 108 | + "regenerator-runtime": "0.13.9", |
102 | 109 | "xo": "0.36.1"
|
103 | 110 | },
|
104 | 111 | "files": [
|
|
0 commit comments