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.
72 lines
1.7 KiB
72 lines
1.7 KiB
{
|
|
"_from": "github-username@^3.0.0",
|
|
"_id": "github-username@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pbA1zobA7urImyNixOkCb/eO2fRadF7+RZgdjzT3/k/KukA8CY7QZ7BNCdCetH1kB0YqeBmY+Hn76XaC3rmmzQ==",
|
|
"_location": "/github-username",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "github-username@^3.0.0",
|
|
"name": "github-username",
|
|
"escapedName": "github-username",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/yeoman-generator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/github-username/-/github-username-3.0.0.tgz",
|
|
"_shasum": "0a772219b3130743429f2456d0bdd3db55dce7b1",
|
|
"_spec": "github-username@^3.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-generator",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/github-username/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gh-got": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get a GitHub username from an email address",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/github-username#readme",
|
|
"keywords": [
|
|
"github",
|
|
"user",
|
|
"username",
|
|
"email",
|
|
"address",
|
|
"gh",
|
|
"git"
|
|
],
|
|
"license": "MIT",
|
|
"name": "github-username",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/github-username.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "3.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|
|
|