保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
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
{
  "_from": "@polka/url@^1.0.0-next.20",
  "_id": "@polka/url@1.0.0-next.21",
  "_inBundle": false,
  "_integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==",
  "_location": "/@polka/url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@polka/url@^1.0.0-next.20",
    "name": "@polka/url",
    "escapedName": "@polka%2furl",
    "scope": "@polka",
    "rawSpec": "^1.0.0-next.20",
    "saveSpec": null,
    "fetchSpec": "^1.0.0-next.20"
  },
  "_requiredBy": [
    "/sirv"
  ],
  "_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
  "_shasum": "5de5a2385a35309427f6011992b544514d559aa1",
  "_spec": "@polka/url@^1.0.0-next.20",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\sirv",
  "author": {
    "name": "Luke Edwards",
    "email": "luke@lukeed.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/polka/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}