You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1011 B
44 lines
1011 B
{
|
|
"name": "expired",
|
|
"version": "1.3.11",
|
|
"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 <lukechilds123@gmail.com> (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.4",
|
|
"parse-headers": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.19.0",
|
|
"coveralls": "^2.11.15",
|
|
"date-fns": "^1.28.3",
|
|
"nyc": "^10.0.0",
|
|
"timekeeper": "^1.0.0",
|
|
"xo": "^0.19.0"
|
|
}
|
|
}
|
|
|