mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"_from": "actions-secret-parser@^1.0.1",
|
|
"_id": "actions-secret-parser@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4xenKyEwVp23mKVPUdP/NfipbrmFNbjf5+1FBAbGNdmMO+Awjoh4TnxrPdTy5yN7N6JUOBEtUgVVcOvzxfJu/Q==",
|
|
"_location": "/actions-secret-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "actions-secret-parser@^1.0.1",
|
|
"name": "actions-secret-parser",
|
|
"escapedName": "actions-secret-parser",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.1.tgz",
|
|
"_shasum": "d0298dceb0858e2e8c5addb3a16bfbaf75428dab",
|
|
"_spec": "actions-secret-parser@^1.0.1",
|
|
"_where": "D:\\GithubActions\\login",
|
|
"author": {
|
|
"name": "Sumiran Aggarwal",
|
|
"email": "suaggar@microsoft.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/pipelines-appservice-lib/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3",
|
|
"jsonpath": "^1.0.2",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse and set repository secrets",
|
|
"devDependencies": {
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/pipelines-appservice-lib/tree/master/packages/utility",
|
|
"keywords": [
|
|
"secret",
|
|
"actions"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "actions-secret-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pipelines-appservice-lib.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|