81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@octokit/auth-token@2.5.0",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "@octokit/auth-token@2.5.0",
|
|
"_id": "@octokit/auth-token@2.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==",
|
|
"_location": "/@octokit/auth-token",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@octokit/auth-token@2.5.0",
|
|
"name": "@octokit/auth-token",
|
|
"escapedName": "@octokit%2fauth-token",
|
|
"scope": "@octokit",
|
|
"rawSpec": "2.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/rest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
"_spec": "2.5.0",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/auth-token.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/types": "^6.0.3"
|
|
},
|
|
"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": "^27.0.0",
|
|
"fetch-mock": "^9.0.0",
|
|
"jest": "^27.0.0",
|
|
"prettier": "2.4.1",
|
|
"semantic-release": "^17.0.0",
|
|
"ts-jest": "^27.0.0-next.12",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"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.5.0"
|
|
}
|