This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for chrmoritz/starcheat/starcheat on macOS 10.14.2 | |
| Build date: 2018-12-08 18:08:23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for llnode on macOS 10.14 | |
| Build date: 2018-09-14 19:03:30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import re | |
| import base64 | |
| import hashlib | |
| from jinja2 import Environment | |
| from urllib2 import urlopen | |
| from threading import Thread | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "language/node" | |
| class ImageoptimCli < Formula | |
| desc "CLI for ImageOptim, ImageAlpha and JPEGmini" | |
| homepage "https://jamiemason.github.io/ImageOptim-CLI/" | |
| url "https://github.com/JamieMason/ImageOptim-CLI/archive/2.0.2.tar.gz" | |
| sha256 "65ccf26cf45012e20877bf7985b1f9d99cfef4ac3d0f1209dd6fa04ef02056ff" | |
| depends_on "node" => :build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for gjstest on macOS 10.13.4 | |
| Build date: 2018-05-04 18:52:01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/tar/node_modules/minizlib/package.json b/node_modules/tar/node_modules/minizlib/package.json | |
| index 0a41e31..ae7fb89 100644 | |
| --- a/node_modules/tar/node_modules/minizlib/package.json | |
| +++ b/node_modules/tar/node_modules/minizlib/package.json | |
| @@ -1,27 +1,27 @@ | |
| { | |
| - "_from": "[email protected]", | |
| - "_id": "[email protected]", | |
| + "_from": "minizlib@^1.0.3", | |
| + "_id": "[email protected]", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Yarn < Formula | |
| desc "JavaScript package manager" | |
| homepage "https://yarnpkg.com/" | |
| url "https://github.com/chrmoritz/yarn/releases/download/v1.3.2/yarn-v1.3.2.tar.gz" | |
| sha256 "df9ab3a21ba62ed57fc68c592b4d0000b762739ee4d80566f293187705b6f12b" | |
| revision 42 | |
| bottle :unneeded | |
| depends_on "node" => :recommended |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/tar/node_modules/minizlib/index.js b/node_modules/tar/node_modules/minizlib/index.js | |
| index 7d595de..8c0df2a 100644 | |
| --- a/node_modules/tar/node_modules/minizlib/index.js | |
| +++ b/node_modules/tar/node_modules/minizlib/index.js | |
| @@ -52,6 +52,7 @@ const _offset = Symbol('offset') | |
| const _level = Symbol('level') | |
| const _strategy = Symbol('strategy') | |
| const _ended = Symbol('ended') | |
| +const _writeState = Symbol('writeState') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Yarn < Formula | |
| desc "JavaScript package manager" | |
| homepage "https://yarnpkg.com/" | |
| url "https://github.com/chrmoritz/yarn/releases/download/v0.28.4/yarn-v0.28.4.tar.gz" | |
| sha256 "de4fbd2b85b4a48bd68f6d1de7a05e54e15cc4a8ea73f2bbaae70bb57a2df2f5" | |
| bottle :unneeded | |
| depends_on "node" => :recommended |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Yarn < Formula | |
| desc "JavaScript package manager" | |
| homepage "https://yarnpkg.com/" | |
| url "https://yarnpkg.com/downloads/0.27.5/yarn-v0.27.5.tar.gz" | |
| sha256 "f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968" | |
| head "https://github.com/yarnpkg/yarn.git" | |
| bottle :unneeded | |
| depends_on "node" => :recommended |