frontend/.pnpm-store/v3/files/f9/b02c55b652f27a8a2793bc986e7560eed7316886e51f685609f0c3494fce45af0777d8679ca5a4ff8bee4a9bef26fd789ea915109f24dad58077fa7a57e01b

52 lines
981 B
Plaintext

{
"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": {}
}