CasperSecurity
{
"_id": "http-cache-semantics@4.1.1",
"_inBundle": true,
"_location": "/npm/http-cache-semantics",
"_phantomChildren": {},
"_requiredBy": [
"/npm/make-fetch-happen"
],
"author": {
"name": "Kornel Lesiński",
"email": "kornel@geekhood.net",
"url": "https://kornel.ski/"
},
"bugs": {
"url": "https://github.com/kornelski/http-cache-semantics/issues"
},
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"devDependencies": {
"mocha": "^10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kornelski/http-cache-semantics#readme",
"license": "BSD-2-Clause",
"main": "index.js",
"name": "http-cache-semantics",
"repository": {
"type": "git",
"url": "git+https://github.com/kornelski/http-cache-semantics.git"
},
"scripts": {
"test": "mocha"
},
"version": "4.1.1"
}