{ "_from": "accepts@~1.2.12", "_id": "accepts@1.2.13", "_inBundle": false, "_integrity": "sha1-5fHzkoxtlf2WVYw27D2dDeSm7Oo=", "_location": "/accepts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "accepts@~1.2.12", "name": "accepts", "escapedName": "accepts", "rawSpec": "~1.2.12", "saveSpec": null, "fetchSpec": "~1.2.12" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz", "_shasum": "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea", "_spec": "accepts@~1.2.12", "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express", "bugs": { "url": "https://github.com/jshttp/accepts/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "mime-types": "~2.1.6", "negotiator": "0.5.3" }, "deprecated": false, "description": "Higher-level content negotiation", "devDependencies": { "istanbul": "0.3.19", "mocha": "~1.21.5" }, "engines": { "node": ">= 0.6" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "homepage": "https://github.com/jshttp/accepts#readme", "keywords": [ "content", "negotiation", "accept", "accepts" ], "license": "MIT", "name": "accepts", "repository": { "type": "git", "url": "git+https://github.com/jshttp/accepts.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": "1.2.13" }