{ "name": "mime-db", "description": "Media Type Database", "version": "1.0.1", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jshttp/mime-db" }, "devDependencies": { "co": "3", "cogent": "1", "csv-parse": "0", "gnode": "0.0.8", "istanbul": "0.3.0", "mocha": "1", "stream-to-array": "2" }, "engine": { "node": ">= 0.6.0" }, "files": [ "LICENSE", "db.json", "index.js" ], "scripts": { "update": "gnode scripts/extensions && gnode scripts/types && node scripts/build", "clean": "rm src/*", "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/" }, "keywords": [ "mime", "db", "type", "types", "database", "charset", "charsets" ], "gitHead": "6c9ee137430015b52887901377ac2f33e21f4078", "bugs": { "url": "https://github.com/jshttp/mime-db/issues" }, "homepage": "https://github.com/jshttp/mime-db", "_id": "mime-db@1.0.1", "_shasum": "35d99b0965967253bb30633a7d07a8de9975a952", "_from": "mime-db@>=1.0.1 <1.1.0", "_npmVersion": "1.4.21", "_npmUser": { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" } ], "dist": { "shasum": "35d99b0965967253bb30633a7d07a8de9975a952", "tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.0.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.0.1.tgz", "readme": "ERROR: No README data found!" }