package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@polka/url@^1.0.0-next.24",
  3. "_id": "@polka/url@1.0.0-next.29",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  6. "_location": "/@polka/url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@polka/url@^1.0.0-next.24",
  12. "name": "@polka/url",
  13. "escapedName": "@polka%2furl",
  14. "scope": "@polka",
  15. "rawSpec": "^1.0.0-next.24",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.0-next.24"
  18. },
  19. "_requiredBy": [
  20. "/sirv"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  23. "_shasum": "5a40109a1ab5f84d6fd8fc928b19f367cbe7e7b1",
  24. "_spec": "@polka/url@^1.0.0-next.24",
  25. "_where": "E:\\vue_project\\el-table-column\\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. "types": "./index.d.ts",
  40. "import": "./build.mjs",
  41. "require": "./build.js"
  42. },
  43. "./package.json": "./package.json"
  44. },
  45. "files": [
  46. "build.*",
  47. "index.d.*"
  48. ],
  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.29"
  63. }