2013-08-16 23:19:31 +08:00
|
|
|
{
|
|
|
|
"name": "github-url-from-git",
|
2014-08-19 23:17:36 +08:00
|
|
|
"version": "1.3.0",
|
2013-08-16 23:19:31 +08:00
|
|
|
"description": "Parse a github git url and return the github repo url",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha test.js --reporter spec --require should"
|
|
|
|
},
|
2014-08-19 23:17:36 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/visionmedia/node-github-url-from-git.git"
|
|
|
|
},
|
2013-08-16 23:19:31 +08:00
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"git",
|
|
|
|
"url",
|
|
|
|
"parser"
|
|
|
|
],
|
2014-08-19 23:17:36 +08:00
|
|
|
"author": {
|
|
|
|
"name": "TJ Holowaychuk"
|
|
|
|
},
|
2013-08-16 23:19:31 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"better-assert": "~1.0.0",
|
|
|
|
"mocha": "~1.9.0",
|
|
|
|
"should": "~1.2.2"
|
|
|
|
},
|
2014-08-19 23:17:36 +08:00
|
|
|
"gitHead": "d92a033d7e769264f17ae8ef4409e6a31e0cd016",
|
|
|
|
"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.3.0",
|
|
|
|
"_shasum": "6e79d9779632ca78aa645c67bb419f70e51d69f7",
|
|
|
|
"_from": "github-url-from-git@latest",
|
|
|
|
"_npmVersion": "1.5.0-alpha-4",
|
|
|
|
"_npmUser": {
|
|
|
|
"name": "bcoe",
|
|
|
|
"email": "bencoe@gmail.com"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "tjholowaychuk",
|
|
|
|
"email": "tj@vision-media.ca"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "bcoe",
|
|
|
|
"email": "bencoe@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2013-08-16 23:19:31 +08:00
|
|
|
"dist": {
|
2014-08-19 23:17:36 +08:00
|
|
|
"shasum": "6e79d9779632ca78aa645c67bb419f70e51d69f7",
|
|
|
|
"tarball": "http://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.3.0.tgz"
|
2013-08-16 23:19:31 +08:00
|
|
|
},
|
2014-08-19 23:17:36 +08:00
|
|
|
"directories": {},
|
|
|
|
"_resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.3.0.tgz",
|
|
|
|
"readme": "ERROR: No README data found!"
|
2013-08-16 23:19:31 +08:00
|
|
|
}
|