You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
343 B
15 lines
343 B
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|