forked from awslabs/aws-lambda-redshift-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "aws-lambda-redshift-loader",
"description": "An Amazon Redshift Database Loader written for AWS Lambda",
"version": "2.7.0",
"homepage": "http://github.com/awslabs/aws-lambda-redshift-loader",
"bugs": {
"url": "http://github.com/awslabs/aws-lambda-redshift-loader/issues",
"email": "meyersi@amazon.com"
},
"dependencies": {
"async": "2.6.2",
"aws-sdk": "2.467.0",
"https-proxy-agent": "2.2.1",
"minimist": "1.2.0",
"pg": "7.11.0",
"pg-ka-fix": "1.0.0-rm-fix",
"pgpass": "1.0.2",
"regex": "^0.1.1",
"uuid": "3.3.2"
},
"keywords": [
"amazon",
"redshift",
"lambda"
],
"author": {
"name": "Ian Meyers",
"email": "meyersi@amazon.com"
},
"lib": "./lib",
"main": "./index.js",
"license": "SEE LICENSE IN LICENSE.txt",
"files": [
"addAdditionalClusterEndpoint.js",
"common.js",
"constants.js",
"createS3TriggerFile.js",
"describeBatch.js",
"encryptValue.js",
"generate-trigger-file.py",
"index.js",
"kmsCrypto.js",
"LICENSE.txt",
"NOTICE.txt",
"processedFiles.js",
"queryBatches.js",
"README.md",
"reprocessBatch.js",
"setup.js",
"unlockBatch.js",
"upgrades.js",
"build.sh"
],
"repository": {
"type": "git",
"url": "http://github.com/awslabs/aws-lambda-redshift-loader"
}
}