search-params
Version:
A module to manipulate search part of URLs (querystring)
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "search-params",
"version": "4.0.1",
"description": "A module to manipulate search part of URLs (querystring)",
"main": "dist/index.js",
"module": "dist/search-params.esm.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/troch/search-params.git"
},
"keywords": [
"querystring",
"query",
"query params",
"search params",
"search",
"location",
"url"
],
"author": "Thomas Roch <thomas.c.roch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troch/search-params/issues"
},
"homepage": "https://github.com/troch/search-params#readme",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src test",
"prepare": "tsdx build",
"clog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"conventional-changelog-cli": "2.0.31",
"@types/jest": "^24.0.25",
"husky": "^3.1.0",
"tsdx": "^0.12.1",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint src test"
}
}
}