about summary refs log tree commit diff stats
path: root/js/blotbotboot/node_modules/irc/package.json
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-06-19 12:27:59 -0400
committerelioat <hi@eli.li>2023-06-19 12:27:59 -0400
commit1cbdbcff09387f1185e40fa48fd3801e54e5ba86 (patch)
treed8ab8872a81c0656c62334fb43f4bc07db8aa807 /js/blotbotboot/node_modules/irc/package.json
parent00761c368216e401eb5b17a677ae51db643d818b (diff)
downloadtour-1cbdbcff09387f1185e40fa48fd3801e54e5ba86.tar.gz
Removed node_modules folder because I am an idiot
Diffstat (limited to 'js/blotbotboot/node_modules/irc/package.json')
-rw-r--r--js/blotbotboot/node_modules/irc/package.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/js/blotbotboot/node_modules/irc/package.json b/js/blotbotboot/node_modules/irc/package.json
deleted file mode 100644
index f70dcdb..0000000
--- a/js/blotbotboot/node_modules/irc/package.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
-  "name": "irc",
-  "description": "An IRC client library for node",
-  "version": "0.5.2",
-  "author": "Martyn Smith <martyn@dollyfish.net.nz>",
-  "scripts": {
-    "test": "./node_modules/faucet/bin/cmd.js test/test-*.js",
-    "lint": "./node_modules/jscs/bin/jscs --preset=airbnb */*.js"
-  },
-  "contributors": [
-    "Fionn Kelleher <me@fionn.co>",
-    "xAndy <xandy@hackerspace-bamberg.de>",
-    "Mischa Spiegelmock <revmischa@cpan.org>",
-    "Justin Gallardo <justin.gallardo@gmail.com>",
-    "Chris Nehren <cnehren@pobox.com>",
-    "Henri Niemeläinen <aivot-on@iki.fi>",
-    "Alex Miles <ghostaldev@gmail.com>",
-    "Simmo Saan <simmo.saan@gmail.com>"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "http://github.com/martynsmith/node-irc"
-  },
-  "bugs": {
-    "mail": "martyn@dollyfish.net.nz",
-    "url": "http://github.com/martynsmith/node-irc/issues"
-  },
-  "main": "lib/irc",
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "license": "GPL-3.0",
-  "dependencies": {
-    "irc-colors": "^1.1.0"
-  },
-  "optionalDependencies": {
-    "iconv": "~2.2.1",
-    "node-icu-charset-detector": "~0.2.0"
-  },
-  "devDependencies": {
-    "ansi-color": "0.2.1",
-    "faucet": "0.0.1",
-    "jscs": "1.9.0",
-    "tape": "^3.0.3"
-  }
-}
hut <hut@lavabit.com> 2009-12-17 21:52:51 +0100 re-indented docstrings' href='/akspecs/ranger/commit/ranger/gui/displayable.py?h=v1.9.0&id=b4b0eb249fbc2fa76e36eca898123509dd20d818'>b4b0eb24 ^
d88232a3 ^


b4b0eb24 ^

d88232a3 ^







b4b0eb24 ^

d88232a3 ^



b4b0eb24 ^

d88232a3 ^
d621586e ^


d88232a3 ^

d621586e ^
b4b0eb24 ^

d88232a3 ^



b4b0eb24 ^

d88232a3 ^








a923ead7 ^




d88232a3 ^
1159f9ec ^


d88232a3 ^
















1159f9ec ^







d88232a3 ^


d621586e ^
d88232a3 ^

d621586e ^




d88232a3 ^



d621586e ^
d88232a3 ^

























49ae0dd1 ^
d88232a3 ^


1159f9ec ^
d88232a3 ^
49ae0dd1 ^





d88232a3 ^

1159f9ec ^

49ae0dd1 ^
d88232a3 ^




d88232a3 ^












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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218