ab1a195850c88e74fdf5d6a92392dda8eb7ad939
[aai/esr-gui.git] /
1 {
2   "name": "mime-types",
3   "description": "The ultimate javascript content-type utility.",
4   "version": "2.1.13",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jeremiah Senkpiel",
12       "email": "fishrock123@rocketmail.com",
13       "url": "https://searchbeam.jit.su"
14     },
15     {
16       "name": "Jonathan Ong",
17       "email": "me@jongleberry.com",
18       "url": "http://jongleberry.com"
19     }
20   ],
21   "license": "MIT",
22   "keywords": [
23     "mime",
24     "types"
25   ],
26   "repository": {
27     "type": "git",
28     "url": "https://github.com/jshttp/mime-types"
29   },
30   "dependencies": {
31     "mime-db": "~1.25.0"
32   },
33   "devDependencies": {
34     "eslint": "3.10.2",
35     "eslint-config-standard": "6.2.1",
36     "eslint-plugin-promise": "3.4.0",
37     "eslint-plugin-standard": "2.0.1",
38     "istanbul": "0.4.5",
39     "mocha": "1.21.5"
40   },
41   "files": [
42     "HISTORY.md",
43     "LICENSE",
44     "index.js"
45   ],
46   "engines": {
47     "node": ">= 0.6"
48   },
49   "scripts": {
50     "lint": "eslint .",
51     "test": "mocha --reporter spec test/test.js",
52     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
53     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
54   },
55   "gitHead": "83e91a5aea93858bc95ec95a99309592cba0ffe3",
56   "bugs": {
57     "url": "https://github.com/jshttp/mime-types/issues"
58   },
59   "homepage": "https://github.com/jshttp/mime-types",
60   "_id": "mime-types@2.1.13",
61   "_shasum": "e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88",
62   "_from": "mime-types@>=2.1.13 <2.2.0",
63   "_npmVersion": "1.4.28",
64   "_npmUser": {
65     "name": "dougwilson",
66     "email": "doug@somethingdoug.com"
67   },
68   "maintainers": [
69     {
70       "name": "dougwilson",
71       "email": "doug@somethingdoug.com"
72     },
73     {
74       "name": "fishrock123",
75       "email": "fishrock123@rocketmail.com"
76     },
77     {
78       "name": "jongleberry",
79       "email": "jonathanrichardong@gmail.com"
80     }
81   ],
82   "dist": {
83     "shasum": "e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88",
84     "tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz"
85   },
86   "_npmOperationalInternal": {
87     "host": "packages-12-west.internal.npmjs.com",
88     "tmp": "tmp/mime-types-2.1.13.tgz_1479505166253_0.5666956284549087"
89   },
90   "directories": {},
91   "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz"
92 }