package.json
1.7 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
{
"_from": "urlcache@~0.3.0",
"_id": "urlcache@0.3.0",
"_inBundle": false,
"_integrity": "sha1-gMWh5hlLD5OkAd2ILkt3zuZ+9PA=",
"_location": "/urlcache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "urlcache@~0.3.0",
"name": "urlcache",
"escapedName": "urlcache",
"rawSpec": "~0.3.0",
"saveSpec": null,
"fetchSpec": "~0.3.0"
},
"_requiredBy": [
"/linkchecker"
],
"_resolved": "https://registry.npmjs.org/urlcache/-/urlcache-0.3.0.tgz",
"_shasum": "80c5a1e6194b0f93a401dd882e4b77cee67ef4f0",
"_spec": "urlcache@~0.3.0",
"_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/urlcache/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^3.0.0",
"urlobj": "0.0.7"
},
"deprecated": false,
"description": "URL key-value cache and store.",
"devDependencies": {
"bhttp": "^1.2.1",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"node-static": "~0.7.7"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"license"
],
"homepage": "https://github.com/stevenvachon/urlcache",
"keywords": [
"uri",
"url",
"cache"
],
"license": "MIT",
"name": "urlcache",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/urlcache.git"
},
"scripts": {
"test": "mocha test.js --reporter spec --check-leaks --bail",
"test-watch": "mocha test.js --reporter spec --check-leaks --bail -w"
},
"version": "0.3.0"
}