Sha256: 542384599fb9e48a55856678644ad060c3ef5ae8de4f48505eeb2222cf028a3b

Contents?: true

Size: 297 Bytes

Versions: 56

Compression:

Stored size: 297 Bytes

Contents

'use strict';
var path = require('path');
var binaryExtensions = require('binary-extensions');
var exts = Object.create(null);

binaryExtensions.forEach(function (el) {
	exts[el] = true;
});

module.exports = function (filepath) {
	return path.extname(filepath).slice(1).toLowerCase() in exts;
};

Version data entries

56 entries across 55 versions & 20 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/is-binary-path/index.js
disco_app-0.18.0 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.18.2 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.16.1 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.15.2 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.18.4 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.18.1 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.14.0 test/dummy/node_modules/is-binary-path/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/is-binary-path/index.js
tang-0.2.1 spec/tang_app/node_modules/is-binary-path/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/is-binary-path/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/is-binary-path/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/is-binary-path/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/is-binary-path/index.js
tang-0.2.0 spec/tang_app/node_modules/is-binary-path/index.js
tang-0.1.0 spec/tang_app/node_modules/is-binary-path/index.js
tang-0.0.9 spec/tang_app/node_modules/is-binary-path/index.js
enju_library-0.3.8 spec/dummy/node_modules/is-binary-path/index.js
ilog-0.4.1 node_modules/is-binary-path/index.js