Skip to content
Avatar
Block or Report

Pinned

  1. Workout log parser

    JavaScript 1 2

  2. Date parser that returns a range instead of a single value

    JavaScript 1

  3. Creates HTTP or HTTPS agents for node.js that can filter based on IP.

    JavaScript 2

  4. Astronomical calculations

    JavaScript 1

  5. 1
    const handler = {
    2
      get: function (target, prop, receiver) {
    3
        if (typeof target[prop] !== 'function' ) {
    4
          return target[prop]
    5
        }

1,077 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to npm/cli, wraithgar/spawk, npm/git and 5 other repositories

Contribution activity

April 2021

Created a pull request in npm/git that received 4 comments

fix(utils.escapePath): better checking for cmd

As per discussion here: 0038a9d

+11 −10 4 comments

Created an issue in npm/statusboard that received 1 comment

npm pack needs to be able to save to a specific directory.

Currently npm pack calls fs.writeFile with a bare filename, ending with a tgz file that is written to whatever the cwd of the running node process …

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.