1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
| {
| "_args": [
| [
| "@polka/url@1.0.0-next.21",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "@polka/url@1.0.0-next.21",
| "_id": "@polka/url@1.0.0-next.21",
| "_inBundle": false,
| "_integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==",
| "_location": "/@polka/url",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@polka/url@1.0.0-next.21",
| "name": "@polka/url",
| "escapedName": "@polka%2furl",
| "scope": "@polka",
| "rawSpec": "1.0.0-next.21",
| "saveSpec": null,
| "fetchSpec": "1.0.0-next.21"
| },
| "_requiredBy": [
| "/sirv"
| ],
| "_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
| "_spec": "1.0.0-next.21",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Luke Edwards",
| "email": "luke@lukeed.com",
| "url": "https://lukeed.com"
| },
| "bugs": {
| "url": "https://github.com/lukeed/polka/issues"
| },
| "description": "Super fast, memoized `req.url` parser",
| "exports": {
| ".": {
| "import": "./build.mjs",
| "require": "./build.js"
| },
| "./package.json": "./package.json"
| },
| "files": [
| "*.d.ts",
| "build.*"
| ],
| "gitHead": "8d6e31871225f4449e645ecba13de7014f772b34",
| "homepage": "https://github.com/lukeed/polka#readme",
| "license": "MIT",
| "main": "build.js",
| "module": "build.mjs",
| "name": "@polka/url",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/lukeed/polka.git"
| },
| "types": "index.d.ts",
| "version": "1.0.0-next.21"
| }
|
|