tarruda / hasLinks
Object.prototype.hasOwnProperty
☆58Updated last year
Alternatives and similar repositories for has
Users that are interested in has are comparing it to the libraries listed below
Sorting:
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Read a package.json file☆171Updated last year
- Check if your package was installed globally☆70Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Parse milliseconds into an object☆119Updated last year
- Find the closest package.json file☆165Updated 3 months ago
- Check if argv has a specific flag☆93Updated 4 years ago
- Check if a URL is absolute☆79Updated 2 weeks ago
- Check if a value is a plain object☆102Updated 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
- Wordwrap a string with ANSI escape codes☆128Updated 2 weeks ago
- Manipulate the HTTP Vary header☆61Updated 3 weeks ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 2 weeks ago
- Convert a value to an array☆130Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Indent each line in a string☆113Updated 3 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- 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
- Start a promise chain☆58Updated last week
- Import a globally installed module☆58Updated last year
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- ☆45Updated 3 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Check if your code is running as an npm or yarn script☆64Updated 2 weeks ago
- Create a deferred promise☆80Updated 2 weeks ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago