{ "_args": [ [ "keyv@4.0.3", "D:\\jenkins\\workspace\\bbsl-fvue" ] ], "_from": "keyv@4.0.3", "_id": "keyv@4.0.3", "_inBundle": false, "_integrity": "sha1-TzqpjeJUgDyvzSiWc0EI2qNeQlQ=", "_location": "/keyv", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "keyv@4.0.3", "name": "keyv", "escapedName": "keyv", "rawSpec": "4.0.3", "saveSpec": null, "fetchSpec": "4.0.3" }, "_requiredBy": [ "/cacheable-request" ], "_resolved": "https://registry.npm.taobao.org/keyv/download/keyv-4.0.3.tgz?cache=0&sync_timestamp=1600337541422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fkeyv%2Fdownload%2Fkeyv-4.0.3.tgz", "_spec": "4.0.3", "_where": "D:\\jenkins\\workspace\\bbsl-fvue", "author": { "name": "Luke Childs", "email": "lukechilds123@gmail.com", "url": "http://lukechilds.co.uk" }, "bugs": { "url": "https://github.com/lukechilds/keyv/issues" }, "dependencies": { "json-buffer": "3.0.1" }, "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" } }