{ "name": "expired", "version": "1.3.12", "description": "Calculate when HTTP responses expire from the cache headers", "main": "src/index.js", "scripts": { "test": "nyc ava", "lint": "xo", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/expired.git" }, "keywords": [ "calculate", "HTTP", "response", "expires", "expire", "expirey", "cache", "headers", "pure" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/expired/issues" }, "homepage": "https://github.com/lukechilds/expired", "dependencies": { "date-fns": "1.28.5", "parse-headers": "2.0.1" }, "devDependencies": { "ava": "^1.2.1", "coveralls": "^3.0.0", "date-fns": "^1.28.3", "nyc": "^11.0.1", "timekeeper": "^2.0.0", "xo": "^0.19.0" } }