# @ibyar/core

> Ibyar core, Implements Aurora's core functionality, low-level services, and utilities

Latest version **4.0.0** (published 2025-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ibyar/core
pnpm add @ibyar/core
yarn add @ibyar/core
bun add @ibyar/core
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2025-08-10 |
| First published | 2021-05-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 711.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | The Ibyar Authors |
| Maintainers | salem.ebo |
| Keywords | aurora, ibyar, custom-elements, web-components, webcomponents, shadow-dom, shadowdom, dependency-injection, services, component, directive, pipes, forms, template-syntax, template-expression, http-client, http, html-parser, parser, routers, js-parser, elements-info, element, interceptor, typescript, front-end |

## Links

- npm: https://www.npmjs.com/package/@ibyar/core
- Repository: https://github.com/ibyar/aurora
- Homepage: https://github.com/ibyar/aurora/tree/dev/packages/core
- Issues: https://github.com/ibyar/aurora/issues
- npm.io page: https://npm.io/package/@ibyar/core

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [@ibyar/elements](https://npm.io/package/@ibyar/elements.md) ^4.0.0
- [@ibyar/decorators](https://npm.io/package/@ibyar/decorators.md) ^4.0.0
- [@ibyar/expressions](https://npm.io/package/@ibyar/expressions.md) ^4.0.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2025-08-10
- 3.1.1 — 2025-01-23
- 3.0.0 — 2025-01-11
- 2.5.0 — 2024-11-02
- 2.4.0 — 2024-09-29
- 2.3.0 — 2024-08-02
- 2.2.1 — 2024-07-26
- 2.2.0 — 2024-07-25
- 2.1.2 — 2024-07-20
- 2.1.1 — 2024-07-20
- 2.1.0 — 2024-07-20
- 2.0.2 — 2024-07-14
- 2.0.1 — 2024-07-13
- 2.0.0 — 2024-07-11
- 1.2.2 — 2024-01-15
- … 26 more at https://npm.io/package/@ibyar/core/versions

## README

# Ibyar Core

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![LICENSE][license-img]][license-url]
[![lerna][lerna-img]][lerna-url]
![GitHub contributors][contributors]

[npm-image]: https://img.shields.io/npm/v/@ibyar/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen
[npm-url]: https://npmjs.org/package/@ibyar/core
[downloads-image]: https://img.shields.io/npm/dt/@ibyar/core
[downloads-url]: https://npmjs.org/package/@ibyar/core
[license-img]: https://img.shields.io/github/license/ibyar/aurora
[license-url]: https://github.com/ibyar/aurora/blob/master/LICENSE
[lerna-img]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[lerna-url]: https://lerna.js.org/
[contributors]: https://img.shields.io/github/contributors/ibyar/aurora

Ibyar Core, implements Aurora's core functionality, low-level services, and utilities.

Aurora API is the base of this project
 - Defines the class infrastructure for components, view, model change detection, rendering, and event handling.
 - Data Binding for inputs and outputs.
 - Defines the decorators that supply metadata.
 - Defines infrastructure for dependency injection (DI).


## `Install`

``` bash
npm i --save @ibyar/core
```

``` bash
yarn add @ibyar/core
```

---
_Source: https://npm.io/package/@ibyar/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
