forked from tonistiigi/pangalink.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 3.4 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
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
{
"name": "pangalink-net",
"version": "1.0.3",
"private": true,
"main": "./nw/nw.html",
"description": "Pangalink.net pangalinkide testkeskkond",
"scripts": {
"test": "grunt",
"start": "node index.js"
},
"author": "Andris Reinman",
"license": "MIT",
"dependencies": {
"accepts": "^1.2.5",
"ansi": "^0.3.0",
"are-we-there-yet": "^1.0.3",
"async": "^0.2.10",
"async-cache": "^0.1.5",
"base64-url": "^2.3.3",
"basic-auth": "^1.0.0",
"binary-search-tree": "^0.2.4",
"bl": "^4.0.3",
"buffer-crc32": "^0.2.5",
"bytes": "^1.0.0",
"commander": "^2.7.1",
"compress-commons": "^0.2.8",
"compressible": "^2.0.2",
"compression": "^1.4.3",
"config": "^1.12.0",
"connect-flash": "~0.1.1",
"connect-redis": "^3.4.1",
"content-disposition": "^0.5.0",
"content-type": "^1.0.1",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.4",
"cookie-signature": "^1.0.6",
"core-util-is": "^1.0.1",
"crc": "^3.2.1",
"crc32-stream": "^0.3.3",
"debug": "^2.1.3",
"delegates": "^0.1.0",
"depd": "^1.0.0",
"destroy": "^1.0.3",
"diacritics": "^1.2.1",
"ee-first": "^1.1.0",
"ejs": "^2.3.1",
"encoding": "^0.1.11",
"escape-html": "^1.0.1",
"etag": "^1.5.1",
"express": "^4.17.1",
"express-session": "^1.10.4",
"fd": "0.0.2",
"fetch": "^0.3.6",
"finalhandler": "^1.1.2",
"forwarded": "^0.1.0",
"fresh": "^0.5.2",
"gauge": "^1.2.0",
"graceful-fs": "^3.0.6",
"graceful-readlink": "^1.0.1",
"has-unicode": "^1.0.0",
"he": "^0.5.0",
"highlight.js": "^8.4.0",
"i18n-abide": "Kreata/i18n-abide#e06408fa",
"iban": "0.0.5",
"iconv-lite": "^0.4.7",
"inherits": "^2.0.1",
"ipaddr.js": "^0.1.9",
"isarray": "0.0.1",
"lodash": "^4.17.20",
"lodash._basetostring": "^3.0.0",
"lodash._createpadding": "^3.6.0",
"lodash.pad": "^3.1.0",
"lodash.padleft": "^3.1.0",
"lodash.padright": "^3.1.0",
"lodash.repeat": "^3.0.0",
"lru-cache": "^2.3.1",
"marked": "^1.2.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.0",
"methods": "^1.1.1",
"mime": "^1.3.4",
"mime-db": "^1.8.0",
"mime-types": "^2.0.10",
"mkdirp": "^0.3.5",
"moment": "^2.9.0",
"morgan": "^1.5.2",
"ms": "^0.7.0",
"native-or-bluebird": "^1.1.2",
"nedb": "^1.1.1",
"negotiator": "^0.6.2",
"node-int64": "^0.3.3",
"npmlog": "^1.2.0",
"on-finished": "^2.2.0",
"on-headers": "^1.0.0",
"parseurl": "^1.3.0",
"path-to-regexp": "^0.1.3",
"pem": "^1.7.2",
"proxy-addr": "^1.0.7",
"qs": "^6.9.4",
"random-string": "^0.1.2",
"range-parser": "^1.0.2",
"readable-stream": "^1.0.33",
"send": "^0.17.1",
"serve-static": "^1.9.2",
"st": "^2.0.0",
"string_decoder": "^0.10.31",
"type-is": "^1.6.1",
"uid-safe": "^2.1.5",
"underscore": "^1.4.4",
"utils-merge": "^1.0.0",
"vary": "^1.0.0",
"which": "^1.0.9",
"zip-stream": "^4.0.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-jsxgettext": "^1.1.0",
"grunt-po2json-simple": "^0.1.8",
"grunt-shell": "^1.1.2",
"po2json": "^0.4.1"
},
"single-instance": true,
"window": {
"title": "Pangalink-net",
"icon": "www/static/favicon.ico",
"toolbar": false,
"frame": true,
"width": 820,
"height": 440,
"resizable": false
}
}