UNPKG

parse-url

Version:

An advanced url parser supporting git urls too.

82 lines (81 loc) 1.76 kB
{ "name": "parse-url", "version": "9.2.0", "description": "An advanced url parser supporting git urls too.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./index.d.ts", "exports": { "require": { "types": "./index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./index.d.mts", "default": "./dist/index.mjs" } }, "directories": { "example": "example", "test": "test" }, "scripts": { "test": "node test/index.mjs && tsd", "build": "pkgroll" }, "repository": { "type": "git", "url": "git+https://github.com/IonicaBizau/parse-url.git" }, "keywords": [ "parse", "url", "node", "git", "advanced" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/parse-url/issues" }, "homepage": "https://github.com/IonicaBizau/parse-url", "devDependencies": { "normalize-url": "^7.0.3", "pkgroll": "^1.11.1", "tester": "^1.3.1", "tsd": "^0.24.1" }, "dependencies": { "@types/parse-path": "^7.0.0", "parse-path": "^7.0.0" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "index.d.mts", "bloggify.js", "bloggify.json", "bloggify/" ], "engines": { "node": ">=14.13.0" }, "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." ] }, "tsd": { "directory": "test" } }