initial commit
This commit is contained in:
52
node_modules/git-url-parse/package.json
generated
vendored
Normal file
52
node_modules/git-url-parse/package.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "git-url-parse",
|
||||
"version": "13.1.0",
|
||||
"description": "A high level git url parser for common git providers.",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git"
|
||||
},
|
||||
"keywords": [
|
||||
"parse",
|
||||
"git",
|
||||
"url"
|
||||
],
|
||||
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/IonicaBizau/git-url-parse/issues"
|
||||
},
|
||||
"homepage": "https://github.com/IonicaBizau/git-url-parse",
|
||||
"blah": {
|
||||
"h_img": "http://i.imgur.com/HlfMsVf.png"
|
||||
},
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {
|
||||
"git-up": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tester": "^1.3.1"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"app/",
|
||||
"lib/",
|
||||
"dist/",
|
||||
"src/",
|
||||
"scripts/",
|
||||
"resources/",
|
||||
"menu/",
|
||||
"cli.js",
|
||||
"index.js",
|
||||
"bloggify.js",
|
||||
"bloggify.json",
|
||||
"bloggify/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user