UNPKG

censql

Version:

A NodeJS command line client for SAP HANA

68 lines (67 loc) 1.41 kB
{ "name": "censql", "version": "1.13.6", "description": "A NodeJS command line client for SAP HANA", "keywords": [ "sap", "hana", "client", "cli", "hdb", "sql", "query", "util", "studio" ], "main": "./app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "William Overton <woverton@centiq.co.uk>", "license": "MIT", "preferGlobal": "true", "dependencies": { "ansi-substring": "^1.0.3", "async": "^2.1.2", "boxen": "^0.8.1", "brototype": "0.0.6", "charm": "^1.0.1", "cli-table2": "^0.2.0", "colors": "^1.1.2", "deasync": "^0.1.9", "hdb": "^0.9.0", "historic-readline": "^1.0.8", "is-valid-path": "^0.1.1", "lockfile": "^1.0.3", "lodash": "^4.16.4", "mkdirp": "^0.5.1", "ms": "^0.7.2", "optimist": "^0.6.1", "os-homedir": "^1.0.2", "pad": "^1.0.2", "sparkly": "^3.1.2", "strip-ansi": "^3.0.1", "update-notifier": "^1.0.2", "username": "^2.2.2" }, "bin": { "censql": "./app.js" }, "repository": { "type": "git", "url": "https://github.com/Centiq/CenSQL.git" }, "engines": { "node": ">= 0.10.30" }, "nexe": { "input": "./app.js", "output": "censql^$", "runtime": { "framework": "node", "version": "0.10.30", "js-flags": "", "ignoreFlags": true } } }