9c67f420c335e036bc78a7bb7f4a506efcdbde99
[aai/esr-gui.git] /
1 {
2   "name": "type-is",
3   "description": "Infer the content-type of a request.",
4   "version": "1.6.14",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     }
15   ],
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "git+https://github.com/jshttp/type-is.git"
20   },
21   "dependencies": {
22     "media-typer": "0.3.0",
23     "mime-types": "~2.1.13"
24   },
25   "devDependencies": {
26     "eslint": "2.10.2",
27     "eslint-config-standard": "5.3.1",
28     "eslint-plugin-promise": "1.1.0",
29     "eslint-plugin-standard": "1.3.2",
30     "istanbul": "0.4.5",
31     "mocha": "1.21.5"
32   },
33   "engines": {
34     "node": ">= 0.6"
35   },
36   "files": [
37     "LICENSE",
38     "HISTORY.md",
39     "index.js"
40   ],
41   "scripts": {
42     "lint": "eslint .",
43     "test": "mocha --reporter spec --check-leaks --bail test/",
44     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
45     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
46   },
47   "keywords": [
48     "content",
49     "type",
50     "checking"
51   ],
52   "gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
53   "bugs": {
54     "url": "https://github.com/jshttp/type-is/issues"
55   },
56   "homepage": "https://github.com/jshttp/type-is",
57   "_id": "type-is@1.6.14",
58   "_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
59   "_from": "type-is@>=1.6.13 <1.7.0",
60   "_npmVersion": "1.4.28",
61   "_npmUser": {
62     "name": "dougwilson",
63     "email": "doug@somethingdoug.com"
64   },
65   "maintainers": [
66     {
67       "name": "dougwilson",
68       "email": "doug@somethingdoug.com"
69     },
70     {
71       "name": "jongleberry",
72       "email": "jonathanrichardong@gmail.com"
73     }
74   ],
75   "dist": {
76     "shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
77     "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
78   },
79   "_npmOperationalInternal": {
80     "host": "packages-12-west.internal.npmjs.com",
81     "tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
82   },
83   "directories": {},
84   "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
85   "readme": "ERROR: No README data found!"
86 }