mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:51:07 +08:00
a78464841a
* [node-api-headers] update to version 1.1.0 * [node-addon-api] update to version 7.0.0 * Update version database
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "node-api-headers",
|
|
"version": "1.1.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"
|
|
}
|
|
]
|
|
}
|