-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
91 lines (91 loc) · 2.27 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
{
"name": "ibm-functions-runtime-nodejs-v20",
"version": "1.0.0",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@ibm-cloud/cloudant": "0.5.5",
"@ibm-functions/iam-token-manager": "1.0.11",
"@sendgrid/mail": "7.7.0",
"@wiotp/sdk": "0.7.8",
"amqplib": "0.10.3",
"apn": "2.2.0",
"async": "3.2.4",
"axios": "1.6.1",
"bent": "7.3.12",
"body-parser": "1.20.2",
"btoa": "1.2.1",
"bufferutil": "4.0.7",
"canvas": "2.11.2",
"cassandra-driver": "4.6.4",
"commander": "11.0.0",
"composeaddresstranslator": "1.0.4",
"consul": "1.2.0",
"cookie-parser": "1.4.6",
"core-js": "3.21.1",
"@elastic/elasticsearch": "8.8.1",
"errorhandler": "1.5.1",
"etcd3": "1.1.0",
"express": "4.17.3",
"express-session": "1.17.3",
"formidable": "3.5.0",
"glob": "10.3.3",
"gm": "1.25.0",
"got": "13.0.0",
"ibm-cos-sdk": "1.13.1",
"ibm_db": "3.2.1",
"ibm-watson": "8.0.0",
"iconv-lite": "0.6.3",
"jest": "29.6.1",
"jsdom": "22.1.0",
"jsforce": "1.11.1",
"jsonwebtoken": "9.0.1",
"lodash": "4.17.21",
"log4js": "6.9.1",
"marked": "5.1.1",
"merge": "2.1.1",
"moment": "2.29.4",
"mongodb": "5.7.0",
"mustache": "4.2.0",
"mysql": "2.18.1",
"nano": "10.1.2",
"needle": "3.2.0",
"nodemailer": "6.9.4",
"oauth2-server": "3.1.1",
"openwhisk": "3.21.8",
"path-to-regexp": "6.2.1",
"pg": "8.11.1",
"process": "0.11.10",
"pug": "3.0.2",
"redis": "4.0.4",
"rimraf": "5.0.1",
"semver": "7.5.4",
"serialize-error": "9.1.0",
"serve-favicon": "2.5.0",
"socket.io": "4.7.1",
"socket.io-client": "4.7.1",
"superagent": "8.0.9",
"swagger-tools": "0.10.4",
"tmp": "0.2.1",
"ts-jest": "29.1.1",
"twilio": "4.13.0",
"underscore": "1.13.6",
"url-pattern": "1.0.3",
"utf-8-validate": "6.0.3",
"uuid": "8.3.2",
"validator": "13.9.0",
"vcap_services": "0.7.1",
"when": "3.7.8",
"winston": "3.10.0",
"ws": "8.13.0",
"xlsx": "0.18.5",
"xml2js": "0.6.0",
"xmlhttprequest": "1.8.0",
"yauzl": "2.10.0",
"yazl": "2.5.1"
}
}