package.json
1.85 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
{
"_from": "urlobj@0.0.7",
"_id": "urlobj@0.0.7",
"_inBundle": false,
"_integrity": "sha1-uYsu+49vsxiKxOk5zYcO1eP61C8=",
"_location": "/urlobj",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "urlobj@0.0.7",
"name": "urlobj",
"escapedName": "urlobj",
"rawSpec": "0.0.7",
"saveSpec": null,
"fetchSpec": "0.0.7"
},
"_requiredBy": [
"/linkchecker",
"/urlcache"
],
"_resolved": "https://registry.npmjs.org/urlobj/-/urlobj-0.0.7.tgz",
"_shasum": "b98b2efb8f6fb3188ac4e939cd870ed5e3fad42f",
"_spec": "urlobj@0.0.7",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\linkchecker",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"bugs": {
"url": "https://github.com/stevenvachon/urlobj/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-object": "^1.0.1",
"is-string": "^1.0.4",
"object-assign": "^3.0.0"
},
"deprecated": false,
"description": "Additional utilities for URL resolution and parsing.",
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^3.0.0",
"mocha": "^2.2.5",
"uglify-js": "^2.4.23"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"lib"
],
"homepage": "https://github.com/stevenvachon/urlobj",
"keywords": [
"uri",
"url"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"main": "lib",
"name": "urlobj",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/urlobj.git"
},
"scripts": {
"browserify": "browserify lib/ --standalone urlobj | uglifyjs --compress --mangle -o browser/urlobj.js",
"test": "mocha test/ --reporter spec --check-leaks --bail"
},
"version": "0.0.7"
}