summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/github-url-from-username-repo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/github-url-from-username-repo/package.json')
-rw-r--r--deps/npm/node_modules/github-url-from-username-repo/package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/deps/npm/node_modules/github-url-from-username-repo/package.json b/deps/npm/node_modules/github-url-from-username-repo/package.json
index d0e241dbf5..239ba77393 100644
--- a/deps/npm/node_modules/github-url-from-username-repo/package.json
+++ b/deps/npm/node_modules/github-url-from-username-repo/package.json
@@ -1,6 +1,6 @@
{
"name": "github-url-from-username-repo",
- "version": "0.0.2",
+ "version": "0.1.0",
"description": "Create urls from username/repo",
"main": "index.js",
"scripts": {
@@ -28,6 +28,11 @@
],
"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## Usage\n\n```javascript\n\nvar getUrl = require(\"github-url-from-username-repo\")\ngetUrl(\"visionmedia/express\") // git://github.com/visionmedia/express\n\n```",
"readmeFilename": "README.md",
- "_id": "github-url-from-username-repo@0.0.2",
- "_from": "github-url-from-username-repo@"
+ "homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
+ "_id": "github-url-from-username-repo@0.1.0",
+ "dist": {
+ "shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89"
+ },
+ "_from": "github-url-from-username-repo@0.1.0",
+ "_resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz"
}