@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
81 lines (80 loc) • 1.8 kB
JSON
{
"_from": "gh-got@^6.0.0",
"_id": "gh-got@6.0.0",
"_inBundle": false,
"_integrity": "sha512-F/mS+fsWQMo1zfgG9MD8KWvTWPPzzhuVwY++fhQ5Ggd+0P+CAMHtzMZhNxG+TqGfHDChJKsbh6otfMGqO2AKBw==",
"_location": "/gh-got",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gh-got@^6.0.0",
"name": "gh-got",
"escapedName": "gh-got",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/github-username"
],
"_resolved": "https://registry.npmjs.org/gh-got/-/gh-got-6.0.0.tgz",
"_shasum": "d74353004c6ec466647520a10bd46f7299d268d0",
"_spec": "gh-got@^6.0.0",
"_where": "/work/polymer_69/cuba-front-generator/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": "^7.0.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": "6.0.0",
"xo": {
"esnext": true
}
}