-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.24 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.24 KB
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
{
"author": {
"name": "SAP SE",
"url": "https://www.sap.com/"
},
"contributors": [
"Albion, Jeff <jeff.albion@sap.com>",
"Ian, McCurdy <ian.mccurdy@sap.com>",
"He, Linjun <linjun.he@sap.com>",
"Koser, Holger <holger.koser@sap.com>",
"Vachkov, Georgi <georgi.vachkov@sap.com>",
"Penev, Alexander <alexander.penev@sap.com>"
],
"name": "hdb",
"description": "SAP HANA Database Client for Node",
"version": "2.27.1",
"repository": {
"type": "git",
"url": "git://github.com/SAP/node-hdb.git"
},
"license": "Apache-2.0",
"keywords": [
"sap",
"hana",
"database",
"in-memory"
],
"main": "./index.js",
"scripts": {
"test": "make test-coveralls"
},
"browser": {
"./lib/protocol/tcp.js": "./chrome/sockets/tcp.js"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"iconv-lite": "0.7.0"
},
"devDependencies": {
"async": "2.6.4",
"chrome-net": "3.3.4",
"concat-stream": "1.6.2",
"coveralls": "2.13.3",
"fstream": "1.0.12",
"generic-pool": "2.5.4",
"istanbul": "0.4.5",
"mocha": "3.5.3",
"should": "10.0.0"
},
"optionalDependencies": {
"lz4-wasm-nodejs": "0.9.2"
},
"overrides": {
"safer-buffer": "2.1.2"
}
}