mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
{
|
|
"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"
|
|
}
|
|
|