@stdlib/napi-argv-float64array
Version:
Convert a Node-API value to a double-precision floating-point array.
81 lines (80 loc) • 1.73 kB
JSON
{
"name": "@stdlib/napi-argv-float64array",
"version": "0.2.2",
"description": "Convert a Node-API value to a double-precision floating-point array.",
"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",
"browser": "./lib/browser.js",
"gypfile": false,
"directories": {
"doc": "./docs",
"include": "./include",
"lib": "./lib",
"src": "./src",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/napi-argv-float64array.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-napi-equal-typedarray-types": "^0.2.1",
"@stdlib/assert-napi-is-typedarray": "^0.2.2",
"@stdlib/assert-napi-status-ok": "^0.2.2",
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/utils-library-manifest": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"napi",
"native",
"addon",
"utilities",
"utils",
"macros",
"double",
"float64",
"array"
],
"__stdlib__": {
"envs": {
"browser": false
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}