UNPKG

cache-control

Version:

Express/Connect middleware to set url cache options with globs

45 lines (44 loc) 1 kB
{ "name": "cache-control", "version": "2.0.0", "description": "Express/Connect middleware to set url cache options with globs", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/ --reporter dot" }, "repository": { "type": "git", "url": "git@github.com:divshot/cache-control.git" }, "keywords": [ "divshot", "superstatic", "caching", "buster" ], "author": "Divshot", "license": "MIT", "bugs": { "url": "https://github.com/divshot/cache-control/issues" }, "homepage": "https://github.com/divshot/cache-control", "devDependencies": { "async": "^0.9.0", "connect": "^3.0.2", "mocha": "^2.0.1", "supertest": "^0.15.0" }, "dependencies": { "cache-header": "^1.0.0", "fast-url-parser": "^1.0.6-0", "glob-slasher": "^1.0.1", "globject": "^1.0.0", "is-success": "^1.0.0", "lodash.isnumber": "^2.4.1", "on-headers": "^1.0.0", "regular": "^0.1.6" } }