blob: 31aa6f4ea750ad8979cdf9c588fa62664c75f563 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "name": "resolve-url",
3 "version": "0.2.1",
4 "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
5 "authors": ["Simon Lydell"],
6 "license": "MIT",
7 "main": "resolve-url.js",
8 "keywords": [
9 "resolve",
10 "url"
11 ],
12 "ignore": [
13 ".*"
14 ]
15}