url-modify
Version:
Modify URL instances cleanly and safely. Works in any environment that supports the URL API.
45 lines (44 loc) • 1.03 kB
JSON
{
"author": "Adam Pancutt <adam@pancutt.com>",
"bugs": {
"url": "https://github.com/apancutt/url-modify/issues"
},
"description": "Modify URL instances cleanly and safely. Works in any environment that supports the URL API.",
"devDependencies": {
"@types/jest": "27",
"jest": "27",
"rimraf": "3",
"ts-jest": "27",
"typescript": "4"
},
"files": [
"dist/"
],
"homepage": "https://github.com/apancutt/url-modify#readme",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"keywords": [
"extend",
"manipulate",
"modify",
"url",
"urlsearchparams"
],
"license": "MIT",
"main": "dist/index.js",
"name": "url-modify",
"repository": {
"type": "git",
"url": "git+https://github.com/apancutt/url-modify.git"
},
"scripts": {
"build": "tsc --project ./tsconfig.build.json",
"prebuild": "rimraf ./dist/",
"prepublishOnly": "yarn run build",
"test": "jest"
},
"types": "dist/index.d.ts",
"version": "0.0.5"
}