| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "@actions/github",
- "_id": "@actions/github@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==",
- "_location": "/@actions/github",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "@actions/github",
- "name": "@actions/github",
- "escapedName": "@actions%2fgithub",
- "scope": "@actions",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@actions/github/-/github-2.1.1.tgz",
- "_shasum": "bcabedff598196d953f58ba750d5e75549a75142",
- "_spec": "@actions/github",
- "_where": "/Users/maxime/Projects/spm-lcov-action",
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@actions/http-client": "^1.0.3",
- "@octokit/graphql": "^4.3.1",
- "@octokit/rest": "^16.43.1"
- },
- "deprecated": false,
- "description": "Actions github lib",
- "devDependencies": {
- "jest": "^24.7.1",
- "proxy": "^1.0.1"
- },
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
- "keywords": [
- "github",
- "actions"
- ],
- "license": "MIT",
- "main": "lib/github.js",
- "name": "@actions/github",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/actions/toolkit.git",
- "directory": "packages/github"
- },
- "scripts": {
- "audit-moderate": "npm install && npm audit --audit-level=moderate",
- "build": "tsc",
- "format": "prettier --write **/*.ts",
- "format-check": "prettier --check **/*.ts",
- "test": "jest",
- "tsc": "tsc"
- },
- "types": "lib/github.d.ts",
- "version": "2.1.1"
- }
|