dc6788b360c4268b2f696a28f01bdc0ed8aeda823228be144bae49d2267f125a6b330d9ed3ef5199beca63069b4717f866a6213982e97a368a718f1e1f492a 285 B

123456789101112131415
  1. {
  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. }