@lark-codem/codem-core-win32-arm64-gnu 0.7.61

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/LICENSE ADDED
@@ -0,0 +1,6 @@
1
+ © Lark Technologies Pte. Ltd. All rights reserved. Use is subject to the Legal Agreements outlined here:
2
+
3
+ Feishu User Terms of Service [https://www.feishu.cn/terms]
4
+ Feishu Privacy Policy [https://www.feishu.cn/privacy]
5
+
6
+ Copyright (c) 2026 Lark Technologies Pte. Ltd.
package/codem-core.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@lark-codem/codem-core-win32-arm64-gnu",
3
+ "version": "0.7.61",
4
+ "description": "Platform-specific CodeM binary for win32-arm64-gnu.",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "win32"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "scripts": {
13
+ "postinstall": "node -e \"var f=require('path').join(__dirname,'codem-core.exe'),fs=require('fs');try{fs.chmodSync(f,0o755)}catch(e){}\""
14
+ },
15
+ "files": [
16
+ "codem-core.exe",
17
+ "LICENSE"
18
+ ],
19
+ "publishConfig": {
20
+ "registry": "https://registry.npmjs.org",
21
+ "access": "public"
22
+ }
23
+ }