Random Names generator for your baby boys.
Does this JS environment support the `name` property on functions?
A simple list of possible Typed Array names.
Give me a string and I'll tell you if it's a valid npm package name
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Validates whether a string matches the production for an XML name or qualified name
List of known MathML tag names
JavaScript parser, mangler/compressor and beautifier toolkit
Helper for building generic names, similar to webpack
Line Awesome by Icon8. A drop-in replacement for Font Awesome.
Build tool and bindings loader for node-gyp that supports prebuilds
Generate unique and memorable names
Build and watch es modules FAST
Given a Mocha / Cypress spec file, returns the list of suite and test names
Build tool and bindings loader for node-gyp that supports prebuilds
A function that merges given class names, no matter their format: string with single or multiple class names or an array of class names. Filters out invalid class names as well.
A list of color names and its values
Encryption utilities for Stacks
List of whitespace sensitive HTML tag names
translate [folder/single] md file language to you want
Font names dictionary for cspell.
Generate massive amounts of fake contextual data
Babel plugin to add hook names for Preact devtools
A class name toggle plugin for Embla Carousel
Loads two files with girls and boys names respectivly into memory, and seraches them in order to determine the gender of a portuguese name
Version 2.0.2 is compatible with ActiveRecord < 3.1 Version 2.0.3+ is compatible with ActiveRecord >= 3.1 ------ Factory Girl with database accesses stubbed. The versions 2+ only work with Rails 3 (AR 3+) for stubbing queries. Now handle Rails 3 (only Rails 3) queries stubbing, Transform rail3 queries into ruby select on Plants created with factory boy. Example user = Plant(:user => 'toto', :addresses => [Plant(:address, :street => 'here')]) User.where(:name => 'toto').where('addresses.street = 'here').joins(:addresses) will be stubbed into a select ruby on plants and return here, user. See more on github and in unit tests. Compatible ruby 1.9.3.