@stdlib/napi
Version:
C APIs for creating Node-API native add-ons.
69 lines (68 loc) • 1.33 kB
JSON
{
"name": "@stdlib/napi",
"version": "0.3.3",
"description": "C APIs for creating Node-API native add-ons.",
"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",
"directories": {
"doc": "./docs",
"include": "./include",
"lib": "./lib"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/napi.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/utils": "^0.3.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"napi",
"n-api",
"node-api",
"addon"
],
"__stdlib__": {
"envs": {
"browser": false
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}