79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "keyv@^4.0.0",
|
||
|
"_id": "keyv@4.0.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==",
|
||
|
"_location": "/keyv",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "keyv@^4.0.0",
|
||
|
"name": "keyv",
|
||
|
"escapedName": "keyv",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/cacheable-request"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz",
|
||
|
"_shasum": "4f3aa98de254803cafcd2896734108daa35e4254",
|
||
|
"_spec": "keyv@^4.0.0",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/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.1"
|
||
|
},
|
||
|
"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": "^2.2.0",
|
||
|
"coveralls": "^3.0.0",
|
||
|
"eslint-config-xo-lukechilds": "^1.0.0",
|
||
|
"nyc": "^14.1.1",
|
||
|
"this": "^1.0.2",
|
||
|
"timekeeper": "^2.0.0",
|
||
|
"xo": "^0.25.3"
|
||
|
},
|
||
|
"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": "4.0.3",
|
||
|
"xo": {
|
||
|
"extends": "xo-lukechilds"
|
||
|
}
|
||
|
}
|