mirror of
https://github.com/github/codeql-action.git
synced 2026-05-13 18:10:37 +00:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"_from": "@actions/http-client",
|
|
"_id": "@actions/http-client@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6EzXhqapKKtYr21ZnFQVBYwfrYPKPCivuSkUN/66/BDakkH2EPjUZH8tZ3MgHdI+gQIdcsY0ybbxw9ZEOmJB6g==",
|
|
"_location": "/@actions/http-client",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@actions/http-client",
|
|
"name": "@actions/http-client",
|
|
"escapedName": "@actions%2fhttp-client",
|
|
"scope": "@actions",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.4.tgz",
|
|
"_shasum": "3770b1a978ec731f210d25a490b4f721474ce4c4",
|
|
"_spec": "@actions/http-client",
|
|
"_where": "/Users/mveytsman/github/codeql-action",
|
|
"author": {
|
|
"name": "GitHub, Inc."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/http-client/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"tunnel": "0.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Actions Http Client",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/actions/http-client#readme",
|
|
"keywords": [
|
|
"Actions",
|
|
"Http"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@actions/http-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/http-client.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
|
|
"test": "jest"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|