setup-node/node_modules/@actions/http-client/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

39 lines
1.1 KiB
JSON

{
"name": "@actions/http-client",
"version": "1.0.3",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/http-client.git"
},
"keywords": [
"Actions",
"Http"
],
"author": "GitHub, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/http-client/issues"
},
"homepage": "https://github.com/actions/http-client#readme",
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^12.12.24",
"jest": "^24.9.0",
"proxy": "^1.0.1",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"dependencies": {
"tunnel": "0.0.6"
}
,"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.3.tgz"
,"_integrity": "sha512-wFwh1U4adB/Zsk4cc9kVqaBOHoknhp/pJQk+aWTocbAZWpIl4Zx/At83WFRLXvxB+5HVTWOACM6qjULMZfQSfw=="
,"_from": "@actions/http-client@1.0.3"
}