| { |
| "dependencies": { |
| "buffer-alloc": "^1.2.0" |
| }, |
| "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", |
| "devDependencies": { |
| "grunt": "~0.4.1", |
| "grunt-cli": "~0.1.13", |
| "grunt-exec": "0.4.3", |
| "grunt-release": "~0.6.0", |
| "mocha": "^2.2.4" |
| }, |
| "engines": { |
| "node": ">=0.6.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "license": "MIT", |
| "main": "./index.js", |
| "maintainers": [ |
| { |
| "email": "gjtorikian@gmail.com", |
| "name": "Garen J. Torikian" |
| } |
| ], |
| "name": "isbinaryfile", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/gjtorikian/isBinaryFile" |
| }, |
| "scripts": { |
| "test": "mocha" |
| }, |
| "version": "3.0.3" |
| } |