@stdlib/number-float64-base-assert-is-same-value-zero
Version:
Test if two double-precision floating-point numbers are the same value.
102 lines (101 loc) • 2.31 kB
JSON
{
"name": "@stdlib/number-float64-base-assert-is-same-value-zero",
"version": "0.1.2",
"description": "Test if two double-precision floating-point numbers are the same value.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"gypfile": false,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/number-float64-base-assert-is-same-value-zero.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/napi-argv-double": "^0.2.1",
"@stdlib/napi-export": "^0.3.0",
"@stdlib/utils-library-manifest": "^0.2.3"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.2.2",
"@stdlib/boolean-ctor": "^0.2.2",
"@stdlib/utils-try-require": "^0.2.2",
"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.2.2"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdassert",
"assertion",
"assert",
"utilities",
"utility",
"utils",
"util",
"equal",
"same",
"strict",
"is",
"issame",
"issamevalue",
"isequal",
"isstrictequal",
"type",
"check",
"valid",
"validate",
"test",
"double",
"double-precision"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}