{ "name": "loopback-datasource-juggler", "version": "2.55.2", "publishConfig": { "tag": "lts", "export-tests": true }, "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop", "LoopBack", "DataSource", "Connector", "Database", "Juggler", "ORM" ], "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-datasource-juggler" }, "main": "index.js", "browser": { "depd": "./lib/browser.depd.js" }, "scripts": { "lint": "eslint .", "test": "mocha", "posttest": "npm run lint" }, "engines": { "node": ">= 0.6 <= 6" }, "devDependencies": { "async-iterators": "^0.2.2", "bluebird": "^2.9.9", "eslint": "^2.13.1", "eslint-config-loopback": "^4.0.0", "loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing", "mocha": "^2.1.0", "should": "^8.0.2" }, "dependencies": { "async": "~1.0.0", "debug": "^2.1.1", "depd": "^1.0.0", "inflection": "^1.6.0", "loopback-connector": "^2.1.0", "minimatch": "^3.0.3", "qs": "^6.5.0", "shortid": "^2.2.6", "strong-globalize": "^2.6.2", "traverse": "^0.6.6", "uuid": "^3.0.1" }, "license": "MIT" }