cf2351612d5c742b306c2299f027f0a3022aa32a
[aai/esr-gui.git] /
1 {
2   "name": "mime-db",
3   "description": "Media Type Database",
4   "version": "1.25.0",
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       "name": "Robert Kieffer",
17       "email": "robert@broofa.com",
18       "url": "http://github.com/broofa"
19     }
20   ],
21   "license": "MIT",
22   "keywords": [
23     "mime",
24     "db",
25     "type",
26     "types",
27     "database",
28     "charset",
29     "charsets"
30   ],
31   "repository": {
32     "type": "git",
33     "url": "git+https://github.com/jshttp/mime-db.git"
34   },
35   "devDependencies": {
36     "bluebird": "3.4.6",
37     "co": "4.6.0",
38     "cogent": "1.0.1",
39     "csv-parse": "1.1.7",
40     "eslint": "3.9.1",
41     "eslint-config-standard": "6.2.1",
42     "eslint-plugin-promise": "3.3.0",
43     "eslint-plugin-standard": "2.0.1",
44     "gnode": "0.1.2",
45     "istanbul": "0.4.5",
46     "mocha": "1.21.5",
47     "raw-body": "2.1.7",
48     "stream-to-array": "2.3.0"
49   },
50   "files": [
51     "HISTORY.md",
52     "LICENSE",
53     "README.md",
54     "db.json",
55     "index.js"
56   ],
57   "engines": {
58     "node": ">= 0.6"
59   },
60   "scripts": {
61     "build": "node scripts/build",
62     "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
63     "lint": "eslint .",
64     "test": "mocha --reporter spec --bail --check-leaks test/",
65     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
66     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
67     "update": "npm run fetch && npm run build"
68   },
69   "gitHead": "9a2c710e347b4a7f030aae0d15afc0a06d1c8a37",
70   "bugs": {
71     "url": "https://github.com/jshttp/mime-db/issues"
72   },
73   "homepage": "https://github.com/jshttp/mime-db",
74   "_id": "mime-db@1.25.0",
75   "_shasum": "c18dbd7c73a5dbf6f44a024dc0d165a1e7b1c392",
76   "_from": "mime-db@>=1.25.0 <1.26.0",
77   "_npmVersion": "1.4.28",
78   "_npmUser": {
79     "name": "dougwilson",
80     "email": "doug@somethingdoug.com"
81   },
82   "maintainers": [
83     {
84       "name": "dougwilson",
85       "email": "doug@somethingdoug.com"
86     },
87     {
88       "name": "jongleberry",
89       "email": "jonathanrichardong@gmail.com"
90     }
91   ],
92   "dist": {
93     "shasum": "c18dbd7c73a5dbf6f44a024dc0d165a1e7b1c392",
94     "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz"
95   },
96   "_npmOperationalInternal": {
97     "host": "packages-12-west.internal.npmjs.com",
98     "tmp": "tmp/mime-db-1.25.0.tgz_1478915345127_0.22604371700435877"
99   },
100   "directories": {},
101   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz",
102   "readme": "ERROR: No README data found!"
103 }