Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.227.0.21
{
"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": "TJ Holowaychuk",
"license": "MIT",
"devDependencies": {
"better-assert": "~1.0.0",
"mocha": "~1.9.0",
"should": "~1.2.2"
}
}
|