UNPKG

1.7 kBJSONView Raw
1{
2 "name": "cache-base",
3 "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
4 "version": "4.0.2",
5 "homepage": "https://github.com/jonschlinkert/cache-base",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
9 "(https://github.com/wtgtybhertgeghgtwtg)"
10 ],
11 "repository": "jonschlinkert/cache-base",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/cache-base/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=6"
22 },
23 "scripts": {
24 "test": "nyc --reporter=text --reporter=html mocha"
25 },
26 "dependencies": {
27 "@sellside/emitter": "^1.2.1",
28 "collection-visit": "^1.0.0",
29 "get-value": "^3.0.1",
30 "has-own-deep": "^1.1.0",
31 "kind-of": "^6.0.2",
32 "set-value": "^4.1.0",
33 "union-value": "^1.0.0",
34 "unset-value": "^1.0.0"
35 },
36 "devDependencies": {
37 "gulp-format-md": "^1.0.0",
38 "mocha": "^3.5.3",
39 "nyc": "^11.6.0"
40 },
41 "keywords": [
42 "base",
43 "cache",
44 "config",
45 "data",
46 "get",
47 "has",
48 "hash",
49 "hasown",
50 "object",
51 "set",
52 "store"
53 ],
54 "verb": {
55 "run": true,
56 "toc": true,
57 "layout": "default",
58 "tasks": [
59 "readme"
60 ],
61 "plugins": [
62 "gulp-format-md"
63 ],
64 "related": {
65 "highligh": "base",
66 "list": [
67 "base-methods",
68 "get-value",
69 "has-value",
70 "option-cache",
71 "set-value",
72 "unset-value"
73 ]
74 },
75 "reflinks": [
76 "verb"
77 ],
78 "lint": {
79 "reflinks": true
80 }
81 }
82}