package.json
2.14 KB
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
{
"_args": [
[
"fstream-ignore@^1.0.2",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH"
]
],
"_from": "fstream-ignore@>=1.0.2 <2.0.0",
"_id": "fstream-ignore@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/fstream-ignore",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
},
"_npmVersion": "2.14.8",
"_phantomChildren": {},
"_requested": {
"name": "fstream-ignore",
"raw": "fstream-ignore@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz",
"_shasum": "4c74d91fa88b22b42f4f86a18a2820dd79d8fcdd",
"_shrinkwrap": null,
"_spec": "fstream-ignore@^1.0.2",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/fstream-ignore/issues"
},
"dependencies": {
"fstream": "^1.0.0",
"inherits": "2",
"minimatch": "^3.0.0"
},
"description": "A thing for ignoring files based on globs",
"devDependencies": {
"mkdirp": "",
"rimraf": "",
"tap": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "4c74d91fa88b22b42f4f86a18a2820dd79d8fcdd",
"tarball": "http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz"
},
"gitHead": "86c835eef61049496003f6b90c1e6c1236c92d6a",
"homepage": "https://github.com/isaacs/fstream-ignore#readme",
"license": "ISC",
"main": "ignore.js",
"maintainers": [
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
{
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
}
],
"name": "fstream-ignore",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream-ignore.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.3"
}