5 "/opt/source/offload.js"
8 "_from": "mime-db@1.45.0",
9 "_id": "mime-db@1.45.0",
11 "_integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==",
12 "_location": "/mime-db",
13 "_phantomChildren": {},
17 "raw": "mime-db@1.45.0",
19 "escapedName": "mime-db",
27 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz",
29 "_where": "/opt/source/offload.js",
31 "url": "https://github.com/jshttp/mime-db/issues"
35 "name": "Douglas Christopher Wilson",
36 "email": "doug@somethingdoug.com"
39 "name": "Jonathan Ong",
40 "email": "me@jongleberry.com",
41 "url": "http://jongleberry.com"
44 "name": "Robert Kieffer",
45 "email": "robert@broofa.com",
46 "url": "http://github.com/broofa"
49 "description": "Media Type Database",
54 "csv-parse": "4.12.0",
56 "eslint-config-standard": "14.1.1",
57 "eslint-plugin-import": "2.22.0",
58 "eslint-plugin-markdown": "1.0.2",
59 "eslint-plugin-node": "11.1.0",
60 "eslint-plugin-promise": "4.2.1",
61 "eslint-plugin-standard": "4.0.1",
66 "stream-to-array": "2.3.0"
78 "homepage": "https://github.com/jshttp/mime-db#readme",
92 "url": "git+https://github.com/jshttp/mime-db.git"
95 "build": "node scripts/build",
96 "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
97 "lint": "eslint --plugin markdown --ext js,md .",
98 "test": "mocha --reporter spec --bail --check-leaks test/",
99 "test-cov": "nyc --reporter=html --reporter=text npm test",
100 "test-travis": "nyc --reporter=text npm test",
101 "update": "npm run fetch && npm run build",
102 "version": "node scripts/version-history.js && git add HISTORY.md"