frontend/.pnpm-store/v3/files/8a/38058de1d78ebc9cfb9a76dae469ff038355455bd17444dd940556e8ae66cff204083ce38f3ccc8e89be02f392a5acb61f166e42b917060f2799c831dff1a0

60 lines
1.3 KiB
Plaintext

{
"name": "parse-url",
"version": "6.0.5",
"description": "An advanced url parser supporting git urls too.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/parse-url.git"
},
"keywords": [
"parse",
"url",
"node",
"git",
"advanced"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/parse-url/issues"
},
"homepage": "https://github.com/IonicaBizau/parse-url",
"devDependencies": {
"tester": "^1.3.1"
},
"dependencies": {
"is-ssh": "^1.3.0",
"normalize-url": "^6.1.0",
"parse-path": "^4.0.0",
"protocols": "^1.4.0"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"blah": {
"description": [
"For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized."
]
}
}