node-appc is a common library for the Titanium SDK ecosystem, used by the Titanium CLI and Titanium SDK. Version 1.1.7 (latest) requires Node >=10.13. It provides a wide range of utilities including filesystem operation, async helpers, internationalization, image processing, plist handling, version comparison, and ZIP archiving. Many of its APIs are now legacy or replaced by newer packages (e.g., node-titanium-sdk, androidlib, ioslib). It is considered stable but in maintenance mode, with most active development happening in its replacements.
npm install node-appcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates common require() usage and typical APIs: file system checks, plist parsing, version comparison, and async helpers.
Replace appc.android / appc.ios with the respective dedicated packages.
Use CommonJS require('node-appc') instead.Migrate to node-titanium-sdk for module/plugin management.
Avoid using these; check documentation for replacements.
Ensure you are using Node >=10.13 and require('node-appc') synchronously. If using type: module in package.json, use createRequire.Use fs.stat or fs.access from Node's built-in fs module directly.
Run npm install node-appc and verify the package name. It is not scoped.
No dependency data recorded yet.