mirror of https://gitee.com/bigwinds/arangodb
99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
{
|
|
"name": "accepts",
|
|
"description": "Higher-level content negotiation",
|
|
"version": "1.3.0",
|
|
"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.7",
|
|
"negotiator": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.21",
|
|
"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": "f4a54dfbc147808b2ed89428a52db858be0838d5",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/accepts/issues"
|
|
},
|
|
"homepage": "https://github.com/jshttp/accepts",
|
|
"_id": "accepts@1.3.0",
|
|
"_shasum": "2341420f16d0b2d538a5898416ab0faa28912622",
|
|
"_from": "accepts@*",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "federomero",
|
|
"email": "federomero@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "2341420f16d0b2d538a5898416ab0faa28912622",
|
|
"tarball": "http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|