polyxml 0.1.0 → 0.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.
- package/Cargo.toml +1 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +30 -30
- package/polyxml.darwin-arm64.node +0 -0
- package/polyxml.darwin-x64.node +0 -0
- package/polyxml.linux-x64-gnu.node +0 -0
- package/polyxml.win32-x64-msvc.node +0 -0
package/Cargo.toml
CHANGED
package/README.md
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "polyxml",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "High-performance, polyglot XML data-binding engine built in Rust",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"types": "index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "node test/index.test.js"
|
|
9
|
-
},
|
|
10
|
-
"napi": {
|
|
11
|
-
"name": "polyxml"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@napi-rs/cli": "^3.0.0"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [
|
|
17
|
-
"xml",
|
|
18
|
-
"parser",
|
|
19
|
-
"serializer",
|
|
20
|
-
"deserializer",
|
|
21
|
-
"fast-xml",
|
|
22
|
-
"polyglot"
|
|
23
|
-
],
|
|
24
|
-
"author": "Bailey Nguyen <bailey.tan.nguyen@gmail.com>",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/nth-bailey/PolyXML.git"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "polyxml",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "High-performance, polyglot XML data-binding engine built in Rust",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "node test/index.test.js"
|
|
9
|
+
},
|
|
10
|
+
"napi": {
|
|
11
|
+
"name": "polyxml"
|
|
12
|
+
},
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"@napi-rs/cli": "^3.0.0"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"xml",
|
|
18
|
+
"parser",
|
|
19
|
+
"serializer",
|
|
20
|
+
"deserializer",
|
|
21
|
+
"fast-xml",
|
|
22
|
+
"polyglot"
|
|
23
|
+
],
|
|
24
|
+
"author": "Bailey Nguyen <bailey.tan.nguyen@gmail.com>",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/nth-bailey/PolyXML.git"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
Binary file
|
package/polyxml.darwin-x64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|