mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
baa9d834e7
* node-api-config-fix * port-ver * upd * hash * newver * add-ver * . * . * respect vcpkg_build_type in config * addver * Update node-addon-api.json
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "node-addon-api",
|
|
"version": "6.0.0",
|
|
"description": "Module for using Node-API from C++",
|
|
"homepage": "https://github.com/nodejs/node-addon-api",
|
|
"license": "MIT",
|
|
"supports": "((windows & !arm) | linux | osx) & !uwp",
|
|
"dependencies": [
|
|
"node-api",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|