1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "path-is-inside",
|
3 |
|
|
"description": "Tests whether one path is inside another path",
|
4 |
|
|
"keywords": ["path", "directory", "folder", "inside", "relative"],
|
5 |
|
|
"version": "1.0.2",
|
6 |
|
|
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
|
7 |
|
|
"license": "(WTFPL OR MIT)",
|
8 |
|
|
"repository": "domenic/path-is-inside",
|
9 |
|
|
"main": "lib/path-is-inside.js",
|
10 |
|
|
"files": [
|
11 |
|
|
"lib"
|
12 |
|
|
],
|
13 |
|
|
"scripts": {
|
14 |
|
|
"test": "mocha",
|
15 |
|
|
"lint": "jshint lib"
|
16 |
|
|
},
|
17 |
|
|
"devDependencies": {
|
18 |
|
|
"jshint": "~2.3.0",
|
19 |
|
|
"mocha": "~1.15.1"
|
20 |
|
|
}
|
21 |
|
|
}
|