frontend/.pnpm-store/v3/files/7f/33239967b830056f8a245671f58a15558ffd52642990d441d6e47e7c0c28872f27854f4d71558b404379b180c404b19a389a281a5966efb5e0a3f514e25fba

52 lines
1004 B
Plaintext

{
"name": "parse-path",
"version": "7.0.0",
"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.4.5"
},
"dependencies": {
"protocols": "^2.0.0"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}