UNPKG

cdn-cache-check

Version:

Makes HTTP requests to URLs and parses response headers to determine caching behaviour

84 lines (83 loc) 1.84 kB
{ "name": "cdn-cache-check", "version": "2.0.0", "description": "Makes HTTP requests to URLs and parses response headers to determine caching behaviour", "main": "ccc.js", "scripts": { "test": "for %F in (tests\\*.cmd) do start %F cmd.exe /k %F" }, "private": false, "preferGlobal": true, "bin": { "ccc": "./ccc.js" }, "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "git+https://github.com/MarkSMurphy/cdn-cache-check.git" }, "bugs": { "url": "https://github.com/MarkSMurphy/cdn-cache-check/issues" }, "homepage": "https://github.com/MarkSMurphy/cdn-cache-check#readme", "keywords": [ "aws", "cloudfront", "cloudflare", "akamai", "fastly", "KeyCDN", "MaxCDN", "StackPath", "fbcdn", "aws", "s3", "azure", "blob", "githubpages", "cache", "caching", "check", "test", "cdn", "http", "https", "headers", "offload", "web", "performance", "service detection", "http caching", "http cache", "cache-control", "cloud", "cloud provider" ], "author": "Mark Murphy", "license": "MIT", "dependencies": { "@tusbar/cache-control": "^0.6.1", "chalk": "^4.1.2", "columnify": "^1.6.0", "debug": "^4.3.4", "ip-cidr": "^3.0.11", "is-valid-domain": "^0.1.6", "jsonexport": "^3.2.0", "multimatch": "^5.0.0", "native-dns-multisocket": "^0.7.0", "needle": "^2.9.1", "open": "^7.4.2", "ora": "^5.4.1", "prettyjson": "^1.2.5", "supports-color": "^8.1.1", "tlds": "^1.233.0", "unique-filename": "^1.1.1", "valid-url": "^1.0.9", "yargs": "^16.2.0" }, "devDependencies": { "rome": "^10.0.1" } }