27 lines
489 B
JSON
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"
|
|
]
|
|
} |