package.json
2.35 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
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "carrier@0.1.x",
"scope": null,
"escapedName": "carrier",
"name": "carrier",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spooky"
]
],
"_from": "carrier@>=0.1.0 <0.2.0",
"_id": "carrier@0.1.14",
"_inCache": true,
"_location": "/carrier",
"_npmUser": {
"name": "pgte",
"email": "pedro.teixeira@gmail.com"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"raw": "carrier@0.1.x",
"scope": null,
"escapedName": "carrier",
"name": "carrier",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/spooky"
],
"_resolved": "https://registry.npmjs.org/carrier/-/carrier-0.1.14.tgz",
"_shasum": "7f6099bc0326e26149b052de165f9dbb3b79ec62",
"_shrinkwrap": null,
"_spec": "carrier@0.1.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spooky",
"author": {
"name": "Pedro Teixeira",
"email": "pedro.teixeira@gmail.com"
},
"bugs": {
"url": "http://github.com/pgte/carrier/issues"
},
"contributors": [
{
"name": "Pedro Teixeira",
"email": "pedro.teixeira@gmail.com"
},
{
"name": "Stéphan Kochen",
"email": "stephan@kochen.nl"
},
{
"name": "Patrick Georgi",
"url": "https://github.com/pgeorgi"
}
],
"dependencies": {},
"description": "Evented stream line reader for node.js",
"devDependencies": {
"tap": "0.2"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "7f6099bc0326e26149b052de165f9dbb3b79ec62",
"tarball": "https://registry.npmjs.org/carrier/-/carrier-0.1.14.tgz"
},
"engines": {
"node": ">=0.3.0"
},
"homepage": "http://github.com/pgte/carrier",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/pgte/carrier/raw/master/LICENSE"
}
],
"main": "./lib/carrier.js",
"maintainers": [
{
"name": "pgte",
"email": "pedro.teixeira@gmail.com"
}
],
"name": "carrier",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pgte/carrier.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.1.14"
}