@gorules/quickjs-darwin-arm64 0.1.3
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/README.md +3 -0
- package/package.json +44 -0
- package/quickjs.darwin-arm64.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gorules/quickjs-darwin-arm64",
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"arm64"
|
|
6
|
+
],
|
|
7
|
+
"main": "quickjs.darwin-arm64.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"quickjs.darwin-arm64.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "High-performance, sandboxed JavaScript runtime for Node.js and browsers, powered by QuickJS and Rust",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"quickjs",
|
|
14
|
+
"javascript",
|
|
15
|
+
"sandbox",
|
|
16
|
+
"runtime",
|
|
17
|
+
"eval",
|
|
18
|
+
"isolated",
|
|
19
|
+
"secure",
|
|
20
|
+
"wasm",
|
|
21
|
+
"webassembly",
|
|
22
|
+
"napi",
|
|
23
|
+
"rust",
|
|
24
|
+
"embedded",
|
|
25
|
+
"scripting",
|
|
26
|
+
"interpreter"
|
|
27
|
+
],
|
|
28
|
+
"author": "GoRules <hi@gorules.io> (https://gorules.io)",
|
|
29
|
+
"homepage": "https://gorules.io",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"engines": {
|
|
32
|
+
"node": ">=20"
|
|
33
|
+
},
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "git+https://github.com/gorules/quickjs.git"
|
|
37
|
+
},
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/gorules/quickjs/issues"
|
|
40
|
+
},
|
|
41
|
+
"os": [
|
|
42
|
+
"darwin"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
Binary file
|