mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"_from": "@octokit/auth-token@^2.4.0",
|
|
"_id": "@octokit/auth-token@2.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fdGoOQ3kQJh+hrilc0Plg50xSfaCKOeYN9t6dpJKXN9BxhhfquL0OzoQXg3spLYymL5rm29uPeI3KEXRaZQ9zg==",
|
|
"_location": "/@octokit/auth-token",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@octokit/auth-token@^2.4.0",
|
|
"name": "@octokit/auth-token",
|
|
"escapedName": "@octokit%2fauth-token",
|
|
"scope": "@octokit",
|
|
"rawSpec": "^2.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.3.tgz",
|
|
"_shasum": "b868b5f2366533a7e62933eaa1181a8924228cc4",
|
|
"_spec": "@octokit/auth-token@^2.4.0",
|
|
"_where": "/Users/ethan/Workspace/compose-action/node_modules/@octokit/core",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/auth-token.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@octokit/types": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "GitHub API token authentication for browsers and Node.js",
|
|
"devDependencies": {
|
|
"@octokit/core": "^3.0.0",
|
|
"@octokit/request": "^5.3.0",
|
|
"@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.3.1",
|
|
"@types/jest": "^26.0.0",
|
|
"fetch-mock": "^9.0.0",
|
|
"jest": "^25.1.0",
|
|
"semantic-release": "^17.0.0",
|
|
"ts-jest": "^25.1.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"homepage": "https://github.com/octokit/auth-token.js#readme",
|
|
"keywords": [
|
|
"github",
|
|
"octokit",
|
|
"authentication",
|
|
"api"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"name": "@octokit/auth-token",
|
|
"pika": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/auth-token.js.git"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"version": "2.4.3"
|
|
}
|