mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
||
"name": "@octokit/request",
|
||
"description": "Send parameterized requests to GitHubâs APIs with sensible defaults in browsers and Node",
|
||
"version": "5.4.15",
|
||
"license": "MIT",
|
||
"files": [
|
||
"dist-*/",
|
||
"bin/"
|
||
],
|
||
"pika": true,
|
||
"sideEffects": false,
|
||
"keywords": [
|
||
"octokit",
|
||
"github",
|
||
"api",
|
||
"request"
|
||
],
|
||
"repository": "github:octokit/request.js",
|
||
"dependencies": {
|
||
"@octokit/endpoint": "^6.0.1",
|
||
"@octokit/request-error": "^2.0.0",
|
||
"@octokit/types": "^6.7.1",
|
||
"is-plain-object": "^5.0.0",
|
||
"node-fetch": "^2.6.1",
|
||
"universal-user-agent": "^6.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"@octokit/auth-app": "^3.0.0",
|
||
"@pika/pack": "^0.5.0",
|
||
"@pika/plugin-build-node": "^0.9.0",
|
||
"@pika/plugin-build-web": "^0.9.0",
|
||
"@pika/plugin-ts-standard-pkg": "^0.9.0",
|
||
"@types/fetch-mock": "^7.2.4",
|
||
"@types/jest": "^26.0.0",
|
||
"@types/lolex": "^5.1.0",
|
||
"@types/node": "^14.0.0",
|
||
"@types/node-fetch": "^2.3.3",
|
||
"@types/once": "^1.4.0",
|
||
"fetch-mock": "^9.3.1",
|
||
"jest": "^26.0.1",
|
||
"lolex": "^6.0.0",
|
||
"prettier": "^2.0.1",
|
||
"semantic-release": "^17.0.0",
|
||
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
||
"ts-jest": "^26.1.0",
|
||
"typescript": "^4.0.2"
|
||
},
|
||
"publishConfig": {
|
||
"access": "public"
|
||
},
|
||
"source": "dist-src/index.js",
|
||
"types": "dist-types/index.d.ts",
|
||
"main": "dist-node/index.js",
|
||
"module": "dist-web/index.js"
|
||
}
|