@stdlib/namespace-pkg2alias
Advanced tools
+8
-20
| { | ||
| "name": "@stdlib/namespace-pkg2alias", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Return the alias associated with a specified package name.", | ||
@@ -18,17 +18,10 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "data": "./data", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "lib": "./lib", | ||
| "scripts": "./scripts", | ||
| "test": "./test" | ||
| "dist": "./dist" | ||
| }, | ||
| "types": "./docs/types", | ||
| "scripts": { | ||
| "test": "make test", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
| "scripts": {}, | ||
| "homepage": "https://stdlib.io", | ||
@@ -43,13 +36,8 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/assert-has-own-property": "^0.1.1", | ||
| "@stdlib/assert-is-string": "^0.2.0", | ||
| "@stdlib/namespace-standalone2pkg": "^0.2.0", | ||
| "@stdlib/string-format": "^0.2.0" | ||
| "@stdlib/assert-has-own-property": "^0.2.1", | ||
| "@stdlib/assert-is-string": "^0.2.1", | ||
| "@stdlib/namespace-standalone2pkg": "^0.2.1", | ||
| "@stdlib/string-format": "^0.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/namespace": "^0.2.1", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -56,0 +44,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -214,4 +214,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -218,0 +218,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/namespace-pkg2alias/main.svg |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
0
-100%715422
-0.01%- Removed
Updated