UNPKG

append-query

Version:
37 lines (36 loc) 747 B
{ "name": "append-query", "version": "2.1.1", "description": "Append querystring params to a URL.", "main": "index.js", "scripts": { "test": "node test/*" }, "author": "Cameron Lakenen <cameron@lakenen.com>", "license": "MIT", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/lakenen/node-append-query.git" }, "bugs": { "url": "https://github.com/lakenen/node-append-query/issues" }, "homepage": "https://github.com/lakenen/node-append-query", "keywords": [ "string", "url", "querystring", "query params", "query", "append" ], "dependencies": { "extend": "^3.0.2" }, "devDependencies": { "tape": "^5.2.2" } }