summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/keyv/package.json
blob: a59a3491081ef0f56d13d60d02363a02323a8f68 (plain)
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
77
78
{
  "_from": "keyv@^3.0.0",
  "_id": "keyv@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==",
  "_location": "/keyv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "keyv@^3.0.0",
    "name": "keyv",
    "escapedName": "keyv",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
  "_shasum": "ecc228486f69991e49e9476485a5be1e8fc5c4d9",
  "_spec": "keyv@^3.0.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/cacheable-request",
  "author": {
    "name": "Luke Childs",
    "email": "lukechilds123@gmail.com",
    "url": "http://lukechilds.co.uk"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/keyv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "json-buffer": "3.0.0"
  },
  "deprecated": false,
  "description": "Simple key-value storage with support for multiple backends",
  "devDependencies": {
    "@keyv/mongo": "*",
    "@keyv/mysql": "*",
    "@keyv/postgres": "*",
    "@keyv/redis": "*",
    "@keyv/sqlite": "*",
    "@keyv/test-suite": "*",
    "ava": "^0.25.0",
    "coveralls": "^3.0.0",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "nyc": "^11.0.3",
    "this": "^1.0.2",
    "timekeeper": "^2.0.0",
    "xo": "^0.20.1"
  },
  "homepage": "https://github.com/lukechilds/keyv",
  "keywords": [
    "key",
    "value",
    "store",
    "cache",
    "ttl"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "keyv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/keyv.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava test/keyv.js",
    "test:full": "xo && nyc ava --serial"
  },
  "version": "3.1.0",
  "xo": {
    "extends": "xo-lukechilds"
  }
}