{ "_from": "@actions/http-client@^2.0.1", "_id": "@actions/http-client@2.2.3", "_inBundle": false, "_integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", "_location": "/@actions/http-client", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@actions/http-client@^2.0.1", "name": "@actions/http-client", "escapedName": "@actions%2fhttp-client", "scope": "@actions", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/@actions/core" ], "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", "_shasum": "31fc0b25c0e665754ed39a9f19a8611fc6dab674", "_spec": "@actions/http-client@^2.0.1", "_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/core", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "bundleDependencies": false, "dependencies": { "tunnel": "^0.0.6", "undici": "^5.25.4" }, "deprecated": false, "description": "Actions Http Client", "devDependencies": { "@types/node": "20.7.1", "@types/proxy": "^1.0.1", "@types/tunnel": "0.0.3", "proxy": "^2.1.1" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "!.DS_Store" ], "homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client", "keywords": [ "github", "actions", "http" ], "license": "MIT", "main": "lib/index.js", "name": "@actions/http-client", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/actions/toolkit.git", "directory": "packages/http-client" }, "scripts": { "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", "build": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "types": "lib/index.d.ts", "version": "2.2.3" }