@oj-bin/oj-x86_64-pc-windows-msvc 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@oj-bin/oj-x86_64-pc-windows-msvc",
3
+ "version": "0.1.13",
4
+ "description": "Prebuilt oj binary + plugins for x86_64-pc-windows-msvc. Optional platform package of @oj-bin/oj; do not install directly.",
5
+ "homepage": "https://github.com/everpan/only-js",
6
+ "repository": { "type": "git", "url": "git+https://github.com/everpan/only-js.git" },
7
+ "os": ["win32"],
8
+ "cpu": ["x64"],
9
+ "_comment": "禁止添加 exports 字段——@oj-bin/oj 的 postinstall 用 require.resolve('@oj-bin/oj-<triple>/package.json') 定位本包;加 exports 而未导出 ./package.json 会在用户机器上抛 ERR_PACKAGE_PATH_NOT_EXPORTED。"
10
+ }