22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"version": "1.0.0-next.9",
|
|
"name": "@polka/url",
|
|
"repository": "lukeed/polka",
|
|
"description": "Super fast, memoized `req.url` parser",
|
|
"module": "build.mjs",
|
|
"main": "build.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build.*"
|
|
],
|
|
"author": {
|
|
"name": "Luke Edwards",
|
|
"email": "luke@lukeed.com",
|
|
"url": "https://lukeed.com"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "5c8f314e57c1edb3132f2556ce13fb6c2b4e839b"
|
|
}
|