Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-05-22 02:04:03 +0400
committerisaacs <i@izs.me>2014-05-22 02:04:03 +0400
commitbe384d44658ce2a2398b2d55b0d26935a6e1fd85 (patch)
tree560635a491ea7581d0a5400d17c19c3c52c80eda /node_modules
parent015af8f0c42c1fd87e6521130e645b73f4559ddb (diff)
github-url-from-username-repo@0.1.0
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/github-url-from-username-repo/package.json23
1 files changed, 18 insertions, 5 deletions
diff --git a/node_modules/github-url-from-username-repo/package.json b/node_modules/github-url-from-username-repo/package.json
index 239ba7739..7eadf899d 100644
--- a/node_modules/github-url-from-username-repo/package.json
+++ b/node_modules/github-url-from-username-repo/package.json
@@ -26,13 +26,26 @@
"github",
"repo"
],
- "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",
"homepage": "https://github.com/robertkowalski/github-url-from-username-repo",
"_id": "github-url-from-username-repo@0.1.0",
"dist": {
- "shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89"
+ "shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89",
+ "tarball": "http://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz"
},
- "_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"
+ "_from": "github-url-from-username-repo@~0.1.0",
+ "_npmVersion": "1.4.6",
+ "_npmUser": {
+ "name": "robertkowalski",
+ "email": "rok@kowalski.gd"
+ },
+ "maintainers": [
+ {
+ "name": "robertkowalski",
+ "email": "rok@kowalski.gd"
+ }
+ ],
+ "directories": {},
+ "_shasum": "fe398af670692e91af7bcfc5ae1d99ff97b1df89",
+ "_resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-0.1.0.tgz",
+ "readme": "ERROR: No README data found!"
}