# lite-ready

> A lightweight DOM ready.

Latest version **1.0.4** (published 2015-10-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install lite-ready
pnpm add lite-ready
yarn add lite-ready
bun add lite-ready
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2015-10-02 |
| First published | 2015-09-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Nic Bell |
| Maintainers | nicbell |
| Keywords | DOM, ready, contentloaded, ready |

## Links

- npm: https://www.npmjs.com/package/lite-ready
- Repository: https://nicbell@github.com/nicbell/liteready
- Homepage: https://github.com/nicbell/liteready#readme
- Issues: https://github.com/nicbell/liteready/issues
- npm.io page: https://npm.io/package/lite-ready

## 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

- 1.0.4 (latest) — 2015-10-02
- 1.0.3 — 2015-09-22
- 1.0.2 — 2015-09-17
- 1.0.1 — 2015-09-17
- 1.0.0 — 2015-09-17

## README

# liteready

A lightweight DOM ready.

## Install:
```bash
$ npm i lite-ready
```

## Usage:
```js
// ...
    var ready = require('lite-ready')
 
	ready(function () {
		...
	});
// ...
```

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