Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:54:26 +00:00
parent 6b0d45a5c6
commit cc1adb825a
4247 changed files with 144820 additions and 149530 deletions

6
node_modules/read-pkg-up/readme.md generated vendored
View file

@ -15,7 +15,7 @@
## Install
```
$ npm install --save read-pkg-up
$ npm install read-pkg-up
```
@ -31,7 +31,7 @@ readPkgUp().then(result => {
pkg: {
name: 'awesome-package',
version: '1.0.0',
...
},
path: '/Users/sindresorhus/dev/awesome-package/package.json'
}
@ -55,7 +55,7 @@ Returns the result object.
##### cwd
Type: `string`<br>
Default: `.`
Default: `process.cwd()`
Directory to start looking for a package.json file.