@stdlib/error-tools-id2pkg-cli 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -18,6 +18,17 @@ limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
-->
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
<details>
|
|
23
|
+
<summary>
|
|
24
|
+
About stdlib...
|
|
25
|
+
</summary>
|
|
26
|
+
<p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
|
|
27
|
+
<p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
|
|
28
|
+
<p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
|
|
29
|
+
<p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
|
|
30
|
+
</details>
|
|
31
|
+
|
|
21
32
|
# id2pkg
|
|
22
33
|
|
|
23
34
|
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
@@ -175,8 +186,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
175
186
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/error-tools-id2pkg-cli.svg
|
|
176
187
|
[npm-url]: https://npmjs.org/package/@stdlib/error-tools-id2pkg-cli
|
|
177
188
|
|
|
178
|
-
[test-image]: https://github.com/stdlib-js/error-tools-id2pkg/actions/workflows/test.yml/badge.svg?branch=v0.0
|
|
179
|
-
[test-url]: https://github.com/stdlib-js/error-tools-id2pkg/actions/workflows/test.yml?query=branch:v0.0
|
|
189
|
+
[test-image]: https://github.com/stdlib-js/error-tools-id2pkg/actions/workflows/test.yml/badge.svg?branch=v0.1.0
|
|
190
|
+
[test-url]: https://github.com/stdlib-js/error-tools-id2pkg/actions/workflows/test.yml?query=branch:v0.1.0
|
|
180
191
|
|
|
181
192
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/error-tools-id2pkg/main.svg
|
|
182
193
|
[coverage-url]: https://codecov.io/github/stdlib-js/error-tools-id2pkg?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/error-tools-id2pkg-cli",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Return the package name associated with a specified error identifier prefix.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@stdlib/cli-ctor": "^0.0
|
|
29
|
-
"@stdlib/fs-read-file": "^0.0
|
|
30
|
-
"@stdlib/error-tools-id2pkg": "0.0
|
|
28
|
+
"@stdlib/cli-ctor": "^0.1.0",
|
|
29
|
+
"@stdlib/fs-read-file": "^0.1.0",
|
|
30
|
+
"@stdlib/error-tools-id2pkg": "0.1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@stdlib/assert-is-browser": "^0.0.8",
|
|
34
|
-
"@stdlib/assert-is-windows": "^0.0
|
|
34
|
+
"@stdlib/assert-is-windows": "^0.1.0",
|
|
35
35
|
"@stdlib/process-exec-path": "^0.0.7",
|
|
36
36
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
37
37
|
"istanbul": "^0.4.1",
|