Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Test if a value is a relative path.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- is
- is-relative
- is-path
- path
- relative
- filesystem
- View more
Takes a file path and checks to see if the modules it requires match the package.json
vfile utility to rename the path parts of a file
Checks if the file path is zip file. It does not read the complete file nor it depends upon file extension
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Check specified path sign with native current OS signing tools.
Get the native type of a value.
find or check all paths/values to a key/prop in array of objects or object - when unknown full path to a prop/key
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if the value is an object and not an array or null.
Returns true if a value is a plain object, array or function.
Returns true if a string has an extglob.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Check if a module ID is resolvable with require()
Check if a path is the current working directory. This is a fork of sindresorhus/is-path-cwd, but with CommonJS support.
Validates that all require statements in a project point to an existing path and are correctly cased.
A powerful JSON path processor with no third-party dependencies. Allows you to traverse JSON object trees with a simple dot-delimited path format e.g. "obj.name"