sindresorhus / package-upLinks
Find the closest package.json file
☆165Updated 3 months ago
Alternatives and similar repositories for package-up
Users that are interested in package-up are comparing it to the libraries listed below
Sorting:
- Read the closest package.json file☆267Updated last year
- Get the gzipped size of a string or buffer☆172Updated 3 years ago
- Read a package.json file☆171Updated last year
- Find the root directory of a Node.js project or npm package☆246Updated 3 months ago
- Resolve the path of a module like require.resolve() but from a given path☆142Updated 4 years ago
- Import a globally installed module☆58Updated last year
- Get metadata of a package from the npm registry☆243Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Finds the common standard cache directory☆158Updated 4 months ago
- Check if a value is a plain object☆102Updated last year
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆146Updated last year
- Clear a module from the cache☆183Updated 3 years ago
- Let a globally installed package use a locally installed version of itself if available☆154Updated last year
- Import a module lazily☆247Updated 3 years ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- 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
- Sort the keys of an object☆104Updated 2 weeks ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Parse the things that can be arguments to `npm install`☆131Updated last month
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Node module that returns a list of files waiting to be committed.☆57Updated 3 years ago
- Import a module while bypassing the cache☆285Updated 7 months ago
- Import all modules in a directory☆137Updated 2 years ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆154Updated 2 years ago
- normalizes package metadata, typically found in package.json file.☆203Updated last month
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Get the real path of the system temp directory