binaryextensions

WebJar for binaryextensions

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

binaryextensions
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

binaryextensions
WebJar for binaryextensions
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/bevry/binaryextensions

Download binaryextensions

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/binaryextensions/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>binaryextensions</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/binaryextensions/
implementation 'org.webjars.npm:binaryextensions:2.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/binaryextensions/
implementation ("org.webjars.npm:binaryextensions:2.3.0")
'org.webjars.npm:binaryextensions:jar:2.3.0'
<dependency org="org.webjars.npm" name="binaryextensions" rev="2.3.0">
  <artifact name="binaryextensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='binaryextensions', version='2.3.0')
)
libraryDependencies += "org.webjars.npm" % "binaryextensions" % "2.3.0"
[org.webjars.npm/binaryextensions "2.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

The Definitive List of Binary Extensions

Travis CI Build Status 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

Deno

import pkg from 'https://unpkg.com/binaryextensions@^4.15.0/edition-deno/index.ts'

Skypack

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

unpkg

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

jspm

<script type="module">
    import pkg from '//dev.jspm.io/[email protected]'
</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 ES2019 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
  • binaryextensions/edition-deno/index.ts is TypeScript source code made to be compatible with Deno

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:

org.webjars.npm

Bevry

Bevry is a cooperative aimed at seeing everyone enabled to do what they love, share it with the world, and live well.

Versions

Version
2.3.0
2.2.0
2.1.2
2.1.1
1.0.1