2020-10-15 08:38:40 +08:00
|
|
|
{
|
|
|
|
"name": "chakracore",
|
2022-12-29 05:01:51 +08:00
|
|
|
"version-date": "2022-11-09",
|
2023-04-04 00:52:26 +08:00
|
|
|
"port-version": 3,
|
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",
|
2022-12-29 05:01:51 +08:00
|
|
|
"supports": "!osx & !uwp & (linux | (!static & !staticcrt))",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2020-10-15 08:38:40 +08:00
|
|
|
}
|