5 "/home/josuer08/josuexyz/node_modules/mime-types"
8 "_from": "mime-db@1.43.0",
9 "_hasShrinkwrap": false,
10 "_id": "mime-db@1.43.0",
13 "_location": "/mime-db",
14 "_nodeVersion": "12.12.0",
15 "_npmOperationalInternal": {
16 "host": "s3://npm-registry-packages",
17 "tmp": "tmp/mime-db_1.43.0_1578281077812_0.41242011371667253"
20 "email": "doug@somethingdoug.com",
23 "_npmVersion": "6.11.3",
24 "_phantomChildren": {},
27 "raw": "mime-db@1.43.0",
36 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
37 "_shasum": "0a12e0502650e473d735535050e7c8f4eb4fae58",
39 "_spec": "mime-db@1.43.0",
40 "_where": "/home/josuer08/josuexyz/node_modules/mime-types",
42 "url": "https://github.com/jshttp/mime-db/issues"
46 "name": "Douglas Christopher Wilson",
47 "email": "doug@somethingdoug.com"
50 "name": "Jonathan Ong",
51 "email": "me@jongleberry.com",
52 "url": "http://jongleberry.com"
55 "name": "Robert Kieffer",
56 "email": "robert@broofa.com",
57 "url": "http://github.com/broofa"
61 "description": "Media Type Database",
68 "eslint-config-standard": "14.1.0",
69 "eslint-plugin-import": "2.19.1",
70 "eslint-plugin-node": "11.0.0",
71 "eslint-plugin-promise": "4.2.1",
72 "eslint-plugin-standard": "4.0.1",
77 "stream-to-array": "2.3.0"
82 "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
83 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEqh2CRA9TVsSAnZWagAAlP4P/icsl8MtJ13N7Wcf/kdG\nfKk/9TcVOso14t3HgqQHiNAHa5GjNzr8Et5Cl0Uqpy2d/eNiw5WWjn8ZuhP8\nEFoy3NBGOb0hfKhi/LzqjJhiBiKbszKSRBBboPauranRazn+sJdPrJA2OP6x\ny+iseFgXEo4k8XH4A11dMzMS4kUw6YdWUt8GCFv6zkML4ku/zszg0rFzbbf4\nGMvh+7n/UpSg+fVNTPwj2vOJJpP70TS+gat4VG2nbVyP0thHXoM7/xmjrmuB\nCpZ83ZXCI+hZnDIUk2qf0kc04zwoqHKeloIcBXNiaYEtyu5joTwbGbu1q6z8\nhmjWZ7xUMpzyVP081RHUjRXvIJHvIvv1Gzpa33cfFiDkXewUqwaa6sO/Q6TK\n5YKmoNZo12OyRZfche8Ni4Y1eQBd58mx5QvYGxlYhtAjQ+QczTlyTjdSMh/k\nYbrbH81oXlp/uyxLKv4ywye54R/YJiFsRNgiiDOarXQtRdSRI8mGt46XCs98\nCXFDkGmoDY+HXshy2vboRTWXjORDdcaGN8olI96lf+nOJsLc2YQ89ZK3zaAF\nBmfLA+hE3WO0UcOlTjKZnHZeP7e0sosQKVlPO4XjLJy23yOiWZpvTurjk/SE\nQXNdDa1LU7xa/9k1xuKTLFoQvkyFcdtI2p0KiUw2okA/vzWu3sF4wkjBWwk2\nO84c\r\n=Zap5\r\n-----END PGP SIGNATURE-----\r\n",
84 "shasum": "0a12e0502650e473d735535050e7c8f4eb4fae58",
85 "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
86 "unpackedSize": 193844
91 "gitHead": "c28146bfd5a10f3bc1da482e1751e7782817a60b",
92 "homepage": "https://github.com/jshttp/mime-db#readme",
105 "name": "dougwilson",
106 "email": "doug@somethingdoug.com"
109 "name": "jongleberry",
110 "email": "jonathanrichardong@gmail.com"
114 "optionalDependencies": {},
115 "readme": "ERROR: No README data found!",
118 "url": "git+https://github.com/jshttp/mime-db.git"
121 "build": "node scripts/build",
122 "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
124 "test": "mocha --reporter spec --bail --check-leaks test/",
125 "test-cov": "nyc --reporter=html --reporter=text npm test",
126 "test-travis": "nyc --reporter=text npm test",
127 "update": "npm run fetch && npm run build",
128 "version": "node scripts/version-history.js && git add HISTORY.md"