Files
flights_web_raw/node_modules/@polka/url/package.json
T

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"
}
}