kevinoid


Kevin Locke

  • Backported version of fs.readFileSync, fs.writeFileSync, and fs.appendFileSync which accept file descriptor arguments for synchronously reading and writing to open file descriptors.

    published 0.1.0 8 years ago
  • A Node.js implementation of cat, as specified by POSIX/SUSv3. No frills, no buffering, no charset conversion, just cat.

    published 2.0.0 6 years ago
  • Assert that the name of the current branch of a git repository has a particular value.

    published 4.0.0 4 years ago
  • Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.

    published 3.0.1 6 years ago
  • Read from a stream using Promises.

    published 3.0.0 4 years ago
  • Replace stdin, stdout, and/or stderr, including console methods, with arbitrary streams for capture, redirection, testing, or other purposes.

    published 1.0.0 7 years ago
  • An implementation of the status subcommand of The Travis Client in Node.js, with a few extra features.

    published 5.0.0 4 years ago
  • Compare the behavior of readable streams.

    published 3.0.0 4 years ago
  • Validate an OpenAPI/Swagger API specification using the swagger.io online validator.

    published 5.0.0 a year ago
  • An unofficial Swagger/OpenAPI definition of the AppVeyor REST API.

    published 1.0.0 5 years ago
  • Query the AppVeyor build status.

    published 5.0.1 4 years ago
  • Decompression stream which detects the compression format from the compressed data with minimal buffering. Detects Gzip, Deflate, and DeflateRaw by default.

    published 2.1.0 3 years ago
  • ESLint shareable config for @kevinoid's style (based on airbnb).

    published 32.0.0 6 months ago
  • Variant of JSON.stringify where the value returned by the replacer function is used verbatim.

    published 0.1.0 4 years ago
  • Mocha root hook plugin to convert unhandled rejection events to unhandled exceptions so that they will cause test failures.

    published 1.0.0 4 years ago
  • A reimplementation of the ci-status subcommand of hub(1) in JavaScript for checking the GitHub CI and checks status of a commit with Node.

    published 1.0.0 3 years ago
  • Implementation of the assert module from Node.js 15 for Node.js 10 or later.

    published 0.1.0 3 years ago
  • Replace numbers in exponential notation by numbers in fixed-point notation (or anything else) in a string of JSON.

    published 0.2.0 7 months ago
  • Base class for traversing or transforming OpenAPI 2 or 3 documents using a modified visitor design pattern to traverse object types within the OpenAPI document tree.

    published 1.1.0 3 years ago