-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
66 lines (66 loc) · 2.15 KB
/
Copy pathpackage-lock.json
File metadata and controls
66 lines (66 loc) · 2.15 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
{
"name": "@amlhubs/uima",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@amlhubs/uima",
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"@amlhubs/mof": "^0.0.1",
"@amlhubs/uml": "^0.0.2",
"@amlhubs/xmi": "^0.0.1",
"typescript": "^5.4.0"
},
"peerDependencies": {
"@amlhubs/mof": "^0.0.1",
"@amlhubs/uml": "^0.0.2",
"@amlhubs/xmi": "^0.0.1"
}
},
"node_modules/@amlhubs/mof": {
"version": "0.0.1",
"resolved": "https://npm.pkg.github.com/download/@amlhubs/mof/0.0.1/e85cd5f8dab780e252d24632d7e2de39cea26c94",
"integrity": "sha512-ebvKgScx5HWTSCaos1fXCwAZRFpMG7ER6tL7h5HIjbTBmdQrqMoJ8ojkMmeu4qnvUemfp8W0ksV+Zo/G2/hTHQ==",
"dev": true,
"license": "UNLICENSED",
"peerDependencies": {
"@amlhubs/uml": "0.0.1"
}
},
"node_modules/@amlhubs/uml": {
"version": "0.0.2",
"resolved": "https://npm.pkg.github.com/download/@amlhubs/uml/0.0.2/9fd1be4d27ed1d76a16cb4f1d058cbf045ff05b3",
"integrity": "sha512-Yor9mBa0uFOPMcUnc3xIYHzstvO0m0DNTpImUgXAgTfURYISj1hLF9GEbSbNDTChmsmd+QxOpoKYaPWk2uTwcQ==",
"dev": true,
"license": "UNLICENSED"
},
"node_modules/@amlhubs/xmi": {
"version": "0.0.1",
"resolved": "https://npm.pkg.github.com/download/@amlhubs/xmi/0.0.1/3e73403cf87fe78894ca2fec678b58ad73f0362e",
"integrity": "sha512-sCnVa2ffn/JYtUEwkJVvUZFM2efS2I4FNErK3IsHMb1C3uzQk4MyRUmaRUjT20WMdSVOR7fOUEGSHZbB1BSYbQ==",
"dev": true,
"license": "UNLICENSED",
"peerDependencies": {
"@amlhubs/mof": "0.0.1",
"@amlhubs/uml": "0.0.1"
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}