jonschlinkert / array-firstLinks
Get the first element or first n elements of an array.
☆11Updated 4 years ago
Alternatives and similar repositories for array-first
Users that are interested in array-first are comparing it to the libraries listed below
Sorting:
- Convert a dash/dot/underscore/space separated string to UpperCamelCase: foo-bar → FooBar☆80Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 4 years ago
- Get the path to the user home directory☆159Updated 4 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Cross-platform .zip file creation☆129Updated last year
- Return a copy of an object without the given keys.☆78Updated 5 years ago
- Make your terminal beep☆135Updated 4 months ago
- return whitelisted properties of an object☆165Updated 5 years ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 7 years ago
- Invoke multiple commands, running in parallel / sequential, matching npm scripts☆27Updated 7 years ago
- Check if a path exists☆155Updated 3 years ago
- destroy a stream if possible☆55Updated last year
- Compare npm packages from your terminal☆58Updated 5 years ago
- Resolve the path of a globally installed module☆42Updated 2 years ago
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Excute shell commands in queue☆101Updated 5 years ago
- Easy error subclassing and stack customization☆66Updated 4 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- return the first event in a set of ee/event pairs☆54Updated 6 years ago
- Import a globally installed module☆59Updated 2 years ago
- Run a function exactly one time☆223Updated 3 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 3 years ago
- Check if something is a promise☆45Updated 4 years ago
- Get the system locale☆228Updated 4 years ago
- check if a koa body should be interpreted as JSON☆18Updated last month
- Get your internal IP address☆349Updated 4 months ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- A web requester for node.js.☆25Updated 2 weeks ago