bifocal/node_modules/@stdlib/constants-float64-ninf/package.json

85 lines
1.7 KiB
JSON

{
"name": "@stdlib/constants-float64-ninf",
"version": "0.0.8",
"description": "Double-precision floating-point negative infinity.",
"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",
"directories": {
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/constants-float64-ninf.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/number-ctor": "^0.0.x",
"@stdlib/utils-library-manifest": "^0.0.x"
},
"devDependencies": {
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"constant",
"const",
"mathematics",
"math",
"ninf",
"negative",
"infinity",
"inf",
"ieee754",
"double",
"dbl",
"precision",
"floating-point",
"float64"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/athan"
}
}