19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "@polka/url",
|
|
"version": "0.5.0",
|
|
"description": "Super fast, memoized `req.url` parser",
|
|
"repository": "lukeed/polka",
|
|
"license": "MIT",
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"author": {
|
|
"name": "Luke Edwards",
|
|
"email": "luke@lukeed.com",
|
|
"url": "https://lukeed.com"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|