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
| {
| "_args": [
| [
| "tr46@1.0.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "tr46@1.0.1",
| "_id": "tr46@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
| "_location": "/tr46",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "tr46@1.0.1",
| "name": "tr46",
| "escapedName": "tr46",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/whatwg-url"
| ],
| "_resolved": "https://registry.npmmirror.com/tr46/-/tr46-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Sebastian Mayr",
| "email": "npm@smayr.name"
| },
| "bugs": {
| "url": "https://github.com/Sebmaster/tr46.js/issues"
| },
| "dependencies": {
| "punycode": "^2.1.0"
| },
| "description": "An implementation of the Unicode TR46 spec",
| "devDependencies": {
| "eslint": "^3.13.0",
| "mocha": "^3.2.0",
| "regenerate": "^1.3.2",
| "request": "^2.79.0",
| "unicode-10.0.0": "^0.7.4"
| },
| "files": [
| "index.js",
| "lib/mappingTable.json",
| "lib/regexes.js"
| ],
| "homepage": "https://github.com/Sebmaster/tr46.js#readme",
| "keywords": [
| "unicode",
| "tr46",
| "url",
| "whatwg"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "tr46",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/Sebmaster/tr46.js.git"
| },
| "scripts": {
| "lint": "eslint .",
| "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
| "pretest": "node scripts/getLatestTests.js",
| "test": "mocha"
| },
| "unicodeVersion": "10.0.0",
| "version": "1.0.1"
| }
|
|