package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@actions/github",
  3. "_id": "@actions/github@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==",
  6. "_location": "/@actions/github",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@actions/github",
  12. "name": "@actions/github",
  13. "escapedName": "@actions%2fgithub",
  14. "scope": "@actions",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@actions/github/-/github-2.1.1.tgz",
  24. "_shasum": "bcabedff598196d953f58ba750d5e75549a75142",
  25. "_spec": "@actions/github",
  26. "_where": "/Users/maxime/Projects/spm-lcov-action",
  27. "bugs": {
  28. "url": "https://github.com/actions/toolkit/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@actions/http-client": "^1.0.3",
  33. "@octokit/graphql": "^4.3.1",
  34. "@octokit/rest": "^16.43.1"
  35. },
  36. "deprecated": false,
  37. "description": "Actions github lib",
  38. "devDependencies": {
  39. "jest": "^24.7.1",
  40. "proxy": "^1.0.1"
  41. },
  42. "directories": {
  43. "lib": "lib",
  44. "test": "__tests__"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
  50. "keywords": [
  51. "github",
  52. "actions"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/github.js",
  56. "name": "@actions/github",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/actions/toolkit.git",
  63. "directory": "packages/github"
  64. },
  65. "scripts": {
  66. "audit-moderate": "npm install && npm audit --audit-level=moderate",
  67. "build": "tsc",
  68. "format": "prettier --write **/*.ts",
  69. "format-check": "prettier --check **/*.ts",
  70. "test": "jest",
  71. "tsc": "tsc"
  72. },
  73. "types": "lib/github.d.ts",
  74. "version": "2.1.1"
  75. }