package.json
2.62 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
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_args": [
[
{
"raw": "fd-slicer@~1.0.1",
"scope": null,
"escapedName": "fd-slicer",
"name": "fd-slicer",
"rawSpec": "~1.0.1",
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/yauzl"
]
],
"_from": "fd-slicer@>=1.0.1 <1.1.0",
"_id": "fd-slicer@1.0.1",
"_inCache": true,
"_location": "/fd-slicer",
"_npmUser": {
"name": "superjoe",
"email": "superjoe30@gmail.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "fd-slicer@~1.0.1",
"scope": null,
"escapedName": "fd-slicer",
"name": "fd-slicer",
"rawSpec": "~1.0.1",
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/yauzl"
],
"_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz",
"_shasum": "8b5bcbd9ec327c5041bf9ab023fd6750f1177e65",
"_shrinkwrap": null,
"_spec": "fd-slicer@~1.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/yauzl",
"author": {
"name": "Andrew Kelley",
"email": "superjoe30@gmail.com"
},
"bugs": {
"url": "https://github.com/andrewrk/node-fd-slicer/issues"
},
"dependencies": {
"pend": "~1.2.0"
},
"description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
"devDependencies": {
"istanbul": "~0.3.3",
"mocha": "~2.0.1",
"stream-equal": "~0.1.5",
"streamsink": "~1.2.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "8b5bcbd9ec327c5041bf9ab023fd6750f1177e65",
"tarball": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz"
},
"gitHead": "b7a28cb5bda986748ad756c39961f46c2fd28ec6",
"homepage": "https://github.com/andrewrk/node-fd-slicer#readme",
"keywords": [
"createReadStream",
"createWriteStream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "superjoe",
"email": "superjoe30@gmail.com"
},
{
"name": "thejoshwolfe",
"email": "thejoshwolfe@gmail.com"
}
],
"name": "fd-slicer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/andrewrk/node-fd-slicer.git"
},
"scripts": {
"test": "mocha --reporter spec --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"
},
"version": "1.0.1"
}