Urara-Blog/node_modules/.pnpm-store/v3/files/19/241b8d3d11507a3b168baee7b52e6dbd25797fe9f6b199959f3894ba304749b11016e53b0c3d69814a848fe27638895e0ae4d1ead5c55dc3c62cdc2d8f0e5b
2022-08-14 01:14:53 +08:00

30 lines
640 B
Text

{
"version": "1.0.0-next.21",
"name": "@polka/url",
"repository": "lukeed/polka",
"description": "Super fast, memoized `req.url` parser",
"module": "build.mjs",
"types": "index.d.ts",
"main": "build.js",
"license": "MIT",
"exports": {
".": {
"import": "./build.mjs",
"require": "./build.js"
},
"./package.json": "./package.json"
},
"files": [
"*.d.ts",
"build.*"
],
"author": {
"name": "Luke Edwards",
"email": "luke@lukeed.com",
"url": "https://lukeed.com"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8d6e31871225f4449e645ecba13de7014f772b34"
}