# level-packager

> levelup package helper for distributing with an abstract-leveldown store

Latest version **6.0.1** (published 2021-10-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install level-packager
pnpm add level-packager
yarn add level-packager
bun add level-packager
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 6.0.1 |
| Published | 2021-10-02 |
| First published | 2013-10-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 2 |
| Unpacked size | 27.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Maintainers | vweevers, rvagg, ralphtheninja |
| Keywords | level, leveldb, stream, database, db, store, storage, json |

## Links

- npm: https://www.npmjs.com/package/level-packager
- Repository: https://github.com/Level/packager
- Issues: https://github.com/Level/packager/issues
- npm.io page: https://npm.io/package/level-packager

## Dependencies (2)

- [levelup](https://npm.io/package/levelup.md) ^5.1.1
- [encoding-down](https://npm.io/package/encoding-down.md) ^7.1.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 6.0.1 (latest) — 2021-10-02
- 6.0.0 — 2021-04-17
- 5.1.1 — 2019-11-29
- 5.1.0 — 2019-10-13
- 5.0.3 — 2019-09-08
- 5.0.2 — 2019-06-08
- 5.0.1 — 2019-03-31
- 5.0.0 — 2018-12-27
- 4.0.1 — 2018-06-23
- 4.0.0 — 2018-06-12
- 3.1.0 — 2018-05-28
- 3.0.0 — 2018-05-23
- 2.1.1 — 2018-02-13
- 2.1.0 — 2017-12-13
- 2.0.2 — 2017-11-11
- … 25 more at https://npm.io/package/level-packager/versions

## README

# level-packager

> `levelup` package helper for distributing with an `abstract-leveldown` store.

[![level badge][level-badge]](https://github.com/Level/awesome)
[![npm](https://img.shields.io/npm/v/level-packager.svg)](https://www.npmjs.com/package/level-packager)
[![Node version](https://img.shields.io/node/v/level-packager.svg)](https://www.npmjs.com/package/level-packager)
[![Test](https://img.shields.io/github/workflow/status/Level/packager/Test?label=test)](https://github.com/Level/packager/actions/workflows/test.yml)
[![Coverage](https://img.shields.io/codecov/c/github/Level/packager?label=&logo=codecov&logoColor=fff)](https://codecov.io/gh/Level/packager)
[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript&logoColor=fff)](https://standardjs.com)
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)
[![Donate](https://img.shields.io/badge/donate-orange?logo=open-collective&logoColor=fff)](https://opencollective.com/level)

## API

Exports a single function which takes a single argument, an `abstract-leveldown` compatible storage back-end for [`levelup`](https://github.com/Level/levelup). The function returns a constructor function that will bundle `levelup` with the given `abstract-leveldown` replacement. The full API is supported, including optional functions, `destroy()`, and `repair()`. Encoding functionality is provided by [`encoding-down`](https://github.com/Level/encoding-down).

The constructor function has a `.errors` property which provides access to the different error types from [`level-errors`](https://github.com/Level/errors#api).

For example use-cases, see:

- [`level`](https://github.com/Level/level)
- [`level-mem`](https://github.com/Level/level-mem)
- [`level-hyper`](https://github.com/Level/level-hyper)
- [`level-lmdb`](https://github.com/Level/level-lmdb)

Also available is a _test.js_ file that can be used to verify that the user-package works as expected.

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

## Contributing

[`Level/packager`](https://github.com/Level/packager) is an **OPEN Open Source Project**. This means that:

> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

See the [Contribution Guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details.

## Donate

Support us with a monthly donation on [Open Collective](https://opencollective.com/level) and help us continue our work.

## License

[MIT](LICENSE)

[level-badge]: https://leveljs.org/img/badge.svg

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