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:
Diffstat (limited to 'node_modules/github-url-from-git/package.json')
-rw-r--r--node_modules/github-url-from-git/package.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/node_modules/github-url-from-git/package.json b/node_modules/github-url-from-git/package.json
deleted file mode 100644
index 229af333c..000000000
--- a/node_modules/github-url-from-git/package.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "github-url-from-git",
- "version": "1.4.0",
- "description": "Parse a github git url and return the github repo url",
- "main": "index.js",
- "scripts": {
- "test": "mocha test.js --reporter spec --require should"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/visionmedia/node-github-url-from-git.git"
- },
- "keywords": [
- "github",
- "git",
- "url",
- "parser"
- ],
- "author": {
- "name": "TJ Holowaychuk"
- },
- "license": "MIT",
- "devDependencies": {
- "better-assert": "~1.0.0",
- "mocha": "~1.9.0",
- "should": "~1.2.2"
- },
- "gitHead": "154df00b0b590c29be5d2a5822e7b2e160b75345",
- "bugs": {
- "url": "https://github.com/visionmedia/node-github-url-from-git/issues"
- },
- "homepage": "https://github.com/visionmedia/node-github-url-from-git",
- "_id": "github-url-from-git@1.4.0",
- "_shasum": "285e6b520819001bde128674704379e4ff03e0de",
- "_from": "github-url-from-git@>=1.4.0-0 <2.0.0-0",
- "_npmVersion": "2.0.0-alpha.7",
- "_npmUser": {
- "name": "bcoe",
- "email": "bencoe@gmail.com"
- },
- "maintainers": [
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "bcoe",
- "email": "bencoe@gmail.com"
- }
- ],
- "dist": {
- "shasum": "285e6b520819001bde128674704379e4ff03e0de",
- "tarball": "http://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.4.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.4.0.tgz"
-}