UNPKG

1.43 kBJSONView Raw
1{
2 "name": "contains-path",
3 "description": "Return true if a file path contains the given path.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/contains-path",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Gerard <germtf@gmail.com> (https://github.com/germtb)",
9 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
10 ],
11 "repository": "jonschlinkert/contains-path",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/contains-path/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=0.10.0"
22 },
23 "scripts": {
24 "test": "mocha"
25 },
26 "dependencies": {
27 "normalize-path": "^2.1.1",
28 "path-starts-with": "^1.0.0"
29 },
30 "devDependencies": {
31 "gulp-format-md": "^0.1.12",
32 "mocha": "^3.2.0"
33 },
34 "keywords": [
35 "contains",
36 "directory",
37 "dirname",
38 "exec",
39 "ext",
40 "extname",
41 "file",
42 "filepath",
43 "fp",
44 "has",
45 "match",
46 "matches",
47 "path",
48 "regex",
49 "test"
50 ],
51 "verb": {
52 "related": {
53 "list": [
54 "ends-with",
55 "normalize-path",
56 "path-ends-with",
57 "unixify"
58 ]
59 },
60 "toc": false,
61 "layout": "default",
62 "tasks": [
63 "readme"
64 ],
65 "plugins": [
66 "gulp-format-md"
67 ],
68 "lint": {
69 "reflinks": true
70 }
71 }
72}