yurl
Version:
A URL manipulation library that offers support for daisy chaining, pathname resolution and query args manipulation.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "yurl",
"version": "4.0.1",
"description": "A URL manipulation library that offers support for daisy chaining, pathname resolution and query args manipulation.",
"keywords": [
"url",
"manipulation",
"query",
"arguments",
"path",
"resolution",
"whatwg",
"relative",
"absolute",
"daisy",
"chain",
"typescript"
],
"main": "dist/YURL.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"test": "mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacoscaz/yurl.git"
},
"homepage": "https://github.com/jacoscaz/yurl",
"bugs": "https://github.com/jacoscaz/yurl/issues",
"author": "Jacopo Scazzosi <jacopo@scazzosi.com>",
"license": "MIT",
"engines": {
"node": ">= 12.0.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"mocha": "^9.2.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}