UNPKG

tarantool-driver

Version:
59 lines (58 loc) 1.42 kB
{ "name": "tarantool-driver", "version": "3.1.0", "description": "Tarantool driver for 1.7+", "main": "index.js", "scripts": { "lint": "eslint ./lib ./test", "test": "istanbul cover --report lcov _mocha", "coveralls": "cat ./coverage/lcov.info | coveralls", "benchmark-read": "node benchmark/read", "benchmark-write": "node benchmark/write" }, "repository": { "type": "git", "url": "https://github.com/tarantool/node-tarantool-driver.git" }, "keywords": [ "tarantool", "driver", "db", "msgpack", "tarantool client", "tarantool connector", "in memory", "in-memory", "in memory storage", "in-memory storage", "in memory database", "in-memory database", "database" ], "author": "KlonD90", "license": "MIT", "bugs": { "url": "https://github.com/tarantool/node-tarantool-driver/issues" }, "homepage": "https://github.com/tarantool/node-tarantool-driver", "dependencies": { "debug": "^2.6.8", "denque": "^1.2.1", "int64-buffer": "^1.0.1", "lodash": "^4.17.4", "msgpack-lite": "^0.1.20", "uuid": "^9.0.0" }, "devDependencies": { "benchmark": "^2.1.4", "chai": "^4.1.0", "coveralls": "^2.13.3", "eslint": "^2.5.3", "ioredis": "^3.1.2", "istanbul": "^0.4.5", "mocha": "^2.2.4", "nanotimer": "^0.3.14", "nyc": "^15.1.0", "sinon": "^3.0.0" } }