A migration analysis tool for app.aplynk.com that provides statistics on user component usage and task distribution. Version 0.1.3, stable but limited release. Key differentiators: focuses on migration metrics (users per component, tasks per user) and outputs results to JSON files. Requires Node ^6.3.0. Not actively maintained; alternatives like generic SQL/analytics tools may be more suitable.
npm install apMigStatsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the CommonJS module and call analyze() and other statistical methods for migration statistics.
Upgrade Node.js to a newer version or use a compatible runtime.
Use require() instead of import.
Wrap in async function and use try-catch, or chain .then() if it returns a promise.
Inspect the source or run sample data to understand return structures.
Change to: const ams = require('apMigStats');Run 'npm install apMigStats' and ensure Node version is >=6.3.0.
Use require() instead of import.