2011-10-01 15:51:51 +00:00
|
|
|
{
|
2013-07-30 21:10:03 +00:00
|
|
|
"name": "loopback-datasource-juggler",
|
2023-09-13 13:19:28 +00:00
|
|
|
"version": "5.0.1",
|
2015-12-22 12:15:52 +00:00
|
|
|
"publishConfig": {
|
2016-03-29 00:08:56 +00:00
|
|
|
"export-tests": true
|
2015-12-22 12:15:52 +00:00
|
|
|
},
|
2017-04-06 21:32:30 +00:00
|
|
|
"description": "LoopBack DataSource Juggler",
|
2013-10-25 23:18:02 +00:00
|
|
|
"keywords": [
|
|
|
|
"StrongLoop",
|
|
|
|
"LoopBack",
|
|
|
|
"DataSource",
|
2013-11-08 17:14:39 +00:00
|
|
|
"Connector",
|
|
|
|
"Database",
|
2013-10-25 23:18:02 +00:00
|
|
|
"Juggler",
|
|
|
|
"ORM"
|
|
|
|
],
|
2019-05-06 17:27:52 +00:00
|
|
|
"author": "IBM Corp.",
|
2016-11-15 13:21:02 +00:00
|
|
|
"engines": {
|
2023-09-12 14:51:10 +00:00
|
|
|
"node": ">=18"
|
2016-11-15 13:21:02 +00:00
|
|
|
},
|
2011-10-01 15:51:51 +00:00
|
|
|
"repository": {
|
2012-03-16 14:42:02 +00:00
|
|
|
"type": "git",
|
2023-08-16 14:24:11 +00:00
|
|
|
"url": "https://github.com/loopbackio/loopback-datasource-juggler"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
2018-05-02 23:21:49 +00:00
|
|
|
"types": "index.d.ts",
|
2015-02-26 10:15:31 +00:00
|
|
|
"browser": {
|
|
|
|
"depd": "./lib/browser.depd.js"
|
|
|
|
},
|
2011-10-01 15:51:51 +00:00
|
|
|
"scripts": {
|
2016-05-09 19:24:18 +00:00
|
|
|
"lint": "eslint .",
|
2021-08-28 13:20:40 +00:00
|
|
|
"build": "npm run build-ts-types",
|
|
|
|
"build-ts-types": "tsc -p tsconfig.json --outDir dist",
|
2022-09-09 04:43:18 +00:00
|
|
|
"pretest": "npm run build",
|
2017-08-30 12:13:52 +00:00
|
|
|
"test": "nyc mocha",
|
2022-09-09 04:43:18 +00:00
|
|
|
"posttest": "npm run lint"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
2012-01-30 19:34:30 +00:00
|
|
|
"devDependencies": {
|
2023-08-10 07:34:05 +00:00
|
|
|
"@commitlint/cli": "^17.7.1",
|
2023-08-09 09:49:03 +00:00
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
2021-08-28 13:20:40 +00:00
|
|
|
"@types/node": "^10.17.60",
|
2016-08-15 12:55:26 +00:00
|
|
|
"async-iterators": "^0.2.2",
|
2023-01-10 20:56:59 +00:00
|
|
|
"bson": "^4.7.2",
|
2023-09-22 22:23:22 +00:00
|
|
|
"eslint": "^8.50.0",
|
2021-08-28 13:20:40 +00:00
|
|
|
"eslint-config-loopback": "^13.1.0",
|
2022-07-20 10:46:39 +00:00
|
|
|
"eslint-plugin-mocha": "^10.1.0",
|
2017-01-31 09:31:54 +00:00
|
|
|
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
|
2023-08-16 14:24:11 +00:00
|
|
|
"mocha": "^10.2.0",
|
2021-08-28 13:20:40 +00:00
|
|
|
"nyc": "^15.1.0",
|
2019-04-30 09:43:44 +00:00
|
|
|
"should": "^13.2.3",
|
2023-09-12 12:47:05 +00:00
|
|
|
"typescript": "^5.2.2"
|
2013-03-26 00:39:47 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-26 02:06:55 +00:00
|
|
|
"async": "^3.2.4",
|
2022-03-29 09:54:47 +00:00
|
|
|
"change-case": "^4.1.2",
|
2022-03-29 10:01:28 +00:00
|
|
|
"debug": "^4.3.4",
|
2018-12-07 14:42:34 +00:00
|
|
|
"depd": "^2.0.0",
|
2022-09-18 11:07:13 +00:00
|
|
|
"inflection": "^1.13.4",
|
2022-03-29 13:22:54 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-09-12 12:00:11 +00:00
|
|
|
"loopback-connector": "^6.0.2",
|
2023-08-24 19:25:56 +00:00
|
|
|
"minimatch": "^9.0.3",
|
2023-03-26 13:00:18 +00:00
|
|
|
"nanoid": "^3.3.6",
|
2023-05-15 17:46:19 +00:00
|
|
|
"qs": "^6.11.2",
|
2023-08-24 19:25:29 +00:00
|
|
|
"strong-globalize": "^6.0.6",
|
2022-10-13 08:13:49 +00:00
|
|
|
"traverse": "^0.6.7",
|
2023-09-12 12:00:26 +00:00
|
|
|
"uuid": "^9.0.1"
|
2013-09-04 23:44:22 +00:00
|
|
|
},
|
2023-08-16 14:24:11 +00:00
|
|
|
"license": "MIT"
|
2013-09-10 19:19:20 +00:00
|
|
|
}
|