aspose.cells.node.darwin.arm64 24.10.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.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ Prebuilt binary of `aspose.cells.node` on macOS arm64
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "aspose.cells.node.darwin.arm64",
3
+ "version": "24.10.0",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "aspose.cells.nodejs.node",
11
+ "scripts": {},
12
+ "engines": {
13
+ "node": ">=12"
14
+ },
15
+ "author": "Aspose",
16
+ "license": "Commercial",
17
+ "homepage": "https://www.aspose.com"
18
+ }