You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
489B

  1. {
  2. "name": "url-join",
  3. "version": "2.0.5",
  4. "homepage": "https://github.com/jfromaniello/url-join",
  5. "authors": [
  6. "José F. Romaniello <jfromaniello@gmail.com>"
  7. ],
  8. "description": "Join urls and normalize as in path.join.",
  9. "main": "lib/url-join.js",
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "keywords": [
  16. "url",
  17. "join"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ]
  27. }