# extra-json-stable-stringify

> ```sh npm install --save extra-json-stable-stringify # or yarn add extra-json-stable-stringify ```

Latest version **0.1.2** (published 2023-06-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install extra-json-stable-stringify
pnpm add extra-json-stable-stringify
yarn add extra-json-stable-stringify
bun add extra-json-stable-stringify
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2023-06-10 |
| First published | 2022-09-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | BlackGlory |
| Maintainers | black_glory |

## Links

- npm: https://www.npmjs.com/package/extra-json-stable-stringify
- Repository: https://github.com/BlackGlory/extra-json-stable-stringify
- Homepage: https://github.com/BlackGlory/extra-json-stable-stringify#readme
- Issues: https://github.com/BlackGlory/extra-json-stable-stringify/issues
- npm.io page: https://npm.io/package/extra-json-stable-stringify

## Dependencies (1)

- [fast-stable-stringify](https://npm.io/package/fast-stable-stringify.md) ^1.0.0

## Recent versions

- 0.1.2 (latest) — 2023-06-10
- 0.1.1 — 2022-09-12
- 0.1.0 — 2022-09-12

## README

# extra-json-stable-stringify
## Install
```sh
npm install --save extra-json-stable-stringify
# or
yarn add extra-json-stable-stringify
```

## API
### stringify
```ts
function stringify(value: any): string
```

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