UNPKG

@cpp.js/package-expat

Version:

This package provides the precompiled Expat XML parser library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It enables fast and efficient parsing of XML data, making it ideal for applications requi

27 lines 1.05 kB
{ "name": "@cpp.js/package-expat", "version": "1.1.0", "nativeVersion": "2.7.1", "description": "This package provides the precompiled Expat XML parser library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It enables fast and efficient parsing of XML data, making it ideal for applications requiring robust XML handling across platforms. Perfect for web, server-side, and mobile development environments.", "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme", "repository": "https://github.com/bugra9/cpp.js.git", "license": "MIT", "type": "module", "devDependencies": { "cpp.js": "^1.0.4" }, "keywords": [ "expat", "libexpat", "cpp.js-package", "webassembly", "react-native" ], "scripts": { "build": "cppjs build", "build:wasm": "cppjs build -p WebAssembly", "build:android": "cppjs build -p Android", "build:ios": "cppjs build -p iOS", "clear": "rm -rf .cppjs dist *.xcframework" } }