90ef0bb3406f09adbcede077488050b436182099
[VSoRC/.git] / node_modules / vary / package.json
1 {
2   "_from": "vary@~1.1.2",
3   "_id": "vary@1.1.2",
4   "_inBundle": false,
5   "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
6   "_location": "/vary",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vary@~1.1.2",
12     "name": "vary",
13     "escapedName": "vary",
14     "rawSpec": "~1.1.2",
15     "saveSpec": null,
16     "fetchSpec": "~1.1.2"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
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",
25   "author": {
26     "name": "Douglas Christopher Wilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "bugs": {
30     "url": "https://github.com/jshttp/vary/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Manipulate the HTTP Vary header",
35   "devDependencies": {
36     "beautify-benchmark": "0.2.4",
37     "benchmark": "2.1.4",
38     "eslint": "3.19.0",
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",
45     "istanbul": "0.4.5",
46     "mocha": "2.5.3",
47     "supertest": "1.1.0"
48   },
49   "engines": {
50     "node": ">= 0.8"
51   },
52   "files": [
53     "HISTORY.md",
54     "LICENSE",
55     "README.md",
56     "index.js"
57   ],
58   "homepage": "https://github.com/jshttp/vary#readme",
59   "keywords": [
60     "http",
61     "res",
62     "vary"
63   ],
64   "license": "MIT",
65   "name": "vary",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/jshttp/vary.git"
69   },
70   "scripts": {
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/"
76   },
77   "version": "1.1.2"
78 }