78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "@stdlib/strided/napi/smskmap",
|
||
|
"version": "0.0.0",
|
||
|
"description": "C API for registering a Node-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output 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": true,
|
||
|
"directories": {
|
||
|
"benchmark": "./benchmark",
|
||
|
"doc": "./docs",
|
||
|
"example": "./examples",
|
||
|
"include": "./include",
|
||
|
"lib": "./lib",
|
||
|
"src": "./src",
|
||
|
"test": "./test"
|
||
|
},
|
||
|
"types": "./docs/types",
|
||
|
"scripts": {},
|
||
|
"homepage": "https://github.com/stdlib-js/stdlib",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/stdlib-js/stdlib.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0",
|
||
|
"npm": ">2.7.0"
|
||
|
},
|
||
|
"os": [
|
||
|
"aix",
|
||
|
"darwin",
|
||
|
"freebsd",
|
||
|
"linux",
|
||
|
"macos",
|
||
|
"openbsd",
|
||
|
"sunos",
|
||
|
"win32",
|
||
|
"windows"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"stdlib",
|
||
|
"strided",
|
||
|
"array",
|
||
|
"napi",
|
||
|
"n-api",
|
||
|
"node-api",
|
||
|
"addon",
|
||
|
"unary",
|
||
|
"map",
|
||
|
"transform",
|
||
|
"float32",
|
||
|
"single-precision",
|
||
|
"float",
|
||
|
"flt",
|
||
|
"mask",
|
||
|
"masked",
|
||
|
"missing",
|
||
|
"missing values",
|
||
|
"na"
|
||
|
],
|
||
|
"__stdlib__": {}
|
||
|
}
|