# liriliri/licia

Useful utility collection with zero dependencies

Repository: https://github.com/liriliri/licia
Canonical: https://ross.abutalabs.com/products/licia
Homepage: https://licia.liriliri.io
Language: JavaScript
License: MIT
License Family: permissive
Topics: utility, eustia
Last push: 2026-08-13T04:33:29+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 97, longevity 100
- inputs: {"age_days": 3815, "days_push": 20, "days_rel": 20, "gap_med": 21.0, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2382, forks 164 (observed 2026-08-28T04:06:42.401352+00:00)

## What it is
Licia is a zero-dependency JavaScript utility library containing over 400 micro modules for everyday tasks like DOM manipulation, cookies, date formatting, Ajax, and event emitting. It can be installed as a single npm package and used like lodash, with an online builder to create a customized subset.

## Use cases
- format dates in javascript without dependencies
- manipulate dom with jquery-style api
- generate uuid in node or browser
- read and write cookies
- make ajax requests with promise support
- use event emitter in a small project
- replace lodash with a lighter utility collection

## When to choose
- you want many small utilities from one zero-dependency package
- you need a lightweight lodash/underscore alternative with extras like dom and cookies
- you want to bundle only the utilities you use via the online builder

## When to avoid
- you need a strictly categorized functional programming library like lodash or ramda
- you rely on a large ecosystem of plugins and TypeScript types
- you need tree-shaking-friendly ES modules only (consider licia-es instead)

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, templating, http-client, date-time, serialization, file-system
- domain: developer-tools, web-development, frontend, backend
- platform: browser, cross-platform
- tags: utility-library, zero-dependencies, micro-modules, dom-manipulation, lodash-alternative, promise-polyfill, cookie-handling, event-emitter, uuid, date-formatting, nodejs, javascript

## Member repositories
- liriliri/licia (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:42.401352+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:34:42.941462+00:00, confidence not recorded.
  - readme: https://github.com/liriliri/licia (fetched 2026-08-28T04:06:42.401352+00:00, sha 5989e741e792)
  - homepage: https://licia.liriliri.io (fetched 2026-08-29T10:15:58.738508+00:00, sha e5b85abbf5b1)
  - registry_npm: https://registry.npmjs.org/licia (fetched 2026-08-29T10:15:58.747936+00:00, sha e3008bd37b9b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
