UNPKG

722 BJSONView Raw
1{
2 "name": "http-cache-semantics",
3 "version": "3.7.3",
4 "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
5 "repository": "https://github.com/pornel/http-cache-semantics.git",
6 "main": "node4/index.js",
7 "scripts": {
8 "compile": "babel -d node4/ index.js; babel -d node4/test test",
9 "prepublish": "npm run compile",
10 "test": "npm run compile; mocha node4/test"
11 },
12 "files": [
13 "node4/index.js",
14 "index.js",
15 "test"
16 ],
17 "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
18 "license": "BSD-2-Clause",
19 "devDependencies": {
20 "babel-cli": "^6.24.0",
21 "babel-preset-env": "^1.3.2",
22 "mocha": "^3.2.0"
23 }
24}