UNPKG

instantclient

Version:

A Node.js command line tool for downloading and installing Oracle Instant Client Packages (Basic and SDK).

35 lines (34 loc) 789 B
{ "name": "instantclient", "version": "1.0.2", "description": "A Node.js command line tool for downloading and installing Oracle Instant Client Packages (Basic and SDK).", "main": "instantclient.js", "keywords": [ "Oracle", "oracledb", "InstantClient", "Instant", "Client", "Node.js", "plugin", "tool", "Database", "SQL" ], "dependencies": { "cheerio": "^0.20.0", "decompress": "^3.0.0", "request": "^2.69.0", "progress": "^1.1.8" }, "devDependencies": {}, "bin": { "instantclient": "instantclient.js" }, "scripts": { "install": "cd ../.. && instantclient && npm uninstall instantclient", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Bill Christo", "license": "MIT" }