| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "@actions/http-client@^1.0.3",
- "_id": "@actions/http-client@1.0.7",
- "_inBundle": false,
- "_integrity": "sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==",
- "_location": "/@actions/http-client",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@actions/http-client@^1.0.3",
- "name": "@actions/http-client",
- "escapedName": "@actions%2fhttp-client",
- "scope": "@actions",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "/@actions/github"
- ],
- "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.7.tgz",
- "_shasum": "157515a4d7f92aac5b27ee616600e3f8a50870c2",
- "_spec": "@actions/http-client@^1.0.3",
- "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@actions/github",
- "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": "^25.1.4",
- "@types/node": "^12.12.31",
- "jest": "^25.1.0",
- "proxy": "^1.0.1",
- "ts-jest": "^25.2.1",
- "typescript": "^3.8.3"
- },
- "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.7"
- }
|