@lark-codem/codem-core-darwin-arm64 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 +6 -0
- package/codem-core +0 -0
- package/package.json +23 -0
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
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@lark-codem/codem-core-darwin-arm64",
|
|
3
|
+
"version": "0.7.61",
|
|
4
|
+
"description": "Platform-specific CodeM binary for darwin-arm64.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"arm64"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"postinstall": "node -e \"var f=require('path').join(__dirname,'codem-core'),fs=require('fs');try{fs.chmodSync(f,0o755)}catch(e){};if(process.platform==='darwin'){['com.apple.quarantine','com.apple.provenance'].forEach(function(a){try{require('child_process').execFileSync('xattr',['-d',a,f],{stdio:'ignore'})}catch(e){}})}\""
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"codem-core",
|
|
17
|
+
"LICENSE"
|
|
18
|
+
],
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"registry": "https://registry.npmjs.org",
|
|
21
|
+
"access": "public"
|
|
22
|
+
}
|
|
23
|
+
}
|