github-pages-deploy-action/node_modules/@octokit/request/package.json

97 lines
2.5 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"@octokit/request@5.3.2",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
2020-01-28 13:07:56 +08:00
],
2020-03-22 05:13:25 +08:00
"_from": "@octokit/request@5.3.2",
"_id": "@octokit/request@5.3.2",
"_inBundle": false,
"_integrity": "sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g==",
"_location": "/@octokit/request",
"_phantomChildren": {
"os-name": "3.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/request@5.3.2",
"name": "@octokit/request",
"escapedName": "@octokit%2frequest",
"scope": "@octokit",
"rawSpec": "5.3.2",
"saveSpec": null,
"fetchSpec": "5.3.2"
},
"_requiredBy": [
"/@octokit/graphql",
"/@octokit/rest"
2020-01-28 13:07:56 +08:00
],
2020-03-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz",
"_spec": "5.3.2",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-01-28 13:07:56 +08:00
"bugs": {
"url": "https://github.com/octokit/request.js/issues"
},
"dependencies": {
"@octokit/endpoint": "^5.5.0",
"@octokit/request-error": "^1.0.1",
"@octokit/types": "^2.0.0",
"deprecation": "^2.0.0",
"is-plain-object": "^3.0.0",
"node-fetch": "^2.3.0",
"once": "^1.4.0",
2020-03-22 05:13:25 +08:00
"universal-user-agent": "^5.0.0"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"description": "Send parameterized requests to GitHubs APIs with sensible defaults in browsers and Node",
2020-01-28 13:07:56 +08:00
"devDependencies": {
"@octokit/auth-app": "^2.1.2",
"@pika/pack": "^0.5.0",
2020-03-22 05:13:25 +08:00
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
2020-01-28 13:07:56 +08:00
"@types/fetch-mock": "^7.2.4",
2020-03-22 05:13:25 +08:00
"@types/jest": "^25.1.0",
"@types/lolex": "^5.1.0",
"@types/node": "^13.1.0",
2020-01-28 13:07:56 +08:00
"@types/node-fetch": "^2.3.3",
"@types/once": "^1.4.0",
2020-03-22 05:13:25 +08:00
"fetch-mock": "^8.0.0",
2020-01-28 13:07:56 +08:00
"jest": "^24.7.1",
2020-03-22 05:13:25 +08:00
"lolex": "^6.0.0",
2020-01-28 13:07:56 +08:00
"prettier": "^1.17.0",
2020-03-22 05:13:25 +08:00
"semantic-release": "^17.0.0",
2020-01-28 13:07:56 +08:00
"semantic-release-plugin-update-version-in-files": "^1.0.0",
2020-03-22 05:13:25 +08:00
"ts-jest": "^25.1.0",
2020-01-28 13:07:56 +08:00
"typescript": "^3.4.5"
},
2020-03-22 05:13:25 +08:00
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/request.js#readme",
"keywords": [
"octokit",
"github",
"api",
"request"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/request",
"pika": true,
2020-01-28 13:07:56 +08:00
"publishConfig": {
"access": "public"
},
2020-03-22 05:13:25 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/request.js.git"
},
"sideEffects": false,
2020-01-28 13:07:56 +08:00
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
2020-03-22 05:13:25 +08:00
"version": "5.3.2"
2020-01-28 13:07:56 +08:00
}