-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
{
"name": "snowflake-sdk",
"version": "1.6.2",
"description": "Node.js driver for Snowflake",
"dependencies": {
"@azure/storage-blob": "^12.5.0",
"agent-base": "^2.1.1",
"asn1.js-rfc2560": "^5.0.0",
"asn1.js-rfc5280": "^3.0.0",
"aws-sdk": "^2.878.0",
"axios": "^0.21.1",
"big-integer": "^1.6.43",
"bignumber.js": "^2.4.0",
"binascii": "0.0.2",
"browser-request": "^0.3.3",
"debug": "^3.2.6",
"expand-tilde": "^2.0.2",
"extend": "^3.0.2",
"glob": "^7.1.6",
"https-proxy-agent": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.29",
"mkdirp": "^1.0.3",
"mock-require": "^3.0.3",
"moment": "^2.23.0",
"moment-timezone": "^0.5.15",
"ocsp": "^1.2.0",
"open": "^7.3.1",
"python-struct": "^1.1.3",
"request": "^2.88.0",
"requestretry": "^4.1.0",
"simple-lru-cache": "^0.0.2",
"string-similarity": "^4.0.4",
"test-console": "^2.0.0",
"tmp": "^0.2.1",
"uuid": "^3.3.2",
"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": "[email protected]",
"url": "https://www.snowflake.com/"
},
"license": "Apache-2.0"
}