commit inicial
[VSoRC/.git] / node_modules / mime-db / package.json
1 {
2   "_from": "mime-db@1.40.0",
3   "_id": "mime-db@1.40.0",
4   "_inBundle": false,
5   "_integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==",
6   "_location": "/mime-db",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "mime-db@1.40.0",
12     "name": "mime-db",
13     "escapedName": "mime-db",
14     "rawSpec": "1.40.0",
15     "saveSpec": null,
16     "fetchSpec": "1.40.0"
17   },
18   "_requiredBy": [
19     "/mime-types"
20   ],
21   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
22   "_shasum": "a65057e998db090f732a68f6c276d387d4126c32",
23   "_spec": "mime-db@1.40.0",
24   "_where": "/home/josuer08/Documents/web/node_modules/mime-types",
25   "bugs": {
26     "url": "https://github.com/jshttp/mime-db/issues"
27   },
28   "bundleDependencies": false,
29   "contributors": [
30     {
31       "name": "Douglas Christopher Wilson",
32       "email": "doug@somethingdoug.com"
33     },
34     {
35       "name": "Jonathan Ong",
36       "email": "me@jongleberry.com",
37       "url": "http://jongleberry.com"
38     },
39     {
40       "name": "Robert Kieffer",
41       "email": "robert@broofa.com",
42       "url": "http://github.com/broofa"
43     }
44   ],
45   "deprecated": false,
46   "description": "Media Type Database",
47   "devDependencies": {
48     "bluebird": "3.5.4",
49     "co": "4.6.0",
50     "cogent": "1.0.1",
51     "csv-parse": "4.3.4",
52     "eslint": "5.16.0",
53     "eslint-config-standard": "12.0.0",
54     "eslint-plugin-import": "2.16.0",
55     "eslint-plugin-node": "8.0.1",
56     "eslint-plugin-promise": "4.1.1",
57     "eslint-plugin-standard": "4.0.0",
58     "gnode": "0.1.2",
59     "mocha": "6.1.4",
60     "nyc": "14.0.0",
61     "raw-body": "2.3.3",
62     "stream-to-array": "2.3.0"
63   },
64   "engines": {
65     "node": ">= 0.6"
66   },
67   "files": [
68     "HISTORY.md",
69     "LICENSE",
70     "README.md",
71     "db.json",
72     "index.js"
73   ],
74   "homepage": "https://github.com/jshttp/mime-db#readme",
75   "keywords": [
76     "mime",
77     "db",
78     "type",
79     "types",
80     "database",
81     "charset",
82     "charsets"
83   ],
84   "license": "MIT",
85   "name": "mime-db",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jshttp/mime-db.git"
89   },
90   "scripts": {
91     "build": "node scripts/build",
92     "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
93     "lint": "eslint .",
94     "test": "mocha --reporter spec --bail --check-leaks test/",
95     "test-cov": "nyc --reporter=html --reporter=text npm test",
96     "test-travis": "nyc --reporter=text npm test",
97     "update": "npm run fetch && npm run build",
98     "version": "node scripts/version-history.js && git add HISTORY.md"
99   },
100   "version": "1.40.0"
101 }