# humanize-bytes

> transfer humanize size to byte

Latest version **1.0.1** (published 2015-12-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install humanize-bytes
pnpm add humanize-bytes
yarn add humanize-bytes
bun add humanize-bytes
```

## 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.1 |
| Published | 2015-12-24 |
| First published | 2014-08-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | dead-horse |
| Maintainers | dead_horse |

## Links

- npm: https://www.npmjs.com/package/humanize-bytes
- Repository: https://github.com/node-modules/humanize-bytes
- Homepage: https://github.com/node-modules/humanize-bytes#readme
- Issues: https://github.com/node-modules/humanize-bytes/issues
- npm.io page: https://npm.io/package/humanize-bytes

## Dependencies (1)

- [bytes](https://npm.io/package/bytes.md) ~2.2.0

## Recent versions

- 1.0.1 (latest) — 2015-12-24
- 1.0.0 — 2014-08-28

## README

humanize-bytes
---------------

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
[![David deps][david-image]][david-url]

[npm-image]: https://img.shields.io/npm/v/humanize-bytes.svg?style=flat
[npm-url]: https://npmjs.org/package/humanize-bytes
[travis-image]: https://img.shields.io/travis/node-modules/humanize-bytes.svg?style=flat
[travis-url]: https://travis-ci.org/node-modules/humanize-bytes
[coveralls-image]: https://img.shields.io/coveralls/node-modules/humanize-bytes.svg?style=flat
[coveralls-url]: https://coveralls.io/r/node-modules/humanize-bytes?branch=master
[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat
[gittip-url]: https://www.gittip.com/dead-horse/
[david-image]: https://img.shields.io/david/node-modules/humanize-bytes.svg?style=flat
[david-url]: https://david-dm.org/node-modules/humanize-bytes

transfer humanize size to bytes

## Installation

```bash
$ npm install humanize-bytes
```

## Examples

```js
var bytes = require('humanize-bytes');

bytes('1kb') // => 1024
bytes(1024) // => 1024
```

### License

MIT

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