{
  "_from": "parse-url@^5.0.0",
  "_id": "parse-url@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==",
  "_location": "/parse-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse-url@^5.0.0",
    "name": "parse-url",
    "escapedName": "parse-url",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/git-up"
  ],
  "_resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz",
  "_shasum": "856a3be1fcdf78dc93fc8b3791f169072d898b59",
  "_spec": "parse-url@^5.0.0",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development/node_modules/git-up",
  "author": {
    "name": "Ionică Bizău",
    "email": "bizauionica@gmail.com",
    "url": "https://ionicabizau.net"
  },
  "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."
    ]
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/parse-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-ssh": "^1.3.0",
    "normalize-url": "^3.3.0",
    "parse-path": "^4.0.0",
    "protocols": "^1.4.0"
  },
  "deprecated": false,
  "description": "An advanced url parser supporting git urls too.",
  "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-url",
  "keywords": [
    "parse",
    "url",
    "node",
    "git",
    "advanced"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "parse-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IonicaBizau/parse-url.git"
  },
  "scripts": {
    "test": "node test"
  },
  "version": "5.0.2"
}
