88 lines
1.9 KiB
JSON
88 lines
1.9 KiB
JSON
{
|
|
"name": "@stdlib/complex-reim",
|
|
"version": "0.0.6",
|
|
"description": "Return the real and imaginary components of a double-precision complex floating-point number.",
|
|
"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": {
|
|
"benchmark": "./benchmark",
|
|
"doc": "./docs",
|
|
"example": "./examples",
|
|
"lib": "./lib",
|
|
"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/complex-reim.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
},
|
|
"dependencies": {
|
|
"@stdlib/array-float64": "^0.0.x",
|
|
"@stdlib/complex-float64": "^0.0.x",
|
|
"@stdlib/types": "^0.0.x",
|
|
"@stdlib/utils-library-manifest": "^0.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"@stdlib/assert-is-array-like": "^0.0.x",
|
|
"@stdlib/bench": "^0.0.x",
|
|
"@stdlib/math-base-special-round": "^0.0.x",
|
|
"@stdlib/random-base-randu": "^0.0.x",
|
|
"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",
|
|
"stdtypes",
|
|
"mathematics",
|
|
"math",
|
|
"complex",
|
|
"cmplx",
|
|
"real",
|
|
"re",
|
|
"imaginary",
|
|
"imag",
|
|
"im",
|
|
"number"
|
|
],
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/athan"
|
|
}
|
|
}
|