sindresorhus / parse-ms
Parse milliseconds into an object
☆119Updated 10 months ago
Alternatives and similar repositories for parse-ms:
Users that are interested in parse-ms are comparing it to the libraries listed below
- Convert RGB color to HEX☆118Updated last year
- Check if a URL is absolute☆79Updated 3 years ago
- Randomize the order of items in an array☆105Updated 2 years ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Filter object keys and values into a new object☆101Updated 10 months ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆111Updated 4 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Write a package.json file☆88Updated 8 months ago
- Check if your package was installed globally☆70Updated last year
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆92Updated 2 years ago
- Get the gzipped size of a string or buffer☆171Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Find the closest package.json file☆162Updated last year
- Sort the keys of an object☆102Updated 6 months ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆121Updated last month
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Check if a value is a plain object☆102Updated 10 months ago
- Loosely validate a URL.☆167Updated last year
- Easily handle defaults for your options☆74Updated last year
- Get the real path of the system temp directory☆83Updated 2 years ago
- Wordwrap a string with ANSI escape codes☆124Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check whether a package or organization name is available on npm☆170Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆155Updated last year
- Check whether a request can be retried based on the `error.code`☆80Updated 3 years ago
- Lazy number range generator☆81Updated last year