line_push/node_modules/parse-path/package.json
2022-07-18 02:50:52 +00:00

92 lines
1.9 KiB
JSON

{
"_args": [
[
"parse-path@4.0.4",
"/home/node/nuxt"
]
],
"_from": "parse-path@4.0.4",
"_id": "parse-path@4.0.4",
"_inBundle": false,
"_integrity": "sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==",
"_location": "/parse-path",
"_phantomChildren": {
"decode-uri-component": "0.2.0",
"filter-obj": "1.1.0",
"split-on-first": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-path@4.0.4",
"name": "parse-path",
"escapedName": "parse-path",
"rawSpec": "4.0.4",
"saveSpec": null,
"fetchSpec": "4.0.4"
},
"_requiredBy": [
"/parse-url"
],
"_resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.4.tgz",
"_spec": "4.0.4",
"_where": "/home/node/nuxt",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/parse-path/issues"
},
"dependencies": {
"is-ssh": "^1.3.0",
"protocols": "^1.4.0",
"qs": "^6.9.4",
"query-string": "^6.13.8"
},
"description": "Parse paths (local paths, urls: ssh/git/etc)",
"devDependencies": {
"tester": "^1.3.1"
},
"directories": {
"example": "example",
"test": "test"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/parse-path",
"keywords": [
"parse",
"path",
"url",
"node",
"git",
"advanced"
],
"license": "MIT",
"main": "lib/index.js",
"name": "parse-path",
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/parse-path.git"
},
"scripts": {
"test": "node test"
},
"version": "4.0.4"
}