forked from ibm-functions/runtime-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.24 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
{
"name": "ibm-functions-runtime-nodejs-v12",
"version": "1.0.0",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@cloudant/cloudant": "4.2.3",
"@ibm-functions/iam-token-manager": "1.0.4",
"@sendgrid/mail": "6.5.2",
"@wiotp/sdk": "0.6.2",
"amqplib": "0.5.5",
"apn": "2.2.0",
"async": "3.1.1",
"bent": "7.0.6",
"body-parser": "1.18.3",
"btoa": "1.2.1",
"bufferutil": "4.0.1",
"canvas": "2.6.1",
"cassandra-driver": "4.4.0",
"commander": "4.1.1",
"composeaddresstranslator": "1.0.4",
"consul": "0.37.0",
"cookie-parser": "1.4.4",
"core-js": "3.6.4",
"elasticsearch": "16.6.0",
"errorhandler": "1.5.1",
"etcd3": "0.2.13",
"express": "4.16.4",
"express-session": "1.17.0",
"formidable": "1.2.1",
"glob": "7.1.6",
"gm": "1.23.1",
"ibm-cos-sdk": "1.6.0",
"ibm_db": "2.6.3",
"ibm-watson": "5.4.0",
"iconv-lite": "0.5.1",
"jest": "25.1.0",
"jsdom": "16.2.0",
"jsforce": "1.9.3",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.15",
"log4js": "6.1.2",
"marked": "0.8.0",
"merge": "1.2.1",
"moment": "2.24.0",
"mongodb": "3.5.3",
"mustache": "4.0.0",
"mysql": "2.18.1",
"nano": "8.1.0",
"nodemailer": "6.4.2",
"oauth2-server": "3.0.1",
"openwhisk": "3.18.0",
"path-to-regexp": "6.1.0",
"pg": "7.18.1",
"process": "0.11.10",
"pug": "2.0.4",
"redis": "2.8.0",
"request": "2.88.2",
"request-promise": "4.2.5",
"rimraf": "3.0.2",
"semver": "7.1.3",
"serialize-error": "3.0.0",
"serve-favicon": "2.5.0",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"superagent": "5.2.1",
"swagger-tools": "0.10.4",
"tmp": "0.1.0",
"ts-jest": "25.2.0",
"twilio": "3.39.4",
"underscore": "1.9.2",
"url-pattern": "1.0.3",
"utf-8-validate": "5.0.2",
"uuid": "3.3.0",
"validator": "12.2.0",
"vcap_services": "0.7.1",
"when": "3.7.8",
"winston": "3.2.1",
"ws": "7.2.1",
"xlsx": "0.15.5",
"xml2js": "0.4.23",
"xmlhttprequest": "1.8.0",
"yauzl": "2.10.0",
"yazl": "2.5.1"
}
}