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

50
node_modules/pkg-up/package.json generated vendored Normal file
View file

@ -0,0 +1,50 @@
{
"name": "pkg-up",
"version": "2.0.0",
"description": "Find the closest package.json file",
"license": "MIT",
"repository": "sindresorhus/pkg-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"pkg",
"package",
"file",
"find",
"up",
"find-up",
"findup",
"look-up",
"look",
"search",
"match",
"resolve",
"parent",
"parents",
"folder",
"directory",
"dir",
"walk",
"walking",
"path"
],
"dependencies": {
"find-up": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}