Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

golgoth

pixelastic794MIT3.0.0

Meta-package of my most used modules.

readme

golgoth

When building project in JavaScript, I often end up installing the same dependencies over and over again. Golgoth is a meta-package that allow me to install them all in one go.

Libraries included

Library name Required as Description
chalk golgoth/chalk Terminal string styling done right
dayjs golgoth/dayjs 2KB immutable date time library alternative to Moment.js with the same modern API
dedent golgoth/dedent An ES6 string tag that strips indentation from multi-line strings
got golgoth/got Human-friendly and powerful HTTP request library for Node.js
Lodash golgoth/_ A modern JavaScript utility library delivering modularity, performance & extras.
p-all golgoth/pAll Run promise-returning & async functions concurrently with optional limited concurrency
p-map-series golgoth/pMapSeries Map over promises serially
p-map golgoth/pMap Map over promises concurrently
p-props golgoth/pProps Like Promise.all() but for Map and Object
pify golgoth/pify Promisify a callback-style function
query-string golgoth/queryString Parse and stringify URL query strings
time-span golgoth/timeSpan Simplified high resolution timing

Usage

const pMap = require('golgoth/pMap');
const _ = require('golgoth/lodash');

Documentation

The complete documentation can be found on https://projects.pixelastic.com/golgoth/

changelog

1.0.3 (2020-02-13)

Features

  • release: Stop releasing tests (8997a12)

1.0.2 (2020-02-13)

Features

  • release: Stop releasing tests (c44ab29)

1.0.1 (2020-02-13)

Bug Fixes

  • lodash: Export lodash as _ (6697f50)

1.0.0 (2020-02-13)

Bug Fixes

  • deps: update dependency dayjs to v1.8.19 (dd85045)
  • deps: update dependency dayjs to v1.8.20 (44f7422)
  • deps: update dependency got to v10.2.2 (71340ab)
  • deps: update dependency got to v10.3.0 (14be96c)
  • deps: update dependency got to v10.4.0 (621ea2a)
  • deps: update dependency got to v10.5.0 (0f6d802)
  • deps: update dependency got to v10.5.2 (2e036e5)
  • deps: update dependency got to v10.5.4 (eb38ccb)
  • deps: update dependency got to v10.5.5 (8018553)
  • deps: update dependency query-string to v6.10.0 (191df03)
  • deps: update dependency query-string to v6.10.1 (c96152a)

Features

  • esm: Remove build step and allow access to internals (6e2854f)

0.6.4 (2020-01-03)

0.6.3 (2019-12-20)

0.6.2 (2019-11-29)

Features

  • node: Downgrade to node 12 instead of node 13 (829c185)

0.6.1 (2019-11-27)

Bug Fixes

  • engines: Do not pin engines (541b642)

Features

0.6.0 (2019-11-23)

Features

  • loader: Use simpler loading resolution (d935087)

0.5.1 (2019-11-22)

0.5.0 (2019-11-13)

Bug Fixes

  • deps: update dependency dayjs to v1.8.17 (960d3f9)
  • deps: update dependency ora to v3.4.0 (5f65460)
  • deps: update dependency p-map to v2.1.0 (5a6f538)
  • deps: update dependency query-string to v6.9.0 (f29de2a)

0.4.2 (2019-10-08)

Features

  • pSettle: Remove pSettle (83f239d)

0.4.1 (2019-10-08)

Features

  • pMap: Default to using os.cpus().length as concurrency (b735729)

0.4.0 (2019-10-08)

Features

  • pSettle: Add pSettle to the toolbelt (531387e)
  • renovate: Configure renovate (f38cf5b)
  • renovate: Enable automerge (7a61dc7)

0.3.4 (2019-10-04)

Bug Fixes

  • deps: update dependency chalk to v2.4.2 (72442a3)
  • deps: update dependency dayjs to v1.8.16 (bbea75f)
  • deps: update dependency got to v9.6.0 (5676ff3)

0.3.3 (2019-09-25)

0.3.2 (2019-08-02)

Features

  • unflatten: Make unflatten work with [] notation (db86645)

0.3.1 (2019-08-02)

Bug Fixes

  • build: Build file seemed to not export methods correctly (8d6a628)

0.3.0 (2019-08-02)

Features

  • lodash: Add .flatten() and .unflatten() for nested objects (4cb9415)

0.2.0 (2019-07-24)

Features

  • time-span: Adding time-span (5cf79b2)

0.1.4 (2019-06-11)

0.1.3 (2019-06-11)

0.1.2 (2019-06-11)

0.1.1 (2019-06-11)

0.1.0 (2019-06-11)

Features

  • firost: Remove firost from exposed dependencies (64dce5f)

0.0.17 (2019-06-11)

0.0.16 (2019-06-05)

0.0.15 (2019-06-05)

0.0.14 (2019-06-05)

0.0.13 (2019-04-26)

0.0.12 (2019-04-25)

0.0.11 (2018-11-21)

Features

  • spinner: Moving spinner from firost here (61da6a1)

0.0.10 (2018-11-20)

Bug Fixes

  • build: Build correctly dependencies (755757f)

0.0.9 (2018-11-20)

Features

0.0.8 (2018-11-20)

Features

  • automation: Auto-generate export based on package.json (c23ea19)

0.0.7 (2018-11-16)

Features

0.0.6 (2018-11-15)

Features

  • colors: Adding custom colors to chalk (f2d6815)

0.0.5 (2018-11-15)

0.0.4 (2018-11-10)

0.0.3 (2018-11-10)

0.0.2 (2018-11-10)