UNPKG

url-query-set

Version:

Set query or search params to a url link.

43 lines (42 loc) 1.22 kB
{ "name": "url-query-set", "version": "0.2.0", "description": "Set query or search params to a url link.", "main": "dist/index.js", "scripts": { "build": "rm -rf ./dist && npx babel ./src --out-dir ./dist", "docs:build": "rm -rf ./docs && npx reveal-md ./README.md --vertical-separator \"^<\\!\\-\\- S \\-\\->\" --static docs --theme league --title \"URL-QUERY-SET\"", "lint": "eslint ./src" }, "repository": { "type": "git", "url": "git+https://github.com/novbing/url-query-set.git" }, "keywords": [ "url", "query", "set", "search", "searchParams", "link" ], "author": "novbing@foxmail.com", "license": "MIT", "bugs": { "url": "https://github.com/novbing/url-query-set/issues" }, "homepage": "https://github.com/novbing/url-query-set#readme", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "eslint": "^6.3.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^9.2.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" }, "module": "dist/index.js", "unpkg": "dist/index.js" }