Fedora EPEL 6 Update: nodejs-promzard-0.2.0-5.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-promzard
Product : Fedora EPEL 6
Version : 0.2.0
Release : 5.el6
URL : https://github.com/isaacs/promzard
Summary : A prompting wizard for building files from specialized PromZard modules
Description :
A prompting wizard for building files from specialized PromZard modules.
The goal is a nice drop-in enhancement for `npm init`.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-promzard' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-osenv-0.0.3-4.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-osenv
Product : Fedora EPEL 6
Version : 0.0.3
Release : 4.el6
URL : https://github.com/isaacs/osenv
Summary : Look up environment settings specific to different operating systems
Description :
Look up environment settings specific to different operating systems.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-osenv' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-opts-1.2.2-4.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-opts
Product : Fedora EPEL 6
Version : 1.2.2
Release : 4.el6
URL : http://joey.mazzarelli.com/2010/04/09/javascript-command-line-options-for...
Summary : Javascript Command Line Options for Node.js
Description :
js-opts is a library for parsing command line options in javascript.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-opts' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-once-1.1.1-4.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-once
Product : Fedora EPEL 6
Version : 1.1.1
Release : 4.el6
URL : https://github.com/isaacs/once
Summary : Run a function exactly one time
Description :
Run a function exactly one time.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-once' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-oauth-sign-0.2.0-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-oauth-sign
Product : Fedora EPEL 6
Version : 0.2.0
Release : 2.el6
URL : https://github.com/mikeal/oauth-sign
Summary : OAuth1 signing for Node.js
Description :
OAuth1 signing for Node.js.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-oauth-sign' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-npmlog-0.0.2-4.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-npmlog
Product : Fedora EPEL 6
Version : 0.0.2
Release : 4.el6
URL : https://github.com/isaacs/npmlog
Summary : Logger for npm
Description :
The logger utility that npm uses.
This logger is very basic. It does the logging for npm. It supports custom
levels and colored output.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-npmlog' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-npmconf-0.0.23-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-npmconf
Product : Fedora EPEL 6
Version : 0.0.23
Release : 2.el6
URL : https://github.com/isaacs/npmconf
Summary : npm configuration module
Description :
If you are interested in interacting with the config settings that npm
uses, then use this module.
However, if you are writing a new Node.js program, and want
configuration functionality similar to what npm has, but for your
own thing, then the author recommends rc. This module is for compatibility
use only.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-npmconf' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-nopt-2.1.1-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-nopt
Product : Fedora EPEL 6
Version : 2.1.1
Release : 2.el6
URL : https://github.com/isaacs/nopt
Summary : Node.js option parsing
Description :
An option parsing library for Node.js and its package manager (npm).
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-nopt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-mime-1.2.9-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-mime
Product : Fedora EPEL 6
Version : 1.2.9
Release : 2.el6
URL : https://github.com/broofa/node-mime
Summary : A comprehensive library for mime-type mapping
Description :
Comprehensive MIME type mapping API. Includes all 600+ types and 800+ extensions
defined by the Apache project, plus additional types submitted by the node.js
community.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-mime' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months
Fedora EPEL 6 Update: nodejs-node-uuid-1.4.0-3.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-node-uuid
Product : Fedora EPEL 6
Version : 1.4.0
Release : 3.el6
URL : https://github.com/broofa/node-uuid
Summary : Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
Description :
This Node.js module provides simple and fast generation of RFC4122 (v1 and v4)
UUIDs. It runs in Node.js and all browsers and can also generate
cryptographically strong random numbers.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-node-uuid' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 10 months