You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.0 KiB
89 lines
2.0 KiB
{
|
|
"_from": "gh-got@^5.0.0",
|
|
"_id": "gh-got@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-B9bWm0vDR7CSbFPxt528dbMTWd9CUc4h9U3Ji7e781Jy9Xm0p6QWKVndA4ETEzDCd3/GqVCjVfqqpl2kR1j3nA==",
|
|
"_location": "/gh-got",
|
|
"_phantomChildren": {
|
|
"create-error-class": "3.0.2",
|
|
"duplexer3": "0.1.5",
|
|
"is-redirect": "1.0.0",
|
|
"is-retry-allowed": "1.2.0",
|
|
"safe-buffer": "5.2.1",
|
|
"timed-out": "4.0.1",
|
|
"unzip-response": "2.0.1",
|
|
"url-parse-lax": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gh-got@^5.0.0",
|
|
"name": "gh-got",
|
|
"escapedName": "gh-got",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/github-username"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gh-got/-/gh-got-5.0.0.tgz",
|
|
"_shasum": "ee95be37106fd8748a96f8d1db4baea89e1bfa8a",
|
|
"_spec": "gh-got@^5.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\github-username",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/gh-got/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"got": "^6.2.0",
|
|
"is-plain-obj": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convenience wrapper for `got` to interact with the GitHub API",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"get-stream": "^2.0.0",
|
|
"nock": "^8.0.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/gh-got#readme",
|
|
"keywords": [
|
|
"got",
|
|
"gh",
|
|
"github",
|
|
"api",
|
|
"request",
|
|
"http",
|
|
"https",
|
|
"get",
|
|
"url",
|
|
"uri",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"license": "MIT",
|
|
"name": "gh-got",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/gh-got.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "5.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|
|
|