This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/node_modules/url-join/bower.json
2019-12-02 12:10:45 +10:30

27 lines
489 B
JSON

{
"name": "url-join",
"version": "2.0.5",
"homepage": "https://github.com/jfromaniello/url-join",
"authors": [
"José F. Romaniello <jfromaniello@gmail.com>"
],
"description": "Join urls and normalize as in path.join.",
"main": "lib/url-join.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"url",
"join"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}