5 "/home/josuer08/josuexyz/node_modules/express"
8 "_from": "vary@>=1.1.2 <1.2.0",
13 "_nodeVersion": "6.11.1",
14 "_npmOperationalInternal": {
15 "host": "s3://npm-registry-packages",
16 "tmp": "tmp/vary-1.1.2.tgz_1506217630296_0.28528453782200813"
19 "email": "doug@somethingdoug.com",
22 "_npmVersion": "3.10.10",
23 "_phantomChildren": {},
29 "spec": ">=1.1.2 <1.2.0",
35 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
36 "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
38 "_spec": "vary@~1.1.2",
39 "_where": "/home/josuer08/josuexyz/node_modules/express",
41 "email": "doug@somethingdoug.com",
42 "name": "Douglas Christopher Wilson"
45 "url": "https://github.com/jshttp/vary/issues"
48 "description": "Manipulate the HTTP Vary header",
50 "beautify-benchmark": "0.2.4",
53 "eslint-config-standard": "10.2.1",
54 "eslint-plugin-import": "2.7.0",
55 "eslint-plugin-markdown": "1.0.0-beta.6",
56 "eslint-plugin-node": "5.1.1",
57 "eslint-plugin-promise": "3.5.0",
58 "eslint-plugin-standard": "3.0.1",
65 "shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
66 "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
77 "gitHead": "4067e646233fbc8ec9e7a9cd78d6f063c6fdc17e",
78 "homepage": "https://github.com/jshttp/vary#readme",
88 "email": "doug@somethingdoug.com"
92 "optionalDependencies": {},
93 "readme": "ERROR: No README data found!",
96 "url": "git+https://github.com/jshttp/vary.git"
99 "bench": "node benchmark/index.js",
100 "lint": "eslint --plugin markdown --ext js,md .",
101 "test": "mocha --reporter spec --bail --check-leaks test/",
102 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
103 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"