compare-path
Version:
An easy-to-use package to detect if two URLs match each other by comparing their abstract paths
42 lines • 1.15 kB
JSON
{
"name": "compare-path",
"version": "1.2.0",
"description": "An easy-to-use package to detect if two URLs match each other by comparing their abstract paths",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"prettier": "@samislam/prettier-config",
"keywords": [
"path",
"compare",
"url",
"url-match",
"match-url",
"navigation-highlight"
],
"author": "Islam Yamor",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/samislam/compare-path"
},
"bugs": {
"url": "https://github.com/samislam/compare-path"
},
"homepage": "https://github.com/samislam/compare-path#readme",
"devDependencies": {
"@samislam/prettier-config": "^1.1.1",
"@types/node": "^22.14.0",
"barrelsby": "^2.8.1",
"prettier": "^3.5.3",
"prettier-plugin-jsdoc": "^1.3.2",
"ts-patch": "^3.3.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.3",
"typescript-transform-paths": "^3.5.5"
},
"scripts": {
"build": "barrelsby --delete --directory ./src && tspc -p tsconfig.json",
"format": "prettier --write ./src/**"
}
}