1
|
{
|
2
|
"name": "is-path-in-cwd",
|
3
|
"version": "2.1.0",
|
4
|
"description": "Check if a path is in the current working directory",
|
5
|
"license": "MIT",
|
6
|
"repository": "sindresorhus/is-path-in-cwd",
|
7
|
"author": {
|
8
|
"name": "Sindre Sorhus",
|
9
|
"email": "sindresorhus@gmail.com",
|
10
|
"url": "sindresorhus.com"
|
11
|
},
|
12
|
"engines": {
|
13
|
"node": ">=6"
|
14
|
},
|
15
|
"scripts": {
|
16
|
"test": "xo && ava && tsd"
|
17
|
},
|
18
|
"files": [
|
19
|
"index.js",
|
20
|
"index.d.ts"
|
21
|
],
|
22
|
"keywords": [
|
23
|
"path",
|
24
|
"cwd",
|
25
|
"pwd",
|
26
|
"check",
|
27
|
"filepath",
|
28
|
"file",
|
29
|
"folder",
|
30
|
"in",
|
31
|
"inside"
|
32
|
],
|
33
|
"dependencies": {
|
34
|
"is-path-inside": "^2.1.0"
|
35
|
},
|
36
|
"devDependencies": {
|
37
|
"ava": "^1.4.1",
|
38
|
"tsd": "^0.7.2",
|
39
|
"xo": "^0.24.0"
|
40
|
}
|
41
|
}
|