mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 22:43:51 +08:00
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@actions/github@4.0.0",
|
|
"/home/aszczucz/scm/aszc/change-string-case-action"
|
|
]
|
|
],
|
|
"_from": "@actions/github@4.0.0",
|
|
"_id": "@actions/github@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==",
|
|
"_location": "/@actions/github",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@actions/github@4.0.0",
|
|
"name": "@actions/github",
|
|
"escapedName": "@actions%2fgithub",
|
|
"scope": "@actions",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz",
|
|
"_spec": "4.0.0",
|
|
"_where": "/home/aszczucz/scm/aszc/change-string-case-action",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/http-client": "^1.0.8",
|
|
"@octokit/core": "^3.0.0",
|
|
"@octokit/plugin-paginate-rest": "^2.2.3",
|
|
"@octokit/plugin-rest-endpoint-methods": "^4.0.0"
|
|
},
|
|
"description": "Actions github lib",
|
|
"devDependencies": {
|
|
"jest": "^25.1.0",
|
|
"proxy": "^1.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!.DS_Store"
|
|
],
|
|
"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": "4.0.0"
|
|
}
|