40 lines
967 B
JSON
40 lines
967 B
JSON
{
|
|
"name": "loopback-context",
|
|
"version": "3.3.0",
|
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
|
"engines": {
|
|
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0 || ^8.2.1"
|
|
},
|
|
"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": "^3.5.0",
|
|
"dirty-chai": "^1.2.2",
|
|
"eslint": "^3.14.1",
|
|
"eslint-config-loopback": "^8.0.0",
|
|
"loopback": "^3.0.0",
|
|
"mocha": "^2.5.3",
|
|
"supertest": "^1.2.0",
|
|
"when-3.7.7": "file:./test/stub-modules/when-3.7.7"
|
|
}
|
|
}
|