23 lines
600 B
JSON
Raw Permalink Normal View History

2025-04-28 12:25:20 +08:00
{
"name": "http-cache-semantics",
"version": "4.2.0",
2025-04-28 12:25:20 +08:00
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"repository": {
"type": "git",
"url": "git+https://github.com/kornelski/http-cache-semantics.git"
},
2025-04-28 12:25:20 +08:00
"main": "index.js",
"types": "index.js",
2025-04-28 12:25:20 +08:00
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"author": "Kornel Lesiński <npms2@geekhood.net> (https://kornel.ski/)",
2025-04-28 12:25:20 +08:00
"license": "BSD-2-Clause",
"devDependencies": {
"mocha": "^11.0"
2025-04-28 12:25:20 +08:00
}
}