package.json
1.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_from": "parse-domain@~0.1.2",
"_id": "parse-domain@0.1.2",
"_inBundle": false,
"_integrity": "sha1-ZUDzWk7UJxl2NnWWP/oYxK7mW8I=",
"_location": "/parse-domain",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-domain@~0.1.2",
"name": "parse-domain",
"escapedName": "parse-domain",
"rawSpec": "~0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.2"
},
"_requiredBy": [
"/limited-request-queue"
],
"_resolved": "https://registry.npmjs.org/parse-domain/-/parse-domain-0.1.2.tgz",
"_shasum": "6540f35a4ed42719763675963ffa18c4aee65bc2",
"_spec": "parse-domain@~0.1.2",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\limited-request-queue",
"author": {
"name": "peerigon",
"email": "developers@peerigon.com"
},
"bugs": {
"url": "https://github.com/peerigon/parse-domain/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Splits an url into sub-domain, domain and top-level-domain",
"devDependencies": {
"chai": "1.x",
"mocha": "1.x"
},
"homepage": "https://github.com/peerigon/parse-domain#readme",
"keywords": [
"domain",
"url",
"sub-domain",
"tld",
"parse",
"extract",
"sanitize",
"country",
"top-level"
],
"license": "Unlicense",
"main": "./lib/parseDomain.js",
"name": "parse-domain",
"repository": {
"type": "git",
"url": "git+https://github.com/peerigon/parse-domain.git"
},
"scripts": {
"build-regex": "node lib/build/buildRegex.js",
"test": "node node_modules/mocha/bin/mocha -R spec"
},
"testling": {
"harness": "mocha",
"files": "test/parseDomain.test.js",
"browsers": [
"ie/8..latest",
"chrome/27..latest",
"firefox/22..latest",
"safari/latest",
"opera/latest",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
},
"version": "0.1.2"
}