| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "name": "resolve-url", | ||||
| 3 | "version": "0.2.1", | ||||
| 4 | "license": "MIT", | ||||
| 5 | "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.", | ||||
| 6 | "main": "resolve-url.js", | ||||
| 7 | "repo": "lydell/resolve-url", | ||||
| 8 | "keywords": [ | ||||
| 9 | "resolve", | ||||
| 10 | "url" | ||||
| 11 | ], | ||||
| 12 | "scripts": [ | ||||
| 13 | "resolve-url.js" | ||||
| 14 | ] | ||||
| 15 | } | ||||