UNPKG

1.43 kBJSONView Raw
1{
2 "name": "lazy-cache",
3 "description": "Cache requires to be lazy-loaded when needed.",
4 "version": "2.0.2",
5 "homepage": "https://github.com/jonschlinkert/lazy-cache",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
9 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
10 ],
11 "repository": "jonschlinkert/lazy-cache",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/lazy-cache/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=0.10.0"
22 },
23 "scripts": {
24 "test": "mocha"
25 },
26 "dependencies": {
27 "set-getter": "^0.1.0"
28 },
29 "devDependencies": {
30 "ansi-cyan": "^0.1.1",
31 "ansi-magenta": "^0.1.1",
32 "ansi-yellow": "^0.1.1",
33 "glob": "^7.0.3",
34 "gulp-format-md": "^0.1.8",
35 "mocha": "^2.4.5",
36 "object.omit": "^2.0.0",
37 "object.pick": "^1.1.2"
38 },
39 "keywords": [
40 "cache",
41 "caching",
42 "dependencies",
43 "dependency",
44 "lazy",
45 "require",
46 "requires"
47 ],
48 "verb": {
49 "related": {
50 "list": [
51 "lint-deps"
52 ]
53 },
54 "plugins": [
55 "gulp-format-md"
56 ],
57 "toc": false,
58 "layout": "default",
59 "tasks": [
60 "readme"
61 ],
62 "lint": {
63 "reflinks": true
64 },
65 "reflinks": [
66 "verb"
67 ]
68 }
69}