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.

33 lines
849 B

1 month ago
  1. {
  2. "version": "1.0.0-next.28",
  3. "name": "@polka/url",
  4. "repository": "lukeed/polka",
  5. "description": "Super fast, memoized `req.url` parser",
  6. "module": "build.mjs",
  7. "types": "index.d.ts",
  8. "main": "build.js",
  9. "license": "MIT",
  10. "exports": {
  11. ".": {
  12. "types": "./index.d.ts",
  13. "import": "./build.mjs",
  14. "require": "./build.js"
  15. },
  16. "./package.json": "./package.json"
  17. },
  18. "files": [
  19. "build.*",
  20. "index.d.*"
  21. ],
  22. "author": {
  23. "name": "Luke Edwards",
  24. "email": "luke@lukeed.com",
  25. "url": "https://lukeed.com"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. }
  30. ,"_resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz"
  31. ,"_integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw=="
  32. ,"_from": "@polka/url@1.0.0-next.28"
  33. }