mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-18 16:31:54 +00:00
Initial commit
This commit is contained in:
commit
e28e23212c
778 changed files with 75786 additions and 0 deletions
68
node_modules/get-proxy/package.json
generated
vendored
Normal file
68
node_modules/get-proxy/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"get-proxy@2.1.0",
|
||||
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
|
||||
]
|
||||
],
|
||||
"_from": "get-proxy@2.1.0",
|
||||
"_id": "get-proxy@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==",
|
||||
"_location": "/get-proxy",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "get-proxy@2.1.0",
|
||||
"name": "get-proxy",
|
||||
"escapedName": "get-proxy",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/caw"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/get-proxy/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm-conf": "^1.1.0"
|
||||
},
|
||||
"description": "Get configured proxy",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/get-proxy#readme",
|
||||
"keywords": [
|
||||
"env",
|
||||
"get",
|
||||
"proxy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "get-proxy",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/get-proxy.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue