{ "_from": "negotiator@0.5.3", "_id": "negotiator@0.5.3", "_inBundle": false, "_integrity": "sha1-Jp1cR2gQ7JLtvntsLygxY4T5p+g=", "_location": "/negotiator", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "negotiator@0.5.3", "name": "negotiator", "escapedName": "negotiator", "rawSpec": "0.5.3", "saveSpec": null, "fetchSpec": "0.5.3" }, "_requiredBy": [ "/accepts" ], "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz", "_shasum": "269d5c476810ec92edbe7b6c2f28316384f9a7e8", "_spec": "negotiator@0.5.3", "_where": "C:\\socket\\chatroom-myclient\\node_modules\\accepts", "bugs": { "url": "https://github.com/jshttp/negotiator/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Federico Romero", "email": "federico.romero@outboxlabs.com" }, { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" } ], "deprecated": false, "description": "HTTP content negotiation", "devDependencies": { "istanbul": "0.3.9", "mocha": "~1.21.5" }, "engines": { "node": ">= 0.6" }, "files": [ "lib/", "HISTORY.md", "LICENSE", "index.js", "README.md" ], "homepage": "https://github.com/jshttp/negotiator#readme", "keywords": [ "http", "content negotiation", "accept", "accept-language", "accept-encoding", "accept-charset" ], "license": "MIT", "name": "negotiator", "repository": { "type": "git", "url": "git+https://github.com/jshttp/negotiator.git" }, "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/" }, "version": "0.5.3" }