{ "_from": "accepts@~1.1.2", "_id": "accepts@1.1.4", "_inBundle": false, "_integrity": "sha1-1xyW99QdD+2iw4zRToonwEFY30o=", "_location": "/accepts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "accepts@~1.1.2", "name": "accepts", "escapedName": "accepts", "rawSpec": "~1.1.2", "saveSpec": null, "fetchSpec": "~1.1.2" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz", "_shasum": "d71c96f7d41d0feda2c38cd14e8a27c04158df4a", "_spec": "accepts@~1.1.2", "_where": "/var/www/htdocs/coze/socket/node_modules/express", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "bugs": { "url": "https://github.com/jshttp/accepts/issues" }, "bundleDependencies": false, "dependencies": { "mime-types": "~2.0.4", "negotiator": "0.4.9" }, "deprecated": false, "description": "Higher-level content negotiation", "devDependencies": { "istanbul": "~0.3.4", "mocha": "~2.0.1" }, "engines": { "node": ">= 0.8" }, "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.1.4" }