2 "_from": "vary@~1.1.2",
5 "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
7 "_phantomChildren": {},
13 "escapedName": "vary",
21 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
22 "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
23 "_spec": "vary@~1.1.2",
24 "_where": "/home/josuer08/Documents/web/node_modules/express",
26 "name": "Douglas Christopher Wilson",
27 "email": "doug@somethingdoug.com"
30 "url": "https://github.com/jshttp/vary/issues"
32 "bundleDependencies": false,
34 "description": "Manipulate the HTTP Vary header",
36 "beautify-benchmark": "0.2.4",
39 "eslint-config-standard": "10.2.1",
40 "eslint-plugin-import": "2.7.0",
41 "eslint-plugin-markdown": "1.0.0-beta.6",
42 "eslint-plugin-node": "5.1.1",
43 "eslint-plugin-promise": "3.5.0",
44 "eslint-plugin-standard": "3.0.1",
58 "homepage": "https://github.com/jshttp/vary#readme",
68 "url": "git+https://github.com/jshttp/vary.git"
71 "bench": "node benchmark/index.js",
72 "lint": "eslint --plugin markdown --ext js,md .",
73 "test": "mocha --reporter spec --bail --check-leaks test/",
74 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
75 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"