-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 846 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 846 Bytes
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
{
"name": "@agent-analytics/cli",
"version": "0.5.33",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@agent-analytics/cli",
"version": "0.5.33",
"license": "MIT",
"dependencies": {
"@zowe/secrets-for-zowe-sdk": "^8.32.0"
},
"bin": {
"agent-analytics": "bin/cli.mjs"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@zowe/secrets-for-zowe-sdk": {
"version": "8.32.0",
"resolved": "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-8.32.0.tgz",
"integrity": "sha512-nOKlBqvKs0eMJlBVDF2cbb/vlRlXjsu8TUQjf741S4I2XeiovJUh1iuisiI5a5SMnDXmtiGYoei80KrYw/jPZw==",
"hasInstallScript": true,
"license": "EPL-2.0",
"engines": {
"node": ">=14"
}
}
}
}