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 version 0.1.0, 9 years ago
  • A Node.js implementation of cat, as specified by POSIX/SUSv3. No frills, no buffering, no charset conversion, just cat.

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

    published version 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 version 3.0.1, 6 years ago
  • Read from a stream using Promises.

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

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

    published version 5.0.0, 5 years ago
  • Compare the behavior of readable streams.

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

    published version 5.0.0, 2 years ago
  • An unofficial Swagger/OpenAPI definition of the AppVeyor REST API.

    published version 1.0.0, 6 years ago
  • Query the AppVeyor build status.

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

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

    published version 33.3.0, 2 months ago
  • Variant of JSON.stringify where the value returned by the replacer function is used verbatim.

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

    published version 1.0.0, 5 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 version 1.0.0, 3 years ago
  • Implementation of the assert module from Node.js 15 for Node.js 10 or later.

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

    published version 0.2.0, a year 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 version 1.1.0, 3 years ago
  • Transform OpenAPI documents by applying multiple OpenApiTransforer instances.

    published version 1.0.0, 2 months ago
  • Combine multiple JSON Schemas into a single schema which matches instances which are valid for all of the combined schemas, for supporting older JSON Schema versions which lack support for allOf, such Draft 4 used by Swagger/OpenAPI 2.

    published version 0.1.0, 2 months ago
  • Transform a string to PascalCase according to Microsoft's .NET Capitalization Conventions.

    published version 1.0.0, 2 months ago