@stdlib/number-float64-base-assert-is-same-value
Advanced tools
+8
-24
| { | ||
| "name": "@stdlib/number-float64-base-assert-is-same-value", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Test if two double-precision floating-point numbers are the same value.", | ||
@@ -19,17 +19,10 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "include": "./include", | ||
| "lib": "./lib", | ||
| "src": "./src", | ||
| "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", | ||
@@ -44,17 +37,8 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/napi-argv": "^0.2.0", | ||
| "@stdlib/napi-argv-double": "^0.2.0", | ||
| "@stdlib/napi-export": "^0.2.0", | ||
| "@stdlib/utils-library-manifest": "^0.2.0" | ||
| "@stdlib/napi-argv": "^0.2.1", | ||
| "@stdlib/napi-argv-double": "^0.2.1", | ||
| "@stdlib/napi-export": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-boolean": "^0.1.1", | ||
| "@stdlib/boolean-ctor": "^0.1.1", | ||
| "@stdlib/utils-try-require": "^0.2.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.1.2", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -61,0 +45,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -279,4 +279,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -283,0 +283,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-assert-is-same-value/main.svg |
0
-100%37978
-1.41%