diff --git a/package-lock.json b/package-lock.json index 31e532d4..ebac95df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@socket.io/admin-ui": "^0.5.1", "@stdlib/assert": "^0.0.12", "@stdlib/constants": "^0.0.11", - "@stdlib/fs": "^0.0.12", + "@stdlib/fs": "^0.1.1", "@stdlib/math": "^0.0.11", "@stdlib/process": "^0.0.12", "@stdlib/stats": "^0.0.13", @@ -2017,9 +2017,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/bigint": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/assert/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", @@ -2032,7 +2033,14 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^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", @@ -2043,8 +2051,21 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/blas": { - "version": "0.0.12", + "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", @@ -2058,11 +2079,6 @@ "windows" ], "dependencies": { - "@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": { @@ -2074,8 +2090,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/buffer": { - "version": "0.0.11", + "node_modules/@stdlib/blas": { + "version": "0.0.12", "license": "Apache-2.0", "os": [ "aix", @@ -2091,7 +2107,8 @@ "dependencies": { "@stdlib/array": "^0.0.x", "@stdlib/assert": "^0.0.x", - "@stdlib/process": "^0.0.x", + "@stdlib/math": "^0.0.x", + "@stdlib/number": "^0.0.x", "@stdlib/types": "^0.0.x", "@stdlib/utils": "^0.0.x" }, @@ -2104,9 +2121,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/buffer-ctor": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.1.1.tgz", + "integrity": "sha512-Xmaz2oEnB2mFqC4VuPnVTHfSL7N5kKLZXJuEgeVHMCKSYYL6WD3C0NpDVAvHJ232LyZWGTCO10N4xeW/Gs8kbA==", "os": [ "aix", "darwin", @@ -2119,20 +2137,21 @@ "windows" ], "dependencies": { - "@stdlib/assert-has-node-buffer-support": "^0.0.x" + "@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/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", "os": [ "aix", "darwin", @@ -2145,22 +2164,33 @@ "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/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/cli": { - "version": "0.0.10", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -2173,21 +2203,41 @@ "windows" ], "dependencies": { - "@stdlib/utils": "^0.0.x", - "minimist": "^1.2.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": { "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/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", @@ -2200,22 +2250,21 @@ "windows" ], "dependencies": { - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x", - "@stdlib/utils-noop": "^0.0.x", - "minimist": "^1.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/complex": { - "version": "0.0.12", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -2228,23 +2277,29 @@ "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/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": "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/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", @@ -2257,23 +2312,26 @@ "windows" ], "dependencies": { - "@stdlib/array": "^0.0.x", - "@stdlib/assert": "^0.0.x", - "@stdlib/number": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs": { - "version": "0.0.12", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -2286,27 +2344,23 @@ "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/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.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-read-file": { - "version": "0.0.7", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -2319,35 +2373,26 @@ "windows" ], "dependencies": { - "@stdlib/cli-ctor": "^0.0.x", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" - }, - "bin": { - "read-file": "bin/cli" + "@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": "patreon", - "url": "https://www.patreon.com/athan" - } - }, - "node_modules/@stdlib/fs/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/fs/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/@stdlib/math": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2360,39 +2405,24 @@ "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/number": "^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/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/ndarray": { - "version": "0.0.13", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2405,30 +2435,34 @@ "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/number": "^0.0.x", - "@stdlib/string": "^0.0.x", - "@stdlib/types": "^0.0.x", - "@stdlib/utils": "^0.0.x" + "@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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/nlp": { - "version": "0.0.11", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2441,25 +2475,35 @@ "windows" ], "dependencies": { - "@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" + "@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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/number": { - "version": "0.0.10", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2472,27 +2516,26 @@ "windows" ], "dependencies": { - "@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" + "@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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/os": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2505,24 +2548,28 @@ "windows" ], "dependencies": { - "@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" + "@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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/process": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2535,26 +2582,26 @@ "windows" ], "dependencies": { - "@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" + "@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/process-read-stdin": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2567,25 +2614,27 @@ "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" + "@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/random": { - "version": "0.0.12", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2598,20 +2647,23 @@ "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", + "@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" }, @@ -2620,24 +2672,14 @@ "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/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", + "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", @@ -2650,21 +2692,24 @@ "windows" ], "dependencies": { - "@stdlib/assert": "^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/regexp-eol": { - "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", @@ -2677,24 +2722,32 @@ "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/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/regexp-function-name": { - "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", @@ -2707,20 +2760,30 @@ "windows" ], "dependencies": { - "@stdlib/utils-define-nonenumerable-read-only-property": "^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/stats": { - "version": "0.0.13", - "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", @@ -2733,30 +2796,28 @@ "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/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/streams": { - "version": "0.0.12", - "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", @@ -2769,27 +2830,34 @@ "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/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/streams-node-stdin": { - "version": "0.0.6", - "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", @@ -2801,29 +2869,23 @@ "win32", "windows" ], + "dependencies": { + "@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" - } - }, - "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/boolean/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", @@ -2836,25 +2898,30 @@ "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/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/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/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", @@ -2866,31 +2933,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/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" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/string-capitalize": { - "version": "0.0.7", - "license": "Apache-2.0", + "node_modules/@stdlib/boolean/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", @@ -2903,27 +2958,53 @@ "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/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": "patreon", - "url": "https://www.patreon.com/athan" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/@stdlib/symbol": { - "version": "0.0.12", + "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", @@ -2937,7 +3018,10 @@ "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" }, "engines": { @@ -2949,8 +3033,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/time": { - "version": "0.0.14", + "node_modules/@stdlib/buffer-ctor": { + "version": "0.0.6", "license": "Apache-2.0", "os": [ "aix", @@ -2964,13 +3048,7 @@ "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" + "@stdlib/assert-has-node-buffer-support": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -2981,8 +3059,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/types": { - "version": "0.0.13", + "node_modules/@stdlib/buffer-from-string": { + "version": "0.0.6", "license": "Apache-2.0", "os": [ "aix", @@ -2995,6 +3073,11 @@ "win32", "windows" ], + "dependencies": { + "@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" @@ -3004,8 +3087,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils": { - "version": "0.0.12", + "node_modules/@stdlib/cli": { + "version": "0.0.10", "license": "Apache-2.0", "os": [ "aix", @@ -3019,24 +3102,8 @@ "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" + "@stdlib/utils": "^0.0.x", + "minimist": "^1.2.0" }, "engines": { "node": ">=0.10.0", @@ -3047,8 +3114,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-constructor-name": { - "version": "0.0.7", + "node_modules/@stdlib/cli-ctor": { + "version": "0.0.2", "license": "Apache-2.0", "os": [ "aix", @@ -3062,9 +3129,9 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-buffer": "^0.0.x", - "@stdlib/regexp-function-name": "^0.0.x", - "@stdlib/utils-native-class": "^0.0.x" + "@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", @@ -3075,8 +3142,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-define-nonenumerable-read-only-property": { - "version": "0.0.6", + "node_modules/@stdlib/complex": { + "version": "0.0.12", "license": "Apache-2.0", "os": [ "aix", @@ -3090,8 +3157,10 @@ "windows" ], "dependencies": { + "@stdlib/array": "^0.0.x", + "@stdlib/assert": "^0.0.x", "@stdlib/types": "^0.0.x", - "@stdlib/utils-define-property": "^0.0.x" + "@stdlib/utils": "^0.0.x" }, "engines": { "node": ">=0.10.0", @@ -3102,8 +3171,8 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-define-property": { - "version": "0.0.7", + "node_modules/@stdlib/constants": { + "version": "0.0.11", "license": "Apache-2.0", "os": [ "aix", @@ -3117,7 +3186,10 @@ "windows" ], "dependencies": { - "@stdlib/types": "^0.0.x" + "@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", @@ -3128,9 +3200,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-get-prototype-of": { - "version": "0.0.6", - "license": "Apache-2.0", + "node_modules/@stdlib/fs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.1.1.tgz", + "integrity": "sha512-D3w7LgvmNUEJgmlYWr+8UsbmpzUoKbf09uPY4BEyrqt3toKduQbh6hnanQnaF8JpPn2Xp1hEc5S5wiEj52YeOw==", "os": [ "aix", "darwin", @@ -3143,20 +3216,27 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-function": "^0.0.x", - "@stdlib/utils-native-class": "^0.0.x" + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "debug": "^2.6.9" }, "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-global": { - "version": "0.0.6", + "node_modules/@stdlib/fs-read-file": { + "version": "0.0.7", "license": "Apache-2.0", "os": [ "aix", @@ -3170,7 +3250,11 @@ "windows" ], "dependencies": { - "@stdlib/assert-is-boolean": "^0.0.x" + "@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", @@ -3181,9 +3265,10 @@ "url": "https://www.patreon.com/athan" } }, - "node_modules/@stdlib/utils-native-class": { - "version": "0.0.7", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -3196,21 +3281,33 @@ "windows" ], "dependencies": { - "@stdlib/assert-has-own-property": "^0.0.x", - "@stdlib/assert-has-tostringtag-support": "^0.0.x" + "@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-next-tick": { - "version": "0.0.6", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -3222,18 +3319,42 @@ "win32", "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" + }, "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-noop": { - "version": "0.0.8", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -3245,18 +3366,22 @@ "win32", "windows" ], + "dependencies": { + "@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-type-of": { - "version": "0.0.7", - "license": "Apache-2.0", + "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==", "os": [ "aix", "darwin", @@ -3269,190 +3394,7434 @@ "windows" ], "dependencies": { - "@stdlib/utils-constructor-name": "^0.0.x", - "@stdlib/utils-global": "^0.0.x" + "@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": "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/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==", + "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/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": ">= 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/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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" }, "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" + "node": ">=0.10.0", + "npm": ">2.7.0" }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/adm-zip": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", - "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", - "engines": { - "node": ">=6.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/agent-base": { - "version": "6.0.2", - "license": "MIT", + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "debug": "4" + "@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": ">= 6.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "node": ">=0.10.0", + "npm": ">2.7.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "license": "MIT", + "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==", + "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": ">=8" + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "color-convert": "^2.0.1" + "@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": ">=8" + "node": ">=0.10.0", + "npm": ">2.7.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/stdlib" } }, - "node_modules/append-field": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/append-transform": { - "version": "0.4.0", - "dev": true, - "license": "MIT", + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], "dependencies": { - "default-require-extensions": "^1.0.0" + "@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" - } - }, - "node_modules/aproba": { - "version": "2.0.0", + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "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" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "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/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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/function/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/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/iter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.1.1.tgz", + "integrity": "sha512-cpgsCtJKy5b8VFldSxKUMRkya4FwDsXIUtUpq3OpWUHzOruwGGt1GqnMBTF08HgYSUVPQXI06WNWiAdfxjZ3tg==", + "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/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/iter/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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "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" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/iter/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/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/math": { + "version": "0.0.11", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "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" + }, + "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" + } + }, + "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/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==", + "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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "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" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "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/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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/napi/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/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/ndarray": { + "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/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": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/nlp": { + "version": "0.0.11", + "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/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": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/number": { + "version": "0.0.10", + "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/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": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/object": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.1.1.tgz", + "integrity": "sha512-emA1VlLVPtnxxnKrqff6kxzGu3qAaGqw1r5msP6di50UmL2hQrydLNu7lzCcshuNCnEr/HT/nPS4u8JJlNExvw==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/assert": "^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/object/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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/object/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": { + "@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": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "node_modules/@stdlib/object/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": { + "@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/object/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/object/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/object/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/object/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/object/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/object/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/object/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/object/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/object/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/object/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/object/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/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", + "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/object/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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/object/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/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", + "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/object/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/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", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@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": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "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", + "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/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", + "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/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": "patreon", + "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==", + "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/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", + "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/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==", + "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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "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" + }, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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==", + "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/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==", + "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/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==", + "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/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==", + "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/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==", + "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/proxy/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/proxy/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/proxy/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/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", + "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/proxy/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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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": { + "@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/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", + "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/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", + "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/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", + "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/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", + "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/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" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "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==", + "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/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", + "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/regexp-eol": { + "version": "0.0.6", + "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-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", + "npm": ">2.7.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/athan" + } + }, + "node_modules/@stdlib/regexp-function-name": { + "version": "0.0.6", + "license": "Apache-2.0", + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@stdlib/utils-define-nonenumerable-read-only-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/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", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "dependencies": { + "@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": "opencollective", + "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==", + "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/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": "opencollective", + "url": "https://opencollective.com/stdlib" + } + }, + "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": { + "@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": ">=0.10.0", + "npm": ">2.7.0" + }, + "funding": { + "type": "opencollective", + "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==", + "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/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/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/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/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/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/time": { + "version": "0.0.14", + "license": "Apache-2.0", + "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/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==", + "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/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.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/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/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/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/utils/node_modules/debug": { + "version": "2.6.9", + "license": "MIT", + "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", + "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": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/adm-zip": { + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", + "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "license": "MIT", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/append-field": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/append-transform": { + "version": "0.4.0", + "dev": true, + "license": "MIT", + "dependencies": { + "default-require-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/aproba": { + "version": "2.0.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" }, @@ -10492,6 +17861,36 @@ "@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" + } + }, + "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-has-node-buffer-support": { @@ -10611,6 +18010,415 @@ "@stdlib/utils": "^0.0.x" } }, + "@stdlib/boolean": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/boolean/-/boolean-0.1.1.tgz", + "integrity": "sha512-Xmaz2oEnB2mFqC4VuPnVTHfSL7N5kKLZXJuEgeVHMCKSYYL6WD3C0NpDVAvHJ232LyZWGTCO10N4xeW/Gs8kbA==", + "requires": { + "@stdlib/utils": "^0.1.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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/buffer": { "version": "0.0.11", "requires": { @@ -10669,36 +18477,1250 @@ } }, "@stdlib/fs": { - "version": "0.0.12", - "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", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/fs/-/fs-0.1.1.tgz", + "integrity": "sha512-D3w7LgvmNUEJgmlYWr+8UsbmpzUoKbf09uPY4BEyrqt3toKduQbh6hnanQnaF8JpPn2Xp1hEc5S5wiEj52YeOw==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/cli": "^0.1.0", + "@stdlib/math": "^0.1.0", + "@stdlib/object": "^0.1.0", + "@stdlib/process": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", "debug": "^2.6.9" }, "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0" + } + } + }, + "@stdlib/fs-read-file": { + "version": "0.0.7", + "requires": { + "@stdlib/cli-ctor": "^0.0.x", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" + } + }, + "@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==", + "requires": { + "@stdlib/utils": "^0.1.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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/iter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/iter/-/iter-0.1.1.tgz", + "integrity": "sha512-cpgsCtJKy5b8VFldSxKUMRkya4FwDsXIUtUpq3OpWUHzOruwGGt1GqnMBTF08HgYSUVPQXI06WNWiAdfxjZ3tg==", + "requires": { + "@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" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } }, - "@stdlib/fs-read-file": { - "version": "0.0.7", - "requires": { - "@stdlib/cli-ctor": "^0.0.x", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" - } - }, "@stdlib/math": { "version": "0.0.11", "requires": { @@ -10724,6 +19746,415 @@ } } }, + "@stdlib/napi": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/napi/-/napi-0.1.1.tgz", + "integrity": "sha512-hos+4m3vnAfRItJ6XUmLI8jT+jtjYe10m4BKGZErtWPzGzGTHm+4OrgG/oAcC4OTe2uHoO9OarLsQ8bndhH1GQ==", + "requires": { + "@stdlib/utils": "^0.1.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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/ndarray": { "version": "0.0.13", "requires": { @@ -10764,6 +20195,417 @@ "@stdlib/utils": "^0.0.x" } }, + "@stdlib/object": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/object/-/object-0.1.1.tgz", + "integrity": "sha512-emA1VlLVPtnxxnKrqff6kxzGu3qAaGqw1r5msP6di50UmL2hQrydLNu7lzCcshuNCnEr/HT/nPS4u8JJlNExvw==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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/os": { "version": "0.0.12", "requires": { @@ -10772,6 +20614,36 @@ "@stdlib/fs": "^0.0.x", "@stdlib/process": "^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" + } + }, + "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/process": { @@ -10784,6 +20656,36 @@ "@stdlib/streams": "^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" + } + }, + "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/process-read-stdin": { @@ -10797,6 +20699,416 @@ "@stdlib/utils-next-tick": "^0.0.x" } }, + "@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==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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/random": { "version": "0.0.12", "requires": { @@ -10818,6 +21130,21 @@ "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" + } + }, "debug": { "version": "2.6.9", "requires": { @@ -10852,6 +21179,419 @@ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" } }, + "@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==", + "requires": { + "@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" + }, + "dependencies": { + "@stdlib/array": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/array/-/array-0.1.1.tgz", + "integrity": "sha512-UVZu442EezB2f375tltVrNqawAQj4XocYWtRLYWLisoOdVhmxtnC5eWRifakO4s5Tz2D/Pcz2nN7rC11wUIICA==", + "requires": { + "@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/assert": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/assert/-/assert-0.1.1.tgz", + "integrity": "sha512-IBxfickoVcGJ8ohlocVgyUaD8ZAZ5U1gLAZ6MCZcbCQq+0ArUxykEqfLCsehQfCZzcghqO6er1amw+a00uhzyg==", + "requires": { + "@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/bigint": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/bigint/-/bigint-0.1.1.tgz", + "integrity": "sha512-hVwvvmwHRmxUHPjp6WEZ66g01qiN6vEbeQGWa/WGIb58l80+HVrauHZPQ7QUkTT/EE0QJn94CRex3U2t7JgLjA==", + "requires": { + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/blas": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/blas/-/blas-0.1.1.tgz", + "integrity": "sha512-EFE+UDK6BYxFkPLhovuVIh2BCQONQ+oE1yZ5fclD3Rby21BJTaHJUBRh/7ycIGdkLSpZMXi6Ufr3tri3KlZkzA==", + "requires": { + "@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/buffer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/buffer/-/buffer-0.1.1.tgz", + "integrity": "sha512-1tx9j36s9kNeaKibyS5zZrY10Ia0j8sbVhTSrcEKVbmU96Np8+WsXNE20Zrb8dBSYm4a1jlnZ+7ujh9slSfRjg==", + "requires": { + "@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/cli": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/cli/-/cli-0.1.1.tgz", + "integrity": "sha512-a4k80fEHIk0gUxh1bd9N0EBp+zPW9X478upIbf1URVdHoqgvjZs5PdYxEC1Sw/lhTxqH0OoQEeQiVWkcgQW5sA==", + "requires": { + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0", + "minimist": "^1.2.0" + } + }, + "@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==", + "requires": { + "@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/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==", + "requires": { + "@stdlib/array": "^0.1.1", + "@stdlib/assert": "^0.1.0", + "@stdlib/number": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/math": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/math/-/math-0.1.1.tgz", + "integrity": "sha512-WW9hxKWU3kB/3sYP0Ds4hBwVtJH1LnpMWSsC0Am5rJAZ3c6a1VFifIXfg6nVZVeW3jPAjC/ngbeOzHkPmUff4g==", + "requires": { + "@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/ndarray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/ndarray/-/ndarray-0.1.1.tgz", + "integrity": "sha512-KPpFnSSUYDpU4hWsw/P63MZagwkAGQpWrCxU3Lw59+BeCg8VTji4X2xod39N3ijzI7Ibp/XFJHUXySaz7hHO9g==", + "requires": { + "@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/nlp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/nlp/-/nlp-0.1.1.tgz", + "integrity": "sha512-+Lv1smn+aqIZNoxxOVKu7s99VOXCrZXpkXvkl2F07ghbjjFRSY5HqDC5nZtA8tT62LBLY7vnzRAIANXQR4LwxQ==", + "requires": { + "@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/number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/number/-/number-0.1.1.tgz", + "integrity": "sha512-kUCKmIrTeugvJjX5GycAv8rjXCVhoL2QWUZSANXFTfYO5/DOsHBJUp3lAKYFAdlTXj7792MkdRkAL3yuxt349Q==", + "requires": { + "@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/os": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/os/-/os-0.1.1.tgz", + "integrity": "sha512-MaWFctJrhfg7nWFFzzmvsVFEgmzgSDy8Cgi5QSo6swg/hm2517l5j0xZchr9Ke+oi/bmfvebzvhwKCBXFb1EMw==", + "requires": { + "@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/process": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/process/-/process-0.1.1.tgz", + "integrity": "sha512-nLScpUVG7+1xDlYYR3+Erv2TnlXFfcbZ8Jgd0jOdabycunG7B5NQWIcSAjhJQA7t39+SnJjnyasF+eQfgqU9Bw==", + "requires": { + "@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/random": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/random/-/random-0.1.1.tgz", + "integrity": "sha512-k4yg98BkAjiJaTg1wybw+LJsSfkCmdS65OCwhyt9xHQf15FtHSl9Ip67Nqp0DmP4h6lbnBzAQ2/j6RKAs3wgAg==", + "requires": { + "@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/regexp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/regexp/-/regexp-0.1.1.tgz", + "integrity": "sha512-1jCYrVjwGYYU7pvz/z9DzgXsF0+z8sualIwx/kzQ4SIBxRx9tGqHY1UagTmk8rXs7JnJIJnsV6qPsZUjhc6DzA==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/function": "^0.1.0", + "@stdlib/string": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/stats": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/stats/-/stats-0.1.1.tgz", + "integrity": "sha512-SVrGkjdcK2986KZQc9KNWfRSXYPTd6wmvhx08GJIakwPGR5QP/PLzOPTI6eDK+srIydZXNfBe9x9EUJtgPkCQQ==", + "requires": { + "@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/streams": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/streams/-/streams-0.1.1.tgz", + "integrity": "sha512-1F0/BDa06pFIwMxqdRLrjOCzMWjALU+/c20BOpBxisFMwropA0loXq3kalwE4Bj/VF0dhdrYubPDimTe+xxt8w==", + "requires": { + "@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/strided": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/strided/-/strided-0.1.1.tgz", + "integrity": "sha512-0mQvcdxbzg1l4j15B/lOdlSDPAXnXNHBFdcvrWLE9QtkaogCAIDrBFCpVCS12guLh9uZ85g8SGbEGXWcCV7aQw==", + "requires": { + "@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/string": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/string/-/string-0.1.1.tgz", + "integrity": "sha512-nQ5bUo2jp1E5AoZL0DMiK1AD3qHVbtgab/3eHR+1ycFjuSGASmzbB/rYGsrZkOZaWif2EqW5THsaO5vjZbiJXw==", + "requires": { + "@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/symbol": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/symbol/-/symbol-0.1.1.tgz", + "integrity": "sha512-elaAMpXcWSDMN+eSYX6mbQgxCEhN5/DFBRQUR96+jnpUGxVj0FvLcDzxT0NS5595l0sJ7W5PngR13TafDEXQ6w==", + "requires": { + "@stdlib/assert": "^0.1.0", + "@stdlib/utils": "^0.1.0" + } + }, + "@stdlib/time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@stdlib/time/-/time-0.1.1.tgz", + "integrity": "sha512-T2Qnb31Wy9LZZWlbjW5LLedpdRUwdVYKCONMGmb/hGf0GyoL6Ka4wfTtaog7uRdPeC7Hhg1pNv/Dv73i0N1yeg==", + "requires": { + "@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" + } + }, + "@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": { @@ -10881,6 +21621,21 @@ "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" + } + }, "debug": { "version": "2.6.9", "requires": { @@ -10921,6 +21676,36 @@ "@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" + } + }, + "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/string-capitalize": { @@ -10951,6 +21736,36 @@ "@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==", + "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" + } + }, + "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/types": { @@ -10979,6 +21794,21 @@ "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" + } + }, "debug": { "version": "2.6.9", "requires": { diff --git a/package.json b/package.json index 5b7ba6b8..08a6edca 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@socket.io/admin-ui": "^0.5.1", "@stdlib/assert": "^0.0.12", "@stdlib/constants": "^0.0.11", - "@stdlib/fs": "^0.0.12", + "@stdlib/fs": "^0.1.1", "@stdlib/math": "^0.0.11", "@stdlib/process": "^0.0.12", "@stdlib/stats": "^0.0.13",