You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.9 KiB

{
"_from": "parse-path@^4.0.0",
"_id": "parse-path@4.0.2",
"_inBundle": false,
"_integrity": "sha1-7xTw09d7ro3UvGZWOkwVGqyeZao=",
"_location": "/parse-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-path@^4.0.0",
"name": "parse-path",
"escapedName": "parse-path",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/parse-url"
],
"_resolved": "https://registry.npm.taobao.org/parse-path/download/parse-path-4.0.2.tgz?cache=0&sync_timestamp=1596987814334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse-path%2Fdownload%2Fparse-path-4.0.2.tgz",
"_shasum": "ef14f0d3d77bae8dd4bc66563a4c151aac9e65aa",
"_spec": "parse-path@^4.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/parse-url",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/parse-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-ssh": "^1.3.0",
"protocols": "^1.4.0"
},
"deprecated": false,
"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.2"
}