frontend/.pnpm-store/v3/files/84/9243d9e3b650d4006bf79e806982e340b0a958321ef32323cbaa8246db35b929aff8085ce55f47e2d91b18baa04cd30b68e85cd88990c9ae2d549931a73046

19 lines
526 B
Plaintext

{
"name": "http-cache-semantics",
"version": "4.1.1",
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"repository": "https://github.com/kornelski/http-cache-semantics.git",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
"license": "BSD-2-Clause",
"devDependencies": {
"mocha": "^10.0"
}
}