mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@actions/github@2.1.1",
|
|
"."
|
|
]
|
|
],
|
|
"_from": "@actions/github@2.1.1",
|
|
"_id": "@actions/github@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==",
|
|
"_location": "/@actions/github",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@actions/github@2.1.1",
|
|
"name": "@actions/github",
|
|
"escapedName": "@actions%2fgithub",
|
|
"scope": "@actions",
|
|
"rawSpec": "2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/github/-/github-2.1.1.tgz",
|
|
"_spec": "2.1.1",
|
|
"_where": ".",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/http-client": "^1.0.3",
|
|
"@octokit/graphql": "^4.3.1",
|
|
"@octokit/rest": "^16.43.1"
|
|
},
|
|
"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"
|
|
}
|