1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
{
"_args": [
[
{
"raw": "glob-parent@^2.0.0",
"scope": null,
"escapedName": "glob-parent",
"name": "glob-parent",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex/node_modules/glob-base"
]
],
"_from": "glob-parent@>=2.0.0 <3.0.0",
"_id": "glob-parent@2.0.0",
"_inCache": true,
"_location": "/glob-parent",
"_nodeVersion": "3.0.0",
"_npmUser": {
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
},
"_npmVersion": "2.13.3",
"_phantomChildren": {},
"_requested": {
"raw": "glob-parent@^2.0.0",
"scope": null,
"escapedName": "glob-parent",
"name": "glob-parent",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/glob-base"
],
"_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
"_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
"_shrinkwrap": null,
"_spec": "glob-parent@^2.0.0",
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/glob-base",
"author": {
"name": "Elan Shanker"
},
"bugs": {
"url": "https://github.com/es128/glob-parent/issues"
},
"dependencies": {
"is-glob": "^2.0.0"
},
"description": "Strips glob magic from a string to provide the parent path",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
},
"directories": {},
"dist": {
"shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
"tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz"
},
"gitHead": "a956910c7ccb5eafd1b3fe900ceb6335cc5b6d3d",
"homepage": "https://github.com/es128/glob-parent",
"keywords": [
"glob",
"parent",
"strip",
"path",
"directory",
"base"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
}
],
"name": "glob-parent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/es128/glob-parent.git"
},
"scripts": {
"test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
},
"version": "2.0.0"
}
|