blob: a8b42f1d184d0859767e03d5d3174c51db61a9ed [file] [log] [blame]
{
"author": "Kevin Roark",
"dependencies": {
"isarray": "2.0.1"
},
"description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
"devDependencies": {
"better-assert": "^1.0.2",
"mocha": "^3.2.0",
"semistandard": "^9.2.1"
},
"files": [
"index.js"
],
"license": "MIT",
"name": "has-binary2",
"scripts": {
"checkstyle": "semistandard",
"test": "npm run checkstyle && mocha --bail"
},
"version": "1.0.3"
}