Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80712 views
1
{
2
"name": "parents",
3
"version": "0.0.3",
4
"description": "return all the parent directories for a directory",
5
"main": "index.js",
6
"bin": {},
7
"directories": {
8
"example": "example",
9
"test": "test"
10
},
11
"dependencies": {
12
"path-platform": "^0.0.1"
13
},
14
"devDependencies": {
15
"tap": "~0.2.5"
16
},
17
"scripts": {
18
"test": "tap test/*.js"
19
},
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/substack/node-parents.git"
23
},
24
"homepage": "https://github.com/substack/node-parents",
25
"keywords": [
26
"directory",
27
"parent",
28
"path",
29
"tree"
30
],
31
"author": {
32
"name": "James Halliday",
33
"email": "[email protected]",
34
"url": "http://substack.net"
35
},
36
"license": "MIT",
37
"engine": {
38
"node": ">=0.6"
39
},
40
"gitHead": "bb83a6850410084535643e89c2615accb7aff822",
41
"bugs": {
42
"url": "https://github.com/substack/node-parents/issues"
43
},
44
"_id": "[email protected]",
45
"_shasum": "fa212f024d9fa6318dbb6b4ce676c8be493b9c43",
46
"_from": "parents@>=0.0.1 <0.1.0",
47
"_npmVersion": "1.4.15",
48
"_npmUser": {
49
"name": "substack",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "substack",
55
"email": "[email protected]"
56
}
57
],
58
"dist": {
59
"shasum": "fa212f024d9fa6318dbb6b4ce676c8be493b9c43",
60
"tarball": "http://registry.npmjs.org/parents/-/parents-0.0.3.tgz"
61
},
62
"_resolved": "https://registry.npmjs.org/parents/-/parents-0.0.3.tgz"
63
}
64
65