package.json
1.46 KB
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
{
"_from": "tr46@~0.0.1",
"_id": "tr46@0.0.3",
"_inBundle": false,
"_integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
"_location": "/tr46",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tr46@~0.0.1",
"name": "tr46",
"escapedName": "tr46",
"rawSpec": "~0.0.1",
"saveSpec": null,
"fetchSpec": "~0.0.1"
},
"_requiredBy": [
"/whatwg-url-compat"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"_shasum": "8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
"_spec": "tr46@~0.0.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\whatwg-url-compat",
"author": {
"name": "Sebastian Mayr",
"email": "npm@smayr.name"
},
"bugs": {
"url": "https://github.com/Sebmaster/tr46.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An implementation of the Unicode TR46 spec",
"devDependencies": {
"mocha": "^2.2.5",
"request": "^2.57.0"
},
"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": {
"prepublish": "node scripts/generateMappingTable.js",
"pretest": "node scripts/getLatestUnicodeTests.js",
"test": "mocha"
},
"version": "0.0.3"
}