UNPKG

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