-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
71 lines (71 loc) · 1.92 KB
/
package-lock.json
File metadata and controls
71 lines (71 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@azimutt/inspector-plugins",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@azimutt/inspector-plugins",
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.3"
},
"peerDependencies": {
"@azimutt/inspector-core": "file:../packages/core",
"zod": "4.1.8"
}
},
"../packages/core": {
"name": "@azimutt/inspector-core",
"version": "0.0.0",
"license": "MIT",
"peer": true,
"dependencies": {
"@azimutt/utils": "^0.1.8",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"jose": "^6.0.11",
"uuid": "^11.1.0",
"zod": "4.1.8"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.2",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
}
},
"node_modules/@azimutt/inspector-core": {
"resolved": "../packages/core",
"link": true
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/zod": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.8.tgz",
"integrity": "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ==",
"license": "MIT",
"peer": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}