A simple React component to render a hyperlink (using react-routers `<Link />`) or any html element depending on if a `to` prop is provided.
A deep deletion module for node (like `rm -rf`)
A JavaScript parser
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Get the first fulfilled promise that satisfies the provided testing function
render domhandler DOM nodes to a string
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
A drop-in replacement for fs, making various improvements.
JSON Web Token implementation (symmetric and asymmetric)
Turns an AST into code.
Error comparison and information related utility for node and the browser
Babel compiler core.
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
A JavaScript text diff implementation.
A utility-first CSS framework for rapidly building custom user interfaces.
Load node modules according to tsconfig paths, in run-time or via API.
Prebuilt sharp for use with Linux (musl) x64
Detect the dominant newline character of a string
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
Babel Types is a Lodash-esque utility library for AST nodes
Find and load configuration from a package.json property, rc file, TypeScript module, and more!
Parse the things that can be arguments to `npm install`
plug'n'play resolver for Webpack
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations, also HTML link elements.
Validate http request content length vs actual for elements such as img, link, etc..
Instantly get preview elements for a link
Create link inside <li> element and gives it a 'active' class if current page
Skins change styles of HTML elements such as body, links, form elements, headers, therefore they are best suited for quick prototyping with scaffolds.
appending elements to a linked list generates successive list nodes
Google Book/Magazine API integration for fetching the information for google books and magazines and book shelves also filter them. You can eaisly get most of the elements for a particular book and magazine or the books of a book shelf from the google book search. like :-(title,sub title,preview link,authors,publisher,publish date,buylink,downloadlink,version,ISBN information,ratings,...many more..Also you can get the google checkout link for that book/magazine
This gem adds helper methods to create unobtrusive jQuery code. It outputs HTML, which is hooked by an included JavaScript file to provide the functionality. Helpers include links to Ajax requests to update elements on the page, dialogs (including remote dialogs), date pickers and tab containers.
jQuery snippet for Rails projects that parses the url for the current page, and adds an 'active' class decoration to links that match the current page. By default this snippet is designed to work with Twitter Bootstrap v4 header navigation. However, you can target different elements in your page(s) by modifying the active_element variable. In the default it is targetting links within a line item within a header element with a class of navbar-nav.
Most rails helpers tend to be tightly focused on placing a single element on a page, like a link or an image tag. Rails Fancies is for helpers that are more complex and can form the basis of complete a web page. The inaugural helpers are a FAQ helper and a weekly calendar helper.
Will generate a content-security-policy based on images, scripts, stylesheets, frames andothers on each generated page. This script assumes that all your linked resources as 'safe'.Style attributes will also be converted into <style> elements and SHA256 hashes will begenerated for inline styles/scripts.
The Graphical Fragment Assembly (GFA) is a proposed format which allow to describe the product of sequence assembly. This gem implements the proposed specifications for the GFA format described under https://github.com/pmelsted/GFA-spec/blob/master/GFA-spec.md as close as possible. The library allows to create an RGFA object from a file in the GFA format or from scratch, to enumerate the graph elements (segments, links, containments, paths and header lines), to traverse the graph (by traversing all links outgoing from or incoming to a segment), to search for elements (e.g. which links connect two segments) and to manipulate the graph (e.g. to eliminate a link or a segment or to duplicate a segment distributing the read counts evenly on the copies).