1
|
{
|
2
|
"name": "map-cache",
|
3
|
"description": "Basic cache object for storing key-value pairs.",
|
4
|
"version": "0.2.2",
|
5
|
"homepage": "https://github.com/jonschlinkert/map-cache",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"repository": "jonschlinkert/map-cache",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/jonschlinkert/map-cache/issues"
|
10
|
},
|
11
|
"license": "MIT",
|
12
|
"files": [
|
13
|
"index.js"
|
14
|
],
|
15
|
"main": "index.js",
|
16
|
"engines": {
|
17
|
"node": ">=0.10.0"
|
18
|
},
|
19
|
"scripts": {
|
20
|
"test": "mocha"
|
21
|
},
|
22
|
"devDependencies": {
|
23
|
"gulp-format-md": "^0.1.9",
|
24
|
"should": "^8.3.1"
|
25
|
},
|
26
|
"keywords": [
|
27
|
"cache",
|
28
|
"get",
|
29
|
"has",
|
30
|
"object",
|
31
|
"set",
|
32
|
"storage",
|
33
|
"store"
|
34
|
],
|
35
|
"verb": {
|
36
|
"run": true,
|
37
|
"toc": false,
|
38
|
"layout": "default",
|
39
|
"tasks": [
|
40
|
"readme"
|
41
|
],
|
42
|
"plugins": [
|
43
|
"gulp-format-md"
|
44
|
],
|
45
|
"related": {
|
46
|
"list": [
|
47
|
"config-cache",
|
48
|
"option-cache",
|
49
|
"cache-base"
|
50
|
]
|
51
|
},
|
52
|
"reflinks": [
|
53
|
"verb"
|
54
|
],
|
55
|
"lint": {
|
56
|
"reflinks": true
|
57
|
}
|
58
|
}
|
59
|
}
|