Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1,54 @@
{
"name": "git-url-parse",
"version": "16.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": "^8.1.0"
},
"devDependencies": {
"tester": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}