UNPKG

join-path

Version:

Join urls or system paths, even with undefined values

35 lines (34 loc) 729 B
{ "name": "join-path", "version": "1.1.1", "description": "Join urls or system paths, even with undefined values", "main": "index.js", "scripts": { "test": "node test.js | tap-spec" }, "repository": { "type": "git", "url": "https://github.com/scottcorgan/join-path.git" }, "keywords": [ "url", "join", "path", "combine" ], "author": "Scott Corgan", "license": "MIT", "bugs": { "url": "https://github.com/scottcorgan/join-path/issues" }, "homepage": "https://github.com/scottcorgan/join-path", "devDependencies": { "tap-spec": "^4.0.2", "tape": "^4.0.0" }, "dependencies": { "as-array": "^2.0.0", "valid-url": "^1", "url-join": "0.0.1" } }