59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz"
|
|
,"_integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
|
|
,"_from": "contains-path@0.1.0"
|
|
} |