local.amd.json 335 B

12345678910111213141516
  1. {
  2. "paths": {
  3. "dot0": ".",
  4. "rel0": "relative",
  5. "sibling0": "../sibling",
  6. "abs0": "/absolute",
  7. "uri0": "http://example.com/uri",
  8. "arr0": [
  9. ".",
  10. "relative",
  11. "../sibling",
  12. "/absolute",
  13. "http://example.com/uri"
  14. ]
  15. }
  16. }