UNPKG

cache-manager-s3

Version:
64 lines (63 loc) 1.73 kB
{ "name": "cache-manager-s3", "version": "1.3.0", "description": "Cache manager module for S3", "main": "src/index.js", "keywords": [ "cache", "caching", "cache-manager", "s3", "aws", "bucket", "plugin", "backend", "module" ], "repository": "https://github.com/tprobinson/node-cache-manager-s3.git", "bugs": { "url": "https://github.com/tprobinson/node-cache-manager-s3.git/issues" }, "homepage": "https://github.com/tprobinson/node-cache-manager-s3#readme", "author": { "name": "Trevor Robinson", "url": "https://keybase.io/tpr" }, "license": "MIT", "scripts": { "lint": "eslint src/ test/ __mocks__/", "lintfix": "eslint --fix src/ test/ __mocks__/", "test": "yarn run lint && jest --maxWorkers=4", "test:coveralls": "yarn run test --coverage --coverageReporters=text-lcov | yarn exec coveralls", "test:real": "yarn run lint && env USE_REAL_AWS=true yarn run test --runInBand" }, "devDependencies": { "cache-manager": "^2.10.0", "coveralls": "^3.0.5", "eslint": "^6.0.1", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jest": "^21.18.0", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "jest": "^24.8.0", "random-words": "^1.1.0" }, "jest": { "testEnvironment": "node", "collectCoverageFrom": [ "src/**/*.{js,jsx}" ] }, "dependencies": { "async": "^2.6.3", "aws-sdk": "^2.493.0", "chalk": "^2.4.2", "checksum": "^0.1.1", "loglevel": "^1.6.3", "loglevel-plugin-prefix": "^0.8.4", "moment": "^2.24.0", "url-parse": "^1.4.7" } }