# compressed-extensions

> List of compressed file extensions

Latest version **3.0.0** (published 2024-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install compressed-extensions
pnpm add compressed-extensions
yarn add compressed-extensions
bun add compressed-extensions
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2024-04-30 |
| First published | 2015-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.20 |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | extensions, extension, file, json, list, array, compressed, compress, archive, zip, tar, rar, 7z |

## Links

- npm: https://www.npmjs.com/package/compressed-extensions
- Repository: https://github.com/sindresorhus/compressed-extensions
- Homepage: https://github.com/sindresorhus/compressed-extensions#readme
- Issues: https://github.com/sindresorhus/compressed-extensions/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/compressed-extensions

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

- 3.0.0 (latest) — 2024-04-30
- 2.1.0 — 2019-05-01
- 2.0.0 — 2019-04-19
- 1.0.1 — 2015-05-17
- 1.0.0 — 2015-05-17

## README

# compressed-extensions

> List of [compressed file extensions](https://en.wikipedia.org/wiki/List_of_archive_formats#Compression_only)

*The list is just a [JSON file](compressed-extensions.json) and can be used anywhere.*

## Install

```sh
npm install compressed-extensions
```

## Usage

```js
import compressedExtensions from 'compressed-extensions';

console.log(compressedExtensions);
//=> ['7z', 'apk', …]
```

## Related

- [is-compressed](https://github.com/sindresorhus/is-compressed) - Check if a file path is a compressed file

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