UNPKG

cachios

Version:

Simple axios cache wrapper using node-cache

46 lines (45 loc) 1.17 kB
{ "name": "cachios", "version": "4.0.0", "description": "Simple axios cache wrapper using node-cache", "main": "src/index.js", "types": "index.d.ts", "scripts": { "test": "jest", "coveralls": "cat tests/coverage/lcov.info | coveralls" }, "jest": { "testURL": "http://127.0.0.1:11888/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.js" ], "coverageDirectory": "tests/coverage", "testEnvironment": "node" }, "repository": { "type": "git", "url": "git+https://github.com/AlbinoDrought/cachios.git" }, "keywords": [ "axios", "cache" ], "author": "AlbinoDrought", "license": "MIT", "bugs": { "url": "https://github.com/AlbinoDrought/cachios/issues" }, "homepage": "https://github.com/AlbinoDrought/cachios#readme", "dependencies": { "axios": "^0.27.0 || ^0.26.0 || ^0.25.0 || ^0.24.0 || ^0.23.0 || ^0.22.0 || ^0.21.0 || ^0.20.0 || ^0.19.0 || ^0.18.0", "node-cache": "^5.0.0 || ^4.1.1", "object-hash": "^2.0.0" }, "devDependencies": { "axios-mock-adapter": "^1.20.0", "coveralls": "^3.0.0", "express": "^4.16.2", "jest": "^27.2.5" } }