Packages by substack

Name IM Last modified Is admin Publish scopes
@substack false @cnpm , @ywfe_

  • mkdirp (latest: 3.0.1) Recursively mkdir, like `mkdir -p`
  • minimist (latest: 1.2.8) parse argument options
  • findit (latest: 2.0.0) walk a directory tree recursively with events
  • static-eval (latest: 2.1.1) evaluate statically-analyzable expressions
  • wordwrap (latest: 1.0.0) Wrap those words. Show them at what columns to start and stop.
  • seq (latest: 0.3.5) Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
  • concat-map (latest: 0.0.2) concatenative mapdashery
  • safe-regex (latest: 2.1.1) detect possibly catastrophic, exponential-time regular expressions
  • string_decoder (latest: 1.3.0) The string_decoder module from Node core
  • optimist (latest: 0.6.1) Light-weight option parsing with an argv hash. No optstrings attached.
  • json-stable-stringify (latest: 1.1.1) deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
  • charm (latest: 1.0.2) ansi control sequences for terminal cursor hopping and colors
  • falafel (latest: 2.2.5) transform the ast on a recursive walk
  • browser-resolve (latest: 2.0.0) resolve which handles browser field support in package.json
  • detective (latest: 5.2.1) find all require() calls by walking the AST
  • nub (latest: 1.0.0) Uniqueness functions
  • commondir (latest: 1.0.1) compute the closest common parent for file paths
  • deputy (latest: 0.0.4) caching layer for detective
  • 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
  • object-is (latest: 1.1.6) ES2015-compliant shim for Object.is - differentiates between -0 and +0
  • parents (latest: 1.0.1) return all the parent directories for a directory
  • deps-sort (latest: 2.0.1) sort module-deps output for deterministic browserify bundles
  • deep-equal (latest: 2.2.3) node's assert.deepEqual algorithm
  • path-browserify (latest: 1.0.1) the path module from node core for browsers
  • tty-browserify (latest: 0.0.1) the tty module from node core for browsers
  • defined (latest: 1.0.1) return the first argument that is `!== undefined`
  • factor-bundle (latest: 2.5.0) factor browser-pack bundles into common shared bundles
  • shallow-copy (latest: 0.0.1) make a shallow copy of an object or array
  • subarg (latest: 1.0.0) parse arguments with recursive contexts
  • read-only-stream (latest: 2.0.0) wrap a readable/writable stream to be read-only
  • insert-css (latest: 2.0.0) insert a string of css into the <head>
  • difflet (latest: 1.0.1) colorful diffs for javascript objects
  • buffer-equal (latest: 1.0.1) return whether two buffers are equal
  • astw (latest: 2.2.0) walk the ast with references to parent nodes
  • text-table (latest: 0.2.0) borderless text tables with alignment
  • archy (latest: 1.0.0) render nested hierarchies `npm ls` style with unicode pipes
  • editor (latest: 1.0.0) launch $EDITOR in your program
  • shoe (latest: 0.0.15) streaming sockjs for node and the browser
  • tap-finished (latest: 0.0.1) detect when tap output is finished
  • sockjs-windows (latest: 0.3.1) SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.
  • http-raw (latest: 2.1.0) expose the raw request data in an http server
  • jquery-mousewheel (latest: 3.1.13) A jQuery plugin that adds cross-browser mouse wheel support.
  • bigint (latest: 0.4.2) Arbitrary-precision integer arithmetic using libgmp
  • jsonparse (latest: 1.3.1) This is a pure-js JSON streaming parser for node.js
  • ap (latest: 0.2.0) Currying in javascript. Like .bind() without also setting `this`.
  • camelize (latest: 1.0.1) recursively transform key strings to camel-case
  • array-map (latest: 0.0.1) `[].map(f)` for older browsers
  • array-reduce (latest: 0.0.0) `[].reduce()` for old browsers
  • utf8-stream (latest: 0.0.0) buffer utf8 characters that would otherwise span chunk boundaries
  • lexicographic-integer (latest: 1.1.0) create lexicographic string keys for positive integers without zero-padding
  • html-select (latest: 2.3.24) match a tokenized html stream with css selectors
  • html-tokenize (latest: 2.0.1) transform stream to tokenize html
  • stream-splicer (latest: 2.0.1) streaming pipeline with a mutable configuration
  • binary (latest: 0.3.0) Unpack multibyte binary values from buffers
  • buffers (latest: 0.1.1) Treat a collection of Buffers as a single contiguous partially mutable Buffer.
  • readable-wrap (latest: 1.0.0) upgrade streams1 to streams2 streams as a standalone module
  • put (latest: 0.0.6) Pack multibyte binary values into buffers
  • rsa-unpack (latest: 0.0.6) unpack rsa fields from PEM strings
  • brfs (latest: 2.0.2) browserify fs.readFileSync() static asset inliner
  • quote-stream (latest: 1.0.2) transform a stream into a quoted string
  • static-module (latest: 3.0.4) convert module usage to inline expressions
  • hyperquest (latest: 2.1.3) make streaming http requests
  • webworkify (latest: 1.5.0) launch a web worker that can require() in the browser with browserify
  • bouncy (latest: 3.2.2) route incoming http requests to http servers
  • watchify (latest: 4.0.0) watch mode for browserify builds
  • coffeeify (latest: 3.0.1) browserify plugin for coffeescript with support for mixed .js and .coffee files
  • parsley (latest: 0.1.0) pure javascript http parser
  • outpipe (latest: 1.1.1) write output to a file through shell commands
  • stream-combiner2 (latest: 1.1.1) This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
  • semver-compare (latest: 1.0.0) compare two semver version strings, returning -1, 0, or 1
  • coverify (latest: 1.5.1) code coverage browserify transform
  • quotemeta (latest: 0.0.0) escape regular expression characters
  • choose (latest: 0.0.0) compute the binomial coefficients, `n C k`
  • typedarray (latest: 0.0.7) TypedArray polyfill for old browsers
  • comandante (latest: 0.0.1) spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes
  • hat (latest: 0.0.3) generate random IDs and avoid collisions
  • dnode-protocol (latest: 0.2.2) implements the dnode protocol abstractly
  • dnode (latest: 1.2.2) freestyle rpc
  • jsonify (latest: 0.0.1) JSON without touching any globals
  • deep-freeze (latest: 0.0.1) recursively Object.freeze() objects and functions
  • point-in-polygon (latest: 1.1.0) determine if a point is inside a polygon with a ray intersection counting algorithm
  • picture-tube (latest: 1.0.0) render 256 color images on the terminal
  • x256 (latest: 0.0.2) find the nearest xterm 256 color index for an rgb
  • cross (latest: 1.0.0) cross product of 3-dimensional vectors
  • parse-color (latest: 1.0.0) parse a css color string (plus hsv and cmyk) into an object
  • catch-links (latest: 2.0.1) intercept local link clicks on a page
  • tap-parser (latest: 18.0.0) parse the test anything protocol
  • endian-toggle (latest: 0.0.0) toggle the byte ordering of a buffer
  • level-option-wrap (latest: 1.1.0) wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functions
  • bunker (latest: 0.1.2) code coverage in native javascript
  • burrito (latest: 0.2.12) Wrap up expressions with a trace function while walking the AST with rice and beans on the side
  • ansi-keycode (latest: 0.0.0) map browser keycodes to ansi characters and escape sequences
  • cookie-cutter (latest: 0.2.0) Browserify-compatible module to get and set cookies in the browser
  • tape (latest: 5.9.0) tap-producing test harness for node and browsers
  • traverse (latest: 0.6.10) traverse and transform objects by visiting every node on a recursive walk
  • browserify (latest: 17.0.1) browser-side require() the node way
  • object-inspect (latest: 1.13.3) string representations of objects in node and the browser
  • shell-quote (latest: 1.8.2) quote and parse shell commands
  • resolve (latest: 1.22.10) resolve like require.resolve() on behalf of files asynchronously and synchronously

© 2010 - cnpmjs.org x YWFE | Home | YWFE