aboutsummaryrefslogtreecommitdiff
path: root/node_modules/binary-extensions
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-10 21:51:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-10 21:51:33 +0100
commit0469abd4a9c9270a1fdc962969e36e63699af8b4 (patch)
treef9864d4a4148621378958794cbbfdc2393733283 /node_modules/binary-extensions
parent6947e79bbc258f7bc96af424ddb71a511f0c15a3 (diff)
downloadwallet-core-0469abd4a9c9270a1fdc962969e36e63699af8b4.tar.xz
upgrade dependencies
Diffstat (limited to 'node_modules/binary-extensions')
-rw-r--r--node_modules/binary-extensions/binary-extensions.json5
-rw-r--r--node_modules/binary-extensions/license20
-rw-r--r--node_modules/binary-extensions/package.json2
-rw-r--r--node_modules/binary-extensions/readme.md12
4 files changed, 16 insertions, 23 deletions
diff --git a/node_modules/binary-extensions/binary-extensions.json b/node_modules/binary-extensions/binary-extensions.json
index 7b59d7c3a..01260611b 100644
--- a/node_modules/binary-extensions/binary-extensions.json
+++ b/node_modules/binary-extensions/binary-extensions.json
@@ -18,6 +18,7 @@
"au",
"avi",
"bak",
+ "baml",
"bh",
"bin",
"bk",
@@ -35,6 +36,7 @@
"csv",
"cur",
"dat",
+ "dcm",
"deb",
"dex",
"djvu",
@@ -95,6 +97,7 @@
"key",
"ktx",
"lha",
+ "lib",
"lvp",
"lz",
"lzh",
@@ -134,6 +137,7 @@
"pages",
"pbm",
"pcx",
+ "pdb",
"pdf",
"pea",
"pgm",
@@ -161,6 +165,7 @@
"rar",
"ras",
"raw",
+ "resources",
"rgb",
"rip",
"rlc",
diff --git a/node_modules/binary-extensions/license b/node_modules/binary-extensions/license
index 654d0bfe9..e7af2f771 100644
--- a/node_modules/binary-extensions/license
+++ b/node_modules/binary-extensions/license
@@ -1,21 +1,9 @@
-The MIT License (MIT)
+MIT License
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/binary-extensions/package.json b/node_modules/binary-extensions/package.json
index 4da8e4407..7660bdefb 100644
--- a/node_modules/binary-extensions/package.json
+++ b/node_modules/binary-extensions/package.json
@@ -1,6 +1,6 @@
{
"name": "binary-extensions",
- "version": "1.9.0",
+ "version": "1.11.0",
"description": "List of binary file extensions",
"license": "MIT",
"repository": "sindresorhus/binary-extensions",
diff --git a/node_modules/binary-extensions/readme.md b/node_modules/binary-extensions/readme.md
index 4f8f284a3..c0b5348c7 100644
--- a/node_modules/binary-extensions/readme.md
+++ b/node_modules/binary-extensions/readme.md
@@ -8,26 +8,26 @@ The list is just a [JSON file](binary-extensions.json) and can be used wherever.
## Install
```
-$ npm install --save binary-extensions
+$ npm install binary-extensions
```
## Usage
```js
-var binaryExtensions = require('binary-extensions');
+const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
-//=> ['3ds', '3g2', ...]
+//=> ['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
+- [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](http://sindresorhus.com)
+MIT © [Sindre Sorhus](https://sindresorhus.com)