package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@actions/http-client@^1.0.3",
  3. "_id": "@actions/http-client@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==",
  6. "_location": "/@actions/http-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@actions/http-client@^1.0.3",
  12. "name": "@actions/http-client",
  13. "escapedName": "@actions%2fhttp-client",
  14. "scope": "@actions",
  15. "rawSpec": "^1.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.3"
  18. },
  19. "_requiredBy": [
  20. "/@actions/github"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.7.tgz",
  23. "_shasum": "157515a4d7f92aac5b27ee616600e3f8a50870c2",
  24. "_spec": "@actions/http-client@^1.0.3",
  25. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@actions/github",
  26. "author": {
  27. "name": "GitHub, Inc."
  28. },
  29. "bugs": {
  30. "url": "https://github.com/actions/http-client/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tunnel": "0.0.6"
  35. },
  36. "deprecated": false,
  37. "description": "Actions Http Client",
  38. "devDependencies": {
  39. "@types/jest": "^25.1.4",
  40. "@types/node": "^12.12.31",
  41. "jest": "^25.1.0",
  42. "proxy": "^1.0.1",
  43. "ts-jest": "^25.2.1",
  44. "typescript": "^3.8.3"
  45. },
  46. "homepage": "https://github.com/actions/http-client#readme",
  47. "keywords": [
  48. "Actions",
  49. "Http"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "@actions/http-client",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/actions/http-client.git"
  57. },
  58. "scripts": {
  59. "build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
  60. "test": "jest"
  61. },
  62. "version": "1.0.7"
  63. }