|
76 | 76 | "url": "https://github.com/computational-combinatorics/set-partition/issues"
|
77 | 77 | },
|
78 | 78 | "dependencies": {
|
79 |
| - "@aureooms/js-itertools": "^5.0.0" |
| 79 | + "@iterable-iterator/list": "^0.0.2", |
| 80 | + "@iterable-iterator/map": "^0.1.0", |
| 81 | + "@iterable-iterator/select": "^0.0.1" |
80 | 82 | },
|
81 | 83 | "devDependencies": {
|
82 |
| - "@aureooms/js-red-black-tree": "3.0.1", |
83 |
| - "@babel/cli": "7.13.10", |
84 |
| - "@babel/core": "7.13.10", |
85 |
| - "@babel/preset-env": "7.13.10", |
86 |
| - "@babel/register": "7.13.8", |
| 84 | + "@aureooms/js-red-black-tree": "9.0.0", |
| 85 | + "@babel/cli": "7.14.3", |
| 86 | + "@babel/core": "7.14.3", |
| 87 | + "@babel/preset-env": "7.14.2", |
| 88 | + "@babel/register": "7.13.16", |
| 89 | + "@iterable-iterator/iter": "^0.0.2", |
| 90 | + "@iterable-iterator/range": "^1.0.0", |
| 91 | + "@iterable-iterator/slice": "^0.0.1", |
87 | 92 | "ava": "3.15.0",
|
88 | 93 | "babel-plugin-transform-remove-console": "6.9.4",
|
89 |
| - "babel-plugin-unassert": "3.0.1", |
| 94 | + "babel-plugin-unassert": "3.1.0", |
90 | 95 | "babel-preset-power-assert": "3.0.0",
|
91 | 96 | "coveralls": "3.1.0",
|
92 | 97 | "esdoc": "1.1.0",
|
93 | 98 | "esdoc-ecmascript-proposal-plugin": "1.0.0",
|
94 | 99 | "esdoc-inject-script-plugin": "1.0.0",
|
95 | 100 | "esdoc-inject-style-plugin": "1.0.0",
|
96 | 101 | "esdoc-standard-plugin": "1.0.0",
|
97 |
| - "np": "7.4.0", |
| 102 | + "np": "7.5.0", |
98 | 103 | "nyc": "15.1.0",
|
99 | 104 | "power-assert": "1.6.1",
|
100 | 105 | "regenerator-runtime": "0.13.7",
|
101 |
| - "total-order": "0.0.3", |
102 |
| - "xo": "0.33.1" |
| 106 | + "total-order": "3.0.1", |
| 107 | + "xo": "0.40.1" |
103 | 108 | },
|
104 | 109 | "files": [
|
105 | 110 | "lib"
|
|
0 commit comments