blob: 5c03deb5630f039057a8505cedaaf32b88971d43 [file] [log] [blame]
{
"name": "mime-db",
"description": "Media Type Database",
"version": "1.22.0",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
{
"name": "Robert Kieffer",
"email": "robert@broofa.com",
"url": "http://github.com/broofa"
}
],
"license": "MIT",
"keywords": [
"mime",
"db",
"type",
"types",
"database",
"charset",
"charsets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/mime-db.git"
},
"devDependencies": {
"bluebird": "3.3.1",
"co": "4.6.0",
"cogent": "1.0.1",
"csv-parse": "1.0.1",
"gnode": "0.1.2",
"istanbul": "0.4.2",
"mocha": "1.21.5",
"raw-body": "2.1.5",
"stream-to-array": "2.2.1"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"db.json",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"build": "node scripts/build",
"fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"update": "npm run fetch && npm run build"
},
"gitHead": "ed88d32405582a5aaff6225d1210005d6be2623e",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
"homepage": "https://github.com/jshttp/mime-db#readme",
"_id": "mime-db@1.22.0",
"_shasum": "ab23a6372dc9d86d3dc9121bd0ebd38105a1904a",
"_from": "mime-db@>=1.22.0 <1.23.0",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.3",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"dist": {
"shasum": "ab23a6372dc9d86d3dc9121bd0ebd38105a1904a",
"tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.22.0.tgz"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/mime-db-1.22.0.tgz_1455558813990_0.7830642955377698"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.22.0.tgz",
"readme": "ERROR: No README data found!"
}