UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@loopback/context",
3 "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",
4 "version": "5.0.9",
5 "keywords": [
6 "LoopBack",
7 "IoC",
8 "Inversion",
9 "Control",
10 "Container",
11 "Decorators",
12 "Context"
13 ],
14 "license": "MIT",
15 "main": "dist/index.js",
16 "types": "dist/index.d.ts",
17 "author": "IBM Corp. and LoopBack contributors",
18 "copyright.owner": "IBM Corp. and LoopBack contributors",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/loopbackio/loopback-next.git",
22 "directory": "packages/context"
23 },
24 "engines": {
25 "node": "14 || 16 || 18 || 19"
26 },
27 "scripts": {
28 "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
29 "build": "lb-tsc",
30 "clean": "lb-clean loopback-context*.tgz dist *.tsbuildinfo package",
31 "pretest": "npm run build",
32 "test": "lb-mocha \"dist/__tests__/**/*.js\"",
33 "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
34 "verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean"
35 },
36 "publishConfig": {
37 "access": "public"
38 },
39 "files": [
40 "README.md",
41 "dist",
42 "src",
43 "!*/__tests__"
44 ],
45 "dependencies": {
46 "@loopback/metadata": "^5.0.9",
47 "@types/debug": "^4.1.7",
48 "debug": "^4.3.4",
49 "hyperid": "^3.1.1",
50 "p-event": "^4.2.0",
51 "tslib": "^2.5.0",
52 "uuid": "^9.0.0"
53 },
54 "devDependencies": {
55 "@loopback/build": "^9.0.9",
56 "@loopback/eslint-config": "^13.0.9",
57 "@loopback/testlab": "^5.0.9",
58 "@types/bluebird": "^3.5.38",
59 "@types/node": "^14.18.36",
60 "@types/uuid": "^9.0.1",
61 "bluebird": "^3.7.2"
62 },
63 "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9"
64}