Files
discord-clone/node_modules/git-up/package.json
2023-01-03 09:29:04 -06:00

52 lines
981 B
JSON

{
"name": "git-up",
"version": "7.0.0",
"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": "^8.1.0"
},
"devDependencies": {
"tester": "^1.4.3"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"blah": {}
}