{ "name": "isbinaryfile", "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", "version": "4.0.10", "devDependencies": { "@types/jest": "^23.3.14", "@types/node": "^10.17.59", "jest": "^26.5.5", "prettier": "^1.19.1", "release-it": "^14.13.1", "ts-jest": "^26.5.5", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.9" }, "engines": { "node": ">= 8.0.0" }, "files": [ "lib/**/*" ], "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "maintainers": [ { "name": "Garen J. Torikian", "email": "gjtorikian@gmail.com" } ], "funding": "https://github.com/sponsors/gjtorikian/", "repository": { "type": "git", "url": "https://github.com/gjtorikian/isBinaryFile" } }