%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
{ "name": "@expo/xcpretty", "description": "Parse and format xcodebuild logs", "version": "4.3.1", "main": "build/index.js", "types": "build/index.d.ts", "author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)", "homepage": "https://github.com/expo/expo-cli", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/expo/expo-cli.git" }, "bin": { "excpretty": "./build/cli.js" }, "scripts": { "watch": "tsc --watch", "build": "tsc", "prepare": "yarn run clean && yarn build", "clean": "rimraf build ./tsconfig.tsbuildinfo", "lint": "eslint . --ext .ts", "test": "jest" }, "keywords": [ "xcodebuild", "formatter", "logging" ], "files": [ "build" ], "dependencies": { "@babel/code-frame": "7.10.4", "chalk": "^4.1.0", "find-up": "^5.0.0", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/babel__code-frame": "^7.0.2", "@types/js-yaml": "^4.0.1" } }