@stdlib/strided-napi-unary
Version:
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided array.
79 lines (78 loc) • 1.75 kB
JSON
{
"name": "@stdlib/strided-napi-unary",
"version": "0.2.2",
"description": "C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided 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/strided-napi-unary.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/strided-base-function-object": "^0.2.2",
"@stdlib/strided-base-unary": "^0.2.1",
"@stdlib/strided-dtypes": "^0.3.0",
"@stdlib/strided-napi-addon-arguments": "^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",
"strided",
"array",
"napi",
"n-api",
"node-api",
"addon",
"unary"
],
"__stdlib__": {
"envs": {
"browser": false
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}