binaryextensions

A package that contains an array of every single file extension there is for binary files

Usage no npm install needed!

<script type="module">
  import binaryextensions from 'https://cdn.skypack.dev/binaryextensions';
</script>

README

The Definitive List of Binary Extensions

Status of the GitHub Workflow: bevry NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

A package that contains an array of every single file extension there is for binary files

Usage

Complete API Documentation.

import list from 'binaryextensions'
console.log(list)
const list = require('binaryextensions').default
console.log(list)

JSON also available via binaryextensions/list.json

CDN access available via https://unpkg.com/binaryextensions/list.json

Missing an extension? Send a pull request!

Want a definitive list of text extensions? Check out bevry/textextensions

Want to detect if a file is text or binary? Check out bevry/istextorbinary

Install

npm

  • Install: npm install --save binaryextensions
  • Import: import pkg from ('binaryextensions')
  • Require: const pkg = require('binaryextensions').default

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/binaryextensions@^4.18.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/binaryextensions@^4.18.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/binaryextensions@4.18.0'
</script>

Editions

This package is published with the following editions:

  • binaryextensions/source/index.ts is TypeScript source code with Import for modules
  • binaryextensions/edition-browsers/index.js is TypeScript compiled against ES2020 for web browsers with Import for modules
  • binaryextensions aliases binaryextensions/edition-es5/index.js
  • binaryextensions/edition-es5/index.js is TypeScript compiled against ES5 for Node.js with Require for modules
  • binaryextensions/edition-es5-esm/index.js is TypeScript compiled against ES5 for Node.js with Import for modules

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under: