summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@polka/url/package.json
blob: 3673b473af33802bb4cc62fd952ee93b6c24cbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}