forked from snowflakedb/snowflake-connector-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "snowflake-sdk",
"version": "1.5.3",
"description": "Node.js driver for Snowflake",
"dependencies": {
"agent-base": "^2.1.1",
"asn1.js-rfc2560": "^5.0.0",
"asn1.js-rfc5280": "^3.0.0",
"big-integer": "^1.6.43",
"bignumber.js": "^2.4.0",
"browser-request": "^0.3.3",
"debug": "^3.2.6",
"extend": "^3.0.2",
"https-proxy-agent": "^3.0.0",
"mkdirp": "^1.0.3",
"moment": "^2.23.0",
"moment-timezone": "^0.5.15",
"ocsp": "^1.2.0",
"request": "^2.88.0",
"simple-lru-cache": "^0.0.2",
"uuid": "^3.3.2",
"lodash": "^4.17.15",
"winston": "^3.1.0"
},
"devDependencies": {
"async": "^2.6.1",
"insert-module-globals": "^7.2.0",
"mocha": "^7.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/snowflakedb/snowflake-connector-nodejs"
},
"scripts": {
"test": "./scripts/run_test.sh"
},
"author": {
"name": "Snowflake Computing, Inc.",
"email": "support@snowflake.com",
"url": "https://www.snowflake.com/"
},
"license": "Apache-2.0"
}