You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.0 KiB
79 lines
2.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"@actions/github@4.0.0", |
|
"/Users/dawidd6/github/dawidd6/action-download-artifact" |
|
] |
|
], |
|
"_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": "/Users/dawidd6/github/dawidd6/action-download-artifact", |
|
"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" |
|
}
|
|
|