-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 KB
/
package.json
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
{
"name": "telnet-stream",
"version": "1.1.0",
"description": "TELNET protocol support library",
"keywords": [
"do",
"dont",
"event",
"MUD",
"MOO",
"MUSH",
"MUX",
"subnegotiation",
"protocol",
"rfc854",
"rfc855",
"socket",
"stream",
"TELNET",
"Transform",
"will",
"wont"
],
"homepage": "https://github.com/blinkdog/telnet-stream",
"bugs": "https://github.com/blinkdog/telnet-stream/issues",
"license": "AGPL-3.0",
"author": "Patrick Meade <[email protected]>",
"files": [
"CHANGELOG.md",
"index.js",
"lib",
"LICENSE",
"package.json",
"README.md",
"telnet-stream.d.ts"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/blinkdog/telnet-stream.git"
},
"devDependencies": {
"@types/node": "17.0.4",
"coffeescript": "2.6.1",
"mocha": "9.2.2",
"nyc": "15.1.0",
"should": "13.2.3"
},
"types": "./telnet-stream.d.ts"
}