{
  "name": "@loopback/context",
  "description": "Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection",
  "version": "6.1.3",
  "keywords": [
    "LoopBack",
    "IoC",
    "Inversion",
    "Control",
    "Container",
    "Decorators",
    "Context"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/context"
  },
  "engines": {
    "node": "16 || 18 || 20"
  },
  "scripts": {
    "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
    "build": "lb-tsc",
    "clean": "lb-clean loopback-context*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
    "verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "dependencies": {
    "@loopback/metadata": "^6.1.3",
    "@types/debug": "^4.1.8",
    "debug": "^4.3.4",
    "hyperid": "^3.1.1",
    "p-event": "^4.2.0",
    "tslib": "^2.6.2",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@loopback/build": "^10.1.3",
    "@loopback/eslint-config": "^14.0.4",
    "@loopback/testlab": "^6.1.3",
    "@types/bluebird": "^3.5.38",
    "@types/node": "^16.18.50",
    "@types/uuid": "^9.0.3",
    "bluebird": "^3.7.2"
  },
  "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
}
