aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/express/node_modules/media-typer/package.json
blob: 4bd1a51b48663b0af4c55f903bd06cafd93bb08b (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
{
  "name": "media-typer",
  "description": "Simple RFC 6838 media type parser and formatter",
  "version": "0.3.0",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jshttp/media-typer"
  },
  "devDependencies": {
    "istanbul": "0.3.2",
    "mocha": "~1.21.4",
    "should": "~4.0.4"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "test": "mocha --reporter spec --check-leaks --bail 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": "d49d41ffd0bb5a0655fa44a59df2ec0bfc835b16",
  "bugs": {
    "url": "https://github.com/jshttp/media-typer/issues"
  },
  "homepage": "https://github.com/jshttp/media-typer",
  "_id": "media-typer@0.3.0",
  "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
  "_from": "media-typer@0.3.0",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dist": {
    "shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
    "tarball": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  "readme": "ERROR: No README data found!"
}