UNPKG

url-value-parser

Version:
32 lines (31 loc) 672 B
{ "name": "url-value-parser", "version": "2.2.0", "description": "extracts and replaces values and IDs in URLs", "main": "src/UrlValueParser.js", "types": "url-value-parser.d.ts", "scripts": { "test": "./node_modules/jasme/run.js" }, "author": "Konstantin Pogorelov <or@pluseq.com>", "license": "MIT-0", "repository": { "type": "git", "url": "https://github.com/disjunction/url-value-parser.git" }, "keywords": [ "url", "parse", "replace", "id" ], "devDependencies": { "coveralls": "^3.0.2", "eslint": "^3.0.1", "istanbul": "^0.4.4", "jasme": "^5.2.0" }, "engines": { "node": ">=6.0.0" } }