Category: dev-nodejs
Search
Compact View
abbrev
- Ebuilds: 1, Testing: 3.0.1
Description: Get unique abbreviations for a set of strings
Homepage: https://github.com/npm/abbrev-js
License: || ( ISC MIT )
balanced-match
- Ebuilds: 2, Testing: 3.0.1
Description: Match balanced character pairs, like { and }
Homepage: https://github.com/juliangruber/balanced-match
License: MIT
bindings
- Ebuilds: 1, Testing: 1.5.0
Description: Helper module for loading your native module's .node file
Homepage: https://github.com/TooTallNate/node-bindings
License: MIT
brace-expansion
- Ebuilds: 1, Testing: 2.0.1
Description: Brace expansion, as known from sh/bash, in JavaScript
Homepage: https://github.com/juliangruber/brace-expansion
License: MIT
browserify-lite
- Ebuilds: 1, Testing: 0.5.1
Description: browserify, minus some of the advanced features and heavy dependencies
Homepage: https://github.com/andrewrk/browserify-lite
License: MIT
chem
- Ebuilds: 1, Testing: 4.1.1
Description: 2d canvas-based rapid prototyping game engine
Homepage: https://github.com/andrewrk/chem
License: MIT
chipmunk
- Ebuilds: 1, Testing: 6.1.2
Description: Port of slembcke/Chipmunk-Physics to Javascript
Homepage: https://github.com/josephg/Chipmunk-js
License: MIT
color-name
- Ebuilds: 1, Testing: 1.1.4
Description: JSON with CSS color names and its values
Homepage: https://github.com/colorjs/color-name
License: ISC
colorize-template
- Ebuilds: 1, Testing: 1.0.0
Description: Tagged template literal for ANSI colors
Homepage: https://github.com/usmanyunusov/colorize-template
License: MIT
env-paths
- Ebuilds: 1, Testing: 3.0.0
Description: Get paths for storing things like data, config, cache, etc
Homepage: https://github.com/sindresorhus/env-paths
License: MIT
eventemitter3
- Ebuilds: 1, Testing: 5.0.1
Description: EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface
Homepage: https://github.com/primus/eventemitter3
License: MIT
exit
- Ebuilds: 1, Testing: 0.1.2
Description: replacement for process.exit that ensures stdio are fully drained before exiting
Homepage: https://github.com/cowboy/node-exit
License: MIT
file-uri-to-path
- Ebuilds: 1, Testing: 2.0.0
Description: Convert a file: URI to a file path
Homepage: https://github.com/TooTallNate/file-uri-to-path
License: MIT
fs-realpath
- Ebuilds: 1, Testing: 1.0.0-r1
Description: Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Homepage: https://github.com/isaacs/fs.realpath
License: ISC
glob
- Ebuilds: 1, Testing: 8.0.3
Description: little globber
Homepage: https://github.com/isaacs/node-glob
License: ISC
graceful-fs
- Ebuilds: 1, Testing: 4.2.10
Description: drop-in replacement for fs, making various improvements
Homepage: https://github.com/isaacs/node-graceful-fs
License: ISC
http-https
- Ebuilds: 1, Testing: 1.0.0
Description: A wrapper that chooses http or https for requests
Homepage: https://github.com/isaacs/http-https
License: ISC
inflight
- Ebuilds: 1, Testing: 1.0.6
Description: Add callbacks to requests in flight to avoid async duplication
Homepage: https://github.com/npm/inflight
License: ISC
inherits
- Ebuilds: 1, Testing: 2.0.4
Description: Browser-friendly inheritance fully compatible with standard node.js inherits()
Homepage: https://github.com/isaacs/inherits
License: ISC
isexe
- Ebuilds: 1, Testing: 2.0.0
Description: Minimal module to check if a file is executable
Homepage: https://github.com/isaacs/isexe
License: ISC
json-parse-even-better-errors
- Ebuilds: 1, Testing: 2.3.1
Description: JSON.parse with context information on error
Homepage: https://github.com/npm/json-parse-even-better-errors
License: MIT
konami
- Ebuilds: 1, Testing: 1.7.0
Description: An easter-egg script for adding the Konami Code to your website or project
Homepage: https://github.com/georgemandis/konami-js
License: MIT
kuroshiro
- Ebuilds: 2, Testing: 1.2.0-r0
Description: Convert Japanese to Hiragana, Katakana or Romaji with furigana and okurigana modes
Homepage: https://kuroshiro.org/
License: MIT
kuroshiro-analyzer-mecab
- Ebuilds: 1, Testing: 1.0.0
Description: Mecab morphological analyzer for kuroshiro
Homepage: https://github.com/hexenq/kuroshiro-analyzer-mecab
License: MIT
mecab-async
- Ebuilds: 1, Testing: 0.1.2
Description: Asynchronous japanese morphological analyser using MeCab
Homepage: https://github.com/hecomi/node-mecab-async
License: MIT
minimatch
- Ebuilds: 1, Testing: 5.1.0
Description: glob matcher in javascript
Homepage: https://github.com/isaacs/minimatch
License: ISC
minimist
- Ebuilds: 1, Testing: 1.2.8
Description: parse argument options
Homepage: https://github.com/minimistjs/minimist
License: MIT
mkdirp
- Ebuilds: 1, Testing: 1.0.4
Description: Recursively mkdir, like 'mkdir -p', but in node.js
Homepage: https://github.com/isaacs/node-mkdirp
License: MIT
nanoid
- Ebuilds: 1, Testing: 5.0.1
Description: tiny, secure, URL-friendly, unique string ID generator for JavaScript
Homepage: https://github.com/ai/nanoid
License: MIT
node_path
- Ebuilds: 1, Testing: 0
Description: Define NODE_PATH to /usr/share/nodejs/
Homepage: https://wiki.gentoo.org/wiki/No_homepage
License: CC0-1.0
nopt
- Ebuilds: 1, Testing: 7.2.0
Description: Option parsing for Node, supporting types, shorthands, etc
Homepage: https://github.com/npm/nopt
License: ISC
normalize-range
- Ebuilds: 1, Testing: 0.1.2
Description: Utility for normalizing a numeric range, including a wrapping function
Homepage: https://github.com/jamestalmage/normalize-range
License: MIT
once
- Ebuilds: 1, Testing: 1.4.0
Description: Run a function exactly one time
Homepage: https://github.com/isaacs/once
License: ISC
pend
- Ebuilds: 1, Testing: 1.2.0
Description: dead-simple optimistic async helper in javascript
Homepage: https://github.com/andrewrk/node-pend
License: MIT
picocolors
- Ebuilds: 1, Testing: 1.0.0
Description: tiniest and the fastest library for terminal output formatting with ANSI colors
Homepage: https://github.com/alexeyraspopov/picocolors
License: ISC
semver
- Ebuilds: 1, Testing: 7.5.4
Description: semantic version parser used by npm
Homepage: https://github.com/npm/node-semver
License: ISC
shell-quote
- Ebuilds: 1, Testing: 1.8.1
Description: quote and parse shell commands
Homepage: https://github.com/ljharb/shell-quote
License: MIT
source-map-js
- Ebuilds: 1, Testing: 1.2.1
Description: Generates and consumes source maps
Homepage: https://github.com/7rulnik/source-map-js
License: BSD
strip-json-comments
- Ebuilds: 1, Testing: 5.0.3
Description: Strip comments from JSON
Homepage: https://github.com/sindresorhus/strip-json-comments
License: MIT
tape-lite
- Ebuilds: 2, Testing: 9999
Homepage: https://hacktivis.me/git/tape-lite
License: MIT
vec2d
- Ebuilds: 1, Testing: 0.3.0
Description: 2d vector math with good unit tests
Homepage: https://github.com/andrewrk/node-vec2d
License: MIT
which
- Ebuilds: 2, Testing: 4.0.0
Description: Like which(1) unix command. Find the first instance of an executable in the PATH.
Homepage: https://github.com/isaacs/node-which
License: ISC
wrappy
- Ebuilds: 1, Testing: 1.0.2
Description: Callback wrapping utility
Homepage: https://github.com/npm/wrappy
License: ISC
ws
- Ebuilds: 1, Testing: 8.13.0-r1
Description: Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
Homepage: https://github.com/websockets/ws
License: MIT