| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "keyv@3.0.0", |
| 3 | "_id": "keyv@3.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==", |
| 6 | "_location": "/keyv", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "version", |
| 10 | "registry": true, |
| 11 | "raw": "keyv@3.0.0", |
| 12 | "name": "keyv", |
| 13 | "escapedName": "keyv", |
| 14 | "rawSpec": "3.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "3.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/cacheable-request" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz", |
| 22 | "_shasum": "44923ba39e68b12a7cec7df6c3268c031f2ef373", |
| 23 | "_spec": "keyv@3.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cacheable-request", |
| 25 | "author": { |
| 26 | "name": "Luke Childs", |
| 27 | "email": "lukechilds123@gmail.com", |
| 28 | "url": "http://lukechilds.co.uk" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/lukechilds/keyv/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": { |
| 35 | "json-buffer": "3.0.0" |
| 36 | }, |
| 37 | "deprecated": false, |
| 38 | "description": "Simple key-value storage with support for multiple backends", |
| 39 | "devDependencies": { |
| 40 | "@keyv/mongo": "*", |
| 41 | "@keyv/mysql": "*", |
| 42 | "@keyv/postgres": "*", |
| 43 | "@keyv/redis": "*", |
| 44 | "@keyv/sqlite": "*", |
| 45 | "@keyv/test-suite": "*", |
| 46 | "ava": "^0.22.0", |
| 47 | "coveralls": "^3.0.0", |
| 48 | "eslint-config-xo-lukechilds": "^1.0.0", |
| 49 | "nyc": "^11.0.3", |
| 50 | "this": "^1.0.2", |
| 51 | "timekeeper": "^2.0.0", |
| 52 | "xo": "^0.19.0" |
| 53 | }, |
| 54 | "homepage": "https://github.com/lukechilds/keyv", |
| 55 | "keywords": [ |
| 56 | "key", |
| 57 | "value", |
| 58 | "store", |
| 59 | "cache", |
| 60 | "ttl" |
| 61 | ], |
| 62 | "license": "MIT", |
| 63 | "main": "src/index.js", |
| 64 | "name": "keyv", |
| 65 | "repository": { |
| 66 | "type": "git", |
| 67 | "url": "git+https://github.com/lukechilds/keyv.git" |
| 68 | }, |
| 69 | "scripts": { |
| 70 | "coverage": "nyc report --reporter=text-lcov | coveralls", |
| 71 | "test": "xo && nyc ava test/keyv.js", |
| 72 | "test:full": "xo && nyc ava --serial" |
| 73 | }, |
| 74 | "version": "3.0.0", |
| 75 | "xo": { |
| 76 | "extends": "xo-lukechilds" |
| 77 | } |
| 78 | } |