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