@3router/darwin-x64 0.2.2
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/3router +0 -0
- package/package.json +21 -0
package/3router
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@3router/darwin-x64",
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "3router 平台二进制 — darwin-x64(由主包 3router 通过 optionalDependencies 自动安装,请勿单独安装)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": "./3router"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"3router"
|
|
17
|
+
],
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
}
|
|
21
|
+
}
|