asposefontnodejs 25.2.0 → 25.4.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/AsposeFontForNode.wasm +0 -0
- package/AsposeFontforNode.cjs +1 -1
- package/AsposeFontforNode.mjs +1 -1
- package/package.json +52 -52
package/AsposeFontForNode.wasm
CHANGED
|
Binary file
|
package/AsposeFontforNode.cjs
CHANGED
package/AsposeFontforNode.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "asposefontnodejs",
|
|
3
|
-
"description": "Aspose.Font for Node.js via C++",
|
|
4
|
-
"version": "25.
|
|
5
|
-
"homepage": "https://products.aspose.com/font/nodejs-cpp/",
|
|
6
|
-
"readmeFilename": "README.md",
|
|
7
|
-
"main": "./AsposeFontforNode.cjs",
|
|
8
|
-
"module": "./AsposeFontforNode.mjs",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./AsposeFontforNode.mjs",
|
|
12
|
-
"require": "./AsposeFontforNode.cjs"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"AsposeFontforNode.cjs",
|
|
17
|
-
"AsposeFontforNode.mjs",
|
|
18
|
-
"AsposeFontforNode.wasm",
|
|
19
|
-
"license/*",
|
|
20
|
-
"fonts/Lora-Regular.ttf",
|
|
21
|
-
"fonts/acade1.afm",
|
|
22
|
-
"fonts/Montserrat-Regular.eot",
|
|
23
|
-
"fonts/12380_C0_0.cff",
|
|
24
|
-
"LICENSE.md",
|
|
25
|
-
"README.md",
|
|
26
|
-
"example.cjs",
|
|
27
|
-
"example.mjs"
|
|
28
|
-
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"example:cjs": "node ./example.cjs",
|
|
31
|
-
"example:esm": "node ./example.mjs"
|
|
32
|
-
},
|
|
33
|
-
"engines": {
|
|
34
|
-
"node": ">=16.4.0"
|
|
35
|
-
},
|
|
36
|
-
"author": {
|
|
37
|
-
"name": "Aspose.Font for C++ Team",
|
|
38
|
-
"url": "https://products.aspose.com/font/"
|
|
39
|
-
},
|
|
40
|
-
"license": "See Licence in LICENCE.md",
|
|
41
|
-
"keywords": [
|
|
42
|
-
"Aspose",
|
|
43
|
-
"Aspose.Font",
|
|
44
|
-
"TTF",
|
|
45
|
-
"WOFF",
|
|
46
|
-
"WOFF2",
|
|
47
|
-
"Font",
|
|
48
|
-
"C++",
|
|
49
|
-
"WebAssembly"
|
|
50
|
-
],
|
|
51
|
-
"dependencies": {}
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "asposefontnodejs",
|
|
3
|
+
"description": "Aspose.Font for Node.js via C++",
|
|
4
|
+
"version": "25.4.0",
|
|
5
|
+
"homepage": "https://products.aspose.com/font/nodejs-cpp/",
|
|
6
|
+
"readmeFilename": "README.md",
|
|
7
|
+
"main": "./AsposeFontforNode.cjs",
|
|
8
|
+
"module": "./AsposeFontforNode.mjs",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./AsposeFontforNode.mjs",
|
|
12
|
+
"require": "./AsposeFontforNode.cjs"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"AsposeFontforNode.cjs",
|
|
17
|
+
"AsposeFontforNode.mjs",
|
|
18
|
+
"AsposeFontforNode.wasm",
|
|
19
|
+
"license/*",
|
|
20
|
+
"fonts/Lora-Regular.ttf",
|
|
21
|
+
"fonts/acade1.afm",
|
|
22
|
+
"fonts/Montserrat-Regular.eot",
|
|
23
|
+
"fonts/12380_C0_0.cff",
|
|
24
|
+
"LICENSE.md",
|
|
25
|
+
"README.md",
|
|
26
|
+
"example.cjs",
|
|
27
|
+
"example.mjs"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"example:cjs": "node ./example.cjs",
|
|
31
|
+
"example:esm": "node ./example.mjs"
|
|
32
|
+
},
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=16.4.0"
|
|
35
|
+
},
|
|
36
|
+
"author": {
|
|
37
|
+
"name": "Aspose.Font for C++ Team",
|
|
38
|
+
"url": "https://products.aspose.com/font/"
|
|
39
|
+
},
|
|
40
|
+
"license": "See Licence in LICENCE.md",
|
|
41
|
+
"keywords": [
|
|
42
|
+
"Aspose",
|
|
43
|
+
"Aspose.Font",
|
|
44
|
+
"TTF",
|
|
45
|
+
"WOFF",
|
|
46
|
+
"WOFF2",
|
|
47
|
+
"Font",
|
|
48
|
+
"C++",
|
|
49
|
+
"WebAssembly"
|
|
50
|
+
],
|
|
51
|
+
"dependencies": {}
|
|
52
|
+
}
|