mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:39:02 +08:00
20 lines
412 B
JSON
20 lines
412 B
JSON
|
{
|
||
|
"name": "node-addon-api",
|
||
|
"version": "5.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
|
||
|
}
|
||
|
]
|
||
|
}
|