Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/binary-extensions/readme.md')
-rw-r--r--assets/node_modules/binary-extensions/readme.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/assets/node_modules/binary-extensions/readme.md b/assets/node_modules/binary-extensions/readme.md
deleted file mode 100644
index 8d711fa..0000000
--- a/assets/node_modules/binary-extensions/readme.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# binary-extensions [![Build Status](https://travis-ci.org/sindresorhus/binary-extensions.svg?branch=master)](https://travis-ci.org/sindresorhus/binary-extensions)
-
-> List of binary file extensions
-
-The list is just a [JSON file](binary-extensions.json) and can be used anywhere.
-
-
-## Install
-
-```
-$ npm install binary-extensions
-```
-
-
-## Usage
-
-```js
-const binaryExtensions = require('binary-extensions');
-
-console.log(binaryExtensions);
-//=> ['3ds', '3g2', …]
-```
-
-
-## Related
-
-- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
-- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions
-
-
-## License
-
-MIT © [Sindre Sorhus](https://sindresorhus.com), [Paul Miller](https://paulmillr.com)