File size: 734 Bytes
19605ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"

,"_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz"
,"_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw=="
,"_from": "has-binary2@1.0.3"
}