mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29: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
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "node-addon-api",
|
|
"version": "7.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-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|