blob: bed9e007cfc984636badede512e8860ef91e2102 [file] [log] [blame]
{
"_from": "github-url-from-username-repo@>=1.0.2-0 <2.0.0-0",
"_id": "github-url-from-username-repo@1.0.2",
"_location": "/npm/github-url-from-username-repo",
"_phantomChildren": {},
"_requiredBy": [
"/npm"
],
"_shasum": "7dd79330d2abe69c10c2cef79714c97215791dfa",
"_shrinkwrap": null,
"author": {
"email": "rok@kowalski.gd",
"name": "Robert Kowalski"
},
"bugs": {
"url": "https://github.com/robertkowalski/github-url-from-username-repo/issues"
},
"dependencies": {},
"description": "Create urls from username/repo",
"devDependencies": {
"mocha": "~1.13.0"
},
"gitHead": "d404a13f7f04edaed0e2f068a43b81230b8c7aee",
"homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
"keywords": [
"git",
"github",
"repo"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "github-url-from-username-repo",
"optionalDependencies": {},
"readme": "[![Build Status](https://travis-ci.org/robertkowalski/github-url-from-username-repo.png?branch=master)](https://travis-ci.org/robertkowalski/github-url-from-username-repo)\n[![Dependency Status](https://gemnasium.com/robertkowalski/github-url-from-username-repo.png)](https://gemnasium.com/robertkowalski/github-url-from-username-repo)\n\n\n# github-url-from-username-repo\n\n## API\n\n### getUrl(url, [forBrowser])\n\nGet's the url normalized for npm.\nIf `forBrowser` is true, return a GitHub url that is usable in a webbrowser.\n\n## Usage\n\n```javascript\n\nvar getUrl = require(\"github-url-from-username-repo\")\ngetUrl(\"visionmedia/express\") // https://github.com/visionmedia/express\n\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/robertkowalski/github-url-from-username-repo.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.0.2"
}