UNPKG

@goa/vary

Version:

[fork] Manipulate the HTTP Vary header

55 lines (54 loc) 1.26 kB
{ "name": "@goa/vary", "version": "1.0.0", "description": "[fork] Manipulate the HTTP Vary header", "main": "build/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec test/mask", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc -o README.md", "b": "alamode src -o build -s", "d": "yarn-s d1 externs", "d1": "typal src -c", "externs": "typal externs.js -e", "build": "yarn-s d b doc", "e": "alanode" }, "files": [ "build", "src", "externs.js" ], "externs": "externs.js", "repository": { "type": "git", "url": "git://github.com/idiocc/vary.git" }, "keywords": [ "vary", "goa", "koa", "http", "es6", "module" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/idiocc/vary/issues" }, "homepage": "https://github.com/idiocc/vary#readme", "devDependencies": { "@rqt/aqt": "^1.2.5", "alamode": "^1.9.3", "documentary": "^1.24.1", "eslint-config-artdeco": "1.0.1", "yarn-s": "1.1.0", "zoroaster": "^3.11.6" } }