package.json
1.71 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
{
"_args": [
[
"whatwg-url-compat@0.6.5",
"C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT"
]
],
"_from": "whatwg-url-compat@0.6.5",
"_id": "whatwg-url-compat@0.6.5",
"_inBundle": false,
"_integrity": "sha1-AImBEa9om7CXVBzVpFymyHmERb8=",
"_location": "/whatwg-url-compat",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "whatwg-url-compat@0.6.5",
"name": "whatwg-url-compat",
"escapedName": "whatwg-url-compat",
"rawSpec": "0.6.5",
"saveSpec": null,
"fetchSpec": "0.6.5"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz",
"_spec": "0.6.5",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"dependencies": {
"tr46": "~0.0.1"
},
"description": "An implementation of the WHATWG URL algorithm",
"devDependencies": {
"istanbul": "~0.3.14",
"jscs": "^1.13.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"request": "^2.55.0"
},
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"license": "MIT",
"main": "lib/url.js",
"name": "whatwg-url-compat",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/whatwg-url.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "jscs lib/ test/ scripts/ && jshint lib/ test/ scripts/",
"pretest": "iojs scripts/get-latest-platform-tests.js",
"test": "npm run lint && mocha"
},
"version": "0.6.5"
}