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