-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.28 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.28 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
59
60
61
62
63
64
{
"name": "informixdb",
"description": "Informix native node.js driver",
"version": "2.2.1",
"main": "lib/odbc.js",
"homepage": "https://github.com/OpenInformix/node-informixdb",
"repository": {
"type": "git",
"url": "git://https://github.com/OpenInformix/node-informixdb.git"
},
"bugs": {
"url": "https://github.com/OpenInformix/node-informixdb/issues"
},
"contributors": [
"OpenInformix",
"Informix",
"HCL",
"Rohit Pandey",
"Sathyanesh Krishnan",
"Javier Sagrera",
"IBM"
],
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"install": "node installer/driverInstall.js",
"test": "echo \"No test specified\""
},
"dependencies": {
"bindings": "^1.3.0",
"fstream": "^1.0.12",
"nan": "^2.11.0",
"npm": "^8.11.0",
"q": "^1.5.1",
"request": "^2.88.0",
"targz": "^1.0.1",
"unzipper": "^0.8.14"
},
"keywords": [
"node",
"Informix",
"odbc",
"driver",
"IoT",
"asynchronous",
"synchronous",
"scalable",
"enterprise",
"raspberry",
"pi"
],
"author": "Rohit Pandey",
"license": "MIT",
"devDependencies": {
"async": "^2.6.1",
"bluebird": "^3.5.2",
"moment": "^2.22.2"
}
}