{
"name": "accepts",
"description": "Higher-level content negotiation",
"version": "1.3.2",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/accepts.git"
},
"dependencies": {
"mime-types": "~2.1.10",
"negotiator": "0.6.0"
},
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "~1.21.5"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"test": "mocha --reporter spec --check-leaks --bail 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": [
"content",
"negotiation",
"accept",
"accepts"
],
"gitHead": "abc38f70222e9c3b73d2f74f2259fbcc3fdd09ca",
"bugs": {
"url": "https://github.com/jshttp/accepts/issues"
},
"homepage": "https://github.com/jshttp/accepts",
"_id": "accepts@1.3.2",
"_shasum": "9bfd7ddc497fdc1dad73a97b3f7cdc133929fac1",
"_from": "accepts@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "9bfd7ddc497fdc1dad73a97b3f7cdc133929fac1",
"tarball": "http://registry.npmjs.org/accepts/-/accepts-1.3.2.tgz"
},
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/accepts-1.3.2.tgz_1457497267109_0.11459392495453358"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.2.tgz",
"readme": "ERROR: No README data found!"
}