github-pages-deploy-action/node_modules/contains-path/package.json

55 lines
1.0 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"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"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"files": [
"index.js"
2020-03-07 11:45:40 +08:00
],
2020-03-31 20:57:48 +08:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"scripts": {
"test": "mocha"
2020-03-07 11:45:40 +08:00
},
"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"
]
}
2020-03-31 20:57:48 +08:00
}
}