package.json 526 B

123456789101112131415161718
  1. {
  2. "name": "http-cache-semantics",
  3. "version": "4.1.1",
  4. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  5. "repository": "https://github.com/kornelski/http-cache-semantics.git",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "mocha"
  9. },
  10. "files": [
  11. "index.js"
  12. ],
  13. "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
  14. "license": "BSD-2-Clause",
  15. "devDependencies": {
  16. "mocha": "^10.0"
  17. }
  18. }