aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/express/node_modules/vary/package.json
blob: 4c4bd623494f02348f1054275d60a6b5e08e2b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "name": "vary",
  "description": "Manipulate the HTTP Vary header",
  "version": "1.0.0",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
  },
  "license": "MIT",
  "keywords": [
    "http",
    "res",
    "vary"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jshttp/vary"
  },
  "devDependencies": {
    "istanbul": "0.3.0",
    "mocha": "~1.21.4",
    "should": "~4.0.4",
    "supertest": "~0.13.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "gitHead": "56acecd9fa20888132563b00576625ea02a69a35",
  "bugs": {
    "url": "https://github.com/jshttp/vary/issues"
  },
  "homepage": "https://github.com/jshttp/vary",
  "_id": "vary@1.0.0",
  "_shasum": "c5e76cec20d3820d8f2a96e7bee38731c34da1e7",
  "_from": "vary@~1.0.0",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    },
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    }
  ],
  "dist": {
    "shasum": "c5e76cec20d3820d8f2a96e7bee38731c34da1e7",
    "tarball": "http://registry.npmjs.org/vary/-/vary-1.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/vary/-/vary-1.0.0.tgz",
  "readme": "ERROR: No README data found!"
}