package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@polka/url@^1.0.0-next.20",
  3. "_id": "@polka/url@1.0.0-next.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==",
  6. "_location": "/@polka/url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@polka/url@^1.0.0-next.20",
  12. "name": "@polka/url",
  13. "escapedName": "@polka%2furl",
  14. "scope": "@polka",
  15. "rawSpec": "^1.0.0-next.20",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.0-next.20"
  18. },
  19. "_requiredBy": [
  20. "/sirv"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
  23. "_shasum": "5de5a2385a35309427f6011992b544514d559aa1",
  24. "_spec": "@polka/url@^1.0.0-next.20",
  25. "_where": "H:\\gs_nuxt\\node_modules\\sirv",
  26. "author": {
  27. "name": "Luke Edwards",
  28. "email": "luke@lukeed.com",
  29. "url": "https://lukeed.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lukeed/polka/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Super fast, memoized `req.url` parser",
  37. "exports": {
  38. ".": {
  39. "import": "./build.mjs",
  40. "require": "./build.js"
  41. },
  42. "./package.json": "./package.json"
  43. },
  44. "files": [
  45. "*.d.ts",
  46. "build.*"
  47. ],
  48. "gitHead": "8d6e31871225f4449e645ecba13de7014f772b34",
  49. "homepage": "https://github.com/lukeed/polka#readme",
  50. "license": "MIT",
  51. "main": "build.js",
  52. "module": "build.mjs",
  53. "name": "@polka/url",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lukeed/polka.git"
  60. },
  61. "types": "index.d.ts",
  62. "version": "1.0.0-next.21"
  63. }