保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26fa49f4b0aa658d65a21fffe828f39e78302573
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_from": "tr46@^2.1.0",
  "_id": "tr46@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  "_location": "/data-urls/tr46",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tr46@^2.1.0",
    "name": "tr46",
    "escapedName": "tr46",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/data-urls/whatwg-url"
  ],
  "_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  "_shasum": "fa87aa81ca5d5941da8cbf1f9b749dc969a4e240",
  "_spec": "tr46@^2.1.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\data-urls\\node_modules\\whatwg-url",
  "author": {
    "name": "Sebastian Mayr",
    "email": "npm@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/jsdom/tr46/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Timothy Gu",
      "email": "timothygu99@gmail.com"
    }
  ],
  "dependencies": {
    "punycode": "^2.1.1"
  },
  "deprecated": false,
  "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
  "devDependencies": {
    "eslint": "^7.27.0",
    "mocha": "^8.4.0",
    "node-fetch": "^2.6.0",
    "regenerate": "^1.4.2",
    "unicode-13.0.0": "^0.8.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "lib/mappingTable.json",
    "lib/regexes.js",
    "lib/statusMapping.js"
  ],
  "homepage": "https://github.com/jsdom/tr46#readme",
  "keywords": [
    "unicode",
    "tr46",
    "uts46",
    "punycode",
    "url",
    "whatwg"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tr46",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/tr46.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
    "pretest": "node scripts/getLatestTests.js",
    "test": "mocha"
  },
  "unicodeVersion": "13.0.0",
  "version": "2.1.0"
}