url-lib
Version:
A simple, lightweight string utility for Node and browsers that supports serializing and parsing URLs and query strings.
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "url-lib",
"version": "3.0.3",
"description": "A simple, lightweight string utility for Node and browsers that supports serializing and parsing URLs and query strings.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"jsnext:main": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/benmvp/url-lib.git"
},
"keywords": [
"url",
"serialization",
"parse",
"query",
"query+string",
"format",
"fetch"
],
"author": "Ben Ilegbodu <ben@benmvp.com> (http://www.benmvp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/benmvp/url-lib/issues"
},
"homepage": "https://github.com/benmvp/url-lib#readme",
"scripts": {
"start": "benmvp start",
"test": "benmvp test",
"build": "benmvp build",
"integrate": "benmvp integrate"
},
"devDependencies": {
"@benmvp/cli": "^4.0.4"
},
"engines": {
"node": ">= 8"
}
}