Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
54
Frontend-Learner/node_modules/git-up/package.json
generated
vendored
Normal file
54
Frontend-Learner/node_modules/git-up/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "git-up",
|
||||
"version": "8.1.1",
|
||||
"description": "A low level git url parser.",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/IonicaBizau/git-up.git"
|
||||
},
|
||||
"keywords": [
|
||||
"git",
|
||||
"url",
|
||||
"parser",
|
||||
"parsing"
|
||||
],
|
||||
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/IonicaBizau/git-up/issues"
|
||||
},
|
||||
"homepage": "https://github.com/IonicaBizau/git-up",
|
||||
"dependencies": {
|
||||
"is-ssh": "^1.4.0",
|
||||
"parse-url": "^9.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tester": "^1.4.3"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"app/",
|
||||
"lib/",
|
||||
"dist/",
|
||||
"src/",
|
||||
"scripts/",
|
||||
"resources/",
|
||||
"menu/",
|
||||
"cli.js",
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"package-lock.json",
|
||||
"bloggify.js",
|
||||
"bloggify.json",
|
||||
"bloggify/"
|
||||
],
|
||||
"blah": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue