package.json 1.7 KB

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