a CSS selector parser
A query library for ECMAScript AST using a CSS selector like query language.
Emmet standalone abbreviation parser
JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
ASN.1 schema for X.509 attribute certificates defined in RFC 5755.
Data-driven DOM manipulation: select elements and join them to data.
Node.js module for manipulating extended attributes.
SVGR command line.
Promisify an entire class or object
The runtime components for the pug templating language
A convertor between XML text and Javascript object / JSON text.
Displays automatic reference lines for scales.
Extended W3C Selectors matcher
Encrypted model attributes in your favourite ORM.
A helper to expand CSS selectors into PostHTML matcher objects
The Attribute module for G2, F2.
Parsing and tokenizing attributes string
Convert HTML attribute names to React props
Polyfills the a[download] attribute
Easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities.
factory for building JavaScript objects, mostly useful for setting up test data. Inspired by factory_girl
Parse and stringify style attributes
Animated transitions for D3 selections.
Query PostCSS AST with CSS selectors.
the macros helping to transform attributes in graphviz-rust library
derive for attributes for graphviz-rust lib
loose_attr
An additional attr macro for default values.
chain attr methods b.name("billy-bob").insane(true).gun_licence(nil); get by calling with no args: b.name == "billy-bob"
DSL for adding attributes to any plain old ruby object.
Mixin to specify defaults for Ruby's `attr` methods
a "fatter attr" for ruby
Adds private attr methods to Class object
Ease using html-pipeline to convert an object attribute to HTML
attr-translatable gem allows attributes of ActiveRecord to be translated.
Bare bones attr encrypted for Rails
Serialize defined-option attrs into miminalist binary arrays
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) or any referenced columns using Rails.cache methods. It also supports fetching multiple records using PKs(ids) with find_all_cache method(if cache store supports multiple reads [hint: memcached_store, dalli_store supports.]).