1
|
{
|
2
|
"name": "commondir",
|
3
|
"version": "1.0.1",
|
4
|
"description": "compute the closest common parent for file paths",
|
5
|
"main": "index.js",
|
6
|
"dependencies": {},
|
7
|
"devDependencies": {
|
8
|
"tape": "^3.5.0"
|
9
|
},
|
10
|
"scripts": {
|
11
|
"test": "tape test/*.js"
|
12
|
},
|
13
|
"repository": {
|
14
|
"type": "git",
|
15
|
"url": "http://github.com/substack/node-commondir.git"
|
16
|
},
|
17
|
"keywords": [
|
18
|
"common",
|
19
|
"path",
|
20
|
"directory",
|
21
|
"file",
|
22
|
"parent",
|
23
|
"root"
|
24
|
],
|
25
|
"author": {
|
26
|
"name": "James Halliday",
|
27
|
"email": "mail@substack.net",
|
28
|
"url": "http://substack.net"
|
29
|
},
|
30
|
"license": "MIT",
|
31
|
"engine": {
|
32
|
"node": ">=0.4"
|
33
|
}
|
34
|
}
|