mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
prepare release v1.6.0
This commit is contained in:
35
node_modules/actions-secret-parser/package.json
generated
vendored
Normal file
35
node_modules/actions-secret-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "actions-secret-parser",
|
||||
"version": "1.0.4",
|
||||
"description": "Parse and set repository secrets",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"copypackage": "copy package.json lib",
|
||||
"dist": "npm run build && npm run copypackage && cd lib && npm publish"
|
||||
},
|
||||
"keywords": [
|
||||
"secret",
|
||||
"actions"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/pipelines-appservice-lib.git"
|
||||
},
|
||||
"author": "Sumiran Aggarwal <suaggar@microsoft.com>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/pipelines-appservice-lib/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/pipelines-appservice-lib/tree/master/packages/utility",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.17",
|
||||
"typescript": "^3.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.1.10",
|
||||
"jsonpath": "^1.0.2",
|
||||
"xmldom": "^0.1.27",
|
||||
"xpath": "0.0.27"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user