{ "_args": [ [ "negotiator@0.6.4", "D:\\IDEAproject\\frontend\\Front-end logistics" ] ], "_development": true, "_from": "negotiator@0.6.4", "_id": "negotiator@0.6.4", "_inBundle": false, "_integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", "_location": "/negotiator", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "negotiator@0.6.4", "name": "negotiator", "escapedName": "negotiator", "rawSpec": "0.6.4", "saveSpec": null, "fetchSpec": "0.6.4" }, "_requiredBy": [ "/compression" ], "_resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz", "_spec": "0.6.4", "_where": "D:\\IDEAproject\\frontend\\Front-end logistics", "bugs": { "url": "https://github.com/jshttp/negotiator/issues" }, "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/" } ], "description": "HTTP content negotiation", "devDependencies": { "eslint": "7.32.0", "eslint-plugin-markdown": "2.2.1", "mocha": "9.1.3", "nyc": "15.1.0" }, "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": { "lint": "eslint .", "test": "mocha --reporter spec --check-leaks --bail test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "0.6.4" }