sindresorhus / html-tagsLinks
List of standard HTML tags
☆192Updated 5 months ago
Alternatives and similar repositories for html-tags
Users that are interested in html-tags are comparing it to the libraries listed below
Sorting:
- Rollup plugin to display bundle contents & size information☆91Updated 9 months ago
- Filter object keys and values into a new object☆105Updated last year
- string representations of objects in node and the browser☆160Updated last month
- Check if a value is a plain object☆104Updated last year
- Check if a string is a URL☆87Updated 2 years ago
- Rollup plugin to remove comments, trim trailing spaces, compact empty lines, and normalize line endings☆100Updated 4 years ago
- Sort an array on an object property☆201Updated 4 months ago
- A module to escape/unescape common problematic entities done the right way.☆110Updated 4 years ago
- Check if a string is HTML☆95Updated 5 months ago
- List of standard and browser specific CSS properties.☆126Updated this week
- A rollup plugin to use glob-star.☆25Updated 4 months ago
- Write a package.json file☆89Updated 5 months ago
- Missing inspector for npm packages.☆58Updated 3 weeks ago
- Sort the keys of an object☆108Updated 5 months ago
- Info on the properties and attributes of the web platform☆44Updated 9 months ago
- Glob to regular expression with support for extended globs.☆75Updated last year
- `trough` is middleware☆70Updated 2 years ago
- Like `Promise.all()` but for `Map` and `Object`☆200Updated 4 months ago
- Walk through a folder and figure out what goes in an npm package☆116Updated 3 weeks ago
- Make a function mimic another one☆96Updated last year
- Check when the DOM has loaded like `DOMContentLoaded`☆111Updated last year
- Detect the indentation of code☆201Updated last week
- Parse an HTML string into `DocumentFragment` or one `Element`, in a few bytes (in browser)☆101Updated 2 years ago
- 🤸♀️ Redirect to an npm package's repository page☆85Updated 3 weeks ago
- Indent each line in a string☆115Updated 3 years ago
- Check if your package was installed globally☆71Updated 2 years ago
- Find the closest package.json file☆166Updated 8 months ago
- Regular expression for matching reserved filename characters☆53Updated 4 months ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆144Updated 5 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev