UNPKG

@cspell/url

Version:
63 lines (62 loc) 1.77 kB
{ "name": "@cspell/url", "publishConfig": { "access": "public", "provenance": true }, "version": "9.6.0", "description": "URL parsing and manipulation utilities for cspell", "keywords": [ "cspell", "url" ], "author": "Jason Dent <jason@streetsidesoftware.nl>", "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-url#readme", "license": "MIT", "type": "module", "sideEffects": false, "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js" } }, "files": [ "dist", "!**/*.tsbuildInfo", "!**/__mocks__", "!**/*.spec.*", "!**/*.test.*", "!**/test/**", "!**/*.perf.*", "!**/perf/**", "!**/*.map" ], "scripts": { "build": "tsdown", "build:clean": "pnpm clean && pnpm build", "clean": "shx rm -rf dist coverage", "clean-build": "pnpm build:clean", "coverage": "vitest run --coverage", "test-watch": "vitest", "test:build": "tsc -p .", "test": "pnpm test:build && vitest run", "test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000", "test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000", "test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000", "watch": "tsc -p . --watch" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell.git", "directory": "packages/cspell-url" }, "bugs": { "url": "https://github.com/streetsidesoftware/cspell" }, "engines": { "node": ">=20" }, "gitHead": "163793ddf2a0ad90bc7c90351698a106003297af" }