You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

74 lines
1.7 KiB

{
"_from": "negotiator@0.4.9",
"_id": "negotiator@0.4.9",
"_inBundle": false,
"_integrity": "sha1-kuRrbbU8fkIe1koryU8IvnYw3z8=",
"_location": "/negotiator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "negotiator@0.4.9",
"name": "negotiator",
"escapedName": "negotiator",
"rawSpec": "0.4.9",
"saveSpec": null,
"fetchSpec": "0.4.9"
},
"_requiredBy": [
"/accepts"
],
"_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
"_shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
"_spec": "negotiator@0.4.9",
"_where": "/var/www/htdocs/coze/socket/node_modules/accepts",
"author": {
"name": "Federico Romero",
"email": "federico.romero@outboxlabs.com"
},
"bugs": {
"url": "https://github.com/jshttp/negotiator/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
}
],
"deprecated": false,
"description": "HTTP content negotiation",
"devDependencies": {
"istanbul": "~0.3.2",
"nodeunit": "0.8.x"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib",
"LICENSE"
],
"homepage": "https://github.com/jshttp/negotiator#readme",
"keywords": [
"http",
"content negotiation",
"accept",
"accept-language",
"accept-encoding",
"accept-charset"
],
"license": "MIT",
"main": "lib/negotiator.js",
"name": "negotiator",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/negotiator.git"
},
"scripts": {
"test": "nodeunit test",
"test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test"
},
"version": "0.4.9"
}