sindresorhus / normalize-url
Normalize a URL
☆845Updated last year
Alternatives and similar repositories for normalize-url:
Users that are interested in normalize-url are comparing it to the libraries listed below
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,136Updated 2 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,109Updated 3 weeks ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,104Updated this week
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆687Updated last year
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,141Updated 4 months ago
- Delay a promise a specified amount of time☆610Updated last year
- Find a file or directory by walking up parent directories☆596Updated 8 months ago
- node byte string parser☆467Updated 8 months ago
- Colored symbols for various log levels☆752Updated 6 months ago
- Convert a string to a valid safe filename☆496Updated last year
- Get, set, or delete a property from a nested object using a dot path