summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/express/node_modules/type-is/package.json
blob: 460e44bcd5c44b8e880d8a7efb7242467a810d70 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "name": "type-is",
  "description": "Infer the content-type of a request.",
  "version": "1.6.14",
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jshttp/type-is"
  },
  "dependencies": {
    "media-typer": "0.3.0",
    "mime-types": "~2.1.13"
  },
  "devDependencies": {
    "eslint": "2.10.2",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.1.0",
    "eslint-plugin-standard": "1.3.2",
    "istanbul": "0.4.5",
    "mocha": "1.21.5"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "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/"
  },
  "keywords": [
    "content",
    "type",
    "checking"
  ],
  "gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
  "bugs": {
    "url": "https://github.com/jshttp/type-is/issues"
  },
  "homepage": "https://github.com/jshttp/type-is",
  "_id": "type-is@1.6.14",
  "_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
  "_from": "type-is@>=1.6.13 <1.7.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "dist": {
    "shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
    "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
}