@stdlib/constants-float64-min-base2-exponent-subnormal
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1
{ | ||
"name": "@stdlib/constants-float64-min-base2-exponent-subnormal", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1", | ||
"description": "The minimum biased base 2 exponent for a subnormal double-precision floating-point number.", | ||
@@ -25,3 +25,5 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"test": "tape $(grep -irl --include=\\*.js \"tape\" ./test)" | ||
"test": "make test", | ||
"test-cov": "make test-cov", | ||
"examples": "make examples" | ||
}, | ||
@@ -38,3 +40,5 @@ "homepage": "https://github.com/stdlib-js/stdlib", | ||
"devDependencies": { | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby" | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
"istanbul": "^0.4.1", | ||
"tap-spec": "5.x.x" | ||
}, | ||
@@ -41,0 +45,0 @@ "engines": { |
@@ -23,2 +23,4 @@ <!-- | ||
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
> The minimum biased base 2 exponent for a subnormal [double-precision floating-point number][ieee754]. | ||
@@ -110,2 +112,14 @@ | ||
[npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float64-min-base2-exponent-subnormal.svg | ||
[npm-url]: https://npmjs.org/package/@stdlib/constants-float64-min-base2-exponent-subnormal | ||
[test-image]: https://github.com/stdlib-js/constants-float64-min-base2-exponent-subnormal/actions/workflows/test.yml/badge.svg | ||
[test-url]: https://github.com/stdlib-js/constants-float64-min-base2-exponent-subnormal/actions/workflows/test.yml | ||
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64-min-base2-exponent-subnormal/main.svg | ||
[coverage-url]: https://codecov.io/github/stdlib-js/constants-float64-min-base2-exponent-subnormal?branch=main | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/constants-float64-min-base2-exponent-subnormal | ||
[dependencies-url]: https://david-dm.org/stdlib-js/constants-float64-min-base2-exponent-subnormal/main | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
@@ -112,0 +126,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45335
6
134
3