mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 13:29:07 +08:00
1a21cbb35b
* [node-api-headers] Update to 1.0.0 * update-version
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "node-api-headers",
|
|
"version": "1.0.0",
|
|
"description": "NodeJS API for writing modules in C++",
|
|
"homepage": "https://nodejs.org/api/addons.html",
|
|
"license": "MIT",
|
|
"supports": "(windows & !arm & !uwp) | linux | osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|