41 lines
979 B
JSON
41 lines
979 B
JSON
{
|
|
"name": "loopback-context",
|
|
"version": "3.5.2",
|
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
|
"engines": {
|
|
"node": "^8.2.1 || ^10.14 || ^12.15"
|
|
},
|
|
"keywords": [
|
|
"StrongLoop",
|
|
"LoopBack",
|
|
"Context"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-context"
|
|
},
|
|
"main": "server/current-context.js",
|
|
"browser": "browser/current-context.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"posttest": "npm run lint",
|
|
"lint": "eslint ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cls-hooked": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"async-1.5.2": "file:./test/stub-modules/async-1.5.2",
|
|
"chai": "^4.1.2",
|
|
"dirty-chai": "^2.0.1",
|
|
"eslint": "^5.0.1",
|
|
"eslint-config-loopback": "^10.0.0",
|
|
"loopback": "^3.0.0",
|
|
"mocha": "^5.2.0",
|
|
"supertest": "^3.1.0",
|
|
"when-3.7.7": "file:./test/stub-modules/when-3.7.7"
|
|
},
|
|
"author": "IBM Corp."
|
|
}
|