You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
358 lines
8.7 KiB
358 lines
8.7 KiB
{ |
|
"name": "get-keyvault-secret", |
|
"version": "1.0.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "get-keyvault-secret", |
|
"version": "1.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@actions/core": "1.10.1", |
|
"@actions/exec": "1.1.1", |
|
"azure-actions-webclient": "1.1.1" |
|
}, |
|
"devDependencies": { |
|
"@types/node": "20.12.5", |
|
"typescript": "5.4.4" |
|
} |
|
}, |
|
"node_modules/@actions/core": { |
|
"version": "1.10.1", |
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", |
|
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@actions/http-client": "^2.0.1", |
|
"uuid": "^8.3.2" |
|
} |
|
}, |
|
"node_modules/@actions/exec": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@actions/io": "^1.0.1" |
|
} |
|
}, |
|
"node_modules/@actions/http-client": { |
|
"version": "2.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"tunnel": "^0.0.6" |
|
} |
|
}, |
|
"node_modules/@actions/io": { |
|
"version": "1.1.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/node": { |
|
"version": "20.12.5", |
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", |
|
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"undici-types": "~5.26.4" |
|
} |
|
}, |
|
"node_modules/available-typed-arrays": { |
|
"version": "1.0.5", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/azure-actions-webclient": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@actions/core": "^1.1.3", |
|
"@actions/exec": "^1.0.1", |
|
"@actions/io": "^1.0.1", |
|
"fs": "0.0.1-security", |
|
"q": "^1.5.1", |
|
"querystring": "^0.2.0", |
|
"typed-rest-client": "^1.5.0", |
|
"util": "^0.12.1" |
|
} |
|
}, |
|
"node_modules/call-bind": { |
|
"version": "1.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.1", |
|
"get-intrinsic": "^1.0.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/for-each": { |
|
"version": "0.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-callable": "^1.1.3" |
|
} |
|
}, |
|
"node_modules/fs": { |
|
"version": "0.0.1-security", |
|
"license": "ISC" |
|
}, |
|
"node_modules/function-bind": { |
|
"version": "1.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/get-intrinsic": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.1", |
|
"has": "^1.0.3", |
|
"has-proto": "^1.0.1", |
|
"has-symbols": "^1.0.3" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/gopd": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"get-intrinsic": "^1.1.3" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has": { |
|
"version": "1.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4.0" |
|
} |
|
}, |
|
"node_modules/has-proto": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has-symbols": { |
|
"version": "1.0.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has-tostringtag": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-symbols": "^1.0.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"license": "ISC" |
|
}, |
|
"node_modules/is-arguments": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind": "^1.0.2", |
|
"has-tostringtag": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/is-callable": { |
|
"version": "1.2.7", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/is-generator-function": { |
|
"version": "1.0.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-tostringtag": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/is-typed-array": { |
|
"version": "1.1.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"available-typed-arrays": "^1.0.5", |
|
"call-bind": "^1.0.2", |
|
"for-each": "^0.3.3", |
|
"gopd": "^1.0.1", |
|
"has-tostringtag": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/object-inspect": { |
|
"version": "1.12.3", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/q": { |
|
"version": "1.5.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.6.0", |
|
"teleport": ">=0.2.0" |
|
} |
|
}, |
|
"node_modules/qs": { |
|
"version": "6.11.2", |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"side-channel": "^1.0.4" |
|
}, |
|
"engines": { |
|
"node": ">=0.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/querystring": { |
|
"version": "0.2.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.4.x" |
|
} |
|
}, |
|
"node_modules/side-channel": { |
|
"version": "1.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind": "^1.0.0", |
|
"get-intrinsic": "^1.0.2", |
|
"object-inspect": "^1.9.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/tunnel": { |
|
"version": "0.0.6", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.6.11 <=0.7.0 || >=0.7.3" |
|
} |
|
}, |
|
"node_modules/typed-rest-client": { |
|
"version": "1.8.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"qs": "^6.9.1", |
|
"tunnel": "0.0.6", |
|
"underscore": "^1.12.1" |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "5.4.4", |
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", |
|
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=14.17" |
|
} |
|
}, |
|
"node_modules/underscore": { |
|
"version": "1.13.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/undici-types": { |
|
"version": "5.26.5", |
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", |
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/util": { |
|
"version": "0.12.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"inherits": "^2.0.3", |
|
"is-arguments": "^1.0.4", |
|
"is-generator-function": "^1.0.7", |
|
"is-typed-array": "^1.1.3", |
|
"which-typed-array": "^1.1.2" |
|
} |
|
}, |
|
"node_modules/uuid": { |
|
"version": "8.3.2", |
|
"license": "MIT", |
|
"bin": { |
|
"uuid": "dist/bin/uuid" |
|
} |
|
}, |
|
"node_modules/which-typed-array": { |
|
"version": "1.1.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"available-typed-arrays": "^1.0.5", |
|
"call-bind": "^1.0.2", |
|
"for-each": "^0.3.3", |
|
"gopd": "^1.0.1", |
|
"has-tostringtag": "^1.0.0", |
|
"is-typed-array": "^1.1.10" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
} |
|
} |
|
}
|
|
|