UNPKG

node-sybase

Version:

sybasedb for node with pool and Multi DB

64 lines (63 loc) 1.58 kB
{ "_from": "sybase@^1.2.1", "_id": "sybase@1.2.1", "_inBundle": false, "_integrity": "sha1-ZovpT8NFrOXAc7Umj/zzENG7P4Y=", "_location": "/sybase", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sybase@^1.2.1", "name": "sybase", "escapedName": "sybase", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/sybase/-/sybase-1.2.1.tgz", "_shasum": "668be94fc345ace5c073b5268ffcf310d1bb3f86", "_spec": "sybase@^1.2.1", "_where": "/Users/kinki/Documents/WebProjects/market_public/node-sybase", "author": { "name": "Rod Howard", "email": "rod.howard@gmail.com" }, "bugs": { "url": "https://github.com/rodhoward/node-sybase/issues" }, "bundleDependencies": false, "dependencies": { "JSONStream": "latest" }, "deprecated": false, "description": "A simple node.js wrapper around a java/jconnect app that provides easy access to Sybase Databases without having to install odbc or freetds.", "devDependencies": { "bluebird": "^3.4.6", "chai": "^3.5.0", "mocha": "^3.0.2" }, "homepage": "http://github.com/rodhoward/node-sybase/", "keywords": [ "database", "sybase", "jconnect", "sql", "java" ], "license": "MIT", "main": "src/SybaseDB.js", "name": "sybase", "repository": { "type": "git", "url": "git://github.com/rodhoward/node-sybase.git" }, "scripts": { "test": "mocha" }, "version": "1.2.1" }