tarruda / hasLinks
Object.prototype.hasOwnProperty
☆59Updated 2 years ago
Alternatives and similar repositories for has
Users that are interested in has are comparing it to the libraries listed below
Sorting:
- Find the closest package.json file☆165Updated 4 months ago
- Check if your package was installed globally☆69Updated last year
- Read a package.json file☆170Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Check if argv has a specific flag☆93Updated 4 years ago
- Check if a value is a plain object☆103Updated last year
- Check if a URL is absolute☆80Updated last month
- Get the real path of the system temp directory☆82Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Ponyfill for Error#captureStackTrace☆61Updated 3 years ago
- Check if your code is running as an npm or yarn script☆64Updated last month
- Check if a path is a file, directory, or symlink☆79Updated 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…☆95Updated 2 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated last month
- Wordwrap a string with ANSI escape codes☆129Updated last month
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Convert a value to an array☆131Updated 3 years ago
- Start a promise chain☆60Updated last month
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Tests whether one path is inside another path☆42Updated 5 years ago
- Create an array without duplicates☆73Updated 4 years ago
- Get the path of the parent module☆78Updated last month
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Let a globally installed package use a locally installed version of itself if available☆154Updated last year
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 4 years ago
- Get the gzipped size of a string or buffer☆172Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago