mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@octokit/plugin-request-log@1.0.0",
|
|
"."
|
|
]
|
|
],
|
|
"_from": "@octokit/plugin-request-log@1.0.0",
|
|
"_id": "@octokit/plugin-request-log@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==",
|
|
"_location": "/@octokit/plugin-request-log",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@octokit/plugin-request-log@1.0.0",
|
|
"name": "@octokit/plugin-request-log",
|
|
"escapedName": "@octokit%2fplugin-request-log",
|
|
"scope": "@octokit",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/rest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": ".",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/plugin-request-log.js/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Log all requests and request errors",
|
|
"devDependencies": {
|
|
"@octokit/core": "^2.1.2",
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.8.1",
|
|
"@pika/plugin-build-web": "^0.8.1",
|
|
"@pika/plugin-ts-standard-pkg": "^0.8.1",
|
|
"@types/fetch-mock": "^7.3.2",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/node": "^13.1.6",
|
|
"fetch-mock": "^8.3.1",
|
|
"jest": "^24.9.0",
|
|
"prettier": "^1.19.1",
|
|
"semantic-release": "^16.0.1",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"homepage": "https://github.com/octokit/plugin-request-log.js#readme",
|
|
"keywords": [
|
|
"github",
|
|
"api",
|
|
"sdk",
|
|
"toolkit"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"name": "@octokit/plugin-request-log",
|
|
"pika": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/plugin-request-log.js.git"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"version": "1.0.0"
|
|
}
|