-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
92 lines (92 loc) · 2.29 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
{
"name": "ibm-functions-runtime-nodejs-v16",
"version": "1.0.4",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@ibm-cloud/cloudant": "0.1.1",
"@ibm-functions/iam-token-manager": "1.0.11",
"@sendgrid/mail": "7.6.2",
"@wiotp/sdk": "0.7.8",
"amqplib": "0.8.0",
"apn": "2.2.0",
"async": "3.2.3",
"axios": "0.26.1",
"bent": "7.3.12",
"body-parser": "1.19.2",
"btoa": "1.2.1",
"bufferutil": "4.0.6",
"canvas": "2.9.1",
"cassandra-driver": "4.6.3",
"commander": "9.1.0",
"composeaddresstranslator": "1.0.4",
"consul": "0.40.0",
"cookie-parser": "1.4.6",
"core-js": "3.21.1",
"elasticsearch": "16.7.3",
"errorhandler": "1.5.1",
"etcd3": "1.1.0",
"express": "4.17.3",
"express-session": "1.17.2",
"formidable": "2.0.1",
"glob": "7.2.0",
"gm": "1.23.1",
"got": "12.0.3",
"ibm-cos-sdk": "1.11.0",
"ibm_db": "2.8.1",
"ibm-watson": "7.0.0",
"iconv-lite": "0.6.3",
"jest": "27.5.1",
"jsdom": "19.0.0",
"jsforce": "1.11.0",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"log4js": "6.4.4",
"marked": "4.0.12",
"merge": "2.1.1",
"moment": "2.29.1",
"mongodb": "4.4.1",
"mustache": "4.2.0",
"mysql": "2.18.1",
"nano": "10.0.0",
"needle": "3.0.0",
"nodemailer": "6.7.3",
"oauth2-server": "3.1.1",
"openwhisk": "3.21.7",
"path-to-regexp": "6.2.0",
"pg": "8.7.3",
"process": "0.11.10",
"pug": "3.0.2",
"redis": "4.0.4",
"request-promise": "4.2.6",
"rimraf": "3.0.2",
"semver": "7.3.5",
"serialize-error": "9.1.0",
"serve-favicon": "2.5.0",
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"superagent": "7.1.2",
"swagger-tools": "0.10.4",
"tmp": "0.2.1",
"ts-jest": "27.1.4",
"twilio": "3.76.0",
"underscore": "1.13.2",
"url-pattern": "1.0.3",
"utf-8-validate": "5.0.9",
"uuid": "8.3.2",
"validator": "13.7.0",
"vcap_services": "0.7.1",
"when": "3.7.8",
"winston": "3.6.0",
"ws": "8.5.0",
"xlsx": "0.18.5",
"xml2js": "0.4.23",
"xmlhttprequest": "1.8.0",
"yauzl": "2.10.0",
"yazl": "2.5.1"
}
}