frontend/.pnpm-store/v3/files/16/7f823f011802862986cd6d38139c6ba1a34a0810b9885fc4cc99442055bb1af48228d731cc265016a2c87e4eba63c2353f517561c2b090f1e2dc07162a2011

55 lines
1.1 KiB
Plaintext

{
"name": "parse-path",
"version": "4.0.4",
"description": "Parse paths (local paths, urls: ssh/git/etc)",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/parse-path.git"
},
"keywords": [
"parse",
"path",
"url",
"node",
"git",
"advanced"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/parse-path/issues"
},
"homepage": "https://github.com/IonicaBizau/parse-path",
"devDependencies": {
"tester": "^1.3.1"
},
"dependencies": {
"is-ssh": "^1.3.0",
"protocols": "^1.4.0",
"qs": "^6.9.4",
"query-string": "^6.13.8"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}