5 "/opt/source/offload.js"
11 "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
13 "_phantomChildren": {},
19 "escapedName": "vary",
27 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
29 "_where": "/opt/source/offload.js",
31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com"
35 "url": "https://github.com/jshttp/vary/issues"
37 "description": "Manipulate the HTTP Vary header",
39 "beautify-benchmark": "0.2.4",
42 "eslint-config-standard": "10.2.1",
43 "eslint-plugin-import": "2.7.0",
44 "eslint-plugin-markdown": "1.0.0-beta.6",
45 "eslint-plugin-node": "5.1.1",
46 "eslint-plugin-promise": "3.5.0",
47 "eslint-plugin-standard": "3.0.1",
61 "homepage": "https://github.com/jshttp/vary#readme",
71 "url": "git+https://github.com/jshttp/vary.git"
74 "bench": "node benchmark/index.js",
75 "lint": "eslint --plugin markdown --ext js,md .",
76 "test": "mocha --reporter spec --bail --check-leaks test/",
77 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
78 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"