forked from ibm-functions/runtime-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.1 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
{
"name": "ibm-functions-runtime-nodejs-v8",
"version": "1.41.1",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@cloudant/cloudant": "2.4.1",
"@ibm-functions/iam-token-manager": "1.0.3",
"@sendgrid/mail": "6.3.1",
"amqplib": "0.5.3",
"apn": "2.2.0",
"async": "2.6.2",
"bent": "1.3.0",
"body-parser": "1.18.3",
"btoa": "1.2.1",
"cassandra-driver": "3.6.0",
"cloudant": "1.10.0-NOTICE",
"commander": "2.20.0",
"composeaddresstranslator": "1.0.4",
"consul": "0.34.1",
"cookie-parser": "1.4.4",
"elasticsearch": "15.4.1",
"errorhandler": "1.5.1",
"etcd3": "0.2.11",
"express": "4.16.4",
"express-session": "1.15.6",
"formidable": "1.2.1",
"glob": "7.1.4",
"gm": "1.23.1",
"ibm-cos-sdk": "1.5.0",
"ibm_db": "2.5.2",
"ibmiotf": "0.2.41",
"iconv-lite": "0.4.24",
"jsdom": "13.2.0",
"jsforce": "1.9.1",
"jsonwebtoken": "8.4.0",
"lodash": "4.17.13",
"log4js": "3.0.6",
"marked": "0.6.2",
"merge": "1.2.1",
"moment": "2.24.0",
"mongodb": "3.1.13",
"mustache": "3.0.1",
"mysql": "2.16.0",
"nano": "7.1.1",
"nodemailer": "4.7.0",
"oauth2-server": "3.0.1",
"openwhisk": "3.19.0",
"path-to-regexp": "2.4.0",
"pg": "7.8.0",
"process": "0.11.10",
"pug": "2.0.4",
"redis": "2.8.0",
"request": "2.88.0",
"request-promise": "4.2.4",
"rimraf": "2.6.3",
"semver": "5.6.0",
"serialize-error": "3.0.0",
"serve-favicon": "2.5.0",
"socket.io": "2.2.0",
"socket.io-client": "2.2.0",
"superagent": "4.1.0",
"swagger-tools": "0.10.4",
"tmp": "0.0.33",
"twilio": "3.28.0",
"underscore": "1.9.1",
"url-pattern": "1.0.3",
"uuid": "3.3.2",
"validator": "10.11.0",
"vcap_services": "0.7.0",
"watson-developer-cloud": "3.18.1",
"when": "3.7.8",
"winston": "3.2.1",
"ws": "6.1.4",
"xml2js": "0.4.19",
"xmlhttprequest": "1.8.0",
"yauzl": "2.10.0"
}
}