-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 3.43 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 3.43 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
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
{
"name": "node-cheat",
"version": "1.0.0",
"description": "Amazing node.js cheat snippets, learning everyday become top class node.js developer. :)",
"main": "index.js",
"dependencies": {
"@sendgrid/mail": "^6.1.4",
"@westh/serial-commander": "^1.1.2",
"acl": "^0.4.11",
"adm-zip": "^0.4.7",
"arangojs": "^6.4.0",
"aws-sdk": "^2.2.41",
"axios": "^0.21.1",
"body-parser": "^1.15.2",
"builtin-modules": "^1.1.1",
"bunyan": "^1.8.12",
"cassandra-driver": "^4.0.0",
"chai": "^4.1.2",
"chalk": "^1.1.3",
"cldr": "^4.5.0",
"countryjs": "^1.8.0",
"coupon-code": "^0.4.4",
"crypto-js": "^3.1.9-1",
"csv-parse": "^4.16.0",
"elasticsearch": "^16.3.0",
"email-templates": "^2.7.1",
"es6-promisify": "^5.0.0",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"express-session": "^1.15.6",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.0",
"form-data": "^3.0.0",
"fuzzy": "^0.1.1",
"glob": "^7.1.2",
"google-spreadsheet": "^2.0.4",
"googleapis": "^42.0.0",
"graceful-fs": "^4.1.11",
"gremlin": "^3.2.9",
"gridfs-stream": "^1.1.1",
"gulp": "^4.0.2",
"gulp-util": "^3.0.8",
"ip": "^1.1.4",
"js2lua": "^0.1.5",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"koa-validate": "^1.0.7",
"linebyline": "^1.3.0",
"lodash": "^4.17.15",
"mime": "^1.3.4",
"mocha": "^5.1.0",
"modem": "^1.0.3",
"modemjs": "^1.2.4",
"modesl": "^1.2.0",
"moment-timezone": "^0.5.14",
"mongodb": "^3.5.8",
"mongoose": "^5.12.5",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"node-cron": "^1.1.2",
"node-rsa": "^0.3.2",
"node-vad": "^1.1.4",
"nodemailer": "^6.6.3",
"nodemailer-sendgrid-transport": "^0.2.0",
"ovh": "^2.0.3",
"pdf-invoice": "^1.0.2",
"phonetz": "^1.0.1",
"probe-image-size": "^1.0.6",
"pug": "^3.0.2",
"read-multiple-files": "^2.0.0",
"request": "^2.88.0",
"restify": "^7.1.1",
"serialport": "^8.0.8",
"sf": "^0.2.0",
"soap": "^0.29.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.3.0",
"stripe": "^4.9.0",
"systeminformation": "^5.7.7",
"tail": "^0.4.0",
"telnyx": "^1.10.1",
"transliteration": "^0.1.1",
"twilio": "^3.42.1",
"twit": "^2.2.4",
"twitter": "^1.2.5",
"uid-safe": "^2.1.5",
"underscore": "^1.8.3",
"voucher-code-generator": "^1.1.0",
"youtube-dl": "^1.12.2",
"zabbix-promise": "^2.0.2"
},
"devDependencies": {
"@types/node": "^14.14.27",
"ink-docstrap": "^1.3.0",
"jose": "^3.6.1",
"jsdoc": "^3.5.4",
"jsdoc-route-plugin": "^0.1.0"
},
"scripts": {
"cluster": "pm2 start pm2/ecosystem.config.js",
"jsdoc": "jsdoc -c jsdoc.conf",
"start": "forever express/app.js a b c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zishon89us/node-cheat.git"
},
"keywords": [
"node",
"node.js",
"npm",
"learn-node",
"cheat-node",
"node code",
"cheat node",
"node snippets"
],
"author": {
"name": "Zeeshan Hassan Memon",
"email": "zishon89us@hotmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zishon89us/node-cheat/issues"
},
"homepage": "https://github.com/zishon89us/node-cheat#readme"
}