@vercel/vc-native-win32-arm64 0.0.0 → 59.19.1

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/bin/vercel.exe ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/bin/vercel.exe
3
+ size: 123607552 bytes
4
+ sha256: 8f4f3d204b34e89d4b7a5f833bb4eb5779e871b0596a3b6cb1a70af30a6d8f7c
package/package.json CHANGED
@@ -1,22 +1,24 @@
1
1
  {
2
2
  "name": "@vercel/vc-native-win32-arm64",
3
- "version": "0.0.0",
4
- "description": "Vercel native binary package for Windows ARM64",
5
- "license": "MIT",
6
- "type": "module",
7
- "main": "./index.js",
8
- "exports": {
9
- ".": "./index.js"
3
+ "version": "59.19.1",
4
+ "description": "Native Vercel CLI binary for win32 arm64",
5
+ "license": "Apache-2.0",
6
+ "homepage": "https://vercel.com",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/vercel/vercel.git",
10
+ "directory": "packages/vc-native"
10
11
  },
12
+ "os": [
13
+ "win32"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
11
18
  "files": [
12
- "index.js",
13
- "README.md"
19
+ "bin"
14
20
  ],
15
21
  "publishConfig": {
16
22
  "access": "public"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/vercel/vercel-internal.git"
21
23
  }
22
24
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # @vercel/vc-native-win32-arm64
2
-
3
- Vercel native binary package for Windows ARM64.
4
-
5
- Source: https://github.com/vercel/vercel-internal
package/index.js DELETED
@@ -1 +0,0 @@
1
- export {};