2020-10-14 17:38:40 -07:00
|
|
|
{
|
|
|
|
"name": "chakracore",
|
2024-04-26 17:17:27 +00:00
|
|
|
"version-date": "2022-11-09",
|
|
|
|
"port-version": 7,
|
2020-10-14 17:38:40 -07:00
|
|
|
"description": "Core part of the Chakra Javascript engine",
|
|
|
|
"homepage": "https://github.com/Microsoft/ChakraCore",
|
2022-11-25 01:10:41 -08:00
|
|
|
"license": "MIT",
|
2023-10-05 05:55:03 +06:00
|
|
|
"supports": "!osx & !uwp & (linux | !static)",
|
2022-12-29 01:01:51 +04:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-08-17 23:22:37 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"pkg-config"
|
|
|
|
],
|
|
|
|
"platform": "windows"
|
2022-12-29 01:01:51 +04:00
|
|
|
}
|
|
|
|
]
|
2020-10-14 17:38:40 -07:00
|
|
|
}
|