Regenerating node_modules
This commit is contained in:
parent
09b4a82c83
commit
c96f84308a
5488 changed files with 487362 additions and 60779 deletions
55
node_modules/contains-path/package.json
generated
vendored
Normal file
55
node_modules/contains-path/package.json
generated
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue