@seydx/node-av-win32-arm64-mingw 2.2.0

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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/node-av.node +0 -0
  3. package/package.json +24 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @seydx/node-av-win32-arm64-mingw
2
+
3
+ Platform-specific binary for [node-av](https://github.com/seydx/av).
4
+
5
+ **This package is automatically installed as an optional dependency. You should not install it directly.**
6
+
7
+ ## Platform
8
+
9
+ - OS: win32
10
+ - Architecture: arm64
11
+
12
+ ## License
13
+
14
+ MIT
package/node-av.node ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@seydx/node-av-win32-arm64-mingw",
3
+ "version": "2.2.0",
4
+ "description": "node-av (win32-arm64-mingw binary)",
5
+ "author": "seydx (https://github.com/seydx/av)",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git://github.com/seydx/av.git"
10
+ },
11
+ "files": [
12
+ "node-av.node"
13
+ ],
14
+ "main": "node-av.node",
15
+ "engines": {
16
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
17
+ },
18
+ "os": [
19
+ "win32"
20
+ ],
21
+ "cpu": [
22
+ "arm64"
23
+ ]
24
+ }