Well Fack, lol, premature post due to MacBook AIR freezing apologies for 
the spam

Anyways;

## canihaz 1.0

The internals are rewritten to spawn an `npm` binary instead of using the 
npm API
it was causing to much issues. 1.0 also comes with a finished test suite 
and is battle tested
in my own build system, square (https://github.com/observing/square)

Install:

npm install canihaz


Or fav

npm star canihaz


## useragent 2.0

I just finished refactor of my useragent module. Useragent is a high 
performance useragent string parser that uses
the browserscope's regexp's library for it's matching. It's THE fastest 
ua-parser port in Node.js

2.0 introduces:

- Deferred parsing for the OS and devices
- Device information parsing
- OS version parsing

There are some minor backward compatibility breaking changes, but they are 
documented in the project's README.

Install it using

npm install useragent


or fav it

npm star useragent


See the changes on github; https://github.com/3rd-Eden/useragent

Op woensdag 9 januari 2013 23:02:56 UTC+1 schreef 3rdEden het volgende:
>
> ohai,
>
> ## useragent 2.0
>
> ## canihaz 1.0
>
> Canihaz is a module that allows you to lazily install and require NPM 
> modules that might not be
> required for the core functionality of your library. This includes, but is 
> not limited to:
>
> - Optional dependencies
> - Dependencies that are only used for your optional CLI interface
> - Dependencies that are sparsely used in the application
> s
> The 1.0 release spots a rewrite of the internals, instead of               
>                                                        u
>
> ## creditcard
>
> creditcard provides you with tools to validate, parse and extract 
> information from creditcard numbers
>
> - Provides you with a list of known creditcard testing numbers
> - Figures out which major credit card provider issued the creditcard
> - Correctly formats the credit card number as seen on the credit card 
> (most people don't know that AMEX
>   uses a different format then "normal" creditcards
> - Validates the creditcard number
> - Validates the expiry number
> - PAN truncation for creditcard numbers
>
> And some more fun stuff is parsed out of it.
>
> npm install creditcard
>
>
> If you like it;
>  
>
> npm star creditcard
>
>
> https://github.com/observing/creditcard 
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to