Packages by balupton <b@lupton.cc> [SYNC profile]

Name IM Last modified Is admin Publish scopes
@balupton Thu Jun 03 2021 17:58:15 GMT+0800 (China Standard Time) false @cnpm , @cnpmtest , @cnpm-test

  • static-eval (latest: 2.1.0) evaluate statically-analyzable expressions
  • acorn-node (latest: 2.0.1) the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
  • syntax-error (latest: 1.4.0) detect and report syntax errors in source code strings
  • module-deps (latest: 6.2.3) walk the dependency graph to generate json output that can be fed into browser-pack
  • browser-pack (latest: 6.1.0) pack node-style source files from a json stream into a browser bundle
  • browser-resolve (latest: 2.0.0) resolve which handles browser field support in package.json
  • deps-sort (latest: 2.0.1) sort module-deps output for deterministic browserify bundles
  • tty-browserify (latest: 0.0.1) the tty module from node core for browsers
  • factor-bundle (latest: 2.5.0) factor browser-pack bundles into common shared bundles
  • stream-splicer (latest: 2.0.1) streaming pipeline with a mutable configuration
  • esnextguardian (latest: 1.2.1) Load your ES6+ files if the user's environment supports it, otherwise gracefully fallback to your ES5 files.
  • brfs (latest: 2.0.2) browserify fs.readFileSync() static asset inliner
  • static-module (latest: 3.0.4) convert module usage to inline expressions
  • getcontributors (latest: 2.23.0) Fetch all the contributors from a github repository, github organisation, or github search
  • caterpillar-filter (latest: 6.15.0) Filter out undesired log levels from your Caterpillar logger stream
  • caterpillar-human (latest: 6.15.0) Turn your [Caterpillar](https://github.com/bevry/caterpillar) logger stream into a beautiful readable format with colors and optional debug information
  • chainy-core (latest: 1.6.0) Perhaps the most awesome way of interacting with data using a chainable API
  • chainy-plugin-each (latest: 1.1.0) Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator
  • chainy-plugin-feed (latest: 1.0.0) Chainy action that sets the chain data with the parsed results of a request, includes caching
  • chainy-plugin-map (latest: 1.0.5) Chainy action that replaces each item in the array with the result of an asynchronous or synchronous iterator
  • chainy-plugin-set (latest: 1.0.2) Chainy action that sets the data for the chain with the data that is passed over to the plugin
  • githubauthquerystring (latest: 4.0.0) Authorise GitHub API requests by appending the environments auth credentials to your request's query string.
  • bal-util (latest: 2.8.0) Common utility functions for Node.js used and maintained by Benjamin Lupton
  • feedr (latest: 4.8.0) Use feedr to fetch the data from a remote url, respect its caching, and parse its data. Despite its name, it's not just for feed data but also for all data that you can feed into it (including binary data).
  • getrepos (latest: 5.17.0) Fetch the specified repositories, or those that match a particular github user or search query
  • extendonclass (latest: 1.0.1) Add a backbone-like extend method onto your CoffeeScript classes, making it easy for JavaScript users to extend your CoffeeScript classes
  • csextends (latest: 1.2.0) Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `B
  • js2coffee (latest: 2.2.0) JavaScript to CoffeeScript compiler
  • safecallback (latest: 1.0.1) Handle callback errors safely and easily
  • docpad-plugin-eco (latest: 2.8.0) Adds support for the Eco templating engine to DocPad.
  • watchify (latest: 4.0.0) watch mode for browserify builds
  • getsetdeep (latest: 4.18.0) Get and set nested variables of an object, includes support for Backbone Models
  • watchr (latest: 6.11.0) Better file system watching for Node.js
  • sortobject (latest: 4.16.0) Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it
  • detective (latest: 5.2.1) find all require() calls by walking the AST
  • domain-browser (latest: 5.7.0) Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
  • binaryextensions (latest: 6.11.0) A package that contains an array of every single file extension there is for binary files
  • textextensions (latest: 6.11.0) A package that contains an array of every single file extension there is for text files
  • @bevry/update-contributors (latest: 1.23.0) Update the package.json author, contributors, and maintainers fields with the latest remote data
  • kava (latest: 7.9.0) Kava has been powering accurate test suites for Node.js and Web Browsers since 2012.
  • projectz (latest: 4.2.0) Stop wasting time syncing and updating your project's README and Package Files!
  • @bevry/github-contributors (latest: 4.2.0) Fetch all the contributors from a github repository, github organization, or github search
  • @bevry/json (latest: 2.4.0) Helpers for reading and writing JSON.
  • event-emitter-grouped (latest: 6.7.0) Emit events in serial or parallel with support for synchronous and asynchronous listeners
  • taskgroup (latest: 9.8.0) Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
  • badges (latest: 4.40.0) The definitive collection of badges for rendering
  • caterpillar (latest: 8.2.0) Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and
  • eachr (latest: 7.4.0) Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.
  • extendr (latest: 7.10.0) Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
  • fellow (latest: 7.4.0) Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class
  • safefs (latest: 8.10.0) Stop getting EMFILE errors! Open only as many files as the operating system supports.
  • typechecker (latest: 9.3.0) Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
  • safeps (latest: 11.6.0) Work with processes safely and easily with Node.js
  • @bevry/file (latest: 2.3.0) Helpers for reading, writing, deleting, and accessing a file.
  • @bevry/github-api (latest: 11.4.0) Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)
  • readdir-cluster (latest: 6.0.0) Create a cluster of workers to iterate through the filesystem
  • @bevry/github-repos (latest: 7.0.0) Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
  • native-promise-pool (latest: 3.28.0) Create a pool of a specified concurrency that accepts functions that return promises
  • ambi (latest: 10.9.0) Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
  • normalify (latest: 2.32.0) Normalize different variable value types - e.g. `"1"` becomes `1`
  • extract-opts (latest: 5.9.0) Extract the options and callback from a function's arguments easily
  • @bevry/list (latest: 2.5.0) List/array/set utility functions: union, intersect, complement, unique, first, last, has, add, toggle
  • arrangekeys (latest: 6.7.0) Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.
  • cson (latest: 8.4.0) CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.
  • istextorbinary (latest: 9.5.0) Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
  • requirefresh (latest: 5.13.0) Require a file without adding it into the require cache
  • browserify (latest: 17.0.1) browser-side require() the node way
  • ignorepatterns (latest: 5.6.0) A regular expression that matches common filenames that we want to ignore
  • ignorefs (latest: 5.0.4) Ignore common and custom patterns of the file system
  • scandirectory (latest: 8.1.1) Scan a directory recursively with a lot of control and power
  • editions (latest: 6.22.0) Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
  • assert-helpers (latest: 11.13.0) Common utilities and helpers to make testing assertions easier
  • version-compare (latest: 3.12.0) Comparator to determine if a version is less than, equivalent to, or greater than another version
  • errlop (latest: 8.5.0) An extended Error class that envelops a parent error, such that the stack trace contains the causation
  • @bevry/ansi (latest: 6.10.0) ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript

Copyright 2013 - present © cnpmjs.org | Home |