mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
a867a14f2f
* . * .
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "node-addon-api",
|
|
"version": "6.1.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-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|