{ "_from": "isbinaryfile@^4.0.2", "_id": "isbinaryfile@4.0.2", "_inBundle": false, "_integrity": "sha512-C3FSxJdNrEr2F4z6uFtNzECDM5hXk+46fxaa+cwBe5/XrWSmzdG8DDgyjfX6/NRdBB21q2JXuRAzPCUs+fclnQ==", "_location": "/isbinaryfile", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "isbinaryfile@^4.0.2", "name": "isbinaryfile", "escapedName": "isbinaryfile", "rawSpec": "^4.0.2", "saveSpec": null, "fetchSpec": "^4.0.2" }, "_requiredBy": [ "/app-builder-lib" ], "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.2.tgz", "_shasum": "bfc45642da645681c610cca831022e30af426488", "_spec": "isbinaryfile@^4.0.2", "_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\app-builder-lib", "bugs": { "url": "https://github.com/gjtorikian/isBinaryFile/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", "devDependencies": { "@types/jest": "^23.3.14", "@types/node": "^10.14.12", "jest": "^24.8.0", "prettier": "^1.18.2", "release-it": "^9.8.3", "ts-jest": "^23.10.5", "tslint": "^5.18.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.5.3" }, "engines": { "node": ">= 8.0.0" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/gjtorikian/isBinaryFile#readme", "keywords": [ "text", "binary", "encoding", "istext", "is text", "isbinary", "is binary", "is text or binary", "is text or binary file", "isbinaryfile", "is binary file", "istextfile", "is text file" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "Garen J. Torikian", "email": "gjtorikian@gmail.com" } ], "name": "isbinaryfile", "repository": { "type": "git", "url": "git+https://github.com/gjtorikian/isBinaryFile.git" }, "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "postversion": "git push && git push --tags", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "release": "release-it", "test": "jest --config jestconfig.json", "version": "npm run format && git add -A src", "watch": "tsc -w" }, "types": "lib/index.d.ts", "version": "4.0.2" }