npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@linagora/linid-im-front-corelib

v0.0.11

Published

Core library of the LinID Identity Manager project. Provides shared types, services, components, and utilities for front-end and plugin, enabling consistent integration across the LinID ecosystem.

Readme

linid-im-front-corelib

🧩 Overview

linid-im-front-corelib is a TypeScript library designed as a core front-end module for the LinID Identity Management ecosystem. It provides shared interfaces, types, default services, and plugin-zone components used across the LinID front-end applications, including:

  • The Vue.js/Quasar module federation host
  • The remote plugin repositories

This library ensures consistency across all front-end modules by centralizing common logic, validation tools, and data structures for identity management features such as CRUD operations on persons, users, and related entities.

This library is part of a larger ecosystem including Java back-end services, workflow APIs, multiple plugins, and front-end modules.


✨ Features

  • Shared TypeScript interfaces and types
  • Core services used across LinID front-end apps
  • Plugin zone components for dynamic front-end plugin integration
  • Common validation utilities for identity management workflows
  • Designed to integrate seamlessly with Vue.js, Quasar, and module federation architecture

Tech Stack 🛠️

| Area | Technology | | --------------- | ------------------------ | | Language | TypeScript | | Framework | Vue.js (Composition API) | | UI Toolkit | Quasar Framework | | Module System | Module Federation | | Package Manager | npm / pnpm |


📋 Technical Prerequisites

Ensure the following requirements to use or develop the library:

  • Node.js ≥ 22.19
  • Package manager: npm, pnpm (>= 10)
  • Vue.js 3 project
  • Quasar Framework if using UI components
  • A bundler supporting Module Federation (Webpack 5, Vite, Rsbuild and Rspack)

📦 Installation

Install the library from npm:

With npm

npm install @linagora/linid-im-front-corelib

With pnpm

pnpm add @linagora/linid-im-front-corelib

📜 License

This project is licensed under: GNU Affero General Public License version 3


📚 Documentation

A full technical documentation is available in the docs/ directory:

  • 🔄 Module Lifecycle System
    Learn how business modules initialize themselves with the standardized lifecycle system.
    docs/module-lifecycle.md

  • 🔌 Plugin Zone Component
    Learn how to use the component that dynamically renders remote Vue plugins.
    docs/components-plugin-zones.md

  • 🧰 Services
    Detailed description of all services provided by the library.
    docs/services.md

  • 🧩 TypeScript Types & Interfaces
    Detailed description of all types and interfaces used in the plugin system.
    docs/types-and-interfaces.md

  • 🎨 UI Design Configuration (UiDesign)
    Learn how to initialize and use the UiDesign singleton and the useUiDesign composable for dynamic UI personalization.
    docs/ui-design.md

More documents will be added as the library evolves.


🤝 Contributing

We welcome contributions to improve and extend this core library. Please refer to the CONTRIBUTING.md file for:

  • Development workflow
  • Code guidelines
  • Commit conventions
  • Pull request rules