Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "commondir",
3
"version": "0.0.1",
4
"description": "Compute the closest common parent for file paths",
5
"main": "index.js",
6
"directories": {
7
"lib": ".",
8
"example": "example",
9
"test": "test"
10
},
11
"dependencies": {},
12
"devDependencies": {
13
"expresso": "0.7.x"
14
},
15
"scripts": {
16
"test": "expresso"
17
},
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/substack/node-commondir.git"
21
},
22
"keywords": [
23
"common",
24
"path",
25
"directory",
26
"file",
27
"parent",
28
"root"
29
],
30
"author": {
31
"name": "James Halliday",
32
"email": "[email protected]",
33
"url": "http://substack.net"
34
},
35
"license": "MIT/X11",
36
"engine": {
37
"node": ">=0.4"
38
},
39
"_npmUser": {
40
"name": "substack",
41
"email": "[email protected]"
42
},
43
"_id": "[email protected]",
44
"engines": {
45
"node": "*"
46
},
47
"_engineSupported": true,
48
"_npmVersion": "1.0.101",
49
"_nodeVersion": "v0.4.12",
50
"_defaultsLoaded": true,
51
"dist": {
52
"shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
53
"tarball": "http://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz"
54
},
55
"maintainers": [
56
{
57
"name": "substack",
58
"email": "[email protected]"
59
}
60
],
61
"_shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
62
"_resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz",
63
"_from": "[email protected]",
64
"bugs": {
65
"url": "https://github.com/substack/node-commondir/issues"
66
},
67
"readme": "ERROR: No README data found!",
68
"homepage": "https://github.com/substack/node-commondir#readme"
69
}
70
71