# format-specifiers

> A list (Array) of format specifiers from . Built for Cabin.

Latest version **1.0.0** (published 2018-09-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install format-specifiers
pnpm add format-specifiers
yarn add format-specifiers
bun add format-specifiers
```

## 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.0 |
| Published | 2018-09-29 |
| First published | 2018-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Nick Baugh |
| Maintainers | niftylettuce |
| Keywords | format, specifiers, util, format, util-format, format-util, types, log, logging, logger, spec, specification |

## Links

- npm: https://www.npmjs.com/package/format-specifiers
- Repository: https://github.com/niftylettuce/format-specifiers
- Issues: https://github.com/niftylettuce/format-specifiers/issues
- npm.io page: https://npm.io/package/format-specifiers

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2018-09-29

## README

# format-specifiers

[![build status](https://img.shields.io/travis/niftylettuce/format-specifiers.svg)](https://travis-ci.org/niftylettuce/format-specifiers)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/niftylettuce/format-specifiers.svg)](LICENSE)

> A list (Array) of format specifiers from <https://github.com/nodejs/node/blob/master/doc/api/util.md#utilformatformat-args>.  Built for [Cabin][].


## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)


## Install

[npm][]:

```sh
npm install format-specifiers
```

[yarn][]:

```sh
yarn add format-specifiers
```


## Usage

```js
const formatSpecifiers = require('format-specifiers');

console.log('formatSpecifiers', formatSpecifiers);
```

```sh

```


## Contributors

| Name           | Website                    |
| -------------- | -------------------------- |
| **Nick Baugh** | <http://niftylettuce.com/> |


## License

[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


## 

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/

[cabin]: https://cabinjs.com

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