e3db6b4fc98caef4cc6c9d1606d1bed28e43d5a0497a898202b5aaed8c3f9439f3efcc8473363a953414edc0b3bf2a755df13a37ed21ffeb27ff2f819bb729 600 B

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