This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/has-binary2/package.json
2020-11-01 22:46:04 +00:00

23 lines
512 B
JSON

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