diff --git a/package-lock.json b/package-lock.json index ebac95df..f79e7381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@stdlib/process": "^0.0.12", "@stdlib/stats": "^0.0.13", "@stdlib/string": "^0.0.14", - "@stdlib/utils": "^0.0.12", + "@stdlib/utils": "^0.2.1", "adm-zip": "^0.5.10", "archiver": "^5.3.2", "axios": "^1.6.3", @@ -1584,6 +1584,130 @@ "url": "https://www.patreon.com/athan" } }, + "node_modules/@stdlib/array/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/array/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/array/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/array/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/array/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, "node_modules/@stdlib/assert": { "version": "0.0.12", "license": "Apache-2.0", @@ -2051,22 +2175,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/assert/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/assert/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/bigint": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/assert/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -2079,6 +2191,12 @@ "windows" ], "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", "@stdlib/utils": "^0.0.x" }, "engines": { @@ -2090,9 +2208,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/blas": { + "node_modules/@stdlib/assert/node_modules/@stdlib/utils": { "version": "0.0.12", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -2107,10 +2226,22 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", - "@stdlib/number": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -2121,10 +2252,22 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.1.1.tgz", - "integrity": "sha512-Xmaz2oEnB2mFqC4VuPnVTHfSL7N5kKLZXJuEgeVHMCKSYYL6WD3C0NpDVAvHJ232LyZWGTCO10N4xeW/Gs8kbA==", + "node_modules/@stdlib/assert/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/assert/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/bigint": { + "version": "0.0.11", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -2137,21 +2280,21 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "node_modules/@stdlib/bigint/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -2164,33 +2307,28 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/iter": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/assert": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", - "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "node_modules/@stdlib/bigint/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -2203,41 +2341,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/boolean": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/slice": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/bigint": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", - "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "node_modules/@stdlib/bigint/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -2250,21 +2374,50 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/blas": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", - "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "node_modules/@stdlib/bigint/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/bigint/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/blas": { + "version": "0.0.12", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -2277,29 +2430,26 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/number": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/buffer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", - "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "node_modules/@stdlib/blas/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -2312,26 +2462,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/cli": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", - "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "node_modules/@stdlib/blas/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -2344,23 +2496,27 @@ "windows" ], "dependencies": { - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0", - "minimist": "^1.2.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/complex": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", - "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", + "node_modules/@stdlib/blas/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -2373,26 +2529,51 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/constants": { + "node_modules/@stdlib/blas/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/blas/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/boolean": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", - "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.1.1.tgz", + "integrity": "sha512-Xmaz2oEnB2mFqC4VuPnVTHfSL7N5kKLZXJuEgeVHMCKSYYL6WD3C0NpDVAvHJ232LyZWGTCO10N4xeW/Gs8kbA==", "os": [ "aix", "darwin", @@ -2405,9 +2586,6 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2419,10 +2597,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/math": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/array": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", - "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -2435,20 +2613,19 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/napi": "^0.1.0", + "@stdlib/iter": "^0.1.0", + "@stdlib/math": "^0.1.0", "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -2459,10 +2636,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/assert": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", - "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", "os": [ "aix", "darwin", @@ -2476,18 +2653,24 @@ ], "dependencies": { "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/bigint": "^0.1.1", "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", "@stdlib/number": "^0.1.0", - "@stdlib/proxy": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", "@stdlib/slice": "^0.1.0", + "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, @@ -2500,10 +2683,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/bigint": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", - "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", "os": [ "aix", "darwin", @@ -2516,11 +2699,6 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2532,10 +2710,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/number": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/blas": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", - "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", "os": [ "aix", "darwin", @@ -2550,9 +2728,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/constants": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/os": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" @@ -2566,10 +2745,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/os": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/buffer": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", - "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", "os": [ "aix", "darwin", @@ -2582,11 +2761,11 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/process": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2598,10 +2777,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/process": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/cli": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", - "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", "os": [ "aix", "darwin", @@ -2614,13 +2793,9 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", @@ -2631,10 +2806,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/random": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/complex": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", - "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", + "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", "os": [ "aix", "darwin", @@ -2649,23 +2824,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/stats": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/strided": "^0.1.0", + "@stdlib/number": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -2676,10 +2838,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/constants": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", - "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", + "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", "os": [ "aix", "darwin", @@ -2692,9 +2854,9 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/string": "^0.1.0", + "@stdlib/number": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2706,10 +2868,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/stats": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/math": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", - "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", "os": [ "aix", "darwin", @@ -2724,16 +2886,18 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", + "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/napi": "^0.1.0", "@stdlib/ndarray": "^0.1.0", "@stdlib/number": "^0.1.0", - "@stdlib/random": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -2744,10 +2908,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/streams": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/ndarray": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", - "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", "os": [ "aix", "darwin", @@ -2760,16 +2924,21 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", + "@stdlib/bigint": "^0.1.1", + "@stdlib/boolean": "^0.1.0", "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/object": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/proxy": "^0.1.0", + "@stdlib/slice": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -2780,10 +2949,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/strided": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/nlp": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", - "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", "os": [ "aix", "darwin", @@ -2798,11 +2967,9 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", + "@stdlib/random": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2814,10 +2981,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/string": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/number": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", - "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", "os": [ "aix", "darwin", @@ -2832,16 +2999,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/nlp": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/symbol": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/string": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, @@ -2854,10 +3015,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/os": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", - "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", "os": [ "aix", "darwin", @@ -2871,6 +3032,10 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -2882,10 +3047,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/time": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/process": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", - "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", "os": [ "aix", "darwin", @@ -2899,12 +3064,9 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" @@ -2918,34 +3080,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/types": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", - "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" - } - }, - "node_modules/@stdlib/boolean/node_modules/@stdlib/utils": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/random": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", "os": [ "aix", "darwin", @@ -2961,25 +3099,22 @@ "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", "@stdlib/blas": "^0.1.0", - "@stdlib/boolean": "^0.1.0", "@stdlib/buffer": "^0.1.0", "@stdlib/cli": "^0.1.0", "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", "@stdlib/process": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/regexp": "^0.1.0", + "@stdlib/stats": "^0.1.0", "@stdlib/streams": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" }, "engines": { "node": ">=0.10.0", @@ -2990,22 +3125,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/boolean/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/boolean/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/buffer": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", "os": [ "aix", "darwin", @@ -3018,24 +3141,24 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/buffer-ctor": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", "os": [ "aix", "darwin", @@ -3048,20 +3171,32 @@ "windows" ], "dependencies": { - "@stdlib/assert-has-node-buffer-support": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/buffer-from-string": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", "os": [ "aix", "darwin", @@ -3074,22 +3209,30 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-function": "^0.0.x", - "@stdlib/assert-is-string": "^0.0.x", - "@stdlib/buffer-ctor": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/cli": { - "version": "0.0.10", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", "os": [ "aix", "darwin", @@ -3102,21 +3245,28 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.0.x", - "minimist": "^1.2.0" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/cli-ctor": { - "version": "0.0.2", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", "os": [ "aix", "darwin", @@ -3129,51 +3279,34 @@ "windows" ], "dependencies": { - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x", - "@stdlib/utils-noop": "^0.0.x", - "minimist": "^1.2.0" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/complex": { - "version": "0.0.12", - "license": "Apache-2.0", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/nlp": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/constants": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/node_modules/@stdlib/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", "os": [ "aix", "darwin", @@ -3186,24 +3319,22 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/number": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/time": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.1.1.tgz", - "integrity": "sha512-D3w7LgvmNUEJgmlYWr+8UsbmpzUoKbf09uPY4BEyrqt3toKduQbh6hnanQnaF8JpPn2Xp1hEc5S5wiEj52YeOw==", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", "os": [ "aix", "darwin", @@ -3216,15 +3347,16 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/object": "^0.1.0", "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -3235,40 +3367,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs-read-file": { - "version": "0.0.7", - "license": "Apache-2.0", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/cli-ctor": "^0.0.x", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" - }, - "bin": { - "read-file": "bin/cli" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/fs/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "node_modules/@stdlib/boolean/node_modules/@stdlib/types": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", + "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", "os": [ "aix", "darwin", @@ -3280,21 +3382,6 @@ "win32", "windows" ], - "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/iter": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" - }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -3304,10 +3391,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/assert": { + "node_modules/@stdlib/boolean/node_modules/@stdlib/utils": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", - "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", "os": [ "aix", "darwin", @@ -3321,26 +3408,27 @@ ], "dependencies": { "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/cli": "^0.1.0", - "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", "@stdlib/object": "^0.1.0", "@stdlib/os": "^0.1.0", "@stdlib/process": "^0.1.0", + "@stdlib/random": "^0.1.0", "@stdlib/regexp": "^0.1.0", - "@stdlib/slice": "^0.1.0", "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -3351,10 +3439,22 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/bigint": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", - "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "node_modules/@stdlib/boolean/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/boolean/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/buffer": { + "version": "0.0.11", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3367,21 +3467,24 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/blas": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", - "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "node_modules/@stdlib/buffer-ctor": { + "version": "0.0.6", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3394,29 +3497,20 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert-has-node-buffer-support": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/buffer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", - "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "node_modules/@stdlib/buffer-from-string": { + "version": "0.0.6", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3429,26 +3523,23 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert-is-function": "^0.0.x", + "@stdlib/assert-is-string": "^0.0.x", + "@stdlib/buffer-ctor": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/cli": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", - "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "node_modules/@stdlib/buffer/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -3461,23 +3552,28 @@ "windows" ], "dependencies": { - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0", - "minimist": "^1.2.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/complex": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", - "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", + "node_modules/@stdlib/buffer/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -3490,26 +3586,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/constants": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", - "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", + "node_modules/@stdlib/buffer/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -3522,24 +3619,50 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/math": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", - "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "node_modules/@stdlib/buffer/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/buffer/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/cli": { + "version": "0.0.10", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3552,34 +3675,21 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.0.x", + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/ndarray": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", - "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "node_modules/@stdlib/cli-ctor": { + "version": "0.0.2", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3592,35 +3702,23 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/bigint": "^0.1.1", - "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/proxy": "^0.1.0", - "@stdlib/slice": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x", + "@stdlib/utils-noop": "^0.0.x", + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/nlp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", - "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "node_modules/@stdlib/cli/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -3633,26 +3731,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/number": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", - "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "node_modules/@stdlib/cli/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -3665,28 +3765,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/os": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", - "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "node_modules/@stdlib/cli/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -3699,26 +3798,50 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/process": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", - "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "node_modules/@stdlib/cli/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/cli/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/complex": { + "version": "0.0.12", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3731,27 +3854,24 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/random": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", - "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "node_modules/@stdlib/complex/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -3764,39 +3884,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/stats": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" - }, - "engines": { - "node": ">=0.10.0", + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/regexp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", - "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "node_modules/@stdlib/complex/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -3809,24 +3918,27 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/stats": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", - "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "node_modules/@stdlib/complex/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -3839,32 +3951,50 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/streams": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", - "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "node_modules/@stdlib/complex/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/complex/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/constants": { + "version": "0.0.11", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -3877,30 +4007,24 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/number": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/strided": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", - "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "node_modules/@stdlib/constants/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -3913,28 +4037,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/string": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", - "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "node_modules/@stdlib/constants/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -3947,34 +4071,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/nlp": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/symbol": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", - "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "node_modules/@stdlib/constants/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -3987,22 +4104,51 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/time": { + "node_modules/@stdlib/constants/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/constants/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/fs": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", - "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.1.1.tgz", + "integrity": "sha512-D3w7LgvmNUEJgmlYWr+8UsbmpzUoKbf09uPY4BEyrqt3toKduQbh6hnanQnaF8JpPn2Xp1hEc5S5wiEj52YeOw==", "os": [ "aix", "darwin", @@ -4015,16 +4161,15 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -4035,10 +4180,9 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/types": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", - "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", + "node_modules/@stdlib/fs-read-file": { + "version": "0.0.7", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -4050,19 +4194,26 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/cli-ctor": "^0.0.x", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" + }, + "bin": { + "read-file": "bin/cli" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/fs/node_modules/@stdlib/utils": { + "node_modules/@stdlib/fs/node_modules/@stdlib/array": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -4075,98 +4226,12 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", "@stdlib/blas": "^0.1.0", - "@stdlib/boolean": "^0.1.0", "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", + "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", - "@stdlib/types": "^0.2.0", - "debug": "^2.6.9" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" - } - }, - "node_modules/@stdlib/fs/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/fs/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@stdlib/function": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.1.1.tgz", - "integrity": "sha512-1ZYoaobMfEzswqq0HBZDiCmuvUHE9mHsCcl28+PliyPAZ9lR0GVJWne9bVvG3Kr/GuSBKBt/fhDLp+gFp5hV6w==", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/utils": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" - } - }, - "node_modules/@stdlib/function/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/iter": "^0.1.0", + "@stdlib/iter": "^0.1.0", "@stdlib/math": "^0.1.0", "@stdlib/ndarray": "^0.1.0", "@stdlib/strided": "^0.1.0", @@ -4184,7 +4249,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/assert": { + "node_modules/@stdlib/fs/node_modules/@stdlib/assert": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", @@ -4231,7 +4296,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/bigint": { + "node_modules/@stdlib/fs/node_modules/@stdlib/bigint": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", @@ -4258,7 +4323,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/blas": { + "node_modules/@stdlib/fs/node_modules/@stdlib/blas": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", @@ -4293,7 +4358,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/buffer": { + "node_modules/@stdlib/fs/node_modules/@stdlib/buffer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", @@ -4325,7 +4390,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/cli": { + "node_modules/@stdlib/fs/node_modules/@stdlib/cli": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", @@ -4354,7 +4419,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/complex": { + "node_modules/@stdlib/fs/node_modules/@stdlib/complex": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", @@ -4386,7 +4451,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/constants": { + "node_modules/@stdlib/fs/node_modules/@stdlib/constants": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", @@ -4416,7 +4481,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/math": { + "node_modules/@stdlib/fs/node_modules/@stdlib/math": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", @@ -4456,7 +4521,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/fs/node_modules/@stdlib/ndarray": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", @@ -4497,7 +4562,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/fs/node_modules/@stdlib/nlp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", @@ -4529,7 +4594,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/number": { + "node_modules/@stdlib/fs/node_modules/@stdlib/number": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", @@ -4563,7 +4628,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/os": { + "node_modules/@stdlib/fs/node_modules/@stdlib/os": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", @@ -4595,7 +4660,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/process": { + "node_modules/@stdlib/fs/node_modules/@stdlib/process": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", @@ -4628,7 +4693,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/random": { + "node_modules/@stdlib/fs/node_modules/@stdlib/random": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", @@ -4673,7 +4738,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/fs/node_modules/@stdlib/regexp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", @@ -4703,7 +4768,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/stats": { + "node_modules/@stdlib/fs/node_modules/@stdlib/stats": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", @@ -4741,7 +4806,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/streams": { + "node_modules/@stdlib/fs/node_modules/@stdlib/streams": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", @@ -4777,7 +4842,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/strided": { + "node_modules/@stdlib/fs/node_modules/@stdlib/strided": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", @@ -4811,7 +4876,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/string": { + "node_modules/@stdlib/fs/node_modules/@stdlib/string": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", @@ -4851,7 +4916,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/fs/node_modules/@stdlib/symbol": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", @@ -4879,7 +4944,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/time": { + "node_modules/@stdlib/fs/node_modules/@stdlib/time": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", @@ -4915,7 +4980,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/types": { + "node_modules/@stdlib/fs/node_modules/@stdlib/types": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", @@ -4939,7 +5004,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/@stdlib/utils": { + "node_modules/@stdlib/fs/node_modules/@stdlib/utils": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", @@ -4987,23 +5052,21 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/function/node_modules/debug": { + "node_modules/@stdlib/fs/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, - "node_modules/@stdlib/function/node_modules/ms": { + "node_modules/@stdlib/fs/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "license": "MIT" }, - "node_modules/@stdlib/iter": { + "node_modules/@stdlib/function": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.1.1.tgz", - "integrity": "sha512-cpgsCtJKy5b8VFldSxKUMRkya4FwDsXIUtUpq3OpWUHzOruwGGt1GqnMBTF08HgYSUVPQXI06WNWiAdfxjZ3tg==", + "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.1.1.tgz", + "integrity": "sha512-1ZYoaobMfEzswqq0HBZDiCmuvUHE9mHsCcl28+PliyPAZ9lR0GVJWne9bVvG3Kr/GuSBKBt/fhDLp+gFp5hV6w==", "os": [ "aix", "darwin", @@ -5016,13 +5079,6 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -5034,7 +5090,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/array": { + "node_modules/@stdlib/function/node_modules/@stdlib/array": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", @@ -5073,7 +5129,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/assert": { + "node_modules/@stdlib/function/node_modules/@stdlib/assert": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", @@ -5120,7 +5176,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/bigint": { + "node_modules/@stdlib/function/node_modules/@stdlib/bigint": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", @@ -5147,7 +5203,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/blas": { + "node_modules/@stdlib/function/node_modules/@stdlib/blas": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", @@ -5182,7 +5238,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/buffer": { + "node_modules/@stdlib/function/node_modules/@stdlib/buffer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", @@ -5214,7 +5270,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/cli": { + "node_modules/@stdlib/function/node_modules/@stdlib/cli": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", @@ -5243,7 +5299,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/complex": { + "node_modules/@stdlib/function/node_modules/@stdlib/complex": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", @@ -5275,7 +5331,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/constants": { + "node_modules/@stdlib/function/node_modules/@stdlib/constants": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", @@ -5305,7 +5361,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/math": { + "node_modules/@stdlib/function/node_modules/@stdlib/math": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", @@ -5345,7 +5401,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/function/node_modules/@stdlib/ndarray": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", @@ -5386,7 +5442,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/function/node_modules/@stdlib/nlp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", @@ -5418,7 +5474,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/number": { + "node_modules/@stdlib/function/node_modules/@stdlib/number": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", @@ -5452,7 +5508,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/os": { + "node_modules/@stdlib/function/node_modules/@stdlib/os": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", @@ -5484,7 +5540,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/process": { + "node_modules/@stdlib/function/node_modules/@stdlib/process": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", @@ -5517,7 +5573,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/random": { + "node_modules/@stdlib/function/node_modules/@stdlib/random": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", @@ -5562,7 +5618,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/function/node_modules/@stdlib/regexp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", @@ -5592,7 +5648,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/stats": { + "node_modules/@stdlib/function/node_modules/@stdlib/stats": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", @@ -5630,7 +5686,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/streams": { + "node_modules/@stdlib/function/node_modules/@stdlib/streams": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", @@ -5666,7 +5722,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/strided": { + "node_modules/@stdlib/function/node_modules/@stdlib/strided": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", @@ -5700,7 +5756,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/string": { + "node_modules/@stdlib/function/node_modules/@stdlib/string": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", @@ -5740,7 +5796,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/function/node_modules/@stdlib/symbol": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", @@ -5768,7 +5824,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/time": { + "node_modules/@stdlib/function/node_modules/@stdlib/time": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", @@ -5804,7 +5860,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/types": { + "node_modules/@stdlib/function/node_modules/@stdlib/types": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", @@ -5828,7 +5884,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/@stdlib/utils": { + "node_modules/@stdlib/function/node_modules/@stdlib/utils": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", @@ -5876,7 +5932,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/iter/node_modules/debug": { + "node_modules/@stdlib/function/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -5884,14 +5940,15 @@ "ms": "2.0.0" } }, - "node_modules/@stdlib/iter/node_modules/ms": { + "node_modules/@stdlib/function/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/@stdlib/math": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/iter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.1.1.tgz", + "integrity": "sha512-cpgsCtJKy5b8VFldSxKUMRkya4FwDsXIUtUpq3OpWUHzOruwGGt1GqnMBTF08HgYSUVPQXI06WNWiAdfxjZ3tg==", "os": [ "aix", "darwin", @@ -5904,67 +5961,28 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/number": "^0.0.x", - "@stdlib/strided": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/math/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/math/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@stdlib/napi": { + "node_modules/@stdlib/iter/node_modules/@stdlib/array": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.1.1.tgz", - "integrity": "sha512-hos+4m3vnAfRItJ6XUmLI8jT+jtjYe10m4BKGZErtWPzGzGTHm+4OrgG/oAcC4OTe2uHoO9OarLsQ8bndhH1GQ==", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/utils": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" - } - }, - "node_modules/@stdlib/napi/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -6000,7 +6018,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/assert": { + "node_modules/@stdlib/iter/node_modules/@stdlib/assert": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", @@ -6047,7 +6065,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/bigint": { + "node_modules/@stdlib/iter/node_modules/@stdlib/bigint": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", @@ -6074,7 +6092,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/blas": { + "node_modules/@stdlib/iter/node_modules/@stdlib/blas": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", @@ -6109,7 +6127,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/buffer": { + "node_modules/@stdlib/iter/node_modules/@stdlib/buffer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", @@ -6141,7 +6159,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/cli": { + "node_modules/@stdlib/iter/node_modules/@stdlib/cli": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", @@ -6170,7 +6188,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/complex": { + "node_modules/@stdlib/iter/node_modules/@stdlib/complex": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", @@ -6202,7 +6220,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/constants": { + "node_modules/@stdlib/iter/node_modules/@stdlib/constants": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", @@ -6232,7 +6250,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/math": { + "node_modules/@stdlib/iter/node_modules/@stdlib/math": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", @@ -6272,7 +6290,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/iter/node_modules/@stdlib/ndarray": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", @@ -6313,7 +6331,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/iter/node_modules/@stdlib/nlp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", @@ -6345,7 +6363,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/number": { + "node_modules/@stdlib/iter/node_modules/@stdlib/number": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", @@ -6379,7 +6397,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/os": { + "node_modules/@stdlib/iter/node_modules/@stdlib/os": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", @@ -6411,7 +6429,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/process": { + "node_modules/@stdlib/iter/node_modules/@stdlib/process": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", @@ -6444,7 +6462,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/random": { + "node_modules/@stdlib/iter/node_modules/@stdlib/random": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", @@ -6489,7 +6507,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/iter/node_modules/@stdlib/regexp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", @@ -6519,7 +6537,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/stats": { + "node_modules/@stdlib/iter/node_modules/@stdlib/stats": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", @@ -6557,7 +6575,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/streams": { + "node_modules/@stdlib/iter/node_modules/@stdlib/streams": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", @@ -6593,7 +6611,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/strided": { + "node_modules/@stdlib/iter/node_modules/@stdlib/strided": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", @@ -6627,7 +6645,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/string": { + "node_modules/@stdlib/iter/node_modules/@stdlib/string": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", @@ -6667,7 +6685,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/iter/node_modules/@stdlib/symbol": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", @@ -6695,7 +6713,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/time": { + "node_modules/@stdlib/iter/node_modules/@stdlib/time": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", @@ -6731,7 +6749,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/types": { + "node_modules/@stdlib/iter/node_modules/@stdlib/types": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", @@ -6755,7 +6773,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/@stdlib/utils": { + "node_modules/@stdlib/iter/node_modules/@stdlib/utils": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", @@ -6803,7 +6821,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/napi/node_modules/debug": { + "node_modules/@stdlib/iter/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -6811,13 +6829,13 @@ "ms": "2.0.0" } }, - "node_modules/@stdlib/napi/node_modules/ms": { + "node_modules/@stdlib/iter/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/@stdlib/ndarray": { - "version": "0.0.13", + "node_modules/@stdlib/math": { + "version": "0.0.11", "license": "Apache-2.0", "os": [ "aix", @@ -6831,17 +6849,15 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", - "@stdlib/bigint": "^0.0.x", - "@stdlib/buffer": "^0.0.x", - "@stdlib/complex": "^0.0.x", "@stdlib/constants": "^0.0.x", - "@stdlib/math": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", "@stdlib/number": "^0.0.x", - "@stdlib/string": "^0.0.x", + "@stdlib/strided": "^0.0.x", + "@stdlib/symbol": "^0.0.x", "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -6852,9 +6868,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/nlp": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/math/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -6869,8 +6886,43 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/math/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", - "@stdlib/random": "^0.0.x", "@stdlib/string": "^0.0.x", "@stdlib/utils": "^0.0.x" }, @@ -6883,9 +6935,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/number": { - "version": "0.0.10", - "license": "Apache-2.0", + "node_modules/@stdlib/math/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -6900,12 +6953,22 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -6916,10 +6979,21 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/object": { + "node_modules/@stdlib/math/node_modules/debug": { + "version": "2.6.9", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/math/node_modules/ms": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/@stdlib/napi": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.1.1.tgz", - "integrity": "sha512-emA1VlLVPtnxxnKrqff6kxzGu3qAaGqw1r5msP6di50UmL2hQrydLNu7lzCcshuNCnEr/HT/nPS4u8JJlNExvw==", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.1.1.tgz", + "integrity": "sha512-hos+4m3vnAfRItJ6XUmLI8jT+jtjYe10m4BKGZErtWPzGzGTHm+4OrgG/oAcC4OTe2uHoO9OarLsQ8bndhH1GQ==", "os": [ "aix", "darwin", @@ -6932,8 +7006,6 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -6945,7 +7017,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/array": { + "node_modules/@stdlib/napi/node_modules/@stdlib/array": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", @@ -6984,7 +7056,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/assert": { + "node_modules/@stdlib/napi/node_modules/@stdlib/assert": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", @@ -7031,7 +7103,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/bigint": { + "node_modules/@stdlib/napi/node_modules/@stdlib/bigint": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", @@ -7058,7 +7130,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/blas": { + "node_modules/@stdlib/napi/node_modules/@stdlib/blas": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", @@ -7093,7 +7165,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/buffer": { + "node_modules/@stdlib/napi/node_modules/@stdlib/buffer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", @@ -7125,7 +7197,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/cli": { + "node_modules/@stdlib/napi/node_modules/@stdlib/cli": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", @@ -7154,7 +7226,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/complex": { + "node_modules/@stdlib/napi/node_modules/@stdlib/complex": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", @@ -7186,7 +7258,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/constants": { + "node_modules/@stdlib/napi/node_modules/@stdlib/constants": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", @@ -7216,7 +7288,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/math": { + "node_modules/@stdlib/napi/node_modules/@stdlib/math": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", @@ -7256,7 +7328,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/napi/node_modules/@stdlib/ndarray": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", @@ -7297,7 +7369,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/napi/node_modules/@stdlib/nlp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", @@ -7329,7 +7401,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/number": { + "node_modules/@stdlib/napi/node_modules/@stdlib/number": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", @@ -7363,7 +7435,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/os": { + "node_modules/@stdlib/napi/node_modules/@stdlib/os": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", @@ -7395,7 +7467,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/process": { + "node_modules/@stdlib/napi/node_modules/@stdlib/process": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", @@ -7428,7 +7500,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/random": { + "node_modules/@stdlib/napi/node_modules/@stdlib/random": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", @@ -7473,7 +7545,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/napi/node_modules/@stdlib/regexp": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", @@ -7503,7 +7575,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/stats": { + "node_modules/@stdlib/napi/node_modules/@stdlib/stats": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", @@ -7541,7 +7613,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/streams": { + "node_modules/@stdlib/napi/node_modules/@stdlib/streams": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", @@ -7577,7 +7649,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/strided": { + "node_modules/@stdlib/napi/node_modules/@stdlib/strided": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", @@ -7611,7 +7683,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/string": { + "node_modules/@stdlib/napi/node_modules/@stdlib/string": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", @@ -7651,7 +7723,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/napi/node_modules/@stdlib/symbol": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", @@ -7679,7 +7751,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/time": { + "node_modules/@stdlib/napi/node_modules/@stdlib/time": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", @@ -7715,7 +7787,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/types": { + "node_modules/@stdlib/napi/node_modules/@stdlib/types": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", @@ -7739,7 +7811,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/@stdlib/utils": { + "node_modules/@stdlib/napi/node_modules/@stdlib/utils": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", @@ -7787,7 +7859,7 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/object/node_modules/debug": { + "node_modules/@stdlib/napi/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -7795,13 +7867,13 @@ "ms": "2.0.0" } }, - "node_modules/@stdlib/object/node_modules/ms": { + "node_modules/@stdlib/napi/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/@stdlib/os": { - "version": "0.0.12", + "node_modules/@stdlib/ndarray": { + "version": "0.0.13", "license": "Apache-2.0", "os": [ "aix", @@ -7815,10 +7887,16 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/process": "^0.0.x", + "@stdlib/bigint": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/complex": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/number": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" }, "engines": { @@ -7830,7 +7908,7 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/os/node_modules/@stdlib/fs": { + "node_modules/@stdlib/ndarray/node_modules/@stdlib/fs": { "version": "0.0.12", "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", @@ -7864,22 +7942,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/os/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/os/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/process": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/ndarray/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -7893,10 +7959,10 @@ ], "dependencies": { "@stdlib/assert": "^0.0.x", - "@stdlib/buffer": "^0.0.x", "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", "@stdlib/fs": "^0.0.x", - "@stdlib/streams": "^0.0.x", + "@stdlib/math": "^0.0.x", "@stdlib/string": "^0.0.x", "@stdlib/utils": "^0.0.x" }, @@ -7909,41 +7975,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/process-read-stdin": { - "version": "0.0.6", - "license": "Apache-2.0", - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "dependencies": { - "@stdlib/assert-is-function": "^0.0.x", - "@stdlib/assert-is-string": "^0.0.x", - "@stdlib/buffer-ctor": "^0.0.x", - "@stdlib/buffer-from-string": "^0.0.x", - "@stdlib/streams-node-stdin": "^0.0.x", - "@stdlib/utils-next-tick": "^0.0.x" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/process/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/ndarray/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -7958,11 +7993,21 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", "debug": "^2.6.9" }, "engines": { @@ -7974,7 +8019,7 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/process/node_modules/debug": { + "node_modules/@stdlib/ndarray/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -7982,15 +8027,14 @@ "ms": "2.0.0" } }, - "node_modules/@stdlib/process/node_modules/ms": { + "node_modules/@stdlib/ndarray/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/@stdlib/proxy": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.1.1.tgz", - "integrity": "sha512-BFvn6bDbchSw1Unm1Ol0FoTto6fNoJ8ce/0BL41Y+O40WYW7sE6Ee/+YBcAqMfjjqAMA2YWhFJcOH/0k0G2gWg==", + "node_modules/@stdlib/nlp": { + "version": "0.0.11", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -8003,22 +8047,26 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "node_modules/@stdlib/nlp/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -8031,33 +8079,28 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/iter": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/assert": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", - "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "node_modules/@stdlib/nlp/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -8070,41 +8113,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/boolean": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/slice": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/bigint": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", - "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "node_modules/@stdlib/nlp/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -8117,21 +8146,50 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/blas": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", - "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "node_modules/@stdlib/nlp/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/nlp/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/number": { + "version": "0.0.10", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -8144,29 +8202,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/buffer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", - "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "node_modules/@stdlib/number/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -8179,26 +8236,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/cli": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", - "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "node_modules/@stdlib/number/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -8211,23 +8270,27 @@ "windows" ], "dependencies": { - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0", - "minimist": "^1.2.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/complex": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", - "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", + "node_modules/@stdlib/number/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -8240,26 +8303,51 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/constants": { + "node_modules/@stdlib/number/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/number/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/object": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", - "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.1.1.tgz", + "integrity": "sha512-emA1VlLVPtnxxnKrqff6kxzGu3qAaGqw1r5msP6di50UmL2hQrydLNu7lzCcshuNCnEr/HT/nPS4u8JJlNExvw==", "os": [ "aix", "darwin", @@ -8272,9 +8360,8 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", + "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8286,10 +8373,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/math": { + "node_modules/@stdlib/object/node_modules/@stdlib/array": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", - "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -8302,20 +8389,19 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/napi": "^0.1.0", + "@stdlib/iter": "^0.1.0", + "@stdlib/math": "^0.1.0", "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -8326,10 +8412,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/ndarray": { + "node_modules/@stdlib/object/node_modules/@stdlib/assert": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", - "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", "os": [ "aix", "darwin", @@ -8343,18 +8429,24 @@ ], "dependencies": { "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/bigint": "^0.1.1", "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", "@stdlib/number": "^0.1.0", - "@stdlib/proxy": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", "@stdlib/slice": "^0.1.0", + "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, @@ -8367,10 +8459,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/nlp": { + "node_modules/@stdlib/object/node_modules/@stdlib/bigint": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", - "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", "os": [ "aix", "darwin", @@ -8383,11 +8475,6 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8399,10 +8486,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/number": { + "node_modules/@stdlib/object/node_modules/@stdlib/blas": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", - "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", "os": [ "aix", "darwin", @@ -8417,9 +8504,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/constants": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/os": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" @@ -8433,10 +8521,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/os": { + "node_modules/@stdlib/object/node_modules/@stdlib/buffer": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", - "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", "os": [ "aix", "darwin", @@ -8449,11 +8537,11 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/process": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8465,10 +8553,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/process": { + "node_modules/@stdlib/object/node_modules/@stdlib/cli": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", - "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", "os": [ "aix", "darwin", @@ -8481,13 +8569,9 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", @@ -8498,10 +8582,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/random": { + "node_modules/@stdlib/object/node_modules/@stdlib/complex": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", - "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", + "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", "os": [ "aix", "darwin", @@ -8516,23 +8600,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/stats": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/strided": "^0.1.0", + "@stdlib/number": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -8543,10 +8614,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/object/node_modules/@stdlib/constants": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", - "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", + "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", "os": [ "aix", "darwin", @@ -8559,9 +8630,9 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/string": "^0.1.0", + "@stdlib/number": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8573,10 +8644,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/stats": { + "node_modules/@stdlib/object/node_modules/@stdlib/math": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", - "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", "os": [ "aix", "darwin", @@ -8591,16 +8662,18 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", + "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/napi": "^0.1.0", "@stdlib/ndarray": "^0.1.0", "@stdlib/number": "^0.1.0", - "@stdlib/random": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -8611,10 +8684,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/streams": { + "node_modules/@stdlib/object/node_modules/@stdlib/ndarray": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", - "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", "os": [ "aix", "darwin", @@ -8627,16 +8700,21 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", + "@stdlib/bigint": "^0.1.1", + "@stdlib/boolean": "^0.1.0", "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/object": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/proxy": "^0.1.0", + "@stdlib/slice": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -8647,10 +8725,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/strided": { + "node_modules/@stdlib/object/node_modules/@stdlib/nlp": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", - "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", "os": [ "aix", "darwin", @@ -8665,11 +8743,9 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", + "@stdlib/random": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8681,10 +8757,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/string": { + "node_modules/@stdlib/object/node_modules/@stdlib/number": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", - "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", "os": [ "aix", "darwin", @@ -8699,16 +8775,10 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/nlp": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/symbol": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/string": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, @@ -8721,10 +8791,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/object/node_modules/@stdlib/os": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", - "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", "os": [ "aix", "darwin", @@ -8738,6 +8808,10 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -8749,10 +8823,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/time": { + "node_modules/@stdlib/object/node_modules/@stdlib/process": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", - "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", "os": [ "aix", "darwin", @@ -8766,12 +8840,9 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/utils": "^0.1.0" @@ -8785,10 +8856,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/types": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", - "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", + "node_modules/@stdlib/object/node_modules/@stdlib/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", "os": [ "aix", "darwin", @@ -8800,6 +8871,27 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/stats": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -8809,10 +8901,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/@stdlib/utils": { + "node_modules/@stdlib/object/node_modules/@stdlib/regexp": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", "os": [ "aix", "darwin", @@ -8825,28 +8917,10 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/function": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", - "@stdlib/types": "^0.2.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -8857,22 +8931,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/proxy/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/proxy/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/random": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/object/node_modules/@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", "os": [ "aix", "darwin", @@ -8885,36 +8947,32 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/blas": "^0.0.x", - "@stdlib/buffer": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/stats": "^0.0.x", - "@stdlib/streams": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/random/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/object/node_modules/@stdlib/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", "os": [ "aix", "darwin", @@ -8927,38 +8985,30 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/random/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/random/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@stdlib/regexp": { - "version": "0.0.13", - "license": "Apache-2.0", + "node_modules/@stdlib/object/node_modules/@stdlib/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", "os": [ "aix", "darwin", @@ -8971,21 +9021,28 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/regexp-eol": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/object/node_modules/@stdlib/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", "os": [ "aix", "darwin", @@ -8998,24 +9055,34 @@ "windows" ], "dependencies": { - "@stdlib/assert-has-own-property": "^0.0.x", - "@stdlib/assert-is-boolean": "^0.0.x", - "@stdlib/assert-is-plain-object": "^0.0.x", - "@stdlib/assert-is-string": "^0.0.x", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/nlp": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/regexp-function-name": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/object/node_modules/@stdlib/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", "os": [ "aix", "darwin", @@ -9028,21 +9095,22 @@ "windows" ], "dependencies": { - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice": { + "node_modules/@stdlib/object/node_modules/@stdlib/time": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.1.1.tgz", - "integrity": "sha512-xrE+dT2aSXixNr0BfSQde9Rc2KOIaBc+C9g9iZH6yBhkNUQ36tYUi3lexmjDZo+1+Jdy5ivB3Vr2gqzDh+fcdA==", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", "os": [ "aix", "darwin", @@ -9056,9 +9124,14 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9070,10 +9143,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/array": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", - "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "node_modules/@stdlib/object/node_modules/@stdlib/types": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", + "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", "os": [ "aix", "darwin", @@ -9085,21 +9158,6 @@ "win32", "windows" ], - "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/iter": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" - }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -9109,10 +9167,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/assert": { + "node_modules/@stdlib/object/node_modules/@stdlib/utils": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", - "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", "os": [ "aix", "darwin", @@ -9126,26 +9184,27 @@ ], "dependencies": { "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", "@stdlib/cli": "^0.1.0", - "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", "@stdlib/object": "^0.1.0", "@stdlib/os": "^0.1.0", "@stdlib/process": "^0.1.0", + "@stdlib/random": "^0.1.0", "@stdlib/regexp": "^0.1.0", - "@stdlib/slice": "^0.1.0", "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/symbol": "^0.1.0", "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -9156,10 +9215,22 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/bigint": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", - "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "node_modules/@stdlib/object/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/object/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/os": { + "version": "0.0.12", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -9172,21 +9243,25 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/blas": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", - "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "node_modules/@stdlib/os/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -9199,29 +9274,28 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/buffer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", - "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "node_modules/@stdlib/os/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -9234,26 +9308,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/cli": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", - "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "node_modules/@stdlib/os/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -9266,23 +9341,50 @@ "windows" ], "dependencies": { - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0", - "minimist": "^1.2.0" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/complex": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", - "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", + "node_modules/@stdlib/os/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/os/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/process": { + "version": "0.0.12", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -9295,26 +9397,26 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/constants": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", - "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", + "node_modules/@stdlib/process-read-stdin": { + "version": "0.0.6", + "license": "Apache-2.0", "os": [ "aix", "darwin", @@ -9327,24 +9429,26 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert-is-function": "^0.0.x", + "@stdlib/assert-is-string": "^0.0.x", + "@stdlib/buffer-ctor": "^0.0.x", + "@stdlib/buffer-from-string": "^0.0.x", + "@stdlib/streams-node-stdin": "^0.0.x", + "@stdlib/utils-next-tick": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/math": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", - "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "node_modules/@stdlib/process/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -9357,19 +9461,13 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/napi": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", "debug": "^2.6.9" }, "engines": { @@ -9377,14 +9475,14 @@ "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/ndarray": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", - "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "node_modules/@stdlib/process/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -9397,35 +9495,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/bigint": "^0.1.1", - "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/proxy": "^0.1.0", - "@stdlib/slice": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" + "type": "patreon", + "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/nlp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", - "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "node_modules/@stdlib/process/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -9438,26 +9528,51 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/utils": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stdlib" - } - }, - "node_modules/@stdlib/slice/node_modules/@stdlib/number": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", - "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/process/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/process/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/proxy": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.1.1.tgz", + "integrity": "sha512-BFvn6bDbchSw1Unm1Ol0FoTto6fNoJ8ce/0BL41Y+O40WYW7sE6Ee/+YBcAqMfjjqAMA2YWhFJcOH/0k0G2gWg==", "os": [ "aix", "darwin", @@ -9470,13 +9585,7 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9488,10 +9597,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/os": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/array": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", - "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -9505,10 +9614,17 @@ ], "dependencies": { "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/process": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/iter": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9520,10 +9636,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/process": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/assert": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", - "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", "os": [ "aix", "darwin", @@ -9536,12 +9652,26 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", + "@stdlib/array": "^0.1.1", + "@stdlib/boolean": "^0.1.0", "@stdlib/cli": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/slice": "^0.1.0", "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9553,10 +9683,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/random": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/bigint": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", - "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", "os": [ "aix", "darwin", @@ -9569,25 +9699,7 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/stats": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/strided": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", - "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -9598,10 +9710,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/regexp": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/blas": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", - "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", "os": [ "aix", "darwin", @@ -9614,9 +9726,14 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9628,10 +9745,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/stats": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/buffer": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", - "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", "os": [ "aix", "darwin", @@ -9646,14 +9763,8 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/number": "^0.1.0", - "@stdlib/random": "^0.1.0", + "@stdlib/process": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, @@ -9666,10 +9777,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/streams": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/cli": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", - "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", "os": [ "aix", "darwin", @@ -9682,16 +9793,9 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/object": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", @@ -9702,10 +9806,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/strided": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/complex": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", - "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", + "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", "os": [ "aix", "darwin", @@ -9720,9 +9824,7 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/complex": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", "@stdlib/string": "^0.1.0", "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" @@ -9736,10 +9838,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/string": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/constants": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", - "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", + "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", "os": [ "aix", "darwin", @@ -9754,17 +9856,7 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/nlp": "^0.1.0", "@stdlib/number": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9776,10 +9868,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/symbol": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/math": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", - "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", "os": [ "aix", "darwin", @@ -9792,8 +9884,20 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/utils": "^0.1.0" + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -9804,10 +9908,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/time": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/ndarray": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", - "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", "os": [ "aix", "darwin", @@ -9820,15 +9924,20 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/cli": "^0.1.0", + "@stdlib/bigint": "^0.1.1", + "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/complex": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/proxy": "^0.1.0", + "@stdlib/slice": "^0.1.0", "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils": "^0.1.0" }, "engines": { @@ -9840,10 +9949,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/types": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", - "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", "os": [ "aix", "darwin", @@ -9855,6 +9964,14 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -9864,10 +9981,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/@stdlib/utils": { + "node_modules/@stdlib/proxy/node_modules/@stdlib/number": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", "os": [ "aix", "darwin", @@ -9882,26 +9999,12 @@ "dependencies": { "@stdlib/array": "^0.1.1", "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/object": "^0.1.0", "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", "@stdlib/types": "^0.2.0", - "debug": "^2.6.9" + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", @@ -9912,22 +10015,10 @@ "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/slice/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/slice/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/stats": { - "version": "0.0.13", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", "os": [ "aix", "darwin", @@ -9940,30 +10031,26 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/blas": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/random": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/streams": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", "os": [ "aix", "darwin", @@ -9976,27 +10063,27 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/buffer": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/streams-node-stdin": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", "os": [ "aix", "darwin", @@ -10008,19 +10095,40 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/stats": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/streams/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", "os": [ "aix", "darwin", @@ -10033,38 +10141,24 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/streams/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/streams/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@stdlib/strided": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", "os": [ "aix", "darwin", @@ -10077,25 +10171,32 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.0.14.tgz", - "integrity": "sha512-1ClvUTPysens7GZz3WsrkFYIFs8qDmnXkyAd3zMvTXgRpy7hqrv6nNzLMQj8BHv5cBWaWPOXYd/cZ+JyMnZNQQ==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", "os": [ "aix", "darwin", @@ -10108,30 +10209,30 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/nlp": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/regexp": "^0.0.x", - "@stdlib/streams": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string-capitalize": { - "version": "0.0.7", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", "os": [ "aix", "darwin", @@ -10144,29 +10245,28 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-string": "^0.0.x", - "@stdlib/cli-ctor": "^0.0.x", - "@stdlib/fs-read-file": "^0.0.x", - "@stdlib/process-read-stdin": "^0.0.x", - "@stdlib/regexp-eol": "^0.0.x", - "@stdlib/streams-node-stdin": "^0.0.x" - }, - "bin": { - "capitalize": "bin/cli" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", "os": [ "aix", "darwin", @@ -10179,40 +10279,62 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" - }, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/nlp": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "ms": "2.0.0" + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/@stdlib/symbol": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", "os": [ "aix", "darwin", @@ -10225,21 +10347,30 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/time": { - "version": "0.0.14", - "license": "Apache-2.0", + "node_modules/@stdlib/proxy/node_modules/@stdlib/types": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", + "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", "os": [ "aix", "darwin", @@ -10251,28 +10382,19 @@ "win32", "windows" ], - "dependencies": { - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x" - }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/time/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/proxy/node_modules/@stdlib/utils": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", "os": [ "aix", "darwin", @@ -10285,13 +10407,27 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", + "@stdlib/types": "^0.2.0", "debug": "^2.6.9" }, "engines": { @@ -10299,11 +10435,11 @@ "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/time/node_modules/debug": { + "node_modules/@stdlib/proxy/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -10311,13 +10447,13 @@ "ms": "2.0.0" } }, - "node_modules/@stdlib/time/node_modules/ms": { + "node_modules/@stdlib/proxy/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/@stdlib/types": { - "version": "0.0.13", + "node_modules/@stdlib/random": { + "version": "0.0.12", "license": "Apache-2.0", "os": [ "aix", @@ -10330,6 +10466,24 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/stats": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -10339,9 +10493,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils": { + "node_modules/@stdlib/random/node_modules/@stdlib/fs": { "version": "0.0.12", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", "os": [ "aix", "darwin", @@ -10356,21 +10511,11 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", - "@stdlib/blas": "^0.0.x", - "@stdlib/buffer": "^0.0.x", "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", - "@stdlib/os": "^0.0.x", "@stdlib/process": "^0.0.x", - "@stdlib/random": "^0.0.x", - "@stdlib/regexp": "^0.0.x", - "@stdlib/streams": "^0.0.x", "@stdlib/string": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/time": "^0.0.x", - "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x", "debug": "^2.6.9" }, "engines": { @@ -10382,9 +10527,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-constructor-name": { - "version": "0.0.7", - "license": "Apache-2.0", + "node_modules/@stdlib/random/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -10397,9 +10543,13 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-buffer": "^0.0.x", - "@stdlib/regexp-function-name": "^0.0.x", - "@stdlib/utils-native-class": "^0.0.x" + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -10410,9 +10560,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-define-nonenumerable-read-only-property": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/random/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -10425,8 +10576,24 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", "@stdlib/types": "^0.0.x", - "@stdlib/utils-define-property": "^0.0.x" + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -10437,8 +10604,19 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-define-property": { - "version": "0.0.7", + "node_modules/@stdlib/random/node_modules/debug": { + "version": "2.6.9", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/random/node_modules/ms": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/@stdlib/regexp": { + "version": "0.0.13", "license": "Apache-2.0", "os": [ "aix", @@ -10452,7 +10630,8 @@ "windows" ], "dependencies": { - "@stdlib/types": "^0.0.x" + "@stdlib/assert": "^0.0.x", + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -10463,7 +10642,7 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-get-prototype-of": { + "node_modules/@stdlib/regexp-eol": { "version": "0.0.6", "license": "Apache-2.0", "os": [ @@ -10478,8 +10657,11 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-function": "^0.0.x", - "@stdlib/utils-native-class": "^0.0.x" + "@stdlib/assert-has-own-property": "^0.0.x", + "@stdlib/assert-is-boolean": "^0.0.x", + "@stdlib/assert-is-plain-object": "^0.0.x", + "@stdlib/assert-is-string": "^0.0.x", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -10490,7 +10672,7 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-global": { + "node_modules/@stdlib/regexp-function-name": { "version": "0.0.6", "license": "Apache-2.0", "os": [ @@ -10505,7 +10687,7 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-boolean": "^0.0.x" + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -10516,11 +10698,12 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-native-class": { - "version": "0.0.7", - "license": "Apache-2.0", - "os": [ - "aix", + "node_modules/@stdlib/regexp/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", "darwin", "freebsd", "linux", @@ -10531,8 +10714,14 @@ "windows" ], "dependencies": { - "@stdlib/assert-has-own-property": "^0.0.x", - "@stdlib/assert-has-tostringtag-support": "^0.0.x" + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" }, "engines": { "node": ">=0.10.0", @@ -10543,9 +10732,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-next-tick": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/regexp/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", "os": [ "aix", "darwin", @@ -10557,6 +10747,15 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -10566,9 +10765,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-noop": { - "version": "0.0.8", - "license": "Apache-2.0", + "node_modules/@stdlib/regexp/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "os": [ "aix", "darwin", @@ -10580,6 +10780,26 @@ "win32", "windows" ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" @@ -10589,9 +10809,23 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-type-of": { - "version": "0.0.7", - "license": "Apache-2.0", + "node_modules/@stdlib/regexp/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/regexp/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/slice": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.1.1.tgz", + "integrity": "sha512-xrE+dT2aSXixNr0BfSQde9Rc2KOIaBc+C9g9iZH6yBhkNUQ36tYUi3lexmjDZo+1+Jdy5ivB3Vr2gqzDh+fcdA==", "os": [ "aix", "darwin", @@ -10604,22 +10838,25 @@ "windows" ], "dependencies": { - "@stdlib/utils-constructor-name": "^0.0.x", - "@stdlib/utils-global": "^0.0.x" + "@stdlib/assert": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/utils/node_modules/@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "node_modules/@stdlib/slice/node_modules/@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -10632,110 +10869,4125 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/iter": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/utils/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", + "node_modules/@stdlib/slice/node_modules/@stdlib/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@stdlib/utils/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "license": "MIT", + "@stdlib/array": "^0.1.1", + "@stdlib/boolean": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/slice": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/bcryptjs": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", - "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" - }, - "node_modules/@types/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" - }, - "node_modules/@types/cors": { - "version": "2.8.13", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz", - "integrity": "sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" - }, - "node_modules/@types/node": { - "version": "17.0.5", - "license": "MIT" - }, - "node_modules/@types/webidl-conversions": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog==" - }, - "node_modules/@types/whatwg-url": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", - "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", - "dependencies": { - "@types/node": "*", - "@types/webidl-conversions": "*" + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, - "node_modules/abbrev": { - "version": "1.0.9", - "license": "ISC" - }, - "node_modules/accepts": { - "version": "1.3.8", - "license": "MIT", + "node_modules/@stdlib/slice/node_modules/@stdlib/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "@stdlib/utils": "^0.1.0" }, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/acorn": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", - "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", - "dev": true, - "bin": { + "node_modules/@stdlib/slice/node_modules/@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/complex": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.1.1.tgz", + "integrity": "sha512-w5dfqdGTddKNguY3CF95/aWx4qmDsGe33B0KG3DVCBeidGOZJHUD/h+2zumZ/Y/BAKPeUiv3ygix5AsMs8Q2zw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/constants": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.1.1.tgz", + "integrity": "sha512-dx9LMY4avY/RNiDIyDu+qJt/KXG/XhQd5LXwv3g2NUFgvX2rND+6jQ6v0BaHKfn9/dLjulqKAgL/OEMhCElXSQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/napi": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/bigint": "^0.1.1", + "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/proxy": "^0.1.0", + "@stdlib/slice": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/stats": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/strided": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/complex": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/nlp": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/types": "^0.2.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/types": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", + "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/@stdlib/utils": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", + "@stdlib/types": "^0.2.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/slice/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/slice/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/stats": { + "version": "0.0.13", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/stats/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/stats/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/stats/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/stats/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/stats/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/streams": { + "version": "0.0.12", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/streams-node-stdin": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/streams/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/streams/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/streams/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/streams/node_modules/debug": { + "version": "2.6.9", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/streams/node_modules/ms": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/@stdlib/strided": { + "version": "0.0.12", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/strided/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/strided/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/strided/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/strided/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/strided/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/string": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.0.14.tgz", + "integrity": "sha512-1ClvUTPysens7GZz3WsrkFYIFs8qDmnXkyAd3zMvTXgRpy7hqrv6nNzLMQj8BHv5cBWaWPOXYd/cZ+JyMnZNQQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/nlp": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/string-capitalize": { + "version": "0.0.7", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert-is-string": "^0.0.x", + "@stdlib/cli-ctor": "^0.0.x", + "@stdlib/fs-read-file": "^0.0.x", + "@stdlib/process-read-stdin": "^0.0.x", + "@stdlib/regexp-eol": "^0.0.x", + "@stdlib/streams-node-stdin": "^0.0.x" + }, + "bin": { + "capitalize": "bin/cli" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/string/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/string/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/string/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/string/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/string/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/symbol": { + "version": "0.0.12", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/symbol/node_modules/@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/symbol/node_modules/@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/symbol/node_modules/@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/symbol/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/symbol/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/time": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.2.1.tgz", + "integrity": "sha512-hGyAmELnd85hiKrH0JzCPpsjaspr7kbfCQ9H/uWQnM8XH8UIYcuo3Pzvv5CgTfMZrjnipXGAi4C2i+HdUrwFww==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/array": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.2.1.tgz", + "integrity": "sha512-rAwz3eZxtk0nnmqvUwK+6WVs7v2bGsEDJAHPoO4MZHeKMab9HAFjDDb/RTMCSa66o8VwOULBPoG/IFFU4JWM4g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/iter": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/assert": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.2.1.tgz", + "integrity": "sha512-wZ40sWp8Pvd5CTpLO0xA41S9W6N/RlkFqapmjZycTT82pCxmSqZT7cZ8RLmVTT+mYsvghMgz3UI5/KTSFTHtyg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/bigint": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.2.1.tgz", + "integrity": "sha512-CDPr1IsXgNSe0lL595SU09x2JwmFfVGGzgDOlbo11313v+/hDeGRdbiWoKHEEH4V7f21YEbys1sDZZeD5ChKXQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/blas": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.2.1.tgz", + "integrity": "sha512-e6VMknSxLDyosXo0fLYHH3CtHq2f+UnQP2bX+13YSlhI5/bRIcIa92Ar9HmjCz4OH13B0OLIwwLqaunyoOT6pQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/boolean": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.2.1.tgz", + "integrity": "sha512-qMrUrw7+ArlNRqPKkPIjejHU9VE2yFBAXqZs4dMKG2moZg0h3TXN93LVvF+JUcGlmw5vlMgoudoq6cCJ0r/8Jg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/buffer": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.2.1.tgz", + "integrity": "sha512-6WdposBRToAKTYXTVkm8nycnpTqmgOlcnkB8l1yelymY/5He1kBRET5A+tJrx8E3po0FG1bOCU6vPwA22h1Cig==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/cli": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.2.1.tgz", + "integrity": "sha512-DZn2QafvarkjcPSsBpTC64LlUzdwg47EuionawKh1SOxgDUCKplBvgDPEWnOrHI19WE5nIYM9MXBiYA+WRqVfA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "minimist": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/complex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.2.1.tgz", + "integrity": "sha512-xQBXXvkKpJRkqb4xo5y7/zOek/XJI1YWsRrRzYkxps/c+DFaBiPE49zRfW7siV1wI/HqGVe75AyXqpJ+BcULNw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/constants": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.2.1.tgz", + "integrity": "sha512-KlXXw3sCgtXI8WTAfJtgo2owNhfohZYyFcD8XGoQwISJIDsPl60MjiYXCku4yHD91lRk5gp+5zJUjFEu9498oA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/fs": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.2.1.tgz", + "integrity": "sha512-FLEcQXvGdiZ9Gcxk7TBtQn/QV07CavQu+7Us1GHljNYMKpVW27JgvQV/bolm0ebiZ/Hdwvcuk+ei/nkNFyLGrQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/function": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.2.1.tgz", + "integrity": "sha512-vECYJgvBGDAoKUkvu/M4dldZI7OYVhIms11UV0hMGfsK1CsMHPIaowqs2XqpT5+AjFVnaSitmt7jvg/tZ9nl6Q==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/iter": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.2.1.tgz", + "integrity": "sha512-ar773X/RsYkp/Mof+foco6IevnktBniUE+NzjFD0VeR6JY0TxCtcd8/J0nYJGPKPsP9qAoGhzBU6tAd/y9XSEA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/math": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.2.1.tgz", + "integrity": "sha512-uhqDhCA3RD+43MOaO5VedaIUW6j7xZfRA4/lT+eXZ6/IEVj0mNFT4N1taLV949hrMGE74xbM3hG8Dc+4gXpcEw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/napi": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.2.1.tgz", + "integrity": "sha512-C7xDw+gcR1QjqPHoSFP8O9qoDLxk9f3mFsld4D/GUEegYPhejjeRmTqbWTuK5XhdrjKMcsWclNFyX6gkNk5xxQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/ndarray": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.2.1.tgz", + "integrity": "sha512-3zhV7XFWiHkrW7Hvr4gXbGdofMkfSp3aEK5KDXoy6m7wfDAk2cGzJQ6Ouyc1/DnDV1PvkQiy3YMMutoNj3eFlw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/bigint": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/proxy": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/nlp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.2.1.tgz", + "integrity": "sha512-XBkIRz6woTPzlV7niqtaeFnC7+Plstl7A3tTODyYSo7gLQd3srBLWWAPvOkFwmqsjvFS4Is54SQlvi+JmcsaHQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/number": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.2.1.tgz", + "integrity": "sha512-uYBqR5wZF4RfgEgknUDVePrmRBSX0lapEuou4i+fD0Prozpwp/6JY4kkSxI11ambwCgfdaAQMQr3OrBACias9w==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/object": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.2.1.tgz", + "integrity": "sha512-G4yw42XFI3bC5JARdhWBtztH5H1fMB0Eb9iUE1wHpokS7WhQPNO+SqQ/q8CvlE1pXp0dqt0veTB+i/TYFiBOKg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/os": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.2.1.tgz", + "integrity": "sha512-puGjQsbykGH/oQMS8KiGcfEXhiukthIWBMMdvhhOirCYMsi1ILXUmwRD0v3Qu2ZhvtOuwPguDaoObkijh8duTQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/process": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.2.1.tgz", + "integrity": "sha512-5J9BtHWY49oauo4eTmxUaaSANesVY+10rGMEmGGq1VZfo2fNOFf7pYb6haLCWg8JuNzzRXXU5q8tYfCCVDOEeA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/proxy": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.2.1.tgz", + "integrity": "sha512-hKJ20bUyvqmeSPMsojS9XekG+oYQEMZGpJFjviui8U+xuCmpHh02AHYtP3v0hfpooR93IIgxMkyDf3/M2m9uyA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/random": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.2.1.tgz", + "integrity": "sha512-VexY8DedZfbXvkJko5SyRYqci/HSWWfJdNO5DwT++j0Edtn4LSKZrI0RS4FnwSkvkr7hpxHMl5S4AMLkgO1CgA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/stats": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/regexp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.2.1.tgz", + "integrity": "sha512-UC4+t10EJe1o8+7WkeOaelaqgTY0yh2o/EfGH6ZsA91T5YQbhnse8f/XVv+1xJ5xtl2DxQxd3+M/rJqYHT8hRg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/slice": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.2.1.tgz", + "integrity": "sha512-WngBEE4c9pVn5LEluBCrhJqil5GJ2pQvFMzqd79TW1m1vkGEcoO6BCq32vc5VIJ56/GXN/7bbMy4VXP0N9WhQg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/stats": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.2.1.tgz", + "integrity": "sha512-p1RnpxbFbxcvOPWE0kqshGYCgpGhHxWbiIBo2ClPpC/3vqB+1PHRa9Ejlb7nhTmWbhK2iiIYo3U5/axNkz5ElA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/streams": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.2.1.tgz", + "integrity": "sha512-aaSFgSahTNZL31Vqz+lNeRE/jeEtxdzzRY6PrGTxPYpLrPuknm2836yzmIOkkxxnVANY7VU1K5QbBcpO6mt2Fg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/strided": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.2.1.tgz", + "integrity": "sha512-IEpMIGGBZ5L/rQ/c7lekjvoF2RxZfDSqTwVllNJdVn+R8N/iNYW3tmaC3qlBi7mpvse0E6sCr4FKZ3rjnFyMzg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/string": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.2.1.tgz", + "integrity": "sha512-FV64bUBTL0nbTizFcW+IQCMrkztoC2pzFyt+YanQbMOETzhRLz8YJeoyOXB9dI1IOikEhrbZMKB+RDAUCxxQ9g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/nlp": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/symbol": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.2.1.tgz", + "integrity": "sha512-FlJNAESPST/iMbKFaJILp5t3RoffCsdcsOFRnU2RaKCQ6xLs9ghJGyqU3Z7CtdAJRzHvYYEZjBwLBmxHto7QaA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/@stdlib/types": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.3.1.tgz", + "integrity": "sha512-a5XMzgLswt8BGzZGMrxG1OekW08YHVjOhygh8dnsGx4b0NvOU5C0jHAAa03s2g+OwkKsgGaC1Q7eJDFziHM4sw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/time/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/time/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@stdlib/types": { + "version": "0.0.13", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.2.1.tgz", + "integrity": "sha512-+uTayofmRLASNMSvHwiLdAeYyj32A7sN0gQYI9+KyQZTDKtQxhIg6G1slnzeg/v5kqSeLTL+HAvXaLrM4AZ/sQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils-constructor-name": { + "version": "0.0.7", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert-is-buffer": "^0.0.x", + "@stdlib/regexp-function-name": "^0.0.x", + "@stdlib/utils-native-class": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-define-nonenumerable-read-only-property": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/types": "^0.0.x", + "@stdlib/utils-define-property": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-define-property": { + "version": "0.0.7", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/types": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-get-prototype-of": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert-is-function": "^0.0.x", + "@stdlib/utils-native-class": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-global": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert-is-boolean": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-native-class": { + "version": "0.0.7", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert-has-own-property": "^0.0.x", + "@stdlib/assert-has-tostringtag-support": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-next-tick": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-noop": { + "version": "0.0.8", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils-type-of": { + "version": "0.0.7", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils-constructor-name": "^0.0.x", + "@stdlib/utils-global": "^0.0.x" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/array": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.2.1.tgz", + "integrity": "sha512-rAwz3eZxtk0nnmqvUwK+6WVs7v2bGsEDJAHPoO4MZHeKMab9HAFjDDb/RTMCSa66o8VwOULBPoG/IFFU4JWM4g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/iter": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/assert": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.2.1.tgz", + "integrity": "sha512-wZ40sWp8Pvd5CTpLO0xA41S9W6N/RlkFqapmjZycTT82pCxmSqZT7cZ8RLmVTT+mYsvghMgz3UI5/KTSFTHtyg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/bigint": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.2.1.tgz", + "integrity": "sha512-CDPr1IsXgNSe0lL595SU09x2JwmFfVGGzgDOlbo11313v+/hDeGRdbiWoKHEEH4V7f21YEbys1sDZZeD5ChKXQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/blas": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.2.1.tgz", + "integrity": "sha512-e6VMknSxLDyosXo0fLYHH3CtHq2f+UnQP2bX+13YSlhI5/bRIcIa92Ar9HmjCz4OH13B0OLIwwLqaunyoOT6pQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/boolean": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.2.1.tgz", + "integrity": "sha512-qMrUrw7+ArlNRqPKkPIjejHU9VE2yFBAXqZs4dMKG2moZg0h3TXN93LVvF+JUcGlmw5vlMgoudoq6cCJ0r/8Jg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/buffer": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.2.1.tgz", + "integrity": "sha512-6WdposBRToAKTYXTVkm8nycnpTqmgOlcnkB8l1yelymY/5He1kBRET5A+tJrx8E3po0FG1bOCU6vPwA22h1Cig==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/cli": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.2.1.tgz", + "integrity": "sha512-DZn2QafvarkjcPSsBpTC64LlUzdwg47EuionawKh1SOxgDUCKplBvgDPEWnOrHI19WE5nIYM9MXBiYA+WRqVfA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "minimist": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/complex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.2.1.tgz", + "integrity": "sha512-xQBXXvkKpJRkqb4xo5y7/zOek/XJI1YWsRrRzYkxps/c+DFaBiPE49zRfW7siV1wI/HqGVe75AyXqpJ+BcULNw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/constants": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.2.1.tgz", + "integrity": "sha512-KlXXw3sCgtXI8WTAfJtgo2owNhfohZYyFcD8XGoQwISJIDsPl60MjiYXCku4yHD91lRk5gp+5zJUjFEu9498oA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/fs": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.2.1.tgz", + "integrity": "sha512-FLEcQXvGdiZ9Gcxk7TBtQn/QV07CavQu+7Us1GHljNYMKpVW27JgvQV/bolm0ebiZ/Hdwvcuk+ei/nkNFyLGrQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/function": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.2.1.tgz", + "integrity": "sha512-vECYJgvBGDAoKUkvu/M4dldZI7OYVhIms11UV0hMGfsK1CsMHPIaowqs2XqpT5+AjFVnaSitmt7jvg/tZ9nl6Q==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/iter": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.2.1.tgz", + "integrity": "sha512-ar773X/RsYkp/Mof+foco6IevnktBniUE+NzjFD0VeR6JY0TxCtcd8/J0nYJGPKPsP9qAoGhzBU6tAd/y9XSEA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/math": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.2.1.tgz", + "integrity": "sha512-uhqDhCA3RD+43MOaO5VedaIUW6j7xZfRA4/lT+eXZ6/IEVj0mNFT4N1taLV949hrMGE74xbM3hG8Dc+4gXpcEw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/napi": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.2.1.tgz", + "integrity": "sha512-C7xDw+gcR1QjqPHoSFP8O9qoDLxk9f3mFsld4D/GUEegYPhejjeRmTqbWTuK5XhdrjKMcsWclNFyX6gkNk5xxQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/ndarray": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.2.1.tgz", + "integrity": "sha512-3zhV7XFWiHkrW7Hvr4gXbGdofMkfSp3aEK5KDXoy6m7wfDAk2cGzJQ6Ouyc1/DnDV1PvkQiy3YMMutoNj3eFlw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/bigint": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/proxy": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/nlp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.2.1.tgz", + "integrity": "sha512-XBkIRz6woTPzlV7niqtaeFnC7+Plstl7A3tTODyYSo7gLQd3srBLWWAPvOkFwmqsjvFS4Is54SQlvi+JmcsaHQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/number": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.2.1.tgz", + "integrity": "sha512-uYBqR5wZF4RfgEgknUDVePrmRBSX0lapEuou4i+fD0Prozpwp/6JY4kkSxI11ambwCgfdaAQMQr3OrBACias9w==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/object": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.2.1.tgz", + "integrity": "sha512-G4yw42XFI3bC5JARdhWBtztH5H1fMB0Eb9iUE1wHpokS7WhQPNO+SqQ/q8CvlE1pXp0dqt0veTB+i/TYFiBOKg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/os": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.2.1.tgz", + "integrity": "sha512-puGjQsbykGH/oQMS8KiGcfEXhiukthIWBMMdvhhOirCYMsi1ILXUmwRD0v3Qu2ZhvtOuwPguDaoObkijh8duTQ==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/process": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.2.1.tgz", + "integrity": "sha512-5J9BtHWY49oauo4eTmxUaaSANesVY+10rGMEmGGq1VZfo2fNOFf7pYb6haLCWg8JuNzzRXXU5q8tYfCCVDOEeA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/proxy": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.2.1.tgz", + "integrity": "sha512-hKJ20bUyvqmeSPMsojS9XekG+oYQEMZGpJFjviui8U+xuCmpHh02AHYtP3v0hfpooR93IIgxMkyDf3/M2m9uyA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/random": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.2.1.tgz", + "integrity": "sha512-VexY8DedZfbXvkJko5SyRYqci/HSWWfJdNO5DwT++j0Edtn4LSKZrI0RS4FnwSkvkr7hpxHMl5S4AMLkgO1CgA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/stats": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/regexp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.2.1.tgz", + "integrity": "sha512-UC4+t10EJe1o8+7WkeOaelaqgTY0yh2o/EfGH6ZsA91T5YQbhnse8f/XVv+1xJ5xtl2DxQxd3+M/rJqYHT8hRg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/slice": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.2.1.tgz", + "integrity": "sha512-WngBEE4c9pVn5LEluBCrhJqil5GJ2pQvFMzqd79TW1m1vkGEcoO6BCq32vc5VIJ56/GXN/7bbMy4VXP0N9WhQg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/stats": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.2.1.tgz", + "integrity": "sha512-p1RnpxbFbxcvOPWE0kqshGYCgpGhHxWbiIBo2ClPpC/3vqB+1PHRa9Ejlb7nhTmWbhK2iiIYo3U5/axNkz5ElA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/streams": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.2.1.tgz", + "integrity": "sha512-aaSFgSahTNZL31Vqz+lNeRE/jeEtxdzzRY6PrGTxPYpLrPuknm2836yzmIOkkxxnVANY7VU1K5QbBcpO6mt2Fg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/strided": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.2.1.tgz", + "integrity": "sha512-IEpMIGGBZ5L/rQ/c7lekjvoF2RxZfDSqTwVllNJdVn+R8N/iNYW3tmaC3qlBi7mpvse0E6sCr4FKZ3rjnFyMzg==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/string": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.2.1.tgz", + "integrity": "sha512-FV64bUBTL0nbTizFcW+IQCMrkztoC2pzFyt+YanQbMOETzhRLz8YJeoyOXB9dI1IOikEhrbZMKB+RDAUCxxQ9g==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/nlp": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/symbol": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.2.1.tgz", + "integrity": "sha512-FlJNAESPST/iMbKFaJILp5t3RoffCsdcsOFRnU2RaKCQ6xLs9ghJGyqU3Z7CtdAJRzHvYYEZjBwLBmxHto7QaA==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/@stdlib/types": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.3.1.tgz", + "integrity": "sha512-a5XMzgLswt8BGzZGMrxG1OekW08YHVjOhygh8dnsGx4b0NvOU5C0jHAAa03s2g+OwkKsgGaC1Q7eJDFziHM4sw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/utils/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@stdlib/utils/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/bcryptjs": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", + "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" + }, + "node_modules/@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" + }, + "node_modules/@types/cors": { + "version": "2.8.13", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz", + "integrity": "sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + }, + "node_modules/@types/node": { + "version": "17.0.5", + "license": "MIT" + }, + "node_modules/@types/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog==" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/abbrev": { + "version": "1.0.9", + "license": "ISC" + }, + "node_modules/accepts": { + "version": "1.3.8", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "dev": true, + "bin": { "acorn": "bin/acorn" }, "engines": { @@ -17840,6 +22092,75 @@ "@stdlib/symbol": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/assert": { @@ -17878,6 +22199,45 @@ "debug": "^2.6.9" } }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -17997,6 +22357,75 @@ "version": "0.0.11", "requires": { "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/blas": { @@ -18008,6 +22437,75 @@ "@stdlib/number": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/boolean": { @@ -18427,6 +22925,75 @@ "@stdlib/process": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/buffer-ctor": { @@ -18448,6 +23015,75 @@ "requires": { "@stdlib/utils": "^0.0.x", "minimist": "^1.2.0" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/cli-ctor": { @@ -18465,6 +23101,75 @@ "@stdlib/assert": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/constants": { @@ -18474,6 +23179,75 @@ "@stdlib/assert": "^0.0.x", "@stdlib/number": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/fs": { @@ -19714,27 +24488,81 @@ "ms": "2.0.0" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "@stdlib/math": { - "version": "0.0.11", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/number": "^0.0.x", - "@stdlib/strided": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" - }, - "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "@stdlib/math": { + "version": "0.0.11", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", + "@stdlib/number": "^0.0.x", + "@stdlib/strided": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, "debug": { "version": "2.6.9", "requires": { @@ -20169,6 +24997,75 @@ "@stdlib/string": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/nlp": { @@ -20180,6 +25077,75 @@ "@stdlib/random": "^0.0.x", "@stdlib/string": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/number": { @@ -20193,6 +25159,75 @@ "@stdlib/string": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, "@stdlib/object": { @@ -20631,6 +25666,45 @@ "debug": "^2.6.9" } }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -20673,6 +25747,45 @@ "debug": "^2.6.9" } }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -21145,24 +26258,132 @@ "debug": "^2.6.9" } }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0" + } + } + }, + "@stdlib/regexp": { + "version": "0.0.13", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, "debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" } }, "ms": { - "version": "2.0.0" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } }, - "@stdlib/regexp": { - "version": "0.0.13", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/utils": "^0.0.x" - } - }, "@stdlib/regexp-eol": { "version": "0.0.6", "requires": { @@ -21543,37 +26764,282 @@ "@stdlib/utils": "^0.1.0" } }, - "@stdlib/types": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", - "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==" - }, + "@stdlib/types": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.2.0.tgz", + "integrity": "sha512-+/GP8FvDt9nTxeo9idmpfhU5bbaGiPtBX/dXExvt3CaqIWw4OjAyyNBNnvgJC8j4pZToAKPbtQiU4S0FlCPKTw==" + }, + "@stdlib/utils": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/blas": "^0.1.0", + "@stdlib/boolean": "^0.1.0", + "@stdlib/buffer": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/constants": "^0.1.0", + "@stdlib/fs": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/ndarray": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/os": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/random": "^0.1.0", + "@stdlib/regexp": "^0.1.0", + "@stdlib/streams": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/symbol": "^0.1.0", + "@stdlib/time": "^0.1.0", + "@stdlib/types": "^0.2.0", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "@stdlib/stats": { + "version": "0.0.13", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "@stdlib/streams": { + "version": "0.0.12", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0" + } + } + }, + "@stdlib/streams-node-stdin": { + "version": "0.0.6" + }, + "@stdlib/strided": { + "version": "0.0.12", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/ndarray": "^0.0.x", + "@stdlib/types": "^0.0.x", + "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, "@stdlib/utils": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-AeMy0zvOMJBtlYui9cdCBaZX9ixgEPgUmfEzyaxL6yzqPJ77MqXWVHfyy9t7Nkd30bKzH/sh8Ya9l1Lrtu+Y+Q==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", "requires": { - "@stdlib/array": "^0.1.1", - "@stdlib/assert": "^0.1.0", - "@stdlib/blas": "^0.1.0", - "@stdlib/boolean": "^0.1.0", - "@stdlib/buffer": "^0.1.0", - "@stdlib/cli": "^0.1.0", - "@stdlib/constants": "^0.1.0", - "@stdlib/fs": "^0.1.0", - "@stdlib/function": "^0.1.0", - "@stdlib/math": "^0.1.0", - "@stdlib/ndarray": "^0.1.0", - "@stdlib/object": "^0.1.0", - "@stdlib/os": "^0.1.0", - "@stdlib/process": "^0.1.0", - "@stdlib/random": "^0.1.0", - "@stdlib/regexp": "^0.1.0", - "@stdlib/streams": "^0.1.0", - "@stdlib/string": "^0.1.0", - "@stdlib/symbol": "^0.1.0", - "@stdlib/time": "^0.1.0", - "@stdlib/types": "^0.2.0", + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", "debug": "^2.6.9" } }, @@ -21592,33 +27058,109 @@ } } }, - "@stdlib/stats": { - "version": "0.0.13", + "@stdlib/string": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.0.14.tgz", + "integrity": "sha512-1ClvUTPysens7GZz3WsrkFYIFs8qDmnXkyAd3zMvTXgRpy7hqrv6nNzLMQj8BHv5cBWaWPOXYd/cZ+JyMnZNQQ==", "requires": { - "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", - "@stdlib/blas": "^0.0.x", + "@stdlib/cli": "^0.0.x", "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", "@stdlib/math": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/random": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/symbol": "^0.0.x", + "@stdlib/nlp": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" + }, + "dependencies": { + "@stdlib/fs": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", + "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x", + "debug": "^2.6.9" + } + }, + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } } }, - "@stdlib/streams": { + "@stdlib/string-capitalize": { + "version": "0.0.7", + "requires": { + "@stdlib/assert-is-string": "^0.0.x", + "@stdlib/cli-ctor": "^0.0.x", + "@stdlib/fs-read-file": "^0.0.x", + "@stdlib/process-read-stdin": "^0.0.x", + "@stdlib/regexp-eol": "^0.0.x", + "@stdlib/streams-node-stdin": "^0.0.x" + } + }, + "@stdlib/symbol": { "version": "0.0.12", "requires": { "@stdlib/assert": "^0.0.x", - "@stdlib/buffer": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9", - "readable-stream": "^2.1.4" + "@stdlib/utils": "^0.0.x" }, "dependencies": { "@stdlib/fs": { @@ -21636,123 +27178,507 @@ "debug": "^2.6.9" } }, - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" + "@stdlib/time": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.0.14.tgz", + "integrity": "sha512-1gMFCQTabMVIgww+k4g8HHHIhyy1tIlvwT8mC0BHW7Q7TzDAgobwL0bvor+lwvCb5LlDAvNQEpaRgVT99QWGeQ==", + "requires": { + "@stdlib/assert": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/utils": "^0.0.x" + } + }, + "@stdlib/utils": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.0.12.tgz", + "integrity": "sha512-+JhFpl6l7RSq/xGnbWRQ5dAL90h9ONj8MViqlb7teBZFtePZLMwoRA1wssypFcJ8SFMRWQn7lPmpYVUkGwRSOg==", + "requires": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", + "@stdlib/blas": "^0.0.x", + "@stdlib/buffer": "^0.0.x", + "@stdlib/cli": "^0.0.x", + "@stdlib/constants": "^0.0.x", + "@stdlib/fs": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/os": "^0.0.x", + "@stdlib/process": "^0.0.x", + "@stdlib/random": "^0.0.x", + "@stdlib/regexp": "^0.0.x", + "@stdlib/streams": "^0.0.x", + "@stdlib/string": "^0.0.x", + "@stdlib/symbol": "^0.0.x", + "@stdlib/time": "^0.0.x", + "@stdlib/types": "^0.0.x", + "debug": "^2.6.9" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "@stdlib/time": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.2.1.tgz", + "integrity": "sha512-hGyAmELnd85hiKrH0JzCPpsjaspr7kbfCQ9H/uWQnM8XH8UIYcuo3Pzvv5CgTfMZrjnipXGAi4C2i+HdUrwFww==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.2.1.tgz", + "integrity": "sha512-rAwz3eZxtk0nnmqvUwK+6WVs7v2bGsEDJAHPoO4MZHeKMab9HAFjDDb/RTMCSa66o8VwOULBPoG/IFFU4JWM4g==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/iter": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/assert": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.2.1.tgz", + "integrity": "sha512-wZ40sWp8Pvd5CTpLO0xA41S9W6N/RlkFqapmjZycTT82pCxmSqZT7cZ8RLmVTT+mYsvghMgz3UI5/KTSFTHtyg==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/bigint": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.2.1.tgz", + "integrity": "sha512-CDPr1IsXgNSe0lL595SU09x2JwmFfVGGzgDOlbo11313v+/hDeGRdbiWoKHEEH4V7f21YEbys1sDZZeD5ChKXQ==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/blas": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.2.1.tgz", + "integrity": "sha512-e6VMknSxLDyosXo0fLYHH3CtHq2f+UnQP2bX+13YSlhI5/bRIcIa92Ar9HmjCz4OH13B0OLIwwLqaunyoOT6pQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/boolean": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.2.1.tgz", + "integrity": "sha512-qMrUrw7+ArlNRqPKkPIjejHU9VE2yFBAXqZs4dMKG2moZg0h3TXN93LVvF+JUcGlmw5vlMgoudoq6cCJ0r/8Jg==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/buffer": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.2.1.tgz", + "integrity": "sha512-6WdposBRToAKTYXTVkm8nycnpTqmgOlcnkB8l1yelymY/5He1kBRET5A+tJrx8E3po0FG1bOCU6vPwA22h1Cig==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/cli": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.2.1.tgz", + "integrity": "sha512-DZn2QafvarkjcPSsBpTC64LlUzdwg47EuionawKh1SOxgDUCKplBvgDPEWnOrHI19WE5nIYM9MXBiYA+WRqVfA==", + "requires": { + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "minimist": "^1.2.0" + } + }, + "@stdlib/complex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.2.1.tgz", + "integrity": "sha512-xQBXXvkKpJRkqb4xo5y7/zOek/XJI1YWsRrRzYkxps/c+DFaBiPE49zRfW7siV1wI/HqGVe75AyXqpJ+BcULNw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/constants": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.2.1.tgz", + "integrity": "sha512-KlXXw3sCgtXI8WTAfJtgo2owNhfohZYyFcD8XGoQwISJIDsPl60MjiYXCku4yHD91lRk5gp+5zJUjFEu9498oA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/fs": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.2.1.tgz", + "integrity": "sha512-FLEcQXvGdiZ9Gcxk7TBtQn/QV07CavQu+7Us1GHljNYMKpVW27JgvQV/bolm0ebiZ/Hdwvcuk+ei/nkNFyLGrQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + } + }, + "@stdlib/function": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.2.1.tgz", + "integrity": "sha512-vECYJgvBGDAoKUkvu/M4dldZI7OYVhIms11UV0hMGfsK1CsMHPIaowqs2XqpT5+AjFVnaSitmt7jvg/tZ9nl6Q==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/iter": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.2.1.tgz", + "integrity": "sha512-ar773X/RsYkp/Mof+foco6IevnktBniUE+NzjFD0VeR6JY0TxCtcd8/J0nYJGPKPsP9qAoGhzBU6tAd/y9XSEA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/math": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.2.1.tgz", + "integrity": "sha512-uhqDhCA3RD+43MOaO5VedaIUW6j7xZfRA4/lT+eXZ6/IEVj0mNFT4N1taLV949hrMGE74xbM3hG8Dc+4gXpcEw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + } + }, + "@stdlib/napi": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.2.1.tgz", + "integrity": "sha512-C7xDw+gcR1QjqPHoSFP8O9qoDLxk9f3mFsld4D/GUEegYPhejjeRmTqbWTuK5XhdrjKMcsWclNFyX6gkNk5xxQ==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/ndarray": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.2.1.tgz", + "integrity": "sha512-3zhV7XFWiHkrW7Hvr4gXbGdofMkfSp3aEK5KDXoy6m7wfDAk2cGzJQ6Ouyc1/DnDV1PvkQiy3YMMutoNj3eFlw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/bigint": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/proxy": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/nlp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.2.1.tgz", + "integrity": "sha512-XBkIRz6woTPzlV7niqtaeFnC7+Plstl7A3tTODyYSo7gLQd3srBLWWAPvOkFwmqsjvFS4Is54SQlvi+JmcsaHQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/number": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.2.1.tgz", + "integrity": "sha512-uYBqR5wZF4RfgEgknUDVePrmRBSX0lapEuou4i+fD0Prozpwp/6JY4kkSxI11ambwCgfdaAQMQr3OrBACias9w==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/object": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.2.1.tgz", + "integrity": "sha512-G4yw42XFI3bC5JARdhWBtztH5H1fMB0Eb9iUE1wHpokS7WhQPNO+SqQ/q8CvlE1pXp0dqt0veTB+i/TYFiBOKg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/os": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.2.1.tgz", + "integrity": "sha512-puGjQsbykGH/oQMS8KiGcfEXhiukthIWBMMdvhhOirCYMsi1ILXUmwRD0v3Qu2ZhvtOuwPguDaoObkijh8duTQ==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/process": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.2.1.tgz", + "integrity": "sha512-5J9BtHWY49oauo4eTmxUaaSANesVY+10rGMEmGGq1VZfo2fNOFf7pYb6haLCWg8JuNzzRXXU5q8tYfCCVDOEeA==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/proxy": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.2.1.tgz", + "integrity": "sha512-hKJ20bUyvqmeSPMsojS9XekG+oYQEMZGpJFjviui8U+xuCmpHh02AHYtP3v0hfpooR93IIgxMkyDf3/M2m9uyA==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/random": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.2.1.tgz", + "integrity": "sha512-VexY8DedZfbXvkJko5SyRYqci/HSWWfJdNO5DwT++j0Edtn4LSKZrI0RS4FnwSkvkr7hpxHMl5S4AMLkgO1CgA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/stats": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + } + }, + "@stdlib/regexp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.2.1.tgz", + "integrity": "sha512-UC4+t10EJe1o8+7WkeOaelaqgTY0yh2o/EfGH6ZsA91T5YQbhnse8f/XVv+1xJ5xtl2DxQxd3+M/rJqYHT8hRg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/slice": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.2.1.tgz", + "integrity": "sha512-WngBEE4c9pVn5LEluBCrhJqil5GJ2pQvFMzqd79TW1m1vkGEcoO6BCq32vc5VIJ56/GXN/7bbMy4VXP0N9WhQg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/stats": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.2.1.tgz", + "integrity": "sha512-p1RnpxbFbxcvOPWE0kqshGYCgpGhHxWbiIBo2ClPpC/3vqB+1PHRa9Ejlb7nhTmWbhK2iiIYo3U5/axNkz5ElA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/streams": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.2.1.tgz", + "integrity": "sha512-aaSFgSahTNZL31Vqz+lNeRE/jeEtxdzzRY6PrGTxPYpLrPuknm2836yzmIOkkxxnVANY7VU1K5QbBcpO6mt2Fg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" } }, - "ms": { - "version": "2.0.0" - } - } - }, - "@stdlib/streams-node-stdin": { - "version": "0.0.6" - }, - "@stdlib/strided": { - "version": "0.0.12", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/ndarray": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" - } - }, - "@stdlib/string": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.0.14.tgz", - "integrity": "sha512-1ClvUTPysens7GZz3WsrkFYIFs8qDmnXkyAd3zMvTXgRpy7hqrv6nNzLMQj8BHv5cBWaWPOXYd/cZ+JyMnZNQQ==", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/nlp": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/regexp": "^0.0.x", - "@stdlib/streams": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" - }, - "dependencies": { - "@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "@stdlib/strided": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.2.1.tgz", + "integrity": "sha512-IEpMIGGBZ5L/rQ/c7lekjvoF2RxZfDSqTwVllNJdVn+R8N/iNYW3tmaC3qlBi7mpvse0E6sCr4FKZ3rjnFyMzg==", "requires": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" } }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" + "@stdlib/string": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.2.1.tgz", + "integrity": "sha512-FV64bUBTL0nbTizFcW+IQCMrkztoC2pzFyt+YanQbMOETzhRLz8YJeoyOXB9dI1IOikEhrbZMKB+RDAUCxxQ9g==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/nlp": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "@stdlib/string-capitalize": { - "version": "0.0.7", - "requires": { - "@stdlib/assert-is-string": "^0.0.x", - "@stdlib/cli-ctor": "^0.0.x", - "@stdlib/fs-read-file": "^0.0.x", - "@stdlib/process-read-stdin": "^0.0.x", - "@stdlib/regexp-eol": "^0.0.x", - "@stdlib/streams-node-stdin": "^0.0.x" - } - }, - "@stdlib/symbol": { - "version": "0.0.12", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/utils": "^0.0.x" - } - }, - "@stdlib/time": { - "version": "0.0.14", - "requires": { - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x" - }, - "dependencies": { - "@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "@stdlib/symbol": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.2.1.tgz", + "integrity": "sha512-FlJNAESPST/iMbKFaJILp5t3RoffCsdcsOFRnU2RaKCQ6xLs9ghJGyqU3Z7CtdAJRzHvYYEZjBwLBmxHto7QaA==", "requires": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", - "debug": "^2.6.9" + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" } }, + "@stdlib/types": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.3.1.tgz", + "integrity": "sha512-a5XMzgLswt8BGzZGMrxG1OekW08YHVjOhygh8dnsGx4b0NvOU5C0jHAAa03s2g+OwkKsgGaC1Q7eJDFziHM4sw==" + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -21772,51 +27698,476 @@ "version": "0.0.13" }, "@stdlib/utils": { - "version": "0.0.12", - "requires": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/blas": "^0.0.x", - "@stdlib/buffer": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/constants": "^0.0.x", - "@stdlib/fs": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/os": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/random": "^0.0.x", - "@stdlib/regexp": "^0.0.x", - "@stdlib/streams": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/symbol": "^0.0.x", - "@stdlib/time": "^0.0.x", - "@stdlib/types": "^0.0.x", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/utils/-/utils-0.2.1.tgz", + "integrity": "sha512-+uTayofmRLASNMSvHwiLdAeYyj32A7sN0gQYI9+KyQZTDKtQxhIg6G1slnzeg/v5kqSeLTL+HAvXaLrM4AZ/sQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", "debug": "^2.6.9" }, "dependencies": { + "@stdlib/array": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.2.1.tgz", + "integrity": "sha512-rAwz3eZxtk0nnmqvUwK+6WVs7v2bGsEDJAHPoO4MZHeKMab9HAFjDDb/RTMCSa66o8VwOULBPoG/IFFU4JWM4g==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/iter": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/assert": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.2.1.tgz", + "integrity": "sha512-wZ40sWp8Pvd5CTpLO0xA41S9W6N/RlkFqapmjZycTT82pCxmSqZT7cZ8RLmVTT+mYsvghMgz3UI5/KTSFTHtyg==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/time": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/bigint": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.2.1.tgz", + "integrity": "sha512-CDPr1IsXgNSe0lL595SU09x2JwmFfVGGzgDOlbo11313v+/hDeGRdbiWoKHEEH4V7f21YEbys1sDZZeD5ChKXQ==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/blas": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.2.1.tgz", + "integrity": "sha512-e6VMknSxLDyosXo0fLYHH3CtHq2f+UnQP2bX+13YSlhI5/bRIcIa92Ar9HmjCz4OH13B0OLIwwLqaunyoOT6pQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/boolean": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.2.1.tgz", + "integrity": "sha512-qMrUrw7+ArlNRqPKkPIjejHU9VE2yFBAXqZs4dMKG2moZg0h3TXN93LVvF+JUcGlmw5vlMgoudoq6cCJ0r/8Jg==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/buffer": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.2.1.tgz", + "integrity": "sha512-6WdposBRToAKTYXTVkm8nycnpTqmgOlcnkB8l1yelymY/5He1kBRET5A+tJrx8E3po0FG1bOCU6vPwA22h1Cig==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/cli": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.2.1.tgz", + "integrity": "sha512-DZn2QafvarkjcPSsBpTC64LlUzdwg47EuionawKh1SOxgDUCKplBvgDPEWnOrHI19WE5nIYM9MXBiYA+WRqVfA==", + "requires": { + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "minimist": "^1.2.0" + } + }, + "@stdlib/complex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/complex/-/complex-0.2.1.tgz", + "integrity": "sha512-xQBXXvkKpJRkqb4xo5y7/zOek/XJI1YWsRrRzYkxps/c+DFaBiPE49zRfW7siV1wI/HqGVe75AyXqpJ+BcULNw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/constants": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/constants/-/constants-0.2.1.tgz", + "integrity": "sha512-KlXXw3sCgtXI8WTAfJtgo2owNhfohZYyFcD8XGoQwISJIDsPl60MjiYXCku4yHD91lRk5gp+5zJUjFEu9498oA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, "@stdlib/fs": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.0.12.tgz", - "integrity": "sha512-zcDLbt39EEM3M3wJW6luChS53B8T+TMJkjs2526UpKJ71O0/0adR57cI7PfCpkMd33d05uM7GM+leEj4eks4Cw==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.2.1.tgz", + "integrity": "sha512-FLEcQXvGdiZ9Gcxk7TBtQn/QV07CavQu+7Us1GHljNYMKpVW27JgvQV/bolm0ebiZ/Hdwvcuk+ei/nkNFyLGrQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9" + } + }, + "@stdlib/function": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/function/-/function-0.2.1.tgz", + "integrity": "sha512-vECYJgvBGDAoKUkvu/M4dldZI7OYVhIms11UV0hMGfsK1CsMHPIaowqs2XqpT5+AjFVnaSitmt7jvg/tZ9nl6Q==", "requires": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/cli": "^0.0.x", - "@stdlib/math": "^0.0.x", - "@stdlib/process": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/utils": "^0.0.x", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/iter": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.2.1.tgz", + "integrity": "sha512-ar773X/RsYkp/Mof+foco6IevnktBniUE+NzjFD0VeR6JY0TxCtcd8/J0nYJGPKPsP9qAoGhzBU6tAd/y9XSEA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/math": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.2.1.tgz", + "integrity": "sha512-uhqDhCA3RD+43MOaO5VedaIUW6j7xZfRA4/lT+eXZ6/IEVj0mNFT4N1taLV949hrMGE74xbM3hG8Dc+4gXpcEw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", "debug": "^2.6.9" } }, + "@stdlib/napi": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.2.1.tgz", + "integrity": "sha512-C7xDw+gcR1QjqPHoSFP8O9qoDLxk9f3mFsld4D/GUEegYPhejjeRmTqbWTuK5XhdrjKMcsWclNFyX6gkNk5xxQ==", + "requires": { + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/ndarray": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.2.1.tgz", + "integrity": "sha512-3zhV7XFWiHkrW7Hvr4gXbGdofMkfSp3aEK5KDXoy6m7wfDAk2cGzJQ6Ouyc1/DnDV1PvkQiy3YMMutoNj3eFlw==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/bigint": "^0.2.1", + "@stdlib/boolean": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/proxy": "^0.2.0", + "@stdlib/slice": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/nlp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.2.1.tgz", + "integrity": "sha512-XBkIRz6woTPzlV7niqtaeFnC7+Plstl7A3tTODyYSo7gLQd3srBLWWAPvOkFwmqsjvFS4Is54SQlvi+JmcsaHQ==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/number": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.2.1.tgz", + "integrity": "sha512-uYBqR5wZF4RfgEgknUDVePrmRBSX0lapEuou4i+fD0Prozpwp/6JY4kkSxI11ambwCgfdaAQMQr3OrBACias9w==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/napi": "^0.2.0", + "@stdlib/os": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/object": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.2.1.tgz", + "integrity": "sha512-G4yw42XFI3bC5JARdhWBtztH5H1fMB0Eb9iUE1wHpokS7WhQPNO+SqQ/q8CvlE1pXp0dqt0veTB+i/TYFiBOKg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/os": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.2.1.tgz", + "integrity": "sha512-puGjQsbykGH/oQMS8KiGcfEXhiukthIWBMMdvhhOirCYMsi1ILXUmwRD0v3Qu2ZhvtOuwPguDaoObkijh8duTQ==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/process": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.2.1.tgz", + "integrity": "sha512-5J9BtHWY49oauo4eTmxUaaSANesVY+10rGMEmGGq1VZfo2fNOFf7pYb6haLCWg8JuNzzRXXU5q8tYfCCVDOEeA==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/proxy": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/proxy/-/proxy-0.2.1.tgz", + "integrity": "sha512-hKJ20bUyvqmeSPMsojS9XekG+oYQEMZGpJFjviui8U+xuCmpHh02AHYtP3v0hfpooR93IIgxMkyDf3/M2m9uyA==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/random": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.2.1.tgz", + "integrity": "sha512-VexY8DedZfbXvkJko5SyRYqci/HSWWfJdNO5DwT++j0Edtn4LSKZrI0RS4FnwSkvkr7hpxHMl5S4AMLkgO1CgA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/stats": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/strided": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + } + }, + "@stdlib/regexp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.2.1.tgz", + "integrity": "sha512-UC4+t10EJe1o8+7WkeOaelaqgTY0yh2o/EfGH6ZsA91T5YQbhnse8f/XVv+1xJ5xtl2DxQxd3+M/rJqYHT8hRg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/function": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/slice": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/slice/-/slice-0.2.1.tgz", + "integrity": "sha512-WngBEE4c9pVn5LEluBCrhJqil5GJ2pQvFMzqd79TW1m1vkGEcoO6BCq32vc5VIJ56/GXN/7bbMy4VXP0N9WhQg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/stats": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.2.1.tgz", + "integrity": "sha512-p1RnpxbFbxcvOPWE0kqshGYCgpGhHxWbiIBo2ClPpC/3vqB+1PHRa9Ejlb7nhTmWbhK2iiIYo3U5/axNkz5ElA==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/blas": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/random": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/streams": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.2.1.tgz", + "integrity": "sha512-aaSFgSahTNZL31Vqz+lNeRE/jeEtxdzzRY6PrGTxPYpLrPuknm2836yzmIOkkxxnVANY7VU1K5QbBcpO6mt2Fg==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/buffer": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/object": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0", + "debug": "^2.6.9", + "readable-stream": "^2.1.4" + } + }, + "@stdlib/strided": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.2.1.tgz", + "integrity": "sha512-IEpMIGGBZ5L/rQ/c7lekjvoF2RxZfDSqTwVllNJdVn+R8N/iNYW3tmaC3qlBi7mpvse0E6sCr4FKZ3rjnFyMzg==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/complex": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/ndarray": "^0.2.0", + "@stdlib/string": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/string": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.2.1.tgz", + "integrity": "sha512-FV64bUBTL0nbTizFcW+IQCMrkztoC2pzFyt+YanQbMOETzhRLz8YJeoyOXB9dI1IOikEhrbZMKB+RDAUCxxQ9g==", + "requires": { + "@stdlib/array": "^0.2.1", + "@stdlib/assert": "^0.2.0", + "@stdlib/cli": "^0.2.0", + "@stdlib/constants": "^0.2.0", + "@stdlib/fs": "^0.2.0", + "@stdlib/math": "^0.2.0", + "@stdlib/nlp": "^0.2.0", + "@stdlib/number": "^0.2.0", + "@stdlib/process": "^0.2.0", + "@stdlib/regexp": "^0.2.0", + "@stdlib/streams": "^0.2.0", + "@stdlib/symbol": "^0.2.0", + "@stdlib/types": "^0.3.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/symbol": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.2.1.tgz", + "integrity": "sha512-FlJNAESPST/iMbKFaJILp5t3RoffCsdcsOFRnU2RaKCQ6xLs9ghJGyqU3Z7CtdAJRzHvYYEZjBwLBmxHto7QaA==", + "requires": { + "@stdlib/assert": "^0.2.0", + "@stdlib/utils": "^0.2.0" + } + }, + "@stdlib/types": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@stdlib/types/-/types-0.3.1.tgz", + "integrity": "sha512-a5XMzgLswt8BGzZGMrxG1OekW08YHVjOhygh8dnsGx4b0NvOU5C0jHAAa03s2g+OwkKsgGaC1Q7eJDFziHM4sw==" + }, "debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" } }, "ms": { - "version": "2.0.0" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } }, diff --git a/package.json b/package.json index 08a6edca..028bedf7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@stdlib/process": "^0.0.12", "@stdlib/stats": "^0.0.13", "@stdlib/string": "^0.0.14", - "@stdlib/utils": "^0.0.12", + "@stdlib/utils": "^0.2.1", "adm-zip": "^0.5.10", "archiver": "^5.3.2", "axios": "^1.6.3",