hello-world-javascript-action/node_modules/@octokit/request/package.json

93 lines
2.6 KiB
JSON
Raw Normal View History

2019-08-07 03:56:08 +00:00
{
2019-09-06 22:17:38 +00:00
"_from": "@octokit/request@^5.0.0",
"_id": "@octokit/request@5.1.0",
2019-08-07 03:56:08 +00:00
"_inBundle": false,
2019-09-06 22:17:38 +00:00
"_integrity": "sha512-I15T9PwjFs4tbWyhtFU2Kq7WDPidYMvRB7spmxoQRZfxSmiqullG+Nz+KbSmpkfnlvHwTr1e31R5WReFRKMXjg==",
2019-08-07 03:56:08 +00:00
"_location": "/@octokit/request",
"_phantomChildren": {
"os-name": "3.1.0"
},
"_requested": {
2019-09-06 22:17:38 +00:00
"type": "range",
2019-08-07 03:56:08 +00:00
"registry": true,
2019-09-06 22:17:38 +00:00
"raw": "@octokit/request@^5.0.0",
2019-08-07 03:56:08 +00:00
"name": "@octokit/request",
"escapedName": "@octokit%2frequest",
"scope": "@octokit",
2019-09-06 22:17:38 +00:00
"rawSpec": "^5.0.0",
2019-08-07 03:56:08 +00:00
"saveSpec": null,
2019-09-06 22:17:38 +00:00
"fetchSpec": "^5.0.0"
2019-08-07 03:56:08 +00:00
},
"_requiredBy": [
"/@octokit/graphql",
"/@octokit/rest"
],
2019-09-06 22:17:38 +00:00
"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.1.0.tgz",
"_shasum": "5609dcc7b5323e529f29d535214383d9eaf0c05c",
"_spec": "@octokit/request@^5.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/graphql",
2019-08-07 03:56:08 +00:00
"bugs": {
"url": "https://github.com/octokit/request.js/issues"
},
2019-09-06 22:17:38 +00:00
"bundleDependencies": false,
2019-08-07 03:56:08 +00:00
"dependencies": {
"@octokit/endpoint": "^5.1.0",
"@octokit/request-error": "^1.0.1",
"deprecation": "^2.0.0",
"is-plain-object": "^3.0.0",
"node-fetch": "^2.3.0",
"once": "^1.4.0",
2019-09-06 22:17:38 +00:00
"universal-user-agent": "^4.0.0"
2019-08-07 03:56:08 +00:00
},
2019-09-06 22:17:38 +00:00
"deprecated": false,
2019-08-07 03:56:08 +00:00
"description": "Send parameterized requests to GitHubs APIs with sensible defaults in browsers and Node",
"devDependencies": {
2019-09-06 22:17:38 +00:00
"@octokit/auth-app": "^2.1.2",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.6.0",
"@pika/plugin-build-web": "^0.6.0",
"@pika/plugin-ts-standard-pkg": "^0.6.0",
2019-08-07 03:56:08 +00:00
"@types/fetch-mock": "^7.2.4",
"@types/jest": "^24.0.12",
2019-09-06 22:17:38 +00:00
"@types/lolex": "^3.1.1",
2019-08-07 03:56:08 +00:00
"@types/node": "^12.0.3",
"@types/node-fetch": "^2.3.3",
"@types/once": "^1.4.0",
"fetch-mock": "^7.2.0",
"jest": "^24.7.1",
2019-09-06 22:17:38 +00:00
"lolex": "^4.2.0",
2019-08-07 03:56:08 +00:00
"prettier": "^1.17.0",
"semantic-release": "^15.10.5",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"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,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/request.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
2019-09-06 22:17:38 +00:00
"version": "5.1.0"
2019-08-07 03:56:08 +00:00
}