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

84 lines
2.2 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"@octokit/graphql@4.3.1",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
2020-01-28 13:07:56 +08:00
],
2020-03-22 05:13:25 +08:00
"_from": "@octokit/graphql@4.3.1",
"_id": "@octokit/graphql@4.3.1",
"_inBundle": false,
"_integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA==",
"_location": "/@octokit/graphql",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/graphql@4.3.1",
"name": "@octokit/graphql",
"escapedName": "@octokit%2fgraphql",
"scope": "@octokit",
"rawSpec": "4.3.1",
"saveSpec": null,
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/@actions/github"
2020-01-28 13:07:56 +08:00
],
2020-03-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz",
"_spec": "4.3.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
2020-01-28 13:07:56 +08:00
"bugs": {
"url": "https://github.com/octokit/graphql.js/issues"
},
2020-03-22 05:13:25 +08:00
"deno": "dist-web/index.js",
2020-01-28 13:07:56 +08:00
"dependencies": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^2.0.0",
"universal-user-agent": "^4.0.0"
},
2020-03-22 05:13:25 +08:00
"description": "GitHub GraphQL API client for browsers and Node",
2020-01-28 13:07:56 +08:00
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.7.0",
"@pika/plugin-build-web": "^0.7.0",
"@pika/plugin-ts-standard-pkg": "^0.7.0",
"@types/fetch-mock": "^7.2.5",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"fetch-mock": "^7.3.1",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"semantic-release": "^15.13.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
2020-03-22 05:13:25 +08:00
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/graphql.js#readme",
"keywords": [
"octokit",
"github",
"api",
"graphql"
],
"license": "MIT",
"main": "dist-node/index.js",
"name": "@octokit/graphql",
"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/graphql.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": "4.3.1"
2020-01-28 13:07:56 +08:00
}