package.json
1.8 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
{
"_from": "relateurl@^0.2.7",
"_id": "relateurl@0.2.7",
"_inBundle": false,
"_integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
"_location": "/relateurl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "relateurl@^0.2.7",
"name": "relateurl",
"escapedName": "relateurl",
"rawSpec": "^0.2.7",
"saveSpec": null,
"fetchSpec": "^0.2.7"
},
"_requiredBy": [
"/html-minifier-terser"
],
"_resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
"_shasum": "54dbf377e51440aca90a4cd274600d3ff2d888a9",
"_spec": "relateurl@^0.2.7",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\html-minifier-terser",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"bugs": {
"url": "https://github.com/stevenvachon/relateurl/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Minify URLs by converting them from absolute to relative.",
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"uglify-js": "^2.7.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"lib",
"license"
],
"homepage": "https://github.com/stevenvachon/relateurl",
"keywords": [
"uri",
"url",
"minifier",
"minify",
"lint",
"relative",
"absolute"
],
"license": "MIT",
"main": "lib",
"name": "relateurl",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/relateurl.git"
},
"scripts": {
"browserify": "browserify lib/ --standalone RelateUrl | uglifyjs --compress --mangle -o relateurl-browser.js",
"test": "mocha test/ --bail --reporter spec --check-leaks"
},
"version": "0.2.7"
}