UNPKG

is-binary-buffer

Version:

Returns true if a buffer is binary. Takes a buffer and does not read from the file system.

52 lines (51 loc) 1.03 kB
{ "name": "is-binary-buffer", "description": "Returns true if a buffer is binary. Takes a buffer and does not read from the file system.", "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/is-binary-buffer", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/is-binary-buffer", "bugs": { "url": "https://github.com/jonschlinkert/is-binary-buffer/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "dependencies": { "file-type": "^7.6.0", "kind-of": "^6.0.2" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.5.3" }, "keywords": [ "file", "contents", "vinyl", "binary", "buffer", "is" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true } } }