Regenerating node_modules

This commit is contained in:
Chris Raynor 2020-09-14 10:42:37 +01:00
parent 09b4a82c83
commit c96f84308a
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
5488 changed files with 487362 additions and 60779 deletions

55
node_modules/contains-path/package.json generated vendored Normal file
View file

@ -0,0 +1,55 @@
{
"name": "contains-path",
"description": "Return true if a file path contains the given path.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/contains-path",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/contains-path",
"bugs": {
"url": "https://github.com/jonschlinkert/contains-path/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"contains",
"directory",
"dirname",
"exec",
"ext",
"extname",
"file",
"filepath",
"fp",
"has",
"match",
"matches",
"path",
"regex",
"test"
],
"verb": {
"related": {
"list": [
"ends-with",
"path-ends-with",
"path-segments",
"is-absolute",
"is-relative",
"parse-filepath"
]
}
}
}