loopback-connector/package.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2014-05-23 08:31:19 +00:00
{
"name": "loopback-connector",
5.2.2 * chore: update dependency loopback-datasource-juggler to ^4.28.3 (renovate[bot]) * chore: update coverallsapp/github-action action to v1.2.4 (renovate[bot]) * chore: update coverallsapp/github-action action to v1.2.3 (renovate[bot]) * chore: update coverallsapp/github-action action to v1.2.2 (renovate[bot]) * chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.35.0 (renovate[bot]) * chore: update github/codeql-action action to v2.2.5 (renovate[bot]) * chore: update coverallsapp/github-action action to v1.2.0 (renovate[bot]) * chore: update commitlint monorepo to ^17.4.4 (renovate[bot]) * chore: update commitlint monorepo to ^17.4.3 (renovate[bot]) * chore: update dependency eslint to ^8.34.0 (renovate[bot]) * chore: update github/codeql-action action to v2.2.4 (renovate[bot]) * chore: update github/codeql-action action to v2.2.3 (renovate[bot]) * chore: update github/codeql-action action to v2.2.2 (renovate[bot]) * chore: update dependency loopback-datasource-juggler to ^4.28.2 (renovate[bot]) * chore: update dependency eslint to ^8.33.0 (renovate[bot]) * chore: update github/codeql-action action to v2.2.1 (renovate[bot]) * chore: update github/codeql-action action to v2.2.0 (renovate[bot]) * chore: update github/codeql-action action to v2.1.39 (renovate[bot]) * chore: update dependency eslint to ^8.32.0 (renovate[bot]) * chore: update commitlint monorepo to ^17.4.2 (renovate[bot]) * chore: update github/codeql-action action to v2.1.38 (renovate[bot]) * chore: update dependency loopback-datasource-juggler to ^4.28.1 (renovate[bot])
2023-03-09 16:57:31 +00:00
"version": "5.2.2",
2014-06-03 06:40:17 +00:00
"description": "Building blocks for LoopBack connectors",
2016-11-18 20:47:19 +00:00
"engines": {
"node": ">=10"
2016-11-18 20:47:19 +00:00
},
2019-04-18 21:32:38 +00:00
"author": "IBM Corp.",
2014-05-23 08:31:19 +00:00
"keywords": [
"StrongLoop",
"LoopBack",
"Connector"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector"
},
"main": "index.js",
"scripts": {
2016-04-09 19:00:28 +00:00
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2016-04-09 19:00:28 +00:00
"posttest": "npm run lint",
"test": "npm run test:ci",
"test:ci": "nyc --reporter=lcov mocha"
2014-05-23 08:31:19 +00:00
},
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
2020-04-26 23:34:21 +00:00
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.5",
"uuid": "^9.0.0"
2014-05-23 17:18:11 +00:00
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.4",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.5.1",
"eslint": "^8.38.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.3",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
},
"ci": {
"downstreamIgnoreList": [
"loopback-connector-db2z",
"loopback-connector-ibmi",
"loopback-connector-informix",
"loopback-connector-mqlight",
"loopback-connector-kv-extreme-scale"
]
2014-05-23 08:31:19 +00:00
}
}