15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "has-binary",
|
|
"version": "0.1.7",
|
|
"description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"better-assert": "1.0.0",
|
|
"mocha": "2.3.4"
|
|
},
|
|
"author": "Kevin Roark",
|
|
"license": "MIT"
|
|
}
|