mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 23:23:50 +08:00
95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
"@octokit/request@5.4.7",
|
||
"/home/aszczucz/scm/aszc/change-string-case-action"
|
||
]
|
||
],
|
||
"_from": "@octokit/request@5.4.7",
|
||
"_id": "@octokit/request@5.4.7",
|
||
"_inBundle": false,
|
||
"_integrity": "sha512-FN22xUDP0i0uF38YMbOfx6TotpcENP5W8yJM1e/LieGXn6IoRxDMnBf7tx5RKSW4xuUZ/1P04NFZy5iY3Rax1A==",
|
||
"_location": "/@octokit/request",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"type": "version",
|
||
"registry": true,
|
||
"raw": "@octokit/request@5.4.7",
|
||
"name": "@octokit/request",
|
||
"escapedName": "@octokit%2frequest",
|
||
"scope": "@octokit",
|
||
"rawSpec": "5.4.7",
|
||
"saveSpec": null,
|
||
"fetchSpec": "5.4.7"
|
||
},
|
||
"_requiredBy": [
|
||
"/@octokit/core",
|
||
"/@octokit/graphql"
|
||
],
|
||
"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.7.tgz",
|
||
"_spec": "5.4.7",
|
||
"_where": "/home/aszczucz/scm/aszc/change-string-case-action",
|
||
"bugs": {
|
||
"url": "https://github.com/octokit/request.js/issues"
|
||
},
|
||
"dependencies": {
|
||
"@octokit/endpoint": "^6.0.1",
|
||
"@octokit/request-error": "^2.0.0",
|
||
"@octokit/types": "^5.0.0",
|
||
"deprecation": "^2.0.0",
|
||
"is-plain-object": "^4.0.0",
|
||
"node-fetch": "^2.3.0",
|
||
"once": "^1.4.0",
|
||
"universal-user-agent": "^6.0.0"
|
||
},
|
||
"description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node",
|
||
"devDependencies": {
|
||
"@octokit/auth-app": "^2.1.2",
|
||
"@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": "^3.9.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",
|
||
"version": "5.4.7"
|
||
}
|