64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"_from": "actions-secret-parser",
|
|
"_id": "actions-secret-parser@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+iGlMSsE/cbxDaEZlqR0NUjn35DckMYsdYFwVeZ7JRbtyO/AiBKnaScKkzkHSoiZ4nEPTdIHtMpRGVgoeVYX+A==",
|
|
"_location": "/actions-secret-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "actions-secret-parser",
|
|
"name": "actions-secret-parser",
|
|
"escapedName": "actions-secret-parser",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.3.tgz",
|
|
"_shasum": "2574adaab76103ed0b3579546d85e0928c354034",
|
|
"_spec": "actions-secret-parser",
|
|
"_where": "C:\\Users\\atharvam\\repos-main\\k8s-set-context\\node_modules",
|
|
"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",
|
|
"copypackage": "copy package.json lib",
|
|
"dist": "npm run build && npm run copypackage && cd lib && npm publish"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|